Nautilus svn context menu (almost)like TortoiseSVN
Many are fans of TortoiseSVN, surely it is a nice and easy way for performing svn actions especially who are used to using GUI. At Trippert we, the linux fans, are pushing others to use linux :). Junal (my dev-met at trippert) asked me if there is any tortoise like tool in Linux. Unfortunately [...]
Hooking up svn events
Anupom(my dev-met at Trippert) said that he needs a development environment where he will develop on his machine and test on the clickspan server. But, he will only commit once in his workstation, updating the “checked-out” app on clickspan each time is surely unpleasant.
So, what’s need to be done?
create a repo
Import local app to [...]
The Mayonnaise Jar and 2 Cups of Coffee
When things in your life seem almost too much to handle, when 24 hours in a day are not enough, remember the mayonnaise jar and the 2 cups of coffee.
A professor stood before his philosophy class and had some items in front of him. When the class began, he wordlessly picked up a very large [...]
Using fb:iframe
I am totally new to facebook application development and taking help from resources available on facebook developers’ site at http://developers.facebook.com.
I planned to write down my problems and workout as I go through the journey in learning facebook application.
Now, I wanted to use fb:ifram. I plaved a test.php file echoes hello world on my application folder [...]
Array operator overloading
ArrayAccess interface is an excellent offer from PHP. Though I do not personally like the idea of operator overloading, this interface can be a great tool for developing application faster and neatly by overloading the array access.
The interface is to be implemented by a class and override the accessors methods.
I am giving a simple code [...]
Fedex localization with ASP.net-C#
Eventually I have got some free time to relax and to learn. Fortunately this time also turned to a time to earn some
After a long time I worked as free lancer for a week. My brother from US gave me subcontract. The project was mainly to localize Fedex international website as well as [...]
PHP with NetBeans
I am always a fan of Java. And like NetBeans as well. Though it used to be slow, but the latest release netbeans 6 is super fast, it may be due to the latest jre. Using the the latest jre, old java swing applications are now super fast!!! Believe me, better else try yourself. I [...]