Some of my side projects, done in my free time for fun:
mobile.bg Search Criteria Sharing
-
UPDATE:
Approximately one month after the project went live, http://mobile.bg
implemented similar functionality and gave me credit
for the idea and realization.
-
Description:
The auto market website http://mobile.bg lets you
search for a car by many different parameters. However, it doesn't provide a way to copy your criteria and send it to a
friend. I have implemented a web site, which acts as a wrapper around the original one and provides additional
functionality. i.e. it lets you save your search parameters and share it with other people.
-
How to use:
- Navigate to http://mobilebgsearch.appspot.com/
- Set your search parameters
- Click on the search button ('Т Ъ Р С И')
- The page will refresh (technically, it will redirect you to tinyurl.com)
- The only content of the page now would be a short url in the form of http://tinyurl.com/xxyyzz
- Copy this tiny url. That's your saved search parameters. You can share it with other people or just visit late
-
Project Page:
click here
Rage Comic Editor
-
Description:
A "rage comic editor", implemented entirely in jQuery! Click
here for context.
-
It demonstrates:
HTML5 canvas utilization, various jQuery plugin integrations, DOM manipulation, Google App
Engine integration, tons of AJAX, JSON format and many others...
-
Project Page:
click here
-
What reddit.com says about it:
click here.
During peak days, the site was used by over 40,000 unique visitors!
jQuery Plugin - YouTube Channel Videos
jQuery Plugin - Batch Image Load event
- Description: Applied on a list of img tags, waits for all images to be loaded (or errored) and only then
invokes a user-provided callback function! Useful if you want to wait for all images to load and then do something.
- jQuery Project Page: click here
- Demo Page: click here
- Download Page: click here
ASP.NET MVC: Facebook-like Search Control
-
Description:
The project is a demonstration of how to create a Facebook-like (or LinkedIn-like) search control,
in ASP.NET MVC and jQuery. It features autocomplete, icons and when result is clicked, redirects the
user to a page, specific for the search result.
- Blog Post (doc): click here
- Download: click here