Web Directory
Shopping (21)Internet (29)Computers (31)Health (16)Home (26)Arts and Humanities (48) | Reference (12)Society (12)Recreation (14)Sports (26)Travel (12)Games (14) | Real Estate (10)Regional (10)Science (8)News (12)Kids and Teens (7) |
Latest News
MVC and the Zend Framework
In this four-part article series, you'll learn about the model-view-controller (MVC) design architecture, why its use is a best practice when building web applications, and how using the Zend framework for PHP lets you make the most of this architecture. This article is excerpted from chapter 25 of the book Beginning PHP and Oracle: From Novice to Professional, written by W. Jason Gilmore and Bob Bryla (Apress; ISBN: 1590597702).
- Even at this likely early stage of your Web development career, chances are you're already attempting to sketch out the features of a long-desired custom application. An e-commerce store perhaps? An online community forum devoted to stamp collecting? Or maybe something a tad less interesting but non...
Thu, 02 Sep 2010 09:00:05 -0400
~ Read more
PHP: Rendering Web Pages Using the Composite View Design Pattern
Welcome to the conclusion of a five-part series on the Composite View design pattern. This article will focus on a way to make use of this design pattern when you're building dynamic web pages. It involves a simple two-step rendering process.
- As you probably know, one of the great commandments of good object-oriented programming says that whenever possible, Composition must be used over Inheritance, as the latter is an overrated way of reusing code. While its fair to admit that this principle should be used with due caution and, for obvi...
Wed, 01 Sep 2010 09:00:08 -0400
~ Read more
Joomla Layouts: Customizing Your Website
This is part two of a series on Joomla web development in Ubuntu. In the first part, you learned the basic but very important website development skills in Joomla. In this part, you'll learn how to work with templates and other aspects of creating a customized Joomla-based website.
- Just to refresh your memory, the skills covered in the first part included the following:
Changing your password in phpMyAdmin (in case you forget your administrator password).
Changing the default and uploading Joomla templates.
Working with and activating new Joomla templates.
Working wi...
Tue, 31 Aug 2010 09:00:08 -0400
~ Read more