<?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>CNSQ Online Blog &#187; Open Source</title>
	<atom:link href="http://blog.cnsqonline.com/category/open-source/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.cnsqonline.com</link>
	<description>A Blog about Wordpress, PHP, JavaScript, SEO, Web Design and Development</description>
	<lastBuildDate>Mon, 30 Aug 2010 12:41:32 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>WebM Video Format</title>
		<link>http://blog.cnsqonline.com/webm-video-format/</link>
		<comments>http://blog.cnsqonline.com/webm-video-format/#comments</comments>
		<pubDate>Thu, 20 May 2010 18:35:36 +0000</pubDate>
		<dc:creator>CNSQ</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[Wed 2.0]]></category>
		<category><![CDATA[Google]]></category>
		<category><![CDATA[multimedia]]></category>
		<category><![CDATA[Video]]></category>

		<guid isPermaLink="false">http://blog.cnsqonline.com/?p=259</guid>
		<description><![CDATA[
With Google&#39;s introduction of &#160;the WebM video format for online video and streaming videos is good news for most web developers as this would give us more options on how we port the videos on our web projects.
According to Google, the WebM video format is efficient enough to be played on a range of devices [...]


Related posts:<ol><li><a href='http://blog.cnsqonline.com/gearing-up-for-html-5/' rel='bookmark' title='Permanent Link: Gearing up for HTML 5'>Gearing up for HTML 5</a> <small> As a web designer / developer, &nbsp;we should be...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img alt="WebM Video Format" height="225" src="http://icnsq.cnsqonline.com/wp-content/uploads/2010/05/google-webm-300x225.jpg" width="300" /></p>
<p style="text-align: justify; ">With Google&#39;s <a href="http://icnsq.cnsqonline.com/2010/05/20/google-introduce-the-webm-video-format/" target="_blank">introduction of &nbsp;the WebM video format</a> for online video and streaming videos is good news for most web developers as this would give us more options on how we port the videos on our web projects.</p>
<p style="text-align: justify; ">According to Google, the WebM video format is efficient enough to be played on a range of devices like netbooks and smartphones. WebM is completely open source and licensed royalty free under a BSD style license.</p>
<p style="text-align: justify; ">More about the WebM video format is discussed in details at &nbsp;the <a href="http://www.webmproject.org/" target="_blank">Project WebM Project website</a></p>


<p>Related posts:<ol><li><a href='http://blog.cnsqonline.com/gearing-up-for-html-5/' rel='bookmark' title='Permanent Link: Gearing up for HTML 5'>Gearing up for HTML 5</a> <small> As a web designer / developer, &nbsp;we should be...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.cnsqonline.com/webm-video-format/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>MySQLi Tutorial Screencast</title>
		<link>http://blog.cnsqonline.com/mysqli-tutorial-screencast/</link>
		<comments>http://blog.cnsqonline.com/mysqli-tutorial-screencast/#comments</comments>
		<pubDate>Fri, 07 Aug 2009 00:36:46 +0000</pubDate>
		<dc:creator>CNSQ</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[MySQLi]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.cnsqonline.com/?p=221</guid>
		<description><![CDATA[The MySQLi Extension (MySQL Improved) is a relational database driver used in the PHP programming language to provide an interface with MySQL databases. MySQLi is an improved version of the older PHP MySQL driver, offering various benefits. The developers of the PHP programming language recommend using MySQLi when dealing with MySQL server versions 4.1.3 or [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>The <strong>MySQLi Extension (MySQL Improved) </strong>is a relational database driver used in the PHP programming language to provide an interface with MySQL databases. MySQLi is an improved version of the older PHP MySQL driver, offering various benefits. The developers of the PHP programming language recommend using MySQLi when dealing with MySQL server versions 4.1.3 or later.</p>
<p>I found this neat Video screencast of how to use MySQLi with PHP.</p>
<p><object width="480" height="300"><param value="http://www.youtube.com/v/N7zIzIvFJy4&amp;hl=en&amp;fs=1&amp;color1=0x2b405b&amp;color2=0x6b8ab6" name="movie" /><param value="true" name="allowFullScreen" /><param value="always" name="allowscriptaccess" /><embed width="480" height="300" allowfullscreen="true" allowscriptaccess="always" type="application/x-shockwave-flash" src="http://www.youtube.com/v/N7zIzIvFJy4&amp;hl=en&amp;fs=1&amp;color1=0x2b405b&amp;color2=0x6b8ab6"></embed></object></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.cnsqonline.com/mysqli-tutorial-screencast/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>9 Extremely Useful and Free PHP Libraries</title>
		<link>http://blog.cnsqonline.com/9-extremely-useful-and-free-php-libraries/</link>
		<comments>http://blog.cnsqonline.com/9-extremely-useful-and-free-php-libraries/#comments</comments>
		<pubDate>Wed, 08 Apr 2009 02:52:12 +0000</pubDate>
		<dc:creator>CNSQ</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[Libraries]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://blog.cnsqonline.com/9-extremely-useful-and-free-php-libraries/</guid>
		<description><![CDATA[&#160;A lot of functionality is shared among applications &#8211; like sending emails or preventing spam. In the spirit of reusing the wheel instead of reinventing it, here are nine free web libraries that you can use in your next program which will dramatically increase your efficiency
Here are the 9 Extremely Useful and Free PHP Libraries [...]


Related posts:<ol><li><a href='http://blog.cnsqonline.com/what-are-autoresponders-and-how-to-use-them/' rel='bookmark' title='Permanent Link: What are Autoresponders and How to use them'>What are Autoresponders and How to use them</a> <small>An autoresponder is a computer programs or scripts that automatically...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>&nbsp;<img alt="PHP Libraries" align="left" src="http://i62.photobucket.com/albums/h84/cnetboss/phpLibraries.png" />A lot of functionality is shared among applications &#8211; like sending emails or preventing spam. In the spirit of reusing the wheel instead of reinventing it, here are nine free web libraries that you can use in your next program which will dramatically increase your efficiency</p>
<p>Here are the <a target="_blank" href="http://net.tutsplus.com/articles/web-roundups/9-extremely-useful-and-free-php-libraries/"><strong>9 Extremely Useful and Free PHP Libraries</strong></a> that Web&nbsp;Developers can use for rapid development.</p>
<p>&nbsp;</p>


<p>Related posts:<ol><li><a href='http://blog.cnsqonline.com/what-are-autoresponders-and-how-to-use-them/' rel='bookmark' title='Permanent Link: What are Autoresponders and How to use them'>What are Autoresponders and How to use them</a> <small>An autoresponder is a computer programs or scripts that automatically...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.cnsqonline.com/9-extremely-useful-and-free-php-libraries/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>50 Very Useful PHP Tools</title>
		<link>http://blog.cnsqonline.com/50-very-useful-php-tools/</link>
		<comments>http://blog.cnsqonline.com/50-very-useful-php-tools/#comments</comments>
		<pubDate>Wed, 28 Jan 2009 08:06:41 +0000</pubDate>
		<dc:creator>CNSQ</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Web Developing]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.cnsqonline.com/?p=185</guid>
		<description><![CDATA[
PHP is the most dominant server-side scripting language. With over 20 million indexed domains using PHP, including major	websites like Facebook, Digg and WordPress, there are good reasons why many Web developers prefer it to other server-side scripting languages, such as Python and Ruby.
With than in mind Smashing Magazine shared this nice article on 50 useful [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img alt="Codes" width="250" height="188" src="http://i62.photobucket.com/albums/h84/cnetboss/2214731993_66b2e07b70.jpg" /><br />
<strong>PHP</strong> is the most dominant server-side scripting language. With over 20 million indexed domains using PHP, including major	websites like Facebook, Digg and WordPress, there are good reasons why many Web developers prefer it to other server-side scripting languages, such as Python and Ruby.</p>
<p>With than in mind <strong>Smashing Magazine</strong> shared this nice article on <strong><a target="_blank" href="http://www.smashingmagazine.com/2009/01/20/50-extremely-useful-php-tools/">50 useful PHP tools that can significantly improve your programming workflow</a></strong>. Among other things, you&rsquo;ll find a plethora of libraries and classes that aid in debugging, testing, profiling and code-authoring in PHP.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.cnsqonline.com/50-very-useful-php-tools/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>20 Best PHP Frameworks for Web Developers</title>
		<link>http://blog.cnsqonline.com/20-best-php-frameworks-for-web-developers/</link>
		<comments>http://blog.cnsqonline.com/20-best-php-frameworks-for-web-developers/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 04:49:59 +0000</pubDate>
		<dc:creator>CNSQ</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Web Developing]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://blog.cnsqonline.com/?p=161</guid>
		<description><![CDATA[
A good PHP framework can help you develope a PHP application quickly, with more simplicity and with a vision &#34;best-practices-oriented&#34;
&#160;As a web developer, using PHP frameworks can greatly decrease your development time. I would like to share to you the20 best PHP based frameworks ever developed.


No related posts.
Related posts brought to you by Yet Another [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img alt="CakePHP" src="http://i62.photobucket.com/albums/h84/cnetboss/php-2.png" /><br />
<strong><em>A good PHP framework can help you develope a PHP application quickly, with more simplicity and with a vision &quot;best-practices-oriented&quot;</em></strong></p>
<p>&nbsp;As a web developer, using PHP frameworks can greatly decrease your development time. I would like to share to you the<strong><a href="http://woork.blogspot.com/2008/11/20-great-php-framework-for-developers.html">20 best PHP based frameworks</a> <span class="Apple-style-span" style="font-weight: normal; ">ever developed.</span></strong></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.cnsqonline.com/20-best-php-frameworks-for-web-developers/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>10 Most Notable Web Development Milestones</title>
		<link>http://blog.cnsqonline.com/10-most-notable-web-development-milestones/</link>
		<comments>http://blog.cnsqonline.com/10-most-notable-web-development-milestones/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 12:59:42 +0000</pubDate>
		<dc:creator>CNSQ</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Web Developing]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[Milestones]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ruby On Rails]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.cnsqonline.com/?p=151</guid>
		<description><![CDATA[I was browsing my Google Reader when this interesting trivia blog post caught my attention. Glen Stansberry wrote an article about a chronological list of the 10 most notable and groundbreaking web development milestones in the Internet&#8217;s history.
&#160;
Here&#8217;s a summary of the list:

1. Linus Torvalds Creates the Linux Kernel 
2. The Mosaic Browser Launches 
3. [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>I was browsing my Google Reader when this interesting trivia blog post caught my attention. <a href="http://www.webjackalope.com"><strong>Glen Stansberry</strong></a> wrote an article about a chronological list of the <a href="http://nettuts.com/articles/web-roundups/10-biggest-milestones-in-web-development/" target="_blank">10 most notable and groundbreaking web development milestones in the Internet&rsquo;s history.</a></p>
<p>&nbsp;</p>
<p>Here&#8217;s a summary of the list:</p>
<p>
1. Linus Torvalds Creates the Linux Kernel <br />
2. The Mosaic Browser Launches <br />
3. The W3C Released the CSS level 1 Recommendation <br />
4. The Open Source Movement Officially Starts <br />
5. PHP is Released by Rasmus Lerdorf <br />
6. PayPal is Founded <br />
7. Firefox is Released <br />
8. Ruby on Rails Goes Mainstream <br />
9. 37 Signals Release the Getting Real Ebook <br />
10. Amazon Launches Cloud Storage and Serving.</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.cnsqonline.com/10-most-notable-web-development-milestones/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A Collection of Useful Resources for Designers and Developers</title>
		<link>http://blog.cnsqonline.com/collection-of-resources-for-designers-and-developers/</link>
		<comments>http://blog.cnsqonline.com/collection-of-resources-for-designers-and-developers/#comments</comments>
		<pubDate>Tue, 11 Nov 2008 09:24:20 +0000</pubDate>
		<dc:creator>CNSQ</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Designs]]></category>
		<category><![CDATA[Web Developing]]></category>
		<category><![CDATA[Resource]]></category>
		<category><![CDATA[Web Design]]></category>
		<category><![CDATA[Web Developer]]></category>

		<guid isPermaLink="false">http://blog.cnsqonline.com/?p=140</guid>
		<description><![CDATA[
I am always looking to come up with the post that is attractive and useful for everyone. Most of the time I focus on the designer&#8217;s stuff, developer&#8217;s resources and where anything is going to launch free of cost. There are countless designer&#8217;s and developer&#8217;s free resources available which everyone should review at least once.
So [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img width="300" height="225" src="http://i62.photobucket.com/albums/h84/cnetboss/web_design.jpg" alt="Web Design" /><br />
I am always looking to come up with the post that is attractive and useful for everyone. Most of the time I focus on the designer&rsquo;s stuff, developer&rsquo;s resources and where anything is going to launch free of cost. There are countless designer&rsquo;s and developer&rsquo;s free resources available which everyone should review at least once.</p>
<p>So I would like to share this nice blog post from <a href="http://www.smashingapps.com"><strong>Smashing Apps</strong></a> written by <strong>AN Jay</strong> called <a href="http://www.smashingapps.com/2008/10/24/21-most-useful-free-resources-for-designers-and-web-developers.html" target="_blank"><strong>21 Most Useful Free Resources For Designers And Web Developers</strong></a></p>
<p>&nbsp;</p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.cnsqonline.com/collection-of-resources-for-designers-and-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>My Web Development Setup, Ubuntu Version</title>
		<link>http://blog.cnsqonline.com/my-web-development-setup-ubuntu-version/</link>
		<comments>http://blog.cnsqonline.com/my-web-development-setup-ubuntu-version/#comments</comments>
		<pubDate>Mon, 10 Nov 2008 06:38:42 +0000</pubDate>
		<dc:creator>CNSQ</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Web Developing]]></category>
		<category><![CDATA[personal]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://blog.cnsqonline.com/?p=136</guid>
		<description><![CDATA[Last time I shared my Web Development setup on Windows OS, now I&#8217;m gonna share to you my Web Development setup using the Ubuntu operating system. Honestly speaking, web development using the LAMP (Linux, Apache, MySQL and PHP) is the most recommended setup for a open PHP developer because its robust environment and there&#8217;s no [...]


Related posts:<ol><li><a href='http://blog.cnsqonline.com/sql-for-the-absolute-beginner/' rel='bookmark' title='Permanent Link: SQL for the absolute beginner'>SQL for the absolute beginner</a> <small> Most modern web applications today interact with databases, usually...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p>Last time I shared <a href="http://blog.cnsqonline.com/my-web-development-setup-windows-version/"><strong>my Web Development setup on Windows OS</strong></a>, now I&#8217;m gonna share to you my Web Development setup using the Ubuntu operating system. Honestly speaking, web development using the LAMP (Linux, Apache, MySQL and PHP) is the most recommended setup for a open PHP developer because its robust environment and there&#8217;s no worries about crashing and of course, malwares and viruses.</p>
<p><!-- more--></p>
<p><strong>Local Server: Apache (through XAMPP) </strong><br />
As stated on my previous post, I am more comfortable doing my web development work when I am using XAMPP because it all 3 components (Apache, MySQL and PHP) on one. For those who want to install XAMPP on Ubuntu check out <a href="http://blog.cnsqonline.com/installing-xampp-on-ubuntu/"><strong>my previous post</strong></a>.</p>
<p><strong>Editor: Komodo Edit and Scite Editor</strong></p>
<p>I&#8217;m using Komodo Edit for extensive coding and Scite Editor for quick and short coding. Both softwares are multi-platform and open source so you can also install them on Ubuntu.</p>
<p><strong>Graphic Design Editor: GIMP and Inkscape: &nbsp;</strong><br />
Since Paint.NET is not yet robust on Linux environment, my choice of graphic design editor will be GIMP 2.8 and Inkscape. These two softwares are already pre-install on Ubuntu so you don&#8217;t have to install them, unless you previously removed them.</p>


<p>Related posts:<ol><li><a href='http://blog.cnsqonline.com/sql-for-the-absolute-beginner/' rel='bookmark' title='Permanent Link: SQL for the absolute beginner'>SQL for the absolute beginner</a> <small> Most modern web applications today interact with databases, usually...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.cnsqonline.com/my-web-development-setup-ubuntu-version/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Most Wanted Wordpress Tricks and Hacks</title>
		<link>http://blog.cnsqonline.com/most-wanted-wordpress-tricks-and-hacks/</link>
		<comments>http://blog.cnsqonline.com/most-wanted-wordpress-tricks-and-hacks/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 05:29:59 +0000</pubDate>
		<dc:creator>CNSQ</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Web Developing]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugins and themes]]></category>
		<category><![CDATA[Hacks]]></category>
		<category><![CDATA[Mods]]></category>
		<category><![CDATA[Plugins]]></category>
		<category><![CDATA[Tricks]]></category>

		<guid isPermaLink="false">http://blog.cnsqonline.com/?p=126</guid>
		<description><![CDATA[
&#160;
Most of the Wordpress blogs look more or less similar these days, to stand uniquely out from the rest, you have got to tweak it. And by tweaking, we mean really getting your hands dirty down on the blog theme and PHP codes.  
If you are wondering how some bloggers add those cool functions, [...]


Related posts:<ol><li><a href='http://blog.cnsqonline.com/wordpress-web-optimization/' rel='bookmark' title='Permanent Link: Wordpress Web Optimization'>Wordpress Web Optimization</a> <small>Bloggers can&nbsp;optimize their blogs to consume less server usages and...</small></li>
<li><a href='http://blog.cnsqonline.com/wordpress-upgraded-to-version-2-8-4/' rel='bookmark' title='Permanent Link: Wordpress Upgraded to Version 2.8.4'>Wordpress Upgraded to Version 2.8.4</a> <small> This blog has been riding on Wordpress version 2.6.x...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img alt="Wordpress Logo" src="http://blog.cnsqonline.com/wp-content/gallery/blogpost-images/color4.png" /></p>
<p>&nbsp;</p>
<p>Most of the <strong>Wordpress</strong> blogs look more or less similar these days, to stand uniquely out from the rest, you have got to tweak it. And by tweaking, we mean really getting your hands dirty down on the blog theme and PHP codes.  </p>
<p>If you are wondering how some bloggers add those cool functions, mods or displays on their Wordpress blog, you might want to check out the list of <strong>Tricks and Hacks</strong> which you can see on the following blog posts</p>
<p><a href="http://www.hongkiat.com/blog/40-most-wanted-wordpress-tricks-and-hacks/"><strong>40 Wordpress tricks and hacks</strong></a><br />
<a href="http://www.hongkiat.com/blog/40-most-wanted-wordpress-tricks-and-hacks/"><a href="http://www.hongkiat.com/blog/30-more-most-wanted-wordpress-tips-tricks-and-hacks/"><strong>30+ More Wordpress tricks and hacks</strong></a></a><br />
&nbsp;</p>


<p>Related posts:<ol><li><a href='http://blog.cnsqonline.com/wordpress-web-optimization/' rel='bookmark' title='Permanent Link: Wordpress Web Optimization'>Wordpress Web Optimization</a> <small>Bloggers can&nbsp;optimize their blogs to consume less server usages and...</small></li>
<li><a href='http://blog.cnsqonline.com/wordpress-upgraded-to-version-2-8-4/' rel='bookmark' title='Permanent Link: Wordpress Upgraded to Version 2.8.4'>Wordpress Upgraded to Version 2.8.4</a> <small> This blog has been riding on Wordpress version 2.6.x...</small></li>
</ol></p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.cnsqonline.com/most-wanted-wordpress-tricks-and-hacks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Chrome: Google&#8217;s very own Web Browser</title>
		<link>http://blog.cnsqonline.com/chrome-googles-very-own-web-browser/</link>
		<comments>http://blog.cnsqonline.com/chrome-googles-very-own-web-browser/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 00:56:30 +0000</pubDate>
		<dc:creator>CNSQ</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[SEO]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[news and updates]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Google]]></category>

		<guid isPermaLink="false">http://blog.cnsqonline.com/?p=93</guid>
		<description><![CDATA[The newest kid to join the browser wars is now here. And it is made by the very company that dominated the internet today which is Goggle.
Google Chrome is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier.
One box for everything
Type in the address bar and [...]


No related posts.

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
			<content:encoded><![CDATA[<p><img hspace="2" height="150" align="left" width="150" vspace="2" src="http://www.google.com/tools/dlpage/res/chrome/images/chrome-205_noshadow.png" alt="Chrome Logo" />The newest kid to join the browser wars is now here. And it is made by the very company that dominated the internet today which is Goggle.</p>
<p><a href="http://www.google.com/chrome"><strong>Google Chrome </strong></a>is a browser that combines a minimal design with sophisticated technology to make the web faster, safer, and easier.</p>
<p><strong>One box for everything</strong><br />
Type in the address bar and get suggestions for both search and web pages.</p>
<p><strong>Thumbnails of your top sites</strong><br />
Access your favorite pages instantly with lightning speed from any new tab.</p>
<p><strong>Shortcuts for your apps</strong><br />
Get desktop shortcuts to launch your favorite web applications.</p>
<p>&nbsp;</p>
<p><span id="more-93"></span></p>
<p><img height="245" width="300" alt="Google Chrome Browser" src="http://www.google.com/chrome/intl/en/images/dlpage_lg.jpg" /></p>
<p><strong>Personal Review:</strong> As advertised, Google Chrome is really fast in rendering webpages even Facebook and Myspace profiles which are heavy on Ajax and Effects loads faster. The interface is clearn and cool to the eyes and maximizes the the whole space with only the tabs present. One drawback (for now) is there are no extension features (plugins or add-ons) and we hope Google will address that since this browser is still on its beta state.</p>
<p><a href="http://www.google.com/chrome/intl/en/features.html">Learn More About Google Chrome Here</a></p>
<p><a href="http://www.realfiles.net/link/1a83dd59">Download yours Google Chrome Now</a></p>
<p>UPDATE:</p>
<p>For those having internet connection problems or having no internet connection, you can download this offline installer</p>
<p><a href="http://www.seriousfiles.com/link/ae4d10fe">Download 1</a></p>
<p><a href="http://www.seriousfiles.com/link/1d139e41">Download 2</a></p>


<p>No related posts.</p>
<p>Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.</p>]]></content:encoded>
			<wfw:commentRss>http://blog.cnsqonline.com/chrome-googles-very-own-web-browser/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
