Improve your JavaScript code.
Nov 19
Javascript JavaScript best practices, JavaScript rules, Unobtrusive JavaScript 1 Comment
Christian Heilmann compiled a list of seven rules for unobtrusive JavaScript.
The seven rules of unobtrusive JavaScript
Effective programming and blogging tips by Zaheer Paracha
Nov 19
Javascript JavaScript best practices, JavaScript rules, Unobtrusive JavaScript 1 Comment
Christian Heilmann compiled a list of seven rules for unobtrusive JavaScript.
The seven rules of unobtrusive JavaScript
Nov 12
Ajax, Javascript AJAX Feed API, Display RSS feed, Google API, RSS feed, RSS feed on website 1 Comment
You have designed a beautiful website. But you still do not get a lot of loyal visitors.
For a detailed description of the API and how to use it on your website visit JavaScriptKit.
They have some easy-to-follow examples that you can use on your website. Just change the feed URL in the JavaScript to the ones that you want to display on your website.
For official documentation and examples from Google visit Google AJAX Feed API documentation.
Nov 01
Java, Javascript C, Java, Javascript, PERL, Programming Language, Python, ruby, TIOBE No Comments
According to TIOBE Programming Community Index Java is still the #1 programming language. TIOBE Index gives an indication of the popularity of a programming language and is updated monthly.
The ratings are calculated by counting hits of the most popular search engines.
Ruby moved up from 13th to 10th position.
Following is the list of top 10 programming languages.
1. Java
2. C
3. (Visual) Basic
4. C++
5. PHP
6. Perl
7. C#
8. Python
9. JavaScript
10. Ruby
For complete results visit TIOBE website
Oct 26
Ajax, CSS, Javascript , asynchronous loading, CSS, Dynamically load JS, Javascript No Comments
A very good article explaining how to load JavaScript and CSS files asynchronously and on demand.
Oct 21
Ajax, Best Sites, Javascript Ajax, Contact form, Dustin Diaz, zparacha.com No Comments
Want to collect input from your web site’s visitors? Don’t have time or expertise to develop the contact form yourself? Don’t worry. Dustin Diaz’s AJAX based contact form is quite easy to use. You can get the code here. I fixed couple of bugs in the original script and deployed the form at my personal website.