Getting Acquainted with phpMyAdmin
Duration: 15:57 |
Price: FREE!
Introducing Scriptaculous
Duration: 11:03 |
Price: $2.00
Creating Your First PHP Script
Duration: 5:11 |
Price: $1.00
Have some developer news you'd like us to post here? E-mail blog@wjgilmore.com with all of the details!
MySQL stored procedures and views can not only go a long way towards separating the logic and domain model, but they also can easily be integrated into PHP. This article introduces stored procedures and views, and shows you how to use them within your PHP code.
In this tutorial I’ll show you how to create your own tag clouds using the Zend Framework’s Zend_Tag_Cloud component, which you can use to tag up every conceivable part of your website, from products to blog posts. This component is a native part of the Zend Framework, meaning if you already use the Zend Framework to power your website, integrating tag cloud capabilities will be trivially easy.
In this article I’ll show you how to implement both of these authentication approaches using nothing more than the Apache Web Server’s native capabilities. The first approach can be implemented in mere minutes using a text file and a few command-line calls. The second approach is a tad more involved, requiring a bit of additional server configuration and a MySQL database, although you’ll gain some additional flexibility along the way.
New to the Zend Framework? Over the years I’ve written a number of tutorials covering different aspects of the framework. Check out this list to see if anything strikes your fancy.
If you’re a .NET developer and aren’t already taking advantage of the large and growing open source ecosystem, what are you waiting for? Millions of .NET developers around the globe already rely upon open source development tools, and that number is growing. In this CodeGuru article, I’ll introduce seven open source solutions embraced by .NET developers.
In the latest installment of my occasional Internet.com video series, you’ll learn the fundamentals behind storing BLOBs within the Windows Azure cloud using the Zend Framework’s Zend_Service_WindowsAzure component.
The latest installment of my Developer.com series introduces you to MongoDB for developers, describing installation, the MongoDB shell, and using MongoDB with PHP.
The latest installment of my Developer.com series introduces Doctrine and shows you how to begin mapping your database tables to PHP objects.
Making the switch from the CVS or Subversion version control system to Git? These 10 pointers will make for a smooth transition.