<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Computer Science Stuff &#187; Reduce bandwidth</title>
	<atom:link href="http://compscistuff.com/tag/reduce-bandwidth/feed/" rel="self" type="application/rss+xml" />
	<link>http://compscistuff.com</link>
	<description>Dedicated to satisfying your computer needs</description>
	<lastBuildDate>Sat, 29 Oct 2011 23:37:13 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Reducing load times and bandwidth usage</title>
		<link>http://compscistuff.com/2008/11/reducing-load-times-and-bandwidth-usage/</link>
		<comments>http://compscistuff.com/2008/11/reducing-load-times-and-bandwidth-usage/#comments</comments>
		<pubDate>Thu, 27 Nov 2008 11:12:36 +0000</pubDate>
		<dc:creator>Michael Washington</dc:creator>
				<category><![CDATA[Featured]]></category>
		<category><![CDATA[Frontpage]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Better website]]></category>
		<category><![CDATA[Faster website load times]]></category>
		<category><![CDATA[Reduce bandwidth]]></category>

		<guid isPermaLink="false">http://compscistuff.com/?p=220</guid>
		<description><![CDATA[When your server is getting pounded by large amount viewers utilizing your website or you just want your website to load up faster there are two simple techniques you can use that will take you a long way: Compress your images Compress your code Images &#8211; this is something that is very common to use [...]]]></description>
			<content:encoded><![CDATA[<p>When your server is getting pounded by large amount viewers utilizing your website or you just want your website to load up faster there are two simple techniques you can use that will take you a long way:</p>
<ol>
<li>Compress your images</li>
<li>Compress your code</li>
</ol>
<p>Images &#8211; this is something that is very common to use up a lot a bandwidth, if they are not placed in the right format. I use Photoshop and the save for web function they have which can be located under the file on the menu. Of course photoshop cost money but there is a free alternative you can use. I found a website <a href="http://compscistuff.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy5pbWFnZW9wdGltaXplci5uZXQvUGFnZXMvSG9tZS5hc3B4">http://www.imageoptimizer.net/Pages/Home.aspx</a> which can optimize your pictures for you! If you decide to do it by the bulk you can download the program off their website.</p>
<p>Code &#8211; I use php to code most of my applications and wanted to find a simple way to make it load up faster. Well I have found a simple solution and this is through enabling gzip compression for php. Just put these two lines of code into your php.ini which is your php configuration file found on your server, thats if you have php 5 or higher.</p>
<p><!--[if gte mso 9]><xml> <w:WordDocument> <w:View>Normal</w:View> <w:Zoom>0</w:Zoom> <w:PunctuationKerning /> <w:ValidateAgainstSchemas /> <w:SaveIfXMLInvalid>false</w:SaveIfXMLInvalid> <w:IgnoreMixedContent>false</w:IgnoreMixedContent> <w:AlwaysShowPlaceholderText>false</w:AlwaysShowPlaceholderText> <w:Compatibility> <w:BreakWrappedTables /> <w:SnapToGridInCell /> <w:WrapTextWithPunct /> <w:UseAsianBreakRules /> <w:DontGrowAutofit /> </w:Compatibility> <w:BrowserLevel>MicrosoftInternetExplorer4</w:BrowserLevel> </w:WordDocument> </xml><![endif]--><!--[if gte mso 9]><xml> <w:LatentStyles DefLockedState="false" LatentStyleCount="156"> </w:LatentStyles> </xml><![endif]--><br />
<strong>zlib.output_compression = On<br />
zlib.output_compression_level = 6</strong><br />
To make sure it is active, type in your website into this <a href="http://compscistuff.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?url=aHR0cDovL3d3dy53ZWJzaXRlb3B0aW1pemF0aW9uLmNvbS9zZXJ2aWNlcy9hbmFseXplL2luZGV4Lmh0bWw=">Web Optimizer</a>. It should say congratulations this page is compressed for main domain name. And thats all, with gzip compression enabled it will decrease the size of your code by 80%!</p>
 <img src="http://compscistuff.com/wp-content/plugins/wordpress-feed-statistics/feed-statistics.php?view=1&post_id=220" width="1" height="1" style="display: none;" /><img src="http://compscistuff.com/?ak_action=api_record_view&id=220&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://compscistuff.com/2008/11/reducing-load-times-and-bandwidth-usage/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

