<?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; Tools</title>
	<atom:link href="http://blog.cnsqonline.com/category/tools/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>Bazaar: An Easy-to-Use Version Control software for Designers and Developers</title>
		<link>http://blog.cnsqonline.com/bazaar-an-easy-to-use-version-control-software-for-designers-and-developers/</link>
		<comments>http://blog.cnsqonline.com/bazaar-an-easy-to-use-version-control-software-for-designers-and-developers/#comments</comments>
		<pubDate>Mon, 27 Apr 2009 07:44:35 +0000</pubDate>
		<dc:creator>CNSQ</dc:creator>
				<category><![CDATA[PHP Programming]]></category>
		<category><![CDATA[Tools]]></category>
		<category><![CDATA[Web Designs]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Version Control]]></category>
		<category><![CDATA[Web Developer]]></category>

		<guid isPermaLink="false">http://blog.cnsqonline.com/?p=213</guid>
		<description><![CDATA[My 5-day web&#160;developer workshop was really helped me gain some new insights and new technologies that I can use at work and I thank my supervisors and managers for sponsoring for me. This update will be about a software that was widely used during our workshop and is called Bazaar.
Bazaar is is a distributed revision [...]


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>
</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="Bazaar Logo" width="125" height="127" align="left" src="http://upload.wikimedia.org/wikipedia/en/c/c1/Bazaar_logo_(software_product).svg" />My 5-day web&nbsp;developer workshop was really helped me gain some new insights and new technologies that I can use at work and I thank my supervisors and managers for sponsoring for me. This update will be about a software that was widely used during our workshop and is called <strong>Bazaar</strong>.</p>
<p>Bazaar is is a distributed revision control system designed to make it easier for anyone to contribute to free and open source software projects. The focus is on ease of use, accuracy and flexibility, with a particular focus on branching and merging.It can be used by a single developer working on multiple branches of local content, or by teams collaborating across a network.&nbsp;</p>
<p>Bazaar is written in the Python programming language, with packages for major Linux distributions, Mac OS X and MS Windows.&nbsp;</p>
<p><a target="_blank" href="http://bazaar-vcs.org/Documentation">Read more>>></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>
</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/bazaar-an-easy-to-use-version-control-software-for-designers-and-developers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
