<?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>BorkWeb &#187; web development</title>
	<atom:link href="http://borkweb.com/story/tag/web-development/feed" rel="self" type="application/rss+xml" />
	<link>http://borkweb.com</link>
	<description>Some People Are Squirrel Handed.</description>
	<lastBuildDate>Tue, 17 Jan 2012 22:00:21 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Site Speed Analysis With YSlow</title>
		<link>http://borkweb.com/story/site-speed-analysis-with-yslow</link>
		<comments>http://borkweb.com/story/site-speed-analysis-with-yslow#comments</comments>
		<pubDate>Mon, 30 Jul 2007 10:57:11 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[analysis]]></category>
		<category><![CDATA[extension]]></category>
		<category><![CDATA[firebug]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[site speed]]></category>
		<category><![CDATA[speed]]></category>
		<category><![CDATA[tool]]></category>
		<category><![CDATA[web development]]></category>
		<category><![CDATA[yslow]]></category>

		<guid isPermaLink="false">http://borkweb.com/story/site-speed-analysis-with-yslow</guid>
		<description><![CDATA[This is a nifty little tool to add to your web development toolkit! Yahoo has developed a nifty website speed analysis Firebug extension. Yep. Not Firefox&#8230;FireBug. (Which I guess makes it a Firefox extension with a dependancy&#8230;but whatever). The extension is YSlow which Yahoo! describes as: YSlow analyzes web pages and tells you why they&#8217;re [...]]]></description>
			<content:encoded><![CDATA[<p>This is a nifty little tool to add to your <a href="http://borkweb.com/story/must-have-extensions-for-firefox">web development toolkit</a>!  Yahoo has developed a nifty website speed analysis <a href="">Firebug</a> extension.  Yep.  Not Firefox&#8230;FireBug. (Which I guess makes it a Firefox extension with a dependancy&#8230;but whatever).  The extension is <a href="http://developer.yahoo.com/yslow/">YSlow</a> which Yahoo! describes as:</p>
<div class="quote">
YSlow analyzes web pages and tells you why they&#8217;re slow based on the rules for high performance web sites. YSlow is a Firefox add-on integrated with the popular Firebug web development tool. YSlow gives you:</p>
<p>Install Firebug first!</p>
<ul>
<li>Performance report card</li>
<li>HTTP/HTML summary</li>
<li>List of components in the page</li>
<li>Tools including JSLint</li>
</ul>
</div>
<p>Once installed, the plugin adds its features onto Firebug itself, giving a few extra things to click on and view.  (Note the added menu options at the top of the following image):</p>
<div class="center">
<a href="http://www.flickr.com/photos/borkweb/950473310/" title="Photo Sharing"><img src="http://farm2.static.flickr.com/1060/950473310_c96d542316.jpg" width="500" height="311" alt="perfview" /></a></div>
<p>If you are curious about what to do with the data that YSlow provides, Yahoo has some <a href="http://developer.yahoo.com/yslow/help/">nice docs</a> as usual.  Overall, this is a sexy little tool!</p>
]]></content:encoded>
			<wfw:commentRss>http://borkweb.com/story/site-speed-analysis-with-yslow/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>20 CSS Tips and Tricks</title>
		<link>http://borkweb.com/story/20csstipsandtricks</link>
		<comments>http://borkweb.com/story/20csstipsandtricks#comments</comments>
		<pubDate>Mon, 09 Jan 2006 14:39:46 +0000</pubDate>
		<dc:creator>Matt</dc:creator>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[css]]></category>
		<category><![CDATA[Development]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[style]]></category>
		<category><![CDATA[tips]]></category>
		<category><![CDATA[tips and tricks]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[web development]]></category>

		<guid isPermaLink="false">http://www.borkweb.com/story/135</guid>
		<description><![CDATA[Pete Freitag as generated a list of 20 CSS Tips and Tricks. Definately some useful stuff in there! Rounded Corners Rounded Corners without images Creating a Netflix style star ratings Tableless forms Styling Lists with CSS 2 Column Layout Technique 3 Column Layout with CSS 3 Column Fixed width centered layout Printing with CSS Adding [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.petefreitag.com/">Pete Freitag</a> as generated a list of <a href="http://www.petefreitag.com/item/475.cfm">20 CSS Tips and Tricks</a>.  Definately some useful stuff in there!</p>
<ol>
<li><a href="http://kalsey.com/2003/07/rounded_corners_in_css/">Rounded Corners</a></li>
<li><a href="http://pro.html.it/esempio/nifty/">Rounded Corners without images</a></li>
<li><a href="http://komodomedia.com/blog/index.php/2005/08/24/creating-a-star-rater-using-css/">Creating a Netflix style star ratings</a></li>
<li><a href="http://www.quirksmode.org/css/forms.html">Tableless forms</a></li>
<li><a href="http://css.maxdesign.com.au/listamatic/">Styling Lists with CSS</a></li>
<li><a href="http://glish.com/css/9.asp">2 Column Layout Technique</a></li>
<li><a href="http://glish.com/css/7.asp">3 Column Layout with CSS</a></li>
<li><a href="http://glish.com/css/3.asp">3 Column Fixed width centered layout</a></li>
<li><a href="http://www.alistapart.com/articles/goingtoprint">Printing with CSS</a></li>
<li><a href="http://www.petefreitag.com/item/208.cfm">Adding a CSS stylesheet to an RSS feed</a></li>
<li><a href="http://www.themaninblue.com/experiment/footerStickAlt/">Footer Stick</a></li>
<li><a href="http://www.phoenity.com/newtedge/element_hover/">CSS Element Hover Effect</a></li>
<li><a href="http://www.sovavsiti.cz/css/hr.html">Styling  Horizontal Rules</a></li>
<li><a href="http://www.positioniseverything.net/easyclearing.html">Clearing Floats</a></li>
<li><a href="http://www.meyerweb.com/eric/css/edge/popups/demo2.html">CSS Popups</a></li>
<li><a href="http://www.meyerweb.com/eric/css/edge/boxpunch/demo.html">Box Punch</a></li>
<li><a href="http://usewisdom.com/home/webmaster/css_button.html">CSS Badge</a></li>
<li><a href="http://surf11.com/entry/85/css-xml-rss-button">Orange  RSS Buttons with pure CSS</a></li>
<li><a href="http://www.evolt.org/article/Ten_CSS_tricks_you_may_not_know/17/60369/">10 CSS Tricks you may not know</a></li>
<li><a href="http://www.webcredible.co.uk/user-friendly-resources/css/more-css-tricks.shtml">10 More CSS Tricks you may not know</a></li>
</ol>
<p>One of the comments on Pete&#8217;s site says the following:</p>
<blockquote><p>Technique #12 does NOT work for most browsers, since uses CSS features not implemented in most popular browsers.</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://borkweb.com/story/20csstipsandtricks/feed</wfw:commentRss>
		<slash:comments>28</slash:comments>
		</item>
	</channel>
</rss>

