Archive for February, 2009

Google Chrome Japan

February 28, 2009david 2 Comments »

Very Cool Video!
Share on Facebook

read More »

Glade 3 (3.4.1) Installer for Windows

February 8, 2009david 5 Comments »

Well, after few hours around internet and testing all… finally I got Glade 3 Running!! very well! Actually I’m using it to create an php-gtk application.
This is how its looks:
And this is the application running:
 
To download go to the winGlade section here: winGlade.
Share on Facebook

read More »

The Origins of Linux – Linus Torvalds

February 3, 2009david No Comments »

Linus Torvalds, the creator of the operating system phenomenon Linux, tells the story of how he went from writing code as a graduate student in Helsinki in the early 1990s to becoming an icon for open source software by the end of the decade. This video was recorded in Sept 19, 2001.
Share on Facebook

read More »

How to create Daemons in PHP

February 2, 2009david No Comments »

What is a Daemon?
In Unix and other computer multitasking operating systems, a daemon is a computer program that runs in the background, rather than under the direct control of a user; they are usually initiated as background processes. Typically daemons have names that end with the letter “d”: for example, syslogd, the daemon that handles [...]

read More »

PHP functions in Javascript

February 2, 2009david No Comments »

I like javascript, but I spend too much time wrting some functions just to use it more than once.  In most cases I uses prototype.js to create a shorter code but still being long. Recently I was porting some basic php functions to javascript like  isset(), array_keys(), in_array(), explode() and many more. I was very [...]

read More »

} catch(err) {}