Author Archives: fes_aw

Custom Routes with the Zend Framework

Cleanly constructed (also known as “pretty”) URLs are native to any Zend Framework-powered application, meaning you don’t have to deal with ugly URL rewriting tasks or other programmatic voodoo to implement this convenient feature. Instead, the Zend Framework constructs these … Continue reading

Posted in PHP | Leave a comment

HTML5 Dangers

You celebrate: it’s the first Friday after your start-up opens its first real office and a round of funding came through. This is going to be a good weekend. HTML5 has the technologies you need to make your idea for … Continue reading

Posted in HTML5, SEO, Web Development | Leave a comment

Ten Linux Commands Every Web Developer Should Know

In the early days of the Web, you could build an appealing portfolio with little more than a basic understanding of HTML and a server-side scripting language such as PHP. Although these days the learning curve for developing websites remains … Continue reading

Posted in News, PHP, Web Development | Leave a comment

Create a Localized Web Page with PHP

The process of making your applications/websites usable in many different locales is called internationalization, While customizing your code for different locales is called localization. Localization is the process of making your applications or websites local to where it is being … Continue reading

Posted in PHP | Leave a comment

Building a User Rating Application for Your Website

In this article we are going to build a user rating system. The aim of this system is to enable users to rate products on a website. The item(s) being rated can be anything from videos to music CDs. In … Continue reading

Posted in PHP | Leave a comment