Simple HTML5 geolocation plugin using jQuery
jQuery GeoLocation Plugin Ideally I'd like to handle HTML5 geolocation function graceful way using jQuery. $.geolocation(function (lat, lng)…
JavaScript job interview question – Find first non repeated character in string
There are several way to code this puzzle. Some of them are time intensive and some of them…
AJAX style multiple images upload using HTML5, JSON and jQuery
You might have seen at many places like Facebook or even in wordpress editor - "Add Media" section,…
Form auto-submission tips for jQuery
jQuery form auto submission with submit() method. jQuery provides method called submit() available to <form> Object. $('form').submit(); It…
JavaScript AJAX variables truncation issue FIX
Suppose you might have heavy ajax processing app that communicate between your server and application mostly with large…
How to track remote javascript errors using Google Analytics?
JavaScript Error Tracking from remote user browser using Google Analytics Although you can code and debug carefully your…
Ruby JOB Interview Question – Parsing JSON and displaying movies in ascending order with average rating
I came across one site for javascript conferences where there was one job posting linked to this ruby…
HTML select element manipulation using jQuery
Jump to Topic Adding single option to combo-box Adding multiple options to Combobox Delete option element from HTML…
Native jQuery animations using pure JavaScript and CSS3
jQuery shipped with some basic animations like, fadeOut fadeIn slideDown slideUp If you want to implement it absolutely…
Beginner Tutorial – Introduction to CSS3 transitions and making it reusable using lessjs
During early 2000 there wasn’t any way to create HTML/CSS transitions without Microsoft DirectX Transformations. So back then,…