Top 11 Books for PHP Web Development
Wednesday, September 2nd, 2009
PHP has become the hot commodity recently, exploding into the public as one of the most popular and easiest programming languages to learn. It has quickly swept the web by storm for its easy of use and also vast expandability for web 2.0 applications. With more and more people interested in web development every day, there are countless resources for learning PHP from beginner to professional rather quickly.
I have compiled a great list of some of my personal favorites for learning PHP, and I encourage everyone from beginner to expert level of PHP to take a look at them. Not only are these books great resources for learning new concepts with PHP, they are also great reference materials for future projects! Continue reading…






With more and more resources being shared across the web today, there are tons of people starting careers in web design or web development. With how many tutorials about HTML/XHTML, CSS, JavaScript, and PHP there are out there, becoming a web designer has never been easier.
After spending some time on the web today researching a few web design tpics, I ran into a very peculiar concept: a CMS system based entirely in Flash. Is it possible? Oh, it’s very possible, and it’s in active beta as you read this!
I spent a lot of the class working with CentOS Linux, which was and still sort of is 100% new to me. I realize that most websites and web hosts use Linux-based servers, and I’ve found out through careful examination and readings that the Linux distro most commonly chosen is CentOS. So I grabbed an old machine the school had, downloaded a copy of CentOS 5, and thew that on there and started going at it. At first I didn’t really see how much different it was from Windows, until I started getting into the folder structure and such… it was all so different! I spent a good 5-6 weeks studying
Forums are a very popular part of the internet today. They allow members to discuss all sorts of different topics, share knowledge and experience, and learn from each other. I am going to introduce to you 5 different forums on the web that will teach you a ton about website design, website development, and maintaining a website. So strap on your thinking caps, and get ready to delve into these awesome communities!
Along with Digg’s sleek color scheme and AJAX-based development, there are many fancy features on the site that fascinate me. So for today’s demo, I have decided to create a character counter that counts how many characters you have entered into a field a limits the amount you can have. This is seen on Digg’s submit page, which limits the amount of characters you can enter for a title and a description. It is a really neat effect that can be useful for many different reasons, such as limiting how long a username can be, or making sure a set number of characters are entered for information (like a phone number).
If you have ever been to Digg’s submit page, after entering the URL, you will see some forms to fill out. These include a title and description, along with choosing a category for your submission. These are very common fields that you would expect to see on a submission page for an article, but what is great about Digg is that it shows you a live preview of your submission at the bottom of the page, and it updates as you change it around. Today I am going to show you how you can mimic this behavior with your own site using just simple JavaScript, and how it can really help improve your user’s experience!