Weekly article batch 3
From this week i will try to resuscitate my weekly article batches. Here is the most interesting articles from the last week: Drupal 7 Vs. WordPress 3: Battle Of The New Features : an interesting read about the two highly anticipated open-source CMS releases of the year. You guessed correctly. Its about Drupal 7 and [...]
Weekly article batch. Edition 1
I read many articles and most times i don’t bookmark them even if they are fairly good articles and can be useful in some situations. I thought i should save them somewhere, but they are not so important to be added to bookmarks. So starting with this year i will publish a post with these [...]
How to use post for JSON instead of jQuery’s getJSON
jQuery has a nice function called getJSON() which performs a GET requests to a url and parses the result to a JSON object. But what if you want to do a POST request instead of a GET request. This is specially useful if you have very long strings that might break the GET request. jQuery [...]
How to make a drag and drop sorted list with jQuery Sortable
A while ago i wanted to build a functionality where some blocks of html had to be sortable (with drag and drop). After searching a little i found jQuery’s Sortable plugin. With the help of this nice little plugin i could build the functionality i required in no time. I will show you below how [...]
How to build a clickmap using PHP and jQuery
I’ve found a great article on the topic of tracking clicks and creating a clickmap using PHP and jQuery. The article explains how to Record the X and Y coordinates of the mouse cursor when it is clicked on a web page. Save those coordinates to a database When called, display a “clickmap” on top [...]
6 books for developers working with Drupal 6 and Jquery
Lately i was working on a new project using Drupal 6 and jQuery. Drupal is entirely new for me, although i was aware of its success i never used it in a project. So i had to learn the quirks of this CMS from somewhere. And after digging through the online libraries i’ve found 3 [...]

