My Scripts/Projects

jImdb: jQuery Imdb Grabber Plugin

Tags:

This jQuery Plugin (jimdb) allows you to Grab Movie Details from an IMDB Webpage very easily.

IMDB Details Grabber: Using PHP DOM XPath to extract Movie details

Tags:

Jan 22, 2010 update: Now you can grab "cast" in the movie as well ;).
Recently, a friend of mine asked me if there's an IMDB Parser that allows to fetch information about any Movie on IMDB. Unfortunately, IMDB does not offer an API, so , after doing a bit googling I found a couple of nice IMDB Grabbers (PHP IMDB Grabber, PHP Classes IMDB), despite both being very good ones, I decided develop my own class. It will rely on XPath, and it would also allow developers to extract additional information easily without writing much more code.

Carousel of JS / jQuery, PHP with JSON File that gracefully degrades

Tags:

I decided to create a carousel which will be efficient and offer graceful degradation. The only Carousel I came across which offers such feature is the one of Yahoo! Canada (Featured Area of Home Page). Turn off the JS, and you will still see the same layout, with each Items on the right now acting as a link. Upon clicking them will take you to their corresponding page.

Graphing Calculator in Turbo C (MS DOS)

Tags:

This is a Graphing Calculator I made many years ago (I think back in 2005). Back in 2005 was the first time I got introduced to programming in Turbo C.

jFile Chopper: A File Chopper Program using Java

Tags:

This is a program i created back in 2005, during my initial years on Java. Its a simple program that allows you to chop any files, into smaller segments. You can specify the number of segments you wish to chop into. For example, if you have a 50mb file, you can split it into 5 different files, with each being 10 mb in size. You can then again use the program to merge the files into a large files.

Syndicate content