<?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>Pixels Design</title>
	<atom:link href="http://www.pixelsdesign.com.au/feed" rel="self" type="application/rss+xml" />
	<link>http://www.pixelsdesign.com.au</link>
	<description></description>
	<lastBuildDate>Tue, 06 Mar 2012 12:32:07 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com" />
	<atom:link rel="hub" href="http://superfeedr.com/hubbub" />
			<item>
		<title>PHP String Replace</title>
		<link>http://www.pixelsdesign.com.au/blog/web-development/php/php-string-replace</link>
		<comments>http://www.pixelsdesign.com.au/blog/web-development/php/php-string-replace#comments</comments>
		<pubDate>Sun, 09 Oct 2011 12:40:37 +0000</pubDate>
		<dc:creator>Toan Duong</dc:creator>
				<category><![CDATA[PHP]]></category>
		<category><![CDATA[string replace]]></category>

		<guid isPermaLink="false">http://www.pixelsdesign.com.au/?p=218</guid>
		<description><![CDATA[To replace characters in an existing string: $new_string = str_replace (&#8216;b&#8217;,'a&#8217;,$string); a = text you want to find b = text you want to replace $string = string you want to find Example: $string = &#8216;I love apples&#8217; $new_string = &#8230; <a href="http://www.pixelsdesign.com.au/blog/web-development/php/php-string-replace">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.pixelsdesign.com.au/blog/web-development/php/php-string-replace/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook ID &amp; other information</title>
		<link>http://www.pixelsdesign.com.au/blog/web-development/facebook-id-other-information</link>
		<comments>http://www.pixelsdesign.com.au/blog/web-development/facebook-id-other-information#comments</comments>
		<pubDate>Wed, 24 Aug 2011 04:57:48 +0000</pubDate>
		<dc:creator>Toan Duong</dc:creator>
				<category><![CDATA[Reference]]></category>
		<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://www.pixelsdesign.com.au/?p=215</guid>
		<description><![CDATA[http://graph.facebook.com/pagename]]></description>
		<wfw:commentRss>http://www.pixelsdesign.com.au/blog/web-development/facebook-id-other-information/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increase website load speed with gzip compression</title>
		<link>http://www.pixelsdesign.com.au/blog/seo/htaces-gzip-compression</link>
		<comments>http://www.pixelsdesign.com.au/blog/seo/htaces-gzip-compression#comments</comments>
		<pubDate>Mon, 13 Jun 2011 01:43:04 +0000</pubDate>
		<dc:creator>Toan Duong</dc:creator>
				<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.pixelsdesign.com.au/?p=176</guid>
		<description><![CDATA[Insert the following code in .htacess file to enable gzip compression. {code} #Enable Caching Header set Cache-Control &#8220;max-age=2592000, public&#8221; Header set Cache-Control &#8220;max-age=604800, public&#8221; Header set Cache-Control &#8220;max-age=216000, private&#8221; Header set Cache-Control &#8220;max-age=600, private, must-revalidate&#8221; #Expires Headers ExpiresActive On ExpiresDefault &#8230; <a href="http://www.pixelsdesign.com.au/blog/seo/htaces-gzip-compression">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.pixelsdesign.com.au/blog/seo/htaces-gzip-compression/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Displaying content from SQL database in WordPress</title>
		<link>http://www.pixelsdesign.com.au/blog/web-development/displaying-content-from-sql-database-in-wordpress</link>
		<comments>http://www.pixelsdesign.com.au/blog/web-development/displaying-content-from-sql-database-in-wordpress#comments</comments>
		<pubDate>Fri, 13 May 2011 00:10:11 +0000</pubDate>
		<dc:creator>Toan Duong</dc:creator>
				<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://www.pixelsdesign.com.au/?p=149</guid>
		<description><![CDATA[This code get content from database fields and displays it Its ok if you don&#8217;t understand SQL Queries, all you have to do is access PHP My Admin and go to the table and it allows you to generate the &#8230; <a href="http://www.pixelsdesign.com.au/blog/web-development/displaying-content-from-sql-database-in-wordpress">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.pixelsdesign.com.au/blog/web-development/displaying-content-from-sql-database-in-wordpress/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Populate images in a folder</title>
		<link>http://www.pixelsdesign.com.au/blog/web-development/populate-images-in-a-folder</link>
		<comments>http://www.pixelsdesign.com.au/blog/web-development/populate-images-in-a-folder#comments</comments>
		<pubDate>Thu, 28 Apr 2011 06:06:23 +0000</pubDate>
		<dc:creator>Toan Duong</dc:creator>
				<category><![CDATA[Web development]]></category>

		<guid isPermaLink="false">http://www.pixelsdesign.com.au/?p=142</guid>
		<description><![CDATA[This piece of code automatically get all images in a folder and output it to your site. This is very effective for image gallery with many images. Add and remove images from a gallery is simple without touching a piece &#8230; <a href="http://www.pixelsdesign.com.au/blog/web-development/populate-images-in-a-folder">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.pixelsdesign.com.au/blog/web-development/populate-images-in-a-folder/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Round Corners</title>
		<link>http://www.pixelsdesign.com.au/blog/web-development/css/css-round-corners</link>
		<comments>http://www.pixelsdesign.com.au/blog/web-development/css/css-round-corners#comments</comments>
		<pubDate>Wed, 06 Apr 2011 05:18:30 +0000</pubDate>
		<dc:creator>Toan Duong</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[css3]]></category>
		<category><![CDATA[round corners]]></category>

		<guid isPermaLink="false">http://www.pixelsdesign.com.au/?p=138</guid>
		<description><![CDATA[W3C Specification Mozilla Implementation border-radius -moz-border-radius border-top-left-radius -moz-border-radius-topleft border-top-right-radius -moz-border-radius-topright border-bottom-right-radius -moz-border-radius-bottomright border-bottom-left-radius -moz-border-radius-bottomlef source: http://www.css3.info/preview/rounded-border/]]></description>
		<wfw:commentRss>http://www.pixelsdesign.com.au/blog/web-development/css/css-round-corners/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS Hacks for Firefox</title>
		<link>http://www.pixelsdesign.com.au/blog/web-development/css/css-hacks-for-firefo</link>
		<comments>http://www.pixelsdesign.com.au/blog/web-development/css/css-hacks-for-firefo#comments</comments>
		<pubDate>Thu, 31 Mar 2011 00:36:45 +0000</pubDate>
		<dc:creator>Toan Duong</dc:creator>
				<category><![CDATA[CSS]]></category>

		<guid isPermaLink="false">http://www.pixelsdesign.com.au/?p=135</guid>
		<description><![CDATA[Firefox CSS Hacks Usually IE give have display issues, but not all the time, Firefox have some issues too. I came across a site that displays fine on all browsers; IE, Chrome, Safari &#8211; but not Firefox which is totally &#8230; <a href="http://www.pixelsdesign.com.au/blog/web-development/css/css-hacks-for-firefo">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.pixelsdesign.com.au/blog/web-development/css/css-hacks-for-firefo/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>.htaccess references</title>
		<link>http://www.pixelsdesign.com.au/blog/seo/htaccess-references</link>
		<comments>http://www.pixelsdesign.com.au/blog/seo/htaccess-references#comments</comments>
		<pubDate>Fri, 14 Jan 2011 02:30:52 +0000</pubDate>
		<dc:creator>Toan Duong</dc:creator>
				<category><![CDATA[Reference]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[mod rewrite]]></category>
		<category><![CDATA[site redirect]]></category>
		<category><![CDATA[url rewriting]]></category>

		<guid isPermaLink="false">http://www.pixelsdesign.com.au/blog/?p=84</guid>
		<description><![CDATA[{code} RewriteEngine On ## Include www in url RewriteCond %{HTTP_HOST} ^yoursite\.com\.au$ RewriteRule (.*) http://www.yoursite.com.au/$1 [R=301,L] ## 301 redirect page Redirect 301 /oldpage.html http://www.site.com.au/newpage.html ## 404 Not found error ErrorDocument 404 http://www.site.com.au/errorpage.html ## Server redirect AddType text/html html AddOutputFilter INCLUDES html &#8230; <a href="http://www.pixelsdesign.com.au/blog/seo/htaccess-references">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.pixelsdesign.com.au/blog/seo/htaccess-references/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Numbered search results</title>
		<link>http://www.pixelsdesign.com.au/blog/seo/numbered-search-results</link>
		<comments>http://www.pixelsdesign.com.au/blog/seo/numbered-search-results#comments</comments>
		<pubDate>Wed, 10 Nov 2010 06:33:23 +0000</pubDate>
		<dc:creator>Toan Duong</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[rank tracker]]></category>
		<category><![CDATA[seo tools]]></category>

		<guid isPermaLink="false">http://www.pixelsdesign.com.au/blog/?p=76</guid>
		<description><![CDATA[So you want to track the current rankings for your keywords. If you manage your own campaign its ok to do it manually. But if you are and SEO company, doing ranking reports can be a time consuming task. Here &#8230; <a href="http://www.pixelsdesign.com.au/blog/seo/numbered-search-results">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.pixelsdesign.com.au/blog/seo/numbered-search-results/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Illustrator Artboard area</title>
		<link>http://www.pixelsdesign.com.au/blog/graphic/illustrator-artboard-area</link>
		<comments>http://www.pixelsdesign.com.au/blog/graphic/illustrator-artboard-area#comments</comments>
		<pubDate>Mon, 08 Nov 2010 02:37:36 +0000</pubDate>
		<dc:creator>Toan Duong</dc:creator>
				<category><![CDATA[Graphic]]></category>
		<category><![CDATA[Illustrator]]></category>

		<guid isPermaLink="false">http://www.pixelsdesign.com.au/blog/?p=73</guid>
		<description><![CDATA[Illustrator is a great for vector graphic. But sometime you want to include some images or graphic in your design. But when you placed an photo/image and it goes outside the artboard and exporting the document will display everything including &#8230; <a href="http://www.pixelsdesign.com.au/blog/graphic/illustrator-artboard-area">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
		<wfw:commentRss>http://www.pixelsdesign.com.au/blog/graphic/illustrator-artboard-area/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

<!-- www.000webhost.com Analytics Code -->
<script type="text/javascript" src="http://stats.hosting24.com/count.php"></script>
<noscript><a href="http://www.hosting24.com/"><img src="http://stats.hosting24.com/count.php" alt="web hosting" /></a></noscript>
<!-- End Of Analytics Code -->

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.pixelsdesign.com.au @ 2012-05-20 18:22:06 -->
