<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.5.1" -->
<rss version="0.92">
<channel>
	<title>Technology Forum</title>
	<link>http://technology.freenetsolutions.com</link>
	<description>SEO, Speed Up website, Server Optimization, Linux, Open Source Softwares</description>
	<lastBuildDate>Tue, 20 May 2008 03:57:58 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>HTTP header and Server Response Codes</title>
		<description>Introduction

HTTP is a transfer protocol used by the World Wide Web (WWW) to retrieve information from distributed servers. The HTTP model is extremely simple; the client establishes a connection to the remote server, then issues a request. The server then processes the request, returns a response, and closes the connection. ...</description>
		<link>http://technology.freenetsolutions.com/2008/05/http-header-and-server-response-codes/</link>
			</item>
	<item>
		<title>Shorthand CSS Properties</title>
		<description>The CSS can be made clean with removing the properties names as mentioned below.  This can help in reducing the size of CSS in the process of development of website.
Font
Use:
font: 1em/1.5em bold italic serif
…instead of
font-size: 1em; line-height: 1.5em; font-weight: bold; font-style: italic; font-family: serif
 
Border
Use:
border: 1px black solid
…instead of
border-width: 1px; border-color: ...</description>
		<link>http://technology.freenetsolutions.com/2007/05/shorthand-css-properties/</link>
			</item>
	<item>
		<title>PHP Code Optimization</title>
		<description>I have found the post by Reinhold Webber, which provide good techniques and methods for PHP performance and optimization.   I have tried to add more explanation to the points posted by Reinhold Webber.

	If a method can be static, declare it static. Speed improvement is by a factor of 4.
	echo is faster ...</description>
		<link>http://technology.freenetsolutions.com/2007/05/php-code-optimization/</link>
			</item>
</channel>
</rss>
