<?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; Web Development</title>
	<atom:link href="http://blog.cnsqonline.com/category/web-development/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>Creating your Own HTML and CSS Framework</title>
		<link>http://blog.cnsqonline.com/creating-your-own-html-and-css-framework/</link>
		<comments>http://blog.cnsqonline.com/creating-your-own-html-and-css-framework/#comments</comments>
		<pubDate>Mon, 30 Aug 2010 12:22:52 +0000</pubDate>
		<dc:creator>CNSQ</dc:creator>
				<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web Designs]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[HTML]]></category>

		<guid isPermaLink="false">http://blog.cnsqonline.com/?p=263</guid>
		<description><![CDATA[A lot of developers like to make use of a framework when they code. While frameworks can save you valuable coding time, I think using pre-made frameworks to sometimes be limiting &#38; unproductive.
&#160;
While this may appear harsh, it&#8217;s true. If you&#8217;re business is based on handwritten, neat &#38; available code, I personally feel like it&#8217;s [...]


Related posts:<ol><li><a href='http://blog.cnsqonline.com/use-atatonic-css-framework-for-your-typography-needs/' rel='bookmark' title='Permanent Link: Use Atatonic CSS Framework for your typography needs'>Use Atatonic CSS Framework for your typography needs</a> <small>There are a lot of CSS framework use by Web...</small></li>
<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>A lot of developers like to make use of a framework when they code. While frameworks can save you valuable coding time, I think using pre-made frameworks to sometimes be limiting &amp; unproductive.</p>
<p>&nbsp;</p>
<p>While this may appear harsh, it&rsquo;s true. If you&rsquo;re business is based on handwritten, neat &amp; available code, I personally feel like it&rsquo;s cheating to make use of someone else&rsquo;s code. It&rsquo;s also seldom as neat because it&rsquo;s someone else&rsquo;s coding style mixed in to yours. To make use of one of these frameworks requires that you either change the code each time to fit your style, or that you change your style of coding to fit theirs. You&rsquo;ll also finish up deleting lots of what&rsquo;s included in the framework because you certainly won&rsquo;t need it.</p>
<p>Of coursework, frameworks are great for saving coding time. So why not give yourself a leg up by generating your own barebones version? Making a custom framework lets you get the best of both worlds: you&rsquo;ll save time when beginning a new site &amp; the code will be optimized &amp; neat &amp; exactly the way you code anyways.</p>
<p><a href="http://bit.ly/ayUzTK" target="_blank">Read more&#8230;</a></p>


<p>Related posts:<ol><li><a href='http://blog.cnsqonline.com/use-atatonic-css-framework-for-your-typography-needs/' rel='bookmark' title='Permanent Link: Use Atatonic CSS Framework for your typography needs'>Use Atatonic CSS Framework for your typography needs</a> <small>There are a lot of CSS framework use by Web...</small></li>
<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/creating-your-own-html-and-css-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<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>Gearing up for HTML 5</title>
		<link>http://blog.cnsqonline.com/gearing-up-for-html-5/</link>
		<comments>http://blog.cnsqonline.com/gearing-up-for-html-5/#comments</comments>
		<pubDate>Sun, 04 Apr 2010 17:16:29 +0000</pubDate>
		<dc:creator>CNSQ</dc:creator>
				<category><![CDATA[Web Designs]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Web Standards]]></category>
		<category><![CDATA[news and updates]]></category>
		<category><![CDATA[HTML 5]]></category>
		<category><![CDATA[Web Design]]></category>

		<guid isPermaLink="false">http://blog.cnsqonline.com/?p=254</guid>
		<description><![CDATA[
As a web designer / developer, &#160;we should be semantic about the ways we do our HTML coding so that I can be readable and understandable for you as the designer/developer as well as a project team mate (if your working on a project development group or team). xHTML is currently the standard but there&#39;s [...]


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="HTML 5" height="164" src="http://blog.cnsqonline.com/wp-content/gallery/blogpost-images/img_html5.gif" width="300" /></p>
<p style="text-align: justify; ">As a web designer / developer, &nbsp;we should be semantic about the ways we do our HTML coding so that I can be readable and understandable for you as the designer/developer as well as a project team mate (if your working on a project development group or team). xHTML is currently the standard but there&#39;s a new standard that will become the future of front-end web development.</p>
<p>Enter <strong>HTML 5</strong></p>
<p style="text-align: justify; ">To be brief HTML 5 is the upcoming web standard is the best standard format ever created because of its coding semantics and (in my opinion) a very SEO-friendly format at best. As of this writing the latest browsers are now adapting this format to ease the transition from xHTML to HTML5.&nbsp;</p>
<p>Articles on Introduction to HTML 5</p>
<ul>
<li><a href="http://www.smashingmagazine.com/2009/07/16/html5-and-the-future-of-the-web/" target="_blank">HTML5 and The Future of the Web<br />
		</a></li>
<li><a href="http://robertnyman.com/2009/10/14/an-introduction-to-html5/" target="_blank">An Introduction To HTML5</a></li>
</ul>
<p>HTML 5 Tutorials</p>
<ul>
<li><a href="http://www.smashingmagazine.com/2009/08/04/designing-a-html-5-layout-from-scratch/" target="_blank">Coding A HTML 5 Layout From Scratch&nbsp;<br />
		</a></li>
</ul>


<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/gearing-up-for-html-5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tips to Optimize Your Website for iPhone and iPod Touch</title>
		<link>http://blog.cnsqonline.com/tips-to-optimize-your-website-for-iphone/</link>
		<comments>http://blog.cnsqonline.com/tips-to-optimize-your-website-for-iphone/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 05:53:14 +0000</pubDate>
		<dc:creator>CNSQ</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[internet]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[Web Designing]]></category>
		<category><![CDATA[web optimization]]></category>

		<guid isPermaLink="false">http://blog.cnsqonline.com/?p=248</guid>
		<description><![CDATA[
	Ordinary websites are receiving more traffic from mobile devices than ever before specially when Apple released the iPhone and the iPod Touch products. Even if you have no immediate plans to serve a microsite to your iPhone visitors, there are steps you can take to make your current website more iPhone friendly.&#160;
Read more&#8230;


No related posts.
Related [...]


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="iPhone internet browsing" height="200" src="http://wapreview.com/images/iSafariCropped.JPG" width="123" /><br />
	Ordinary websites are receiving more traffic from mobile devices than ever before specially when Apple released the iPhone and the iPod Touch products. Even if you have no immediate plans to serve a microsite to your iPhone visitors, there are steps you can take to make your current website more iPhone friendly.&nbsp;</p>
<p><a href="http://www.iphonemicrosites.com/articles/6-tips-to-optimize-your-current-site-for-the-iphone/" target="_blank">Read more&#8230;</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/tips-to-optimize-your-website-for-iphone/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SQL for the absolute beginner</title>
		<link>http://blog.cnsqonline.com/sql-for-the-absolute-beginner/</link>
		<comments>http://blog.cnsqonline.com/sql-for-the-absolute-beginner/#comments</comments>
		<pubDate>Thu, 17 Dec 2009 03:23:54 +0000</pubDate>
		<dc:creator>CNSQ</dc:creator>
				<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[database]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[SQL]]></category>
		<category><![CDATA[Tutorial]]></category>

		<guid isPermaLink="false">http://blog.cnsqonline.com/?p=246</guid>
		<description><![CDATA[
	Most modern web applications today interact with databases, usually with a language called SQL.&#160;SQL (Structured Query Language) is a language designed for interacting with relational database management systems (RDBMS), like MySQL, Oracle, Sqlite etc.. 
MySQL is the most common database management system and this tutorial would go over the basic on how to learn this [...]


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 style="text-align: justify; "><img alt="mySQL Logo" height="79" src="http://www.mysql.com/common/logos/sakila.png" width="121" /><br />
	Most modern web applications today interact with databases, usually with a language called SQL.&nbsp;SQL (Structured Query Language) is a language designed for interacting with relational database management systems (RDBMS), like MySQL, Oracle, Sqlite etc.. </p>
<p style="text-align: justify; ">MySQL is the most common database management system and this tutorial would go over the basic on how to learn this amazing system.</p>
<p style="text-align: justify; "><a href="http://net.tutsplus.com/tutorials/other/sql-for-beginners/" target="_blank">Read more&#8230;</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/sql-for-the-absolute-beginner/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Wordpress Web Optimization</title>
		<link>http://blog.cnsqonline.com/wordpress-web-optimization/</link>
		<comments>http://blog.cnsqonline.com/wordpress-web-optimization/#comments</comments>
		<pubDate>Wed, 30 Sep 2009 06:01:54 +0000</pubDate>
		<dc:creator>CNSQ</dc:creator>
				<category><![CDATA[SEO]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[wordpress]]></category>
		<category><![CDATA[wordpress plugins and themes]]></category>
		<category><![CDATA[Optimization]]></category>
		<category><![CDATA[Plugins]]></category>

		<guid isPermaLink="false">http://blog.cnsqonline.com/231/</guid>
		<description><![CDATA[Bloggers can&#160;optimize their blogs to consume less server usages and less bandwidth. There are different ways to do the web optimization for Wordpress, which includes installing plugins to monitor, tweak and speed up the loading speed of your Wordpress blog.
Besides installing the plugin, you can tweak your theme and remove the unnecessary features so that [...]


Related posts:<ol><li><a href='http://blog.cnsqonline.com/wptouch-wordpress-on-iphone-ipod-android-storm-pre/' rel='bookmark' title='Permanent Link: WPtouch: WordPress on iPhone, iPod, Android, Storm &#038; Pre'>WPtouch: WordPress on iPhone, iPod, Android, Storm &#038; Pre</a> <small> More than just a plugin, WPtouch is an entire...</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>
<li><a href='http://blog.cnsqonline.com/tips-to-optimize-your-website-for-iphone/' rel='bookmark' title='Permanent Link: Tips to Optimize Your Website for iPhone and iPod Touch'>Tips to Optimize Your Website for iPhone and iPod Touch</a> <small> Ordinary websites are receiving more traffic from mobile devices...</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>Bloggers can&nbsp;<strong>optimize their blogs</strong> to consume <strong>less server usages</strong> and <strong>less bandwidth</strong>. There are different ways to do the <strong>web optimization</strong> for Wordpress, which includes installing plugins to monitor, tweak and speed up the loading speed of your Wordpress blog.</p>
<p>Besides installing the plugin, you can tweak your theme and remove the unnecessary features so that your Wordpress system consumes less resource and load faster.</p>
<p>Here are the <a target="_blank" href="http://www.webdesignbooth.com/wordpress-web-optimization-15-tips-and-plugins-to-monitor-speed-up-and-optimize-your-wordpress-blog/">15 different plugins and tips to optimize your Wordpress site</a>.</p>


<p>Related posts:<ol><li><a href='http://blog.cnsqonline.com/wptouch-wordpress-on-iphone-ipod-android-storm-pre/' rel='bookmark' title='Permanent Link: WPtouch: WordPress on iPhone, iPod, Android, Storm &#038; Pre'>WPtouch: WordPress on iPhone, iPod, Android, Storm &#038; Pre</a> <small> More than just a plugin, WPtouch is an entire...</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>
<li><a href='http://blog.cnsqonline.com/tips-to-optimize-your-website-for-iphone/' rel='bookmark' title='Permanent Link: Tips to Optimize Your Website for iPhone and iPod Touch'>Tips to Optimize Your Website for iPhone and iPod Touch</a> <small> Ordinary websites are receiving more traffic from mobile devices...</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/wordpress-web-optimization/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>What are Autoresponders and How to use them</title>
		<link>http://blog.cnsqonline.com/what-are-autoresponders-and-how-to-use-them/</link>
		<comments>http://blog.cnsqonline.com/what-are-autoresponders-and-how-to-use-them/#comments</comments>
		<pubDate>Fri, 18 Sep 2009 15:31:05 +0000</pubDate>
		<dc:creator>CNSQ</dc:creator>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[resources]]></category>
		<category><![CDATA[autoresponders]]></category>
		<category><![CDATA[javascripts]]></category>
		<category><![CDATA[scripts]]></category>

		<guid isPermaLink="false">http://blog.cnsqonline.com/?p=227</guid>
		<description><![CDATA[An autoresponder is a computer programs or scripts that automatically answers e-mail sent to it. They can be very simple or quite complex.
They are often used as e-mail marketing tools, to immediately provide information to their prospective customers and then follow-up with them at preset time intervals.
Autoresponders are also incorporated into electronic mailing list software, [...]


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 style="text-align: justify;"><img align="left" alt="Autoresponders" src="http://i32.tinypic.com/x4etlx.jpg" />An <strong>autoresponder</strong> is a computer programs or scripts that automatically answers e-mail sent to it. They can be very simple or quite complex.</p>
<p>They are often used as e-mail marketing tools, to immediately provide information to their prospective customers and then follow-up with them at preset time intervals.</p>
<p>Autoresponders are also incorporated into electronic mailing list software, to confirm subscriptions, unsubscriptions, posts, and other list activities.</p>
<p style="text-align: justify;">As a web developer, clients either provide their very own autoresponder script or sometime they want you to make one. If you are in bind for time then there&#8217;s a large list of <a target="_blank" href="http://www.hotscripts.com/category/php/scripts-programs/email-systems/autoresponders/">autoresponder scripts</a> both commercial and free ones.</p>
<p style="text-align: justify;">If you&#8217;re having a hard time choosing which autoresponder script is for you then you can read this article on <a target="_blank" href="http://adf.ly/8463/howtochooseautoresponders">How to Choose Autoresponders</a> for your online marketing strategies</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/what-are-autoresponders-and-how-to-use-them/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>35 Absolutely Useful Firefox Plugins For Web Designers And Developers</title>
		<link>http://blog.cnsqonline.com/35-absolutely-useful-firefox-plugins-for-web-designers-and-developers/</link>
		<comments>http://blog.cnsqonline.com/35-absolutely-useful-firefox-plugins-for-web-designers-and-developers/#comments</comments>
		<pubDate>Mon, 29 Jun 2009 05:34:44 +0000</pubDate>
		<dc:creator>CNSQ</dc:creator>
				<category><![CDATA[Web Designs]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Firefox Add On]]></category>
		<category><![CDATA[Tools]]></category>

		<guid isPermaLink="false">http://blog.cnsqonline.com/?p=219</guid>
		<description><![CDATA[
This post is quite old but its worth blogging it again since these are essential tools for web designers and web developers who are using Mozilla Firefox. As we all know Firefox is a very popular browser because of it flexibility in terms of functionalities by adding plugins and/or themes.&#160;
And for those who are doing [...]


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>
</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="Firefox" src="http://upload.wikimedia.org/wikipedia/en/d/d8/Firefox_3.5_logo.png" /><br />
This post is quite old but its worth blogging it again since these are essential tools for <strong>web designers and web developers</strong> who are using <strong><a href="http://www.firefox.com">Mozilla Firefox</a></strong>. As we all know Firefox is a very popular browser because of it flexibility in terms of functionalities by adding plugins and/or themes.&nbsp;</p>
<p>And for those who are doing web designing and web developing either as a hobby or a as a profession and haven&#8217;t use these cool plugins should check the article by Webdesignbooth entitled <strong><a target="_blank" href="http://www.webdesignbooth.com/35-absolutely-useful-firefox-plugins-for-web-designers-and-developers/">35 useful Firefox extensions for both web designers and web developers</a>.</strong></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>
</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/35-absolutely-useful-firefox-plugins-for-web-designers-and-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Wordpress Theme Development Frameworks</title>
		<link>http://blog.cnsqonline.com/wordpress-theme-development-frameworks/</link>
		<comments>http://blog.cnsqonline.com/wordpress-theme-development-frameworks/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 05:57:10 +0000</pubDate>
		<dc:creator>CNSQ</dc:creator>
				<category><![CDATA[Web Development]]></category>
		<category><![CDATA[wordpress plugins and themes]]></category>
		<category><![CDATA[Frameworks]]></category>
		<category><![CDATA[Wordpress Theme]]></category>

		<guid isPermaLink="false">http://blog.cnsqonline.com/?p=217</guid>
		<description><![CDATA[
If you build and develop Wordpress themes often, you will probably be fed up of all the repetitive code writing, the constantly checking of your mark-up and all you really want to do is focus on the design and the project-specific features. The answer is a Wordpress development framework. A framework is designed to speed [...]


Related posts:<ol><li><a href='http://blog.cnsqonline.com/use-atatonic-css-framework-for-your-typography-needs/' rel='bookmark' title='Permanent Link: Use Atatonic CSS Framework for your typography needs'>Use Atatonic CSS Framework for your typography needs</a> <small>There are a lot of CSS framework use by Web...</small></li>
<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/wptouch-wordpress-on-iphone-ipod-android-storm-pre/' rel='bookmark' title='Permanent Link: WPtouch: WordPress on iPhone, iPod, Android, Storm &#038; Pre'>WPtouch: WordPress on iPhone, iPod, Android, Storm &#038; Pre</a> <small> More than just a plugin, WPtouch is an entire...</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 Theme Frameworks" src="http://i40.tinypic.com/r2rry9.jpg" /><br />
If you build and develop Wordpress themes often, you will probably be fed up of all the repetitive code writing, the constantly checking of your mark-up and all you really want to do is focus on the design and the project-specific features. The answer is a <strong>Wordpress development framework</strong>. A framework is designed to speed up the process of designing and coding a Wordpress theme by minimizing your time, and balancing your patience, on Wordpress&rsquo; back-end code that is repeated within every theme.</p>
<p>Smashing Magazine has featured several <strong><a href="http://www.smashingmagazine.com/2009/05/27/wordpress-theme-development-frameworks/">Wordpress theme development Frameworks on their site</a></strong>. If your a Wordpress Themer by trade then these can fastrack your workflow.</p>


<p>Related posts:<ol><li><a href='http://blog.cnsqonline.com/use-atatonic-css-framework-for-your-typography-needs/' rel='bookmark' title='Permanent Link: Use Atatonic CSS Framework for your typography needs'>Use Atatonic CSS Framework for your typography needs</a> <small>There are a lot of CSS framework use by Web...</small></li>
<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/wptouch-wordpress-on-iphone-ipod-android-storm-pre/' rel='bookmark' title='Permanent Link: WPtouch: WordPress on iPhone, iPod, Android, Storm &#038; Pre'>WPtouch: WordPress on iPhone, iPod, Android, Storm &#038; Pre</a> <small> More than just a plugin, WPtouch is an entire...</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/wordpress-theme-development-frameworks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
