This would be a fun project if I can get people to submit their resolutions and help code and design the page. Why? Because it looks like a page from 90s, see New Year’s Resolution Generator for yourself:

New Year's Resolution Generator

It’s a public domain project, hosted on GitHub.

I wanted to create this after I saw Google‘s and another long existing generator1 which was built with Flash.

The another generator is closed source — I believe —, so is Google’s. I want to let people freely to submit by editing the code, and design it, improve it, prettify it from current ugly appearance. That’s why I didn’t even add my own resolutions and the main stylesheet file is an empty file. Heck, let’s be honesty, I don’t do resolutions for new years for many years.

Maybe a week later, the page will look totally different. I don’t know but we will see, for now, I refrain myself from editing it.

In the current code, I use MurmurHash.js to create hashes of resolutions, so you can actually bookmark the resolution and share it with friends and family when you read a good one. The hash will guarantee that you all read the same resolution. I also put my previous creation Agile Share into good use for this project.

So, if you would like to make this prettier or you can’t stand for ugly pages, now go to GitHub and fork it. Or submit your brilliant new year’s resolutions by creating pull requests!

[1]http://moninavelarde.com/newyears/ doesn’t seem to load for me anymore.