Subscribe to PHP Freaks RSS

User Profile: gizmola

Global Moderator
Username:
gizmola (forum profile)
Location:
Los Angeles, CA USA
Email:
No information...
MSN:
No information...
YIM:
No information...
ICQ:
No information...
AIM:
gizmoitus
Website:
http://www.gizmola.com/

Blog Posts

gizmola has written a total of 5 blog posts.

2009 Nov 22
Installing a Centos LAMP Dev Server under VirtualBox, Part 2
by gizmola 0 comments

This covers updating your Dev server to recent versions of PHP and MySQL, as well as setting up an Apache VHost, and using the Hosts file to provide development server naming.

2009 Jul 21
Install a Centos LAMP dev server under windows using Sun Virtualbox
by gizmola 0 comments

This article covers the installation and configuration of a LAMP development environment on a windows laptop using Sun's free VirtualBox. http://www.gizmola.com/blog/archives/95-Run-a-Centos-Lamp-development-server-on-XP-using-VirtualBox.html

2009 Apr 25
Too much information about the MySQL TIMESTAMP
by gizmola 0 comments

Everything you need to know about MySQL Timestamps, and probably some things you didn't want to know.

2009 Apr 20
Atlassian offering licenses to Confluence and Jira for $5
by gizmola 0 comments

Atlassian has made a name for itself with its java based opensource development tools. Confluence (an Intranet Wiki tool) and Jira (a bug tracker) are two of the companies Flagship products. Calling this their "Atlassian Stimulus Project", they are offering 5 user licenses for $5 each, and donating the proceeds to "Room to Read".

2009 Feb 13
Article on MySQL Number columns and UPDATE statements on numeric types
by gizmola 0 comments

This article talks about the behavior of MySQL when it comes to Updates on a numeric type when it's initialized to NULL.