vote up 8 vote down star
6

Fancy making some tools or sites that can be completed in an hour or so. Ive made some image hosting, web availability checker and url shortners lately but fancy making another quick wee tool or service.

Any suggestions?

Heres the ongoing list:

  • Image hosting website e.g. ImageShack
  • URL Shortening Service e.g. bit.ly
  • website utilising the Twitter API e.g. Twhoops
  • Down for everyone or just me? clone
  • Twitter Clone
  • website making use of Yahoo! BOSS e.g. Wallpaper search
  • Facebook Puzzles
flag
take a look at sites that have free scripts and codes (hotscripts.com, for example). You might get inspired ;) – Aziz Apr 3 at 23:10
although when looking at those sites you might get the solution too, and no longer have a 1 hour product to do :p – Svish Oct 23 at 12:56

5 Answers

vote up 5 vote down check

Some ideas:

  1. Photo Cropping tool
  2. Tag Cloud building tool (based on large text block input)
  3. File Explorer
  4. Webpage Image/Link harvester
  5. Custom YouTube searcher
  6. Basic Chat client
  7. MySQL process viewer
  8. RSS Viewer
  9. Something involving Google Charts and the Tag Cloud
link|flag
vote up 5 vote down

Some of the Facebook puzzles are good 1 hr. projects. As mentioned before, Project Euler is awesome.

Also, I think that the PHP docs have a horrible interface. I'd love to see a better interface for them. Maybe a 1 hr project?

link|flag
vote up 2 vote down

Personally, I'd really appreciate a service that lets me browse through Google's cache.

At the moment I can view a single page, but the links on it don't point to the cached version. This sort of thing drives me nuts when a site is down.

link|flag
Try archive.org – Samuel Apr 3 at 23:20
1  
Archive.org is usually at least 6-months old. We're talking live pages. You could always use nyud.net, but I like Tom's idea. – St. John Johnson Apr 4 at 2:01
vote up 2 vote down

http://projecteuler.net/ has some nice ones. A lot of these can be done in an hour of time. Fun if you're into math problems.

link|flag
A fair number of them can be done in a lot less than an hour. – Benson Apr 4 at 5:52
vote up 1 vote down

One I just did: read a directory full of digital photos, parse the EXIF information using Drew Noakes' Metadata Extractor (or figure out how to parse the EXIF format yourself), and rename them according to the date stamp found in the EXIF info, e.g. 20090403_129392.jpg.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.