Difference Between PHP4 And PHP5

This tutorial will help you know the basic difference between php4 and php5. The new OOP features in PHP5 is probably the one thing that everyone knows for sure about.

Linking CSS to a Web Document

As we know its pretty simple to link a CSS file to a web document. There are three ways to link a CSS file to HTML Document or XHTML Document served as HTML. These three ways are based on the type of CSS we want to use. Three types of CSS are External CSS, Internal CSS, and Inline CSS.

Javascript Closures

JavaScript closures are considered to be advanced stuff. It’s one part of javascript hard to understand by merely reading the javascript jargon. So here is an attempt to make it easy to understand even by those who don’t consider themselves “Guru” of javascript.

Best Practices for Speeding Up Your Web Site

80% of the end-user response time is spent on the front-end. Most of this time is tied up in downloading all the components in the page: images, stylesheets, scripts, Flash, etc. Reducing the number of components in turn reduces the number of HTTP requests required to render the page.

Installing and Configuring Memcache for PHP

Memcache is a general-purpose distributed memory caching system. Although application-neutral, it’s most commonly used to speed up dynamic Web applications by alleviating database load. Memcache allows you to store highly requested data in RAM, across a network of servers, saving you from hitting your database.

Doctype, Doctype Sniffing and CSS Rendering Modes

In this tutorial we will learn about the HTML tag DOCTYPE and the different modes used by the web browsers to render the HTML page.

About Us

webtechtuts is a site by web developers aimed at web developers and designers offering articles on technologies, skills and techniques to improve how you design and build websites. We cover HTML, CSS, Javascript, PHP, Photoshop, MySql, Oracle, and TeraData.