AngularJS Directive for Google FastButton

On December 27, 2012, in Javascript, by Anuj Gakhar

In my latest project, I’ve been working on a HTML5 Mobile App for iPad and one of the things we wanted to get rid of was the 300ms click delay that Mobile Safari has. There is a reason for the delay to be there in first place, i.e. the browser is waiting to see whether […]

Tagged with:  

Loading Bootstrap with RequireJS

On November 23, 2012, in Javascript, by Anuj Gakhar

After having heard lots of good things about RequireJS in the past few months, I recently started playing around with RequireJS which is a JavaScript file and module loader, which improves the speed and quality of your code. After reading about it a little bit, the biggest advantage of using RequireJS, that I can see, […]

Tagged with:  

Difference between .call() and .apply()

On November 13, 2012, in Javascript, by Anuj Gakhar

This is a very common Javascript question that confuses a lot of people (including me). You can use both function.call() and function.apply() in Javascript to execute a function but what’s the difference? Let’s look at the documentation of call() and apply() first. According to the documentation, .call() means :- Calls a function with a given […]

 

HTML5 Forms, Fallback Options and Validation

On May 3, 2012, in Javascript, Browsers, by Anuj Gakhar

I am starting to get into HTML5 development slowly and one of the first things that came across was the forms. HTML5 has got some nice features up it’s sleeve when it comes to forms. I won’t be going into the details of what features are available in HTML5 forms and what they do and […]

 

A long awaited update on coldfusiondocs.com

On January 30, 2012, in ColdFusion, Javascript, by Anuj Gakhar

I launched coldfusiondocs.com in December, 2007 and back then, it was a Flex based app. I got feedback from several people and everyone liked the app. However, for the past year or so, I have not been able to give it the time and attention that it deserves for several reasons. I have been keeping […]

Tagged with:  

Book Giveaway : jQuery 1.3 with PHP

On December 15, 2010, in Javascript, Books, by Anuj Gakhar

Giveaway:- I’ve got 2 hard copies of this book with me. jQuery 1.3 with PHP . I am planning to give away these books to the 2 best comments on this post. The comments should be on why/how you would use jQuery in your next web project. jQuery is my favorite Javascript library and I’d […]

Tagged with:  

Free jQuery: Novice to Ninja Ebook (24 hours only)

On July 12, 2010, in Javascript, Books, by Anuj Gakhar

I have just found out SitePoint is giving away free PDF copy of this jQuery book. I have just downloaded mine, go ahead and download yours. 🙂

Tagged with:  

jQuery DatePicker Plugin and Facebox Gotcha

On June 22, 2010, in Javascript, by Anuj Gakhar

I have been using the excellent Datepicker Plugin by Keith Wood in one of my projects, along with Facebox and came across a gotcha today. The Situation :- I am basically using a link on the main page to open up a popup style window using Facebox. This main page itself is loaded via an […]

Tagged with:  

jQuery Validator Plugin and notEqualTo Rule (with Multiple Fields)

On May 24, 2010, in Javascript, by Anuj Gakhar

A reader asked me a question today on how to use the jQuery Validator to validate if 8 email address fields have a unique value. I have blogged about this before but that was for only 2 fields. Simply checking if one field is not equal to another. But here, we have a different situation. […]

Tagged with:  

jQuery tabs and IE8 caching

On January 20, 2010, in Javascript, Browsers, by Anuj Gakhar

I have been using jQuery tabs in several places in one of my websites. And most of the tabs I have are setup as AJAX tabs. ie they are fetching data only when they are clicked on. This has been working fine in all other browsers except in IE8. IE8 doesnt show the latest content […]

Tagged with:  
© 2011 Anuj Gakhar