Monthly Archives: October 2008

How To Make Money With Your Rich Internet Application (RIA)

This is a very interesting presentation from Heinemeier Hansson, creator of Ruby on Rails, for people who wants to make money from their applications. Share on Facebook

Williams Mendez’ blog!!!

The brand new Williams Mendez site is open! yes! Finally my partner and my friend launch his own blog, so take a look because is very interesting. The blog is in spanish but it’s very interesting. This is the link: www.williamsmendez.com Share on Facebook

PHP Frameworks (list 1)

This is the first list of PHP frameworks that I’ll try to test and write something about it. Zend Framework. Developed by Zend it’s maybe the most famous php framework. It’s easy to use and really complete. CakePHP. This framework is very big and complex, but inspired by Ruby on Rails. Akelos. This framework looks [...]

Installing php-gtk on linux in 7 steps

Now, we going to install ph-gtk with gtkbuilder support. With gtkbuilder support we can use Glade 3 to design our windows applications. Lets do it!… Step 1 (phpfi as password) cvs -d :pserver:cvsread@cvs.php.net:/repository checkout -r php_gtk_2_0_1 -P php-gtk Step 2 cd php-gtk Step 3 ./buildconf Step 4 ./configure Step 5 make Step 6 sudo make [...]

Unix/Linux cron jobs, a very useful tool

Sometimes we need to implement certain processes periodically, but we want these processes to run automatically. In these cases what can we do? simple… cronjobs. What are cronjobs? cron is a time-based scheduling service in Unix-like computer operating systems. ‘cron’ is short for ‘chronograph’, cron is driven by a crontab, a configuration file that specifies [...]