You are currently browsing the tag archive for PHP

Make Your Blog More Evergreen with Movable Type

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.

Transfering Data with Other Servers Using cURL

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?

Optimal Includes for Movable Type

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.

Rotating Header Images in PHP

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.

Multiple Languages on any Page Dynamically

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.

Setting Up A Photo Gallery In Under An Hour

Want to setup a photo gallery as fast as possible? Then Singapore is the solution for you, a simple PHP script that doesn’t force you to run databases and whatnot. Enter Brian Self, a new Devlounge contributor, and his howto guide to get you started right away.

Random Images with PHP

Want to show a random photo, or maybe randomize several headers to create more action on your blog? It’s easy, with just nine lines of PHP code.

Devlounge 2006: Posts and Numbers

A final look back at some of our favorite posts of 2006, as well as some of the final stats numbers for you tidbit junkies. Happy New Year from the Devlounge Team.

Custom Archive Queries for WordPress

The queries have been updated for WordPress 2.1.
I've been working on my archives page on my personal blog for some time now, and I thought I'd share some custom MySQL queries in order to allow for some custom archives tweaking in your WordPress blog. I have three pages set up, with one showing dates, [...]

How to Use Different CSS Stylesheets for Different Browsers

We're sorry, the article you are looking for no longer exists.
This article was published on Devlounge by an author who copied 90% of the article from it's original source, and credited as his own. As Devlounge is about maintaing our own original content and protecting the content of our counterparts, this article has been removed.
You [...]