Toggling ASC/DESC sorting using Animated table sort plugin for jQuery
Just few mins ago, from a tweet of Tareq Hasan, I came to learn about Animated Table Sort plugin for jQuery. Seeing the demo I was stunned and decided to implement on a project I was working right...
View ArticleUsing prosperent.com API with PHP!
Currently I am working with Prosperent.com’s affiliate network and making an auto blog plugin for wordpress. The plugin is intended to fetch products from prosperent and create wordpress posts. You...
View ArticleCase inSensitive in_array()
You might already know that PHP’s in_array() function matches the string needle case sensitive way. However, today I was needed something that matches in case insensitive way. Before doing it myself, I...
View ArticleSearching and retrieving yahoo answers in PHP
I am working on an WordPress autobloggin plugin where I had to search yahoo answers site for any keyword and post the answers in WordPress. After checking their site, I see it is very easy now as they...
View ArticleMy experience with phpXperts seminar 2010
phpXperts Seminar 2010, is my third program with phpXperts. Other than phpXperts programs, I have also joined in other programs like Facebook Developer Garage, SQABD Lightning Talks etc. However, this...
View ArticlePun Warning – Warning system for PunBB
Quite long ago, I have developed this extension to warn users due to violating rules in Projanmo Forum. Many asked me for releasing it but I could not release it for various reasons mainly as I could...
View ArticleExtending or replacing core classes in CodeIgniter 2x
It has been quite some time that CodeIgniter 2x has been released after a quite long waiting. There are several improvements in this latest release and upgrading from the 1x is quite easy. However,...
View ArticleLine wrapping is finally available in Netbeans 7.0
Well, if you ask me why I left Netbeans and started using phpStorm; I will say first: Speed, second: Line wrapping along with few other reasons. I’ve used Netbeans for quite sometime but I was very...
View ArticleGet free SMS alert on your server down (or something else)!
Well, first thing first. This blog may be little bit immoral even if it is not illegal by the provider terms of service. So, if you read this or later sentences, the responsibilities are on you. —————-...
View ArticleHandlebars helpers
In an application we are using Handlebars templating. However, we needed many custom helpers to do what we wanted to achieve. Here are some of those helpers. It may help someone who is looking for...
View ArticleWordPress debugging in phpStorm
While working with WordPress after a while, the first problem I encountered is that I can’t debug it easily as I could do it directly from PyCharm (for python/django), RubyMine (for ruby/rails). So, I...
View Article