Code • Thursday April 28, 2011 by Hyde with 2 comments
Planning for developing a PHP web application nowadays also includes choosing the right framework. PHP frameworks have become increasingly popular and rightfully so. They can save huge amount of time with coding. Some of them are easy to learn and use, even if you don’t master OOP programming. Using a framework also takes care of [...]
Friday Focus • Friday September 4, 2009 by Sophia Lucero with 5 comments
These are exciting times for web typography, so this Friday Focus we’re looking at sites that excel particularly in that aspect. Enjoy!
Friday Focus • Friday July 24, 2009 by Sophia Lucero with 6 comments
This week’s Friday Focus features designs with pretty little birds in them. (No, this isn’t another collection of Twitter-related sites—only two of them are.)
Code • Wednesday May 13, 2009 by Lorraine Nepomuceno with 9 comments
The best online tutorials for PHP beginners.
Code • Monday March 2, 2009 by Dustin Boston with 8 comments
Sometimes I will get to looking around the web for a script to do this or that. Inevitably I will come up short-handed and decide to code my own solution. The PHP + Javascript Start Page was one such project.
Code • Wednesday January 7, 2009 by Gerald Hanks with 11 comments
Need a calendar for your upcoming web project, nothing fancy, just a plain ol’ calendar to spice things up? Then this is the script for you, straight-forward and possible to attach to a database, for instance. Gerald walks us through it.
Code • Thursday September 11, 2008 by Kevin Martin with 24 comments
Lately, I have been working on a project with a group of developers that I found. In this modern day, security is a must. Several years ago security wasn’t a big deal, but now is a desperate time, and desperate times call for desperate measures. So let’s secure our apps!
Code • Friday July 25, 2008 by Billy Mabray with 4 comments
Timestamps are standard on blog posts, but over time they can make posts seem “past their prime” when they’re really not. Learn how to de-emphasize the age of your blog entries with Movable Type.
Code • Monday July 14, 2008 by Kevin Martin with 2 comments
In this day and age, there are many ways to transfer data between servers. One of the fastest, most popular, and easiest method is using the cURL library with the ability to work in many protocols, including HTTP, HTTPS, FTP, WebDAV, and more. Let’s take a look at this, shall we?
Code • Tuesday June 17, 2008 by Billy Mabray with 2 comments
There are ways to include files, and there are ways to include files, in Movable Type. The standard way certainly gets the job done, but it’s pretty slow when posting updates. Luckily, Billy knows the solution, and shares his template code with us in this tutorial.
Code • Thursday May 22, 2008 by Kevin Martin with 7 comments
So you’ve got your site all set up, but it looks a bit static. How about rotating a header image, or any image really, using PHP? It’s actually quite easy to implement and maintain, if you do it right. Kevin shows how in this PHP tutorial.
Code • Thursday April 24, 2008 by Kevin Martin with 6 comments
Have you ever thought of adding multiple languages to your website or have done so using methods such as creating separate directories for a completely new website with only that one language? It is easily possible through PHP.