Posted by Rachel Andrew on November 30, 2011 ·
PHP is widely available with inexpensive hosting plans, which makes it a popular choice for developers who write software for the Web. From big platforms, such as WordPress, down to small scripts, such as ones to display image galleries or to send forms to email, [...]
Posted by Kevin Leary on November 18, 2011 ·
Multisite is a powerful new feature that arrived with the release of WordPress 3.0. It allows website managers to host multiple independent websites with a single installation of WordPress. Although each “website” in a network is independent, there are many [...]
Posted by Paul Tero on November 2, 2011 ·
Many Web companies spend hours and hours agonizing over the best domain names for their clients. They try to find a domain name that is relevant and appropriate, sounds professional yet is distinctive, is easy to spell and remember and read over the phone, looks [...]
Posted by Paul Tero on November 2, 2011 ·
Many Web companies spend hours and hours agonizing over the best domain names for their clients. They try to find a domain name that is relevant and appropriate, sounds professional yet is distinctive, is easy to spell and remember and read over the phone, looks [...]
Posted by Krzysztof Rakowski on October 17, 2011 ·
In this article, we’ll cover how to separate the view of your PHP application from its other components. We’ll look at why using such an architecture is useful and what tools we can use to accomplish this. Here’s what we’ll cover:
Learn some basic [...]
Posted by Eran Galperin on September 5, 2011 ·
PayPal is the most popular platform for receiving online payments today. The ease of opening a PayPal account and receiving payments compared to opening a merchant account with a traditional payment gateway is probably the number one reason for its popularity, with a close second being the comprehensive API that PayPal provides for its payment services.
Disclaimer: [...]
Posted by Paul Tero on July 7, 2011 ·
Over my programming career, I have made a lot of mistakes in several different languages. In fact, if I write 10 or more lines of code and it works the first time, I’ll get a bit suspicious and test it more rigorously than usual. I would expect to find a syntax error or a bad array reference or a misspelled variable or something.
Coastline near Mwnt on the west [...]
Posted by Andy Croxall on April 5, 2011 ·
One of the numerous advantages brought about by the explosion of jQuery and other JavaScript libraries is the ease with which you can create interactive tools for your site. When combined with server-side technologies such as PHP, this puts a serious amount of power at your finger tips.In this article, I’ll be looking at how to combine JavaScript/jQuery with PHP and, particularly, PHP’s [...]
Posted by Andy Croxall on April 5, 2011 ·
One of the numerous advantages brought about by the explosion of jQuery and other JavaScript libraries is the ease with which you can create interactive tools for your site. When combined with server-side technologies such as PHP, this puts a serious amount of power at your finger tips.In this article, I’ll be looking at how to combine JavaScript/jQuery with PHP and, particularly, PHP’s [...]
Posted by Philip Tellis on October 18, 2010 ·
Web application developers today need to be skilled in a multitude of disciplines. It’s necessary to build an application that is user friendly, highly performant, accessible and secure, all while executing partially in an untrusted environment that you, the developer, have no control over. I speak, of course, about the User Agent. Most commonly seen in the form of a web browser, [...]