The problem with hover based menus
Nice article on solving a common problem I see with website drowdown menus, authored by one of phpfreaks great moderators.
Nice article on solving a common problem I see with website drowdown menus, authored by one of phpfreaks great moderators.
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]
"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...."
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.
This tutorial takes you through the steps of setting up Ubuntu Linux and getting Apache, MySQL and PHP installed and running.
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.
PHP | OSI Days 2010: Participate at the confluence of PHP's finest!
Microsoft has continued to engage with the open source community over the last year. Following up on the Q&A from last May, they would like to share their progress as well as hear your thoughts on how you see PHP working on Windows Server and Microsoft stack in general. More information in the post.
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.