<?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>code-diesel &#187; web</title>
	<atom:link href="http://www.codediesel.com/tag/web/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.codediesel.com</link>
	<description>/* PHP &#38; MySQL Journal */</description>
	<lastBuildDate>Thu, 02 Feb 2012 13:19:04 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>Learning the Language of the Web</title>
		<link>http://www.codediesel.com/web/learning-the-language-of-the-web/</link>
		<comments>http://www.codediesel.com/web/learning-the-language-of-the-web/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 05:13:49 +0000</pubDate>
		<dc:creator>sameer</dc:creator>
				<category><![CDATA[design]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://www.codediesel.com/?p=2960</guid>
		<description><![CDATA[With the ever increasing presence of the Web, more people are interested in learning the language of the Web. Designers, artists, and newbie’s unfamiliar with Web development are eager to learn to code so that they can understand the Web better and create something original. Learning through books can take some time and can be [...]]]></description>
			<content:encoded><![CDATA[<p>With the ever increasing presence of the Web, more people are interested in learning the language of the Web. Designers, artists, and newbie’s unfamiliar with Web development are eager to learn to code so that they can understand the Web better and create something original.</p>
<p>Learning through books can take some time and can be a major hindrance for people who find the learn-by-the-book method dry an uninspiring. In a bid to make learning the language of the Web more interesting, some designers and developers have come together and created some interesting and useful web projects.<br />
<span id="more-2960"></span><br />
<a href="http://www.codediesel.com/wp-content/uploads/2011/12/dfti.jpg"><img src="http://www.codediesel.com/wp-content/uploads/2011/12/dfti.jpg" alt="" title="dfti" width="237" height="87" class="alignleft size-full wp-image-2963" /></a>The first of the lot is <a href="http://www.dontfeartheinternet.com/" title="dontfeartheinternet.com" target="_blank">dontfeartheinternet.com</a>. Created by designers Jessica Hische and Russ Maschmeyer; ‘dontfeartheinternet’ is a set of video lectures that teach you about html, css, and browsers, right from scratch. The lectures are mostly targeted towards print designers unfamiliar with the Web medium.</p>
<p><a href="http://www.codediesel.com/wp-content/uploads/2011/12/treehouse.gif"><img src="http://www.codediesel.com/wp-content/uploads/2011/12/treehouse.gif" alt="" title="treehouse" width="237" height="87" class="alignleft size-full wp-image-2961" /></a>The other is <a href="http://teamtreehouse.com/" title="teamtreehouse.com" target="_blank">teamtreehouse.com</a>. In the same league as the above site, teamtreehouse.com is a more comprehensive site, providing lectures in Web Design, Web Development and iOS development, and provides test questions after each video lecture. Although not free, teamtreehouse.com can help you quickly learn Web development fundamentals in a structured way.</p>
<p><a href="http://www.codediesel.com/wp-content/uploads/2011/12/code-acd.gif"><img src="http://www.codediesel.com/wp-content/uploads/2011/12/code-acd.gif" alt="" title="code-acd" width="237" height="87" class="alignleft size-full wp-image-2964" /></a>And the final site, <a href="http://www.codecademy.com" title="codecademy.com" target="_blank">codecademy.com</a>. This is more targeted for people wanting to learn JavaScript in an interactive way. The best part is that it is free.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codediesel.com/web/learning-the-language-of-the-web/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Google Chrome benchmarks</title>
		<link>http://www.codediesel.com/javascript/google-chrome-benchmarks/</link>
		<comments>http://www.codediesel.com/javascript/google-chrome-benchmarks/#comments</comments>
		<pubDate>Wed, 03 Sep 2008 08:55:25 +0000</pubDate>
		<dc:creator>sameer</dc:creator>
				<category><![CDATA[google]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.codediesel.com/?p=97</guid>
		<description><![CDATA[Google Chrome Beta for Windows is finally here. There are many factors that make this browser interesting; being open source and using the WebKit rendering engine is one of them. But one of the great things is the speed of the JavaScript engine. Chrome uses Google&#8217;s open source V8 JavaScript engine, and it is amazingly [...]]]></description>
			<content:encoded><![CDATA[<p>Google Chrome Beta for Windows is finally here. There are many factors that make this browser interesting; being open source and using the WebKit rendering engine is one of them. But one of the great things is the speed of the JavaScript engine. Chrome uses Google&#8217;s open source <a href="http://www.google.com/chrome/" target="_blank">V8</a> JavaScript engine, and it is amazingly fast. I ran the <a href="http://www2.webkit.org/perf/sunspider-0.9/sunspider.html" target="_blank">SunSpider 0.9</a> benchmark and here are the results:<br />
<span id="more-97"></span><br />
<a href="http://www.codediesel.com/wp-content/uploads/2008/09/chrome_benchmark1.gif"><img class="aligncenter" style="border: 1px solid #c0c0c0;" title="chrome_benchmark1" src="http://www.codediesel.com/wp-content/uploads/2008/09/chrome_benchmark1.gif" alt="google chrome benchmarks" width="519" height="310" /></a></p>
<p>As you can see it is blazingly fast, being twice as fast as Firefox 3 and twenty times faster than Internet Explorer 6.  If you are using JavaScript heavy applications like Gmail or Javascript UI frameworks like Yahoo UI, extJS, jQuery etc. than you can really reap the benefits of a fast engine. If you like to see a visual comparison try running one of John Resig&#8217;s <a title="processing.js demo" href="http://ejohn.org/apps/processing.js/examples/topics/reach3.html" target="_blank">Processing.js demo</a> in Firefox 3 and Chrome and you can see how fast Chrome can run JavaScript.</p>
<p>Some of the other interesting things Google Chrome offers can be read in a comic format <a href="http://www.google.com/googlebooks/chrome/" target="_blank">here</a> &#8211; designed by the brilliant <a title="scott mccloud" href="http://www.scottmccloud.com/" target="_blank">Scott McCloud</a>, a sample page is shown below.</p>
<p><a href="http://www.codediesel.com/wp-content/uploads/2008/09/chrome_comic.gif"><img class="aligncenter size-full wp-image-99" style="border: 1px solid #c0c0c0;" title="chrome_comic" src="http://www.codediesel.com/wp-content/uploads/2008/09/chrome_comic.gif" alt="" width="358" height="509" /></a></p>
<p>You can download Google Chrome <a href="http://www.google.com/chrome/" target="_blank">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codediesel.com/javascript/google-chrome-benchmarks/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Internet Explorer 8 WebSlices</title>
		<link>http://www.codediesel.com/microsoft/ie8-webslices/</link>
		<comments>http://www.codediesel.com/microsoft/ie8-webslices/#comments</comments>
		<pubDate>Thu, 14 Aug 2008 05:59:19 +0000</pubDate>
		<dc:creator>sameer</dc:creator>
				<category><![CDATA[microsoft]]></category>
		<category><![CDATA[browser]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.codediesel.com/?p=84</guid>
		<description><![CDATA[WebSlices, what? Internet Explorer 8 has introduced a new feature, WebSlices. In a nutshell, WebSlices enable websites to connect with users by allowing them subscribe to content directly within a webpage. WebSlices behave just like RSS feeds, but instead of subscribing to XML feeds you subscribe to portions of a particular website and receive updates [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.codediesel.com/wp-content/uploads/2008/08/ie84.gif"><img class="alignleft size-full wp-image-88" style="border:1px solid #c0c0c0;" title="ie84" src="http://www.codediesel.com/wp-content/uploads/2008/08/ie84.gif" alt="ie 8 webslices" width="347" height="102" /></a><strong>WebSlices, what?</strong><br />
Internet Explorer 8 has introduced a new feature, WebSlices. In a nutshell, WebSlices enable websites to connect with users by allowing them subscribe to  content directly within a webpage. WebSlices behave just like RSS feeds, but instead of subscribing to XML feeds you subscribe to portions of a particular website and receive updates when the content  changes. The slices corresponding to a particular website are polled at user-defined intervals to keep the content fresh.</p>
<p>With the help of WebSlices you can keep your users connected to your site. Any content on your site that regularly changes can be tagged as a WebSlice. For e.g products, horoscopes, weather, stocks, news, photos.</p>
<p><span id="more-84"></span>For example ebay has a search page for ie8 that supports WebSlice. Lets say I have to track a particular product on eBay for bid amount and other details. Whenever you navigate to a website that supports WebSlice a discovery button highlights as show below for the following url: http://ie8.ebay.com/</p>
<p><a href="http://www.codediesel.com/wp-content/uploads/2008/08/ie81.gif"><img class="aligncenter size-full wp-image-85" style="border:1px solid #c0c0c0;" title="ie81" src="http://www.codediesel.com/wp-content/uploads/2008/08/ie81.gif" alt="" width="469" height="106" /></a></p>
<p>Now whenever you hover over a portion of a WebSlice, a icon pops up which you can click so as to add the WebSlice to your favorites bar.</p>
<p><a href="http://www.codediesel.com/wp-content/uploads/2008/08/ie82.gif"><img class="aligncenter size-full wp-image-86" style="border:1px solid #c0c0c0;" title="ie82" src="http://www.codediesel.com/wp-content/uploads/2008/08/ie82.gif" alt="" width="469" height="166" /></a></p>
<p>Shown below is the WebSlice for the above link.</p>
<p><a href="http://www.codediesel.com/wp-content/uploads/2008/08/ie83.gif"><img class="aligncenter size-full wp-image-87" style="border:1px solid #c0c0c0;" title="ie83" src="http://www.codediesel.com/wp-content/uploads/2008/08/ie83.gif" alt="" width="469" height="274" /></a></p>
<p>Whenever the content for this particular portion changes, the corresponding WebSlice is automatically updated. Now I don&#8217;t have to visit eBay to see the latest update on the product I&#8217;m interested in. I get to see the updates on the particular WebSlice. Whenever the slice content is updated the title of the slice on the favorites bar turns to bold.</p>
<p>The HTML that is displayed in the WebSlices details view comes from the description property of a WebSlice, which is set by the developer during design. The preview window has limited ability though; for example, the window allows no scripting or form controls.</p>
<p><strong>Creating your own WebSlices:</strong><br />
You just have to wrap whatever content that you want to become a WebSlice in a div tag, and set the class name for the div as &#8216;hslice&#8217;.</p>
<p>There are a few sub elements that you can use to further define the WebSlice: ‘entry-title’, ‘entry-content’ and &#8216;ttl&#8217; … among others.</p>

<div class="wp_codebox"><table><tr id="p842"><td class="code" id="p84code2"><pre class="html" style="font-family:monospace;">&lt;div id=&quot;1&quot; class=&quot;hslice&quot;&gt;
&lt;p class=&quot;entry-title&quot;&gt;Item - $80.00&lt;/p&gt;
&nbsp;
&lt;div class=&quot;entry-content&quot;&gt;high bidder: buyer9 …&lt;/div&gt;
&lt;/div&gt;</pre></td></tr></table></div>

<p><strong>Conclusion:</strong><br />
At first it looked a little unremarkable but after trying some examples myself I think it could be a neat feature to add to your web pages.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.codediesel.com/microsoft/ie8-webslices/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

