Downgrading Internet Explore 11 to IE 10 for Developer Tools issues
Internet Explore 11 Developer Tools Issues Internet Explore 11 has different kind of Web developer tools (Press F12)…
jQuery Fake AJAX requests for ajax testing using mockjax plugin
Why fake AJAX requests at first place? Sometimes, JavaScript application needs to communicate heavily with network and testing…
How to use mysqldump command to backup mysql 5 database?
What's mysqldump command? mysqldump is a MySQL utility for taking logical backup and restore of MySQL tables and…
Tutorial – Inserting text and image content using CSS
Sometimes we don't have control over backend templates, or it doesn't seem feasible to update third-party plugins code…
jQuery toArray() function vs pure javascript code example
jQuery toArray() method toArray() method applies to matched jQuery DOM elements. It returns an array of these matched…
Professional looking single page website using Twitter Bootstrap
Demo Download Twitter Bootstrap is front-end framework which can be used to create mockups or a small website. To…
Object doesn’t support property or method ‘indexOf’ in IE 8 – Fix
This error usually comes, if you tested your code in all modern browsers but missed in earlier version…
How to know if HTML checkbox is checked in any version of jQuery
Many plugin developers face the difficulties, when core library upgrades and needs plugin code migration. Whenever new version…
PHP – Import DigitalAccessPass existing users into vbulletin 5 connect for auto-login
I work for many customers who has business model of online sales of digital products like ebooks, video…
Coding chrome desktop notification in jQuery
Google Desktop Notification is nothing new for gmail users, whenever new mail comes it notify you from rectangle…