How I Boosted the Performance of My JavaScript Code
I wanted to share some tips that really helped me improve the speed and performance of my JavaScript code. When I first started building web apps with JavaScript, everything ran…
Javascript Minification and Obfuscation Tools
JavaScript minification and obfuscation are two techniques that can be used to improve the performance and security of your JavaScript code. Minification removes unnecessary characters from your code, making it…
Node JS, Express Handlebars Solution – Access has been denied to resolve the property
Recently I was working on a small exercise on Node JS and was using Handlebars for rendering list. But, I was getting error "Access has been denied to resolve the…
How to Create Javascript Bookmarklet in Mozilla Firefox
In the previous post we saw what are bookmarklets and how to create Javascript Bookmarklets in Google Chrome. If you missed that then read above article on how to create…
Free Online Email Address Extractor – Extract Email adresses online
Most of the times, we get a huge data and need online email address extractor to extract email addresses from the huge text. And its always good to scrape email…
Javascript Bookmarklet Create Javascript Bookmarklet in Google Chrome
You might have seen some of the popular sites providing you an option of bookmarklet its basically a Javascript Bookmarklet, which you can drag to your favorites bar and after…
Solution To Unexpected Token Switch Javascript Error
I was working on a project which involved a good amount of Javascript Work. After writing some switch case, I ran into problem where I was getting "Uncaught SyntaxError: Unexpected…
Basic JavaScript Interview Questions & Answers – Set 1
JavaScript has come a long way from the place where it was just a scripting language used for basic validations or form processing to a very advanced user interactions and…
jqGrid Show Top Pager & Bottom Pager
jqGrid is an awesome jQuery Grid Plugin. jqGrid plugin can be used on your website for displaying contents in a Grid. Its possible to add pagination into jqGrid with simple…