User Profile: gizmola
Administrator
- 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 12 blog posts.
2012 Jan 14
Phpfreaks admin Thorpe has been working on a new framework which has as its goal, use of the latest and greatest php 5.4 features. It's important for the php community that people endeavor to explore these features if PHP is to continue to evolve and thrive. Proem has the goal of being small simple and fast. It's still in the early stages.
2011 Nov 1
Nice article on solving a common problem I see with website drowdown menus, authored by one of phpfreaks great moderators.
2011 Jul 22
He beat out a host of other high school and college competitors from across Canada to complete a "facebook" clone and take 1st place in the 2 day competition. He'll be representing his country at the World Skills competition next, so stop off and congratulate him and wish him luck at the Worlds. [url=http://www.phpfreaks.com/forums/index.php?topic=339304.0]http://www.phpfreaks.com/forums/index.php?topic=339304.0[/url]
2011 Apr 11
"Email clients over the past few years really haven't kept up with the pace of today's developers. When developing emails, it feels like you've stepped back into the late 90's, writing out-dated code. Below are some tips & tricks I've found helpful over the past few years of developing emails...."
2011 Feb 20
If you read my recent tutorial on the use of the excellent XDebug profiler, you may be aware of what a truly a great FOSS PHP extension it is, used by countless developers over the years. Unfortunately the cachegrind format is not quite right, because when XDebug was developed Derick Rethans had no documentation of the format and had to reverse engineer it and make some educated guesses. Derick is truly one of the PHP communities heroes, and taught many of us about PHP's internals through his articles, and projects like XDebug and Vulcan.
2011 Feb 5
This tutorial takes you through the steps of setting up Ubuntu Linux and getting Apache, MySQL and PHP installed and running.
2010 Nov 21
XDebug is one of the essential PHP extensions for PHP developers. In this tutorial I'll attempt to cover installation, and most of XDebug's standard features.
2009 Nov 22
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
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
Everything you need to know about MySQL Timestamps, and probably some things you didn't want to know.
2009 Apr 20
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
This article talks about the behavior of MySQL when it comes to Updates on a numeric type when it's initialized to NULL.