 | News Feed |
 | Jobs Feed |
Sections
|
| feed this: |  |
DevShed: Building a Content Management System with Code Igniter
by Chris Cornutt October 08, 2008 @ 14:49:19
DevShed has finished off its CodeIgniter series today with this ninth part focusing on making a simple content management system with the framework.
Designed to allow programmers to create applications rapidly by utilizing the Model-View-Controller pattern, the Code Igniter framework lets you add many capabilities quickly and easily. This article will bring everything we've learned together for the creation of a content management system.
Their system combines the bits of knowledge from the previous parts (segments of specific functionality) and combining them into a MySQL-driven system to store some information about the user's favorite movies.
voice your opinion now!
codeigniter content management system framework tutorial
DevShed: Building Your Own System Tray Application Using PHP-GTK
by Chris Cornutt September 30, 2008 @ 12:32:06
DevShed continues their look at building PHP-GTK applications with this new tutorial covering something a little different - making applications that live in the system tray.
You have seen how easy it is to write your own desktop applications using PHP-GTK in the article "Building Your Own Desktop Notepad Application Using PHP-GTK." Once you have learned how to write desktop applications using PHP-GTK, you will be pleased to know that writing system tray applications is just a matter of adding a couple of lines of code. The bulk of your code remains exactly the same!
They create a GtkStatusIcon widget (resulting in a generic file icon in the system tray) and show how to modify the previous Notepad application to respond to being clicked.
voice your opinion now!
phpgtk tutorial system tray application notepad
Paranoid Engineering Blog: CMS Battle Drupal va Joomla va Custom Programming
by Chris Cornutt July 03, 2008 @ 12:50:06
On the Paranoid Engineering blog, there's a recent post with a "CMS battle" of sorts between two of the more popular PHP-based content management systems out there - Drupal and Joomla.
It's hard to choose which one to use without trying them out. As usually, there are more options - home grown custom programming or even building your own CMS (which I was once stupid enough to do). Programming from scratch is always fun and beneficial for your skills, however, if you need things up and running in no time or you don't do (or don't want to do) any programming, using a CMS is the way to go.
His vote is for Drupal but he's included a long list of specs comparing the features of both so you can decide for yourself on which is the better fit.
voice your opinion now!
battle content management system cms drupal joomla compare
Larry Garfield's Blog: Drupal 7 gets introspective code registry
by Chris Cornutt May 08, 2008 @ 12:53:14
Larry Garfield talks about a new feature of Drupal 7 in a new post to his blog - the new introspective code registry that's been introduced in this latest version.
As a GHOP Task , Cornil did a performance analysis of Drupal and found its two largest performance drains were the bootstrap process and the theming layer. Quite simply, Drupal spends too much time including code. [...] Fortunately, Drupal 7's self-learning code registry system has just landed, which should obliterate most of the wasted bootstrap cost.
Larry describes the "heart of it all", the token_get_all call, that parses through an entire PHP file, splitting out things like classes included and functions called. This is passed through a function_exists call to the current script and, if it's already there, the file isn't included repetitively.
voice your opinion now!
drupal cms code registry tokengetall system functionexists
|
Community Events
Don't see your event here? Let us know!
|