Archive for Developers

Recent Posts in Developers

Browsershots - Online Web Design Testing in Different Browsers

This article is for web designers here. I recommend this articles to all bloggers as well. Many bloggers go for free third-party themes which may not follow standards all the time, so you can check if theme you are using is working fine in all major browsers. Reason for highlighting major in Continue reading

Using Firebug Console to log from GreaseMonkey Scripts

This is for all Greasemonkey developers who also use Firebug. Firebug is one of the best Firefox extension for developers. To start with, almost every Greasemonkey developer uses built-in API method “GM_log()” to log debugging messages to Firefox’s javascript console. While Continue reading

Best Regular Expression Tools for Programmers

If you are a programmer, then you must have encountered regular expressions sometime back in your carrier. If you are good at regular expressions, then hats off to you. Otherwise there are some tools which can make your life easy. There is one online and one offline tool  that I often use Continue reading

Enabling CURL on Windows+PHP+Apache Machine!

This is for all php programmers using Windows. If you are planning to use CURL library on PHP then you may encounter an error like below. Fatal error: Call to undefined function curl_init() in F:\proj\orkutfeeds\trunk\index.php on line 15 I encountered above while developing orkutfeeds. Curl is Continue reading

Setting Up Firefox as IDE for Firefox Extension Development! [Firefox Developers]

This article is intended for all geeks who are working on firefox extension development! If you are new to this then you may want to start with shortest tutorial for firefox extension development! This is small but important tutorial for those who seriously want to develop firefox extensions. As Continue reading

Online C, Java, Javascript, JSON, PHP, Perl, SQL & other Source Code beautifier (formatter)

Many times you see source code which is very hard to read due to lack of proper formatting. Many of my friends who are working on various third-party programs on orkut from time-to-time needed to swim through highly unformatted javascript codes! 1000 lines of code written without any line brakes, Continue reading

Orkut is coming out of sandbox! Submit your Orkut Apps!

If you are new to OpenSocial and Sandbox, then you may start with Beginners Guide To OpenSocial & Orkut Sandbox! It covers all FAQ! Orkut is enabling developers to make their social applications available to orkut users. OpenSocial developers can submit their completed applications till Continue reading

Beginners Guide To OpenSocial & Orkut Sandbox! [covering FAQ]

In this post, I will try to clear your doubts on orkut sandbox and opensocial API. In the end I will be listing resources that you can use and bookmark! #What is OpenSocial? From wikipedia, OpenSocial is a set of common application programming interfaces (APIs) for web-based social network Continue reading

3 Free Sites for Downloading Old Versions of your favorite Software!

Sometimes upgrading to a newer version can be a good thing. Other times, your computer may not be compatible with the new version, the new version is bloated, or all the options you liked are no longer available. There could be many reasons where you like old version of a software and want to use Continue reading

Firefox: 4 Ways to Make Old Extensions Compatible with Firefox 2.0

With Firefox 2.0, many of old extensions facing compatibility problem! Gleb Reys posted 3-ways to make old firefox extensions compatible with firefox 2.0! The three way covers up so many details that u will end up either making ur old extensions compatible with firefox or removing them for Continue reading