<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss 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" version="2.0">

<channel>
	<title>Blogzilla - A web design oriented weblog by Izilla Web Development, Newcastle and Sydney, NSW Australia</title>
	
	<link>http://www.blogzilla.com.au</link>
	<description>The Izilla Weblog - A web design oriented weblog by Izilla Web Development, Newcastle and Sydney, NSW, Australia.</description>
	<pubDate>Wed, 07 Jan 2009 04:11:57 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
			<atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" href="http://feeds.feedburner.com/izillablog" type="application/rss+xml" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com" /><item>
		<title>JavaScript for Web Designers</title>
		<link>http://www.blogzilla.com.au/2009/01/07/javascript-for-web-designers/</link>
		<comments>http://www.blogzilla.com.au/2009/01/07/javascript-for-web-designers/#comments</comments>
		<pubDate>Wed, 07 Jan 2009 04:11:29 +0000</pubDate>
		<dc:creator>Matt Stow</dc:creator>
		
		<category><![CDATA[Adobe]]></category>

		<category><![CDATA[Design]]></category>

		<category><![CDATA[Dreamweaver]]></category>

		<category><![CDATA[JavaScript]]></category>

		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://www.blogzilla.com.au/?p=587</guid>
		<description><![CDATA[Learn how to use JavaScript, jQuery, and Spry to improve the interaction and overall user experience of your designs.]]></description>
			<content:encoded><![CDATA[<p>Learn how to use JavaScript, jQuery, and Spry to improve the interaction and overall user experience of your designs.</p>
<p><a href="http://www.adobe.com/devnet/dreamweaver/articles/js_for_designers.html">Read the full article</a> in the Adobe Fireworks Developer Center.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogzilla.com.au/2009/01/07/javascript-for-web-designers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Creating standards-compliant web designs with Fireworks CS4</title>
		<link>http://www.blogzilla.com.au/2008/11/19/creating-standards-compliant-web-designs-with-fireworks-cs4/</link>
		<comments>http://www.blogzilla.com.au/2008/11/19/creating-standards-compliant-web-designs-with-fireworks-cs4/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 21:46:10 +0000</pubDate>
		<dc:creator>Matt Stow</dc:creator>
		
		<category><![CDATA[Adobe]]></category>

		<category><![CDATA[Design]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[Fireworks]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[CSS]]></category>

		<category><![CDATA[Semantic]]></category>

		<category><![CDATA[Standards]]></category>

		<category><![CDATA[Web]]></category>

		<guid isPermaLink="false">http://www.blogzilla.com.au/?p=569</guid>
		<description><![CDATA[For years, Fireworks has played a huge role in my workflow from design to finished page. However, there was an obvious gap where I had to manually write the markup and CSS after slicing and exporting the relevant images. The Fireworks CS4 team and I realised this obstacle and set out to address the issue with its CSS Export feature.]]></description>
			<content:encoded><![CDATA[<p>For years, Fireworks has played a huge role in my workflow 		    from design to finished page. However, there was an obvious gap where I had to 		    manually write the markup and CSS after slicing and exporting the relevant 		    images. The Fireworks CS4 team and I realised this obstacle and set out to address 		    the issue with its CSS Export feature.</p>
<p>As a Fireworks and web standards evangelist, I decided to 		    work with the Fireworks team to help produce an enhanced version of the CSS 		    Export feature, which empowers you to create better, standards-compliant web 		    pages.</p>
<p><a href="http://www.adobe.com/devnet/fireworks/articles/standards_compliant_design.html">Read the full article</a> in the Adobe Fireworks Developer Center.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogzilla.com.au/2008/11/19/creating-standards-compliant-web-designs-with-fireworks-cs4/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Relative Font Size Reference Chart</title>
		<link>http://www.blogzilla.com.au/2008/10/13/relative-font-size-reference-chart/</link>
		<comments>http://www.blogzilla.com.au/2008/10/13/relative-font-size-reference-chart/#comments</comments>
		<pubDate>Sun, 12 Oct 2008 21:54:21 +0000</pubDate>
		<dc:creator>Matt Stow</dc:creator>
		
		<category><![CDATA[Design]]></category>

		<category><![CDATA[Development]]></category>

		<category><![CDATA[Typography]]></category>

		<category><![CDATA[Usability]]></category>

		<guid isPermaLink="false">http://www.blogzilla.com.au/?p=553</guid>
		<description><![CDATA[The Relative Font Size Reference Chart is a simple, customisable table chart that calculates common, relative font sizes in both percentages and ems.]]></description>
			<content:encoded><![CDATA[<p>I thought I&#8217;d share this useful tool that the Izilla team have been using for a while now when building our web projects.</p>
<p>The <a href="/wp-content/uploads/2008/10/relative_font_size_reference_chart.html">Relative Font Size Reference Chart</a> is a simple, customisable table chart that calculates common, relative font sizes in both percentages and ems.</p>
<p>Why is this important? Well, for IE’s font resizing to work, fonts need to be set using a relative size unit.</p>
<p>It becomes indispensable as your stylesheets become more complex, where trying to calculate nested font-sizes can leave you more than confused.</p>
<p>As the common browsers have a built-in default base font size of 16px, we can use this figure to calculate which value to resize an element by to achieve our desired font size.</p>
<p>To use the Reference Chart, find the base font size along the top row, and then find the cell that correlates to your target font size from the left.</p>
<p>For example, to achieve 12px on the body, find the Base Size - 16px, then Target Size - 12px, which gives you 0.75em.</p>
<p>If you then wished to set h1&#8217;s to be 20px, the Base Size is 12px, Target Size is 20px, which gives you 1.667em. Too easy!</p>
<p>The Chart also allows you to alter the size range from 1-50px, and choose which unit (% or em) to display the results in.</p>
<ul>
<li><a href="/wp-content/uploads/2008/10/relative_font_size_reference_chart.html">View the Relative Font Size Reference Chart</a></li>
<li><a href="/wp-content/uploads/2008/10/relative_font_size_reference_chart.zip">Download as a zip file to run locally</a></li>
<li><a href="/wp-content/uploads/2008/10/rfsrc.air">Download as an AIR app</a> - <em>requires the <a href="http://get.adobe.com/air/">Adobe AIR runtime</a></em></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.blogzilla.com.au/2008/10/13/relative-font-size-reference-chart/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Photoshop CS4 Video Preview</title>
		<link>http://www.blogzilla.com.au/2008/10/02/photoshop-cs4-video-preview/</link>
		<comments>http://www.blogzilla.com.au/2008/10/02/photoshop-cs4-video-preview/#comments</comments>
		<pubDate>Thu, 02 Oct 2008 11:46:38 +0000</pubDate>
		<dc:creator>Matt Stow</dc:creator>
		
		<category><![CDATA[Adobe]]></category>

		<category><![CDATA[Design]]></category>

		<category><![CDATA[Photoshop CS4]]></category>

		<guid isPermaLink="false">http://www.blogzilla.com.au/?p=536</guid>
		<description><![CDATA[		<p>Deke McClelland from <a href="http://www.deke.com">dekeOnline</a> presents an amusing but informative podcast on the notable upgrades <a href="http://www.adobe.com">Adobe</a> has included into soon to be released <a href="http://www.adobe.com/products/photoshop/photoshop/">Photoshop CS4</a>.</p>]]></description>
			<content:encoded><![CDATA[<p>Deke McClelland from <a href="http://www.deke.com">dekeOnline</a> presents an amusing but informative podcast on the notable upgrades <a href="http://www.adobe.com">Adobe</a> has included into soon to be released <a href="http://www.adobe.com/products/photoshop/photoshop/">Photoshop CS4</a>.</p>
<div class="feature_image_only">
<p class="img"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="344" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="allowFullScreen" value="true" /><param name="src" value="http://www.youtube.com/v/NM_nRFR3h0w&amp;hl=en&amp;fs=1" /><embed type="application/x-shockwave-flash" width="425" height="344" src="http://www.youtube.com/v/NM_nRFR3h0w&amp;hl=en&amp;fs=1" allowfullscreen="true"></embed></object></div>
<h3>Related Links</h3>
<ul>
<li><a href="http://digitalmedia.oreilly.com/dekepod/">dekePod Podcast Series | Design &#8212; digitalmedia.oreilly.com</a></li>
<li><a href="http://www.deke.com/">dekeOnline</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.blogzilla.com.au/2008/10/02/photoshop-cs4-video-preview/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Kevin Kelly: Predicting the next 5,000 days of the web</title>
		<link>http://www.blogzilla.com.au/2008/09/26/kevin-kelly-predicting-the-next-5000-days-of-the-web/</link>
		<comments>http://www.blogzilla.com.au/2008/09/26/kevin-kelly-predicting-the-next-5000-days-of-the-web/#comments</comments>
		<pubDate>Thu, 25 Sep 2008 21:54:50 +0000</pubDate>
		<dc:creator>Matt Stow</dc:creator>
		
		<category><![CDATA[General]]></category>

		<category><![CDATA[2007 EG conference]]></category>

		<category><![CDATA[Kevin Kelly]]></category>

		<category><![CDATA[TED.com]]></category>

		<category><![CDATA[The Internet]]></category>

		<guid isPermaLink="false">http://www.blogzilla.com.au/?p=524</guid>
		<description><![CDATA[At the 2007 EG conference Kevin Kelly explores the first 5,000 days of the internet, and predicts what the next 5,000 could bring.]]></description>
			<content:encoded><![CDATA[<p>At the 2007 EG conference Kevin Kelly explores the first 5,000 days of the internet, and predicts what the next 5,000 could bring.</p>
<div class="feature_image_only">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="432" height="285" id="VE_Player" align="middle"><param name="movie" value="http://static.videoegg.com/ted2/flash/loader.swf"><PARAM NAME="FlashVars" VALUE="bgColor=FFFFFF&#038;file=http://static.videoegg.com/ted/movies/KevinKelly_2007P-embed-EG_high.flv&#038;autoPlay=false&#038;fullscreenURL=http://static.videoegg.com/ted/flash/fullscreen.html&#038;forcePlay=false&#038;logo=&#038;allowFullscreen=true"><param name="quality" value="high"><param name="allowScriptAccess" value="always"><param name="bgcolor" value="#FFFFFF"><param name="scale" value="noscale"><param name="wmode" value="window"><embed src="http://static.videoegg.com/ted2/flash/loader.swf" FlashVars="bgColor=FFFFFF&#038;file=http://static.videoegg.com/ted/movies/KevinKelly_2007P-embed-EG_high.flv&#038;autoPlay=false&#038;fullscreenURL=http://static.videoegg.com/ted/flash/fullscreen.html&#038;forcePlay=false&#038;logo=&#038;allowFullscreen=true" quality="high" allowScriptAccess="always" bgcolor="#FFFFFF" scale="noscale" wmode="window" width="432" height="285" name="VE_Player" align="middle" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></object>
</div>
<h3>Related Links</h3>
<ul>
<li><a href="http://www.ted.com/index.php/speakers/kevin_kelly.html">Kevin Kelly: Author, editor, publisher</a></li>
<li><a href="http://www.the-eg.com/"> EG 08 - The Entertainment Gathering</a></li>
</ul>
<h3>Source</h3>
<ul>
<li><a href="http://www.ted.com/index.php/talks/kevin_kelly_on_the_next_5_000_days_of_the_web.html">TED.com - Kevin Kelly: Predicting the next 5,000 days of the web</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.blogzilla.com.au/2008/09/26/kevin-kelly-predicting-the-next-5000-days-of-the-web/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Aurora - exploring the evolution of the web browsing experience</title>
		<link>http://www.blogzilla.com.au/2008/09/22/aurora-future-of-the-web/</link>
		<comments>http://www.blogzilla.com.au/2008/09/22/aurora-future-of-the-web/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 02:39:44 +0000</pubDate>
		<dc:creator>Matt Stow</dc:creator>
		
		<category><![CDATA[Internet Browsers]]></category>

		<category><![CDATA[Usability]]></category>

		<category><![CDATA[Adaptive Path]]></category>

		<category><![CDATA[Aurora]]></category>

		<category><![CDATA[Mozilla Labs]]></category>

		<category><![CDATA[Web Browsing]]></category>

		<guid isPermaLink="false">http://www.blogzilla.com.au/?p=508</guid>
		<description><![CDATA[<p>How will future advances change the way we browse the web? <a href="http://www.adaptivepath.com">Adaptive Path</a> in partnership with <a href="http://labs.mozilla.com/">Mozilla Labs</a> has been developing <a href="http://www.adaptivepath.com/aurora/">Aurora</a>, a concept video series designed to springboard discussion and exploration into the evolution of the web browsing experience.</p>]]></description>
			<content:encoded><![CDATA[<p>How will future advances change the way we browse the web? <a href="http://www.adaptivepath.com">Adaptive Path</a> in partnership with <a href="http://labs.mozilla.com/">Mozilla Labs</a> has been developing <a href="http://www.adaptivepath.com/aurora/">Aurora</a>, a concept video series designed to springboard discussion and exploration into the evolution of the web browsing experience.</p>
<p><em>&quot;With Aurora, we set out to define a plausible vision of how technology, the browser, and the Web might evolve in the future by depicting that experience in a variety of real-world contexts.&quot;</em>.</p>
<p><em>&quot;The release of Aurora is part of the launch of Mozilla Labs’ browser concept series, an ongoing initiative to encourage designers and developers to contribute their own visions of the future of the browser and the Web. &quot;</em>.</p>
<h3>Aurora videos:</h3>
<ul>
<li><a href="http://www.adaptivepath.com/blog/2008/08/04/aurora-concept-video-part-1">Aurora: Concept Video Part 1</a></li>
<li><a href="http://www.adaptivepath.com/blog/2008/08/06/aurora-concept-video-part-2">Aurora: Concept Video Part 2</a></li>
<li><a href="http://www.adaptivepath.com/blog/2008/08/07/aurora-concept-video-part-3">Aurora: Concept Video Part 3</a></li>
<li><a href="http://www.adaptivepath.com/blog/2008/08/08/aurora-concept-video-part-4">Aurora: Concept Video Part 4</a></li>
<li><a href="http://www.adaptivepath.com/blog/2008/08/11/aurora-complete-video-without-commentary">Aurora: Complete Video (without commentary)</a></li>
</ul>
<h3>Sources:</h3>
<ul>
<li><a href="http://www.adaptivepath.com/aurora/">http://www.adaptivepath.com/aurora/</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.blogzilla.com.au/2008/09/22/aurora-future-of-the-web/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How do visitors share content?</title>
		<link>http://www.blogzilla.com.au/2008/09/17/dear-sharethis-how-are-my-visitors-sharing-my-content/</link>
		<comments>http://www.blogzilla.com.au/2008/09/17/dear-sharethis-how-are-my-visitors-sharing-my-content/#comments</comments>
		<pubDate>Wed, 17 Sep 2008 00:26:47 +0000</pubDate>
		<dc:creator>Matt Stow</dc:creator>
		
		<category><![CDATA[Internet Marketing]]></category>

		<category><![CDATA[Usability]]></category>

		<category><![CDATA[Forrester]]></category>

		<category><![CDATA[Sharethis]]></category>

		<category><![CDATA[Sharing]]></category>

		<guid isPermaLink="false">http://www.blogzilla.com.au/?p=494</guid>
		<description><![CDATA[<p><a href="http://sharethis.com">Sharethis</a> is a widget developed by ShareThis, Inc. that allows online publishers and users to instantly access all profiles, blogs, friends, and contacts for easy sharing and updating via a expanable menu installed to your blog or website.<p> ]]></description>
			<content:encoded><![CDATA[<p><a href="http://sharethis.com">Sharethis</a> is a widget developed by ShareThis, Inc. that allows online publishers and users to instantly access all profiles, blogs, friends, and contacts for easy sharing and updating via a expanable menu installed to your blog or website.
<p>It also provides the means to track details of how users of your blog/website are choosing to share your content out of the many available options such as <a href="http://www.facebook.com">Facebook</a>, <a href="http://www.myspace.com">Myspace</a>, <a href="http://www.wordpress.com">Wordpress</a>, email etc. After registering a free account with Sharethis, users are then able to login and view this &#8220;means of sharing&#8221; information via provided pie and line graphs.</p>
<div class="feature_image_only">
<p class="img">
<img src="http://www.blogzilla.com.au/wp-content/uploads/2008/09/sharethis_stats.png" alt="Sharethis Statistics" width="392" height="300"  />
</p>
</div>
<p>Now what if I wanted to gain a broader understanding of how users are choosing to share  content beyond the statistics of my own domain&#8217;s sharing activity? Well Sharethis are about to provide the results of an extensive study on sharing with Forrester Research. </p>
<p><em>&quot;Forrester and ShareThis, teamed up to find out what and how people are sharing information online with one another. This is part of ShareThis’s continued effort to help online publishers better understand how their users are interacting and sharing the things they are interested in across their networks. This study, which will be released next week, provides some really interesting statistics around how people share, including:&quot;</em></p>
<ul>
<li><em>Email is still primary channel for sharing – 69% of adults cite email as the primary source of sharing information</li>
<li>Less than 1/3 of online adults said they learned about the new content from generally shared content sources such as YouTube, a wiki, or social networking sites</li>
<li>84% of people still use the traditional cut and paste method to share a URL or information</li>
<li>Though the primary motivation for sharing differs, 81% of adults claim that they share to help others – believing that a person will benefit from the information they share</li>
<li>Sharing increases site traffic 2x, thus increasing ad dollars or revenue for publishers</li>
<li>Men are more likely to share recommendations and videos than women; 77 percent of adult males and 74 of younger males shared news and web links</li>
<li>Women are more likely to share products or ideas they like via easy or direct sharing methods (ie texting)</em></li>
</ul>
<p>Needless to say the full report should be an interesting read. I&#8217;ll attempt to publish the entire thing once released.</p>
<h3>Related Links</h3>
<ul>
<li><a href="http://sharethis.com">Sharethis</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.blogzilla.com.au/2008/09/17/dear-sharethis-how-are-my-visitors-sharing-my-content/feed/</wfw:commentRss>
		</item>
		<item>
		<title>7 Free Online Tools for Creating flow charts, diagrams, floor plans etc</title>
		<link>http://www.blogzilla.com.au/2008/09/16/7-free-online-tools-for-creating-flow-charts-diagrams-floor-plans-etc/</link>
		<comments>http://www.blogzilla.com.au/2008/09/16/7-free-online-tools-for-creating-flow-charts-diagrams-floor-plans-etc/#comments</comments>
		<pubDate>Tue, 16 Sep 2008 01:09:24 +0000</pubDate>
		<dc:creator>Matt Stow</dc:creator>
		
		<category><![CDATA[Design]]></category>

		<guid isPermaLink="false">http://www.blogzilla.com.au/?p=486</guid>
		<description><![CDATA[<p><a href="http://www.visual-blast.com">Visual-Blast Media</a> published a fantastic little article the other day on <a href="http://www.visual-blast.com/online-tools/7-free-online-tools-for-creating-flow-charts-diagrams-floor-plans-and-more/">free online tools for creating flow charts, diagrams etc</a>. </p>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.visual-blast.com">Visual-Blast Media</a> published a fantastic little article the other day on <a href="http://www.visual-blast.com/online-tools/7-free-online-tools-for-creating-flow-charts-diagrams-floor-plans-and-more/">free online tools for creating flow charts, diagrams etc</a>. </p>
<p>Out of the selection, I was most impressed with <a href="http://mindomo.com/">Mindomo&#8217;s</a> online mapping software.</p>
<p><em>&quot;Mindomo is a versatile Web-based mind mapping tool, delivering the capabilities of desktop mind mapping software in a Web browser - with no complex software to install or maintain.</p>
<p>Create, edit mind maps, and share them with your colleagues or your friends.&quot;</em></p>
<p>Worth a look at least <img src='http://www.blogzilla.com.au/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<h3>Sources</h3>
<ul>
<li><a href="http://www.visual-blast.com/online-tools/7-free-online-tools-for-creating-flow-charts-diagrams-floor-plans-and-more/">Visual-Blast Media  - 7 Free Online Tools for Creating flow charts, diagrams, floor plans etc<a/></li>
<li><a href="http://mindomo.com/">Mindomo.com - Web-based mind mapping</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.blogzilla.com.au/2008/09/16/7-free-online-tools-for-creating-flow-charts-diagrams-floor-plans-etc/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress Plugins - All in One SEO Pack</title>
		<link>http://www.blogzilla.com.au/2008/09/09/wordpress-plugins-all-in-one-seo-pack/</link>
		<comments>http://www.blogzilla.com.au/2008/09/09/wordpress-plugins-all-in-one-seo-pack/#comments</comments>
		<pubDate>Tue, 09 Sep 2008 02:59:58 +0000</pubDate>
		<dc:creator>Matt Stow</dc:creator>
		
		<category><![CDATA[Blogging]]></category>

		<category><![CDATA[SEO]]></category>

		<category><![CDATA[Wordpress]]></category>

		<category><![CDATA[Wordpress Plugins]]></category>

		<guid isPermaLink="false">http://www.blogzilla.com.au/?p=480</guid>
		<description><![CDATA[<p>I recently installed the <a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">All in One SEO Pack</a> Wordpress plugin for Blogzilla. The plugin automatically generates page specifc meta data by detecting key words within the page/articles and outputs them as meta keywords in the head section of each page. After running the plugin for over a month, I've already seen an increase in visitors and ping backs (other sites linking to this site).</p>]]></description>
			<content:encoded><![CDATA[<p>I recently installed the <a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">All in One SEO Pack</a> Wordpress plugin for Blogzilla. The plugin automatically generates page specifc meta data by detecting key words within the page/articles and outputs them as meta keywords in the head section of each page. After running the plugin for over a month, I&#8217;ve already seen an increase in visitors and ping backs (other sites linking to this site).</p>
<p>Some features:</p>
<ul>
<li>Automatically optimizes your titles for search engines</li>
<li>Generates META tags automatically</li>
<li>Avoids the typical duplicate content found on Wordpress blogs</li>
<li>For Wordpress 2.3 you don&#8217;t even have to look at the options, it works out-of-the-box. Just install.</li>
<li>You can override any title and set any META description and any META keywords you want.</li>
<li>You can fine-tune everything</li>
<li>Backward-Compatibility with many other plugins, like Auto Meta, Ultimate Tag Warrior and others.</li>
</ul>
<h3>Related Links</h3>
<ul>
<li><a href="http://wordpress.org/extend/plugins/all-in-one-seo-pack/">All in One SEO Pack</a></li>
<li><a href="http://wordpress.org/">Wordpress</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.blogzilla.com.au/2008/09/09/wordpress-plugins-all-in-one-seo-pack/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Update to Google Chrome’s terms of service</title>
		<link>http://www.blogzilla.com.au/2008/09/08/update-to-google-chromes-terms-of-service/</link>
		<comments>http://www.blogzilla.com.au/2008/09/08/update-to-google-chromes-terms-of-service/#comments</comments>
		<pubDate>Sun, 07 Sep 2008 23:03:40 +0000</pubDate>
		<dc:creator>Matt Stow</dc:creator>
		
		<category><![CDATA[Internet Browsers]]></category>

		<category><![CDATA[Google]]></category>

		<category><![CDATA[Google Chrome]]></category>

		<guid isPermaLink="false">http://www.blogzilla.com.au/?p=468</guid>
		<description><![CDATA[<p>After the public beta release of <a href="http://www.google.com">Google's</a> very own web browser <a href="http://www.google.com/chrome">Google Chrome</a>, several users contacted Google to express concern at Section 11 of the product's terms of service which noted that the service gives Google "rights to any user-generated content "submitted, posted or displayed on or through" the browser.</p>]]></description>
			<content:encoded><![CDATA[<p>After the public beta release of <a href="http://www.google.com">Google&#8217;s</a> very own web browser <a href="http://www.google.com/chrome">Google Chrome</a>, several users contacted Google to express concern at Section 11 of the product&#8217;s terms of service which noted that the service gives Google &#8220;rights to any user-generated content &#8220;submitted, posted or displayed on or through&#8221; the browser.</p>
<p>Google has since updated it&#8217;s terms of service:</p>
<p><em>&quot;You&#8217;ll notice if you look at our other products that many of them are governed by Section 11 of our Universal Terms of Service. This section is included because, under copyright law, Google needs what&#8217;s called a &#8220;license&#8221; to display or transmit content. So to show a blog, we ask the user to give us a license to the blog&#8217;s content. (The same goes for any other service where users can create content.) But in all these cases, the license is limited to providing the service. In Gmail, for example, the terms specifically disclaim our ownership right to Gmail content.&quot;</em></p>
<p><em>&quot;So for Google Chrome, only the first sentence of Section 11 should have applied. We&#8217;re sorry we overlooked this, but we&#8217;ve fixed it now, and you can read the updated Google Chrome terms of service. If you&#8217;re into the fine print, here&#8217;s the revised text of Section 11:&quot;</em></p>
<ul>
<li><em>&quot;    11. Content license from you<br />
    11.1 You retain copyright and any other rights you already hold in Content which you submit, post or display on or through, the Services.</em>&quot;</p>
</li>
</ul>
<p><a href="http://googleblog.blogspot.com/2008/09/update-to-google-chromes-terms-of.html">Continue reading</a>&hellip;</p>
<p>Source - <a href="http://googleblog.blogspot.com/2008/09/update-to-google-chromes-terms-of.html">Official Google Blog</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blogzilla.com.au/2008/09/08/update-to-google-chromes-terms-of-service/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
