<?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>Hello.World &#187; CSS</title>
	<atom:link href="http://matthew.delmarters.com/weblog/category/web-development/css/feed/" rel="self" type="application/rss+xml" />
	<link>http://matthew.delmarters.com</link>
	<description>The Blog of Matthew Delmarter</description>
	<lastBuildDate>Sat, 10 Dec 2011 09:42:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Playing with the toys&#8230; Bootstrap, from Twitter</title>
		<link>http://matthew.delmarters.com/weblog/playing-with-the-toys-bootstrap-from-twitter/</link>
		<comments>http://matthew.delmarters.com/weblog/playing-with-the-toys-bootstrap-from-twitter/#comments</comments>
		<pubDate>Sat, 10 Dec 2011 09:42:39 +0000</pubDate>
		<dc:creator>Matthew Delmarter</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Fun]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Web Development]]></category>
		<category><![CDATA[bootstrap]]></category>
		<category><![CDATA[chandelle]]></category>
		<category><![CDATA[twitter]]></category>

		<guid isPermaLink="false">http://matthew.delmarters.com/?p=389</guid>
		<description><![CDATA[Recently I discovered Bootstrap from Twitter. As mentioned on the website "Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites. It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more." And it is very nice. But you never truly know how good a tool will [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://twitter.github.com/bootstrap/"><img class="alignright" title="Bootstrap, from Twitter" src="http://twitter.github.com/bootstrap/assets/ico/bootstrap-apple-114x114.png" alt="Bootstrap" width="114" height="114" style="margin: 0 0 10px 10px"  /></a>Recently I discovered <a title="Twitter Bootstrap" href="http://twitter.github.com/bootstrap/" target="_blank">Bootstrap from Twitter</a>. As mentioned on the website "Bootstrap is a toolkit from Twitter designed to kickstart development of webapps and sites. It includes base CSS and HTML for typography, forms, buttons, tables, grids, navigation, and more." And it is very nice.</p>
<p>But you never truly know how good a tool will be until you try it. In the last few days I have used Bootstrap for two small projects &#8211; one internal project at <a title="SiteHost" href="http://www.sitehost.co.nz" target="_blank">SiteHost</a> where I work, and then again today when I built a webpage for my mothers shop in a couple of hours: <a title="Chandelle Lingerie" href="http://www.chandelle.co.nz" target="_blank">www.chandelle.co.nz</a>.</p>
<p>I have to say I am impressed and will be using Bootstrap again for sure. It does for CSS layouts what jQuery does for JavaScript &#8211; streamlined, elegant, and so easy to use. Highly recommended.</p>
]]></content:encoded>
			<wfw:commentRss>http://matthew.delmarters.com/weblog/playing-with-the-toys-bootstrap-from-twitter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ext.air &#8211; Blurring the line between Adobe AIR and Ext JS</title>
		<link>http://matthew.delmarters.com/weblog/extair-blurring-the-line-between-adobe-air-and-ext-js/</link>
		<comments>http://matthew.delmarters.com/weblog/extair-blurring-the-line-between-adobe-air-and-ext-js/#comments</comments>
		<pubDate>Tue, 02 Dec 2008 19:31:06 +0000</pubDate>
		<dc:creator>Matthew Delmarter</dc:creator>
				<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/extair-blurring-the-line-between-adobe-air-and-ext-js/</guid>
		<description><![CDATA[By now you should be very aware of Adobe AIR which allows Web Developers to use their existing skill-set to develop desktop applications for Windows, OS X and Linux. This means that anybody who knows HTML, JavaScript and CSS can easily start developing desktop applications. And if you add Ext JS to the equation then [...]]]></description>
			<content:encoded><![CDATA[<p>By now you should be very aware of <a href="http://www.adobe.com/devnet/air/">Adobe AIR</a> which allows Web Developers to use their existing skill-set to develop desktop applications for Windows, OS X and Linux. This means that anybody who knows HTML, JavaScript and CSS can easily start developing desktop applications. And if you add <a href="http://extjs.com/">Ext JS</a> to the equation then you get an impressive JavaScript library and whole set of interface widgets that work tightly with Adobe AIR out of the box. Ext JS and Adobe AIR are made for other, and it is good news to hear that Adobe and Ext are officially working together to take things to the next level.</p>
<p>As a result of collaberation between Ext JS and Adobe, several impressive <a href="http://extjs.com/blog/2008/11/24/extplayer-air-and-ext/">enhancements</a> to the Ext.air package were just released. These enhancements allow even better control of AIR and the desktop via easy to use JavaScript calls. </p>
<p>For example to play a music file:</p>
<div class="VisualSyntax"><code><span style="color: #000000"></p>
<p>var&nbsp;mp&nbsp;=&nbsp;new&nbsp;Ext.air.MusicPlayer();<br />
mp.adjustVolume(0.5);<br />
mp.play(url);<br />
</span><br />
</code></div>
<p>Or to tell your application to launch on system startup:</p>
<div class="VisualSyntax"><code><span style="color: #000000"></p>
<p>Ext.air.App.launchOnStartup(true);<br />
</span><br />
</code></div>
<p>Additional enhancements allow you to easily control desktop windowing, video, system notifications and alerts and even the clipboard.</p>
<p>You can learn more about Ext JS <a href="http://extjs.com">here</a>.<br />
You can learn more about Adobe AIR <a href="http://www.adobe.com/devnet/air/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://matthew.delmarters.com/weblog/extair-blurring-the-line-between-adobe-air-and-ext-js/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Injecting JavaScript and CSS into Iframes</title>
		<link>http://matthew.delmarters.com/weblog/injecting-javascript-and-css-into-iframes/</link>
		<comments>http://matthew.delmarters.com/weblog/injecting-javascript-and-css-into-iframes/#comments</comments>
		<pubDate>Sat, 14 Apr 2007 13:30:23 +0000</pubDate>
		<dc:creator>Matthew Delmarter</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[Browsers]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tutorials]]></category>

		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/injecting-javascript-and-css-into-iframes/</guid>
		<description><![CDATA[Introducing a new technique to allow efficient reuse of JavaScript and CSS &#8211; effectively allowing you to download the code once and then inject it into Iframes. This solution is targeted at Web Applications which commonly use Iframes for complex layouts and to control memory usage in larger apps without moving to the complexity of [...]]]></description>
			<content:encoded><![CDATA[<p><em style="color:#858585">Introducing a new technique to allow efficient reuse of JavaScript and CSS &#8211; effectively allowing you to download the code once and then inject it into Iframes. This solution is targeted at Web Applications which commonly use Iframes for complex layouts and to control memory usage in larger apps without moving to the complexity of a Single Page Interface (SPI). Along the way we summarise and explain other methods available to developers for minimising their code and speeding up the loading time of their application.</em></p>
<p>With the next generation of Web Applications upon us the challenges faced by the average web developer have broadened. Understanding and confronting issues like memory leaks, bandwidth, load times and JavaScript processing time is becoming more of an everyday focus for web developers than ever before. </p>
<p>Fortunately we now have the tools available to help. On the developers machine the <a href="https://addons.mozilla.org/en-US/firefox/addon/60">Web Developer Toolbar</a> and <a href="http://www.getfirebug.com/">Firebug</a> for example are essential. And within the applications themselves we find increased usage of JavaScript libraries such as <a href="http://dojotoolkit.org/">Dojo</a>, <a href="http://jquery.com">jQuery</a>, <a href="http://www.prototypejs.org/">Prototype</a>, <a href="http://developer.yahoo.com/yui/">YUI</a> and widget frameworks like <a href="http://www.extjs.com">Ext</a>, which provide a layer of abstraction and freedom for developers from some of these issues.</p>
<p>The increased usage of JavaScript however brings other challenges. Particularly in the world of Web Applications where the use of Widgets (tabs, grids, menus etc) is more likely, it is not uncommon for the volume of JavaScript and CSS to quickly accumulate from tens to a few hundred kb of code. This is a far cry from ideal, but is also to a certain extent unavoidable if that is the type of application you are supporting. </p>
<p>What can a developer do to minimise this issue? There are several very effective methods that can be explored:</p>
<blockquote>
<p><strong>Compacting Your Code</strong><br />
This is acheived by stripping out comments and unneccesary white-space which can drastically reduce the size of your files &#8211; sometimes cutting them in half. Recommended tools: <a href="http://dean.edwards.name/packer/">Dean Edwards Packer</a> or <a href="http://www.crockford.com/javascript/jsmin.html">Douglas Crockford's JSMin</a>. You could apply the same theory to your CSS as well.</p>
<p><strong>File Compression</strong><br />
Using GZIP or Deflate can drastically reduce the downloaded file size (but should be used wisely). You can read more on this <a href="http://betterexplained.com/articles/how-to-optimize-your-site-with-gzip-compression/">here</a>.</p>
<p><strong>Combining Multiple Files</strong><br />
In general browsers download only two or four files in parallel per hostname, depending on the HTTP version of the response and the userâ€™s browser. On top of that it seems that JavaScript files are loaded synchronously and sequentially as they appear in your code. This means that only one JavaScript file can be downloaded at a time &#8211; and each file must be completely downloaded and then interpreted before the next download can begin. Reducing the number of HTTP requests by combining your JavaScript and CSS files into single files will definitely help improve your applications response times. Using <a href="http://www.alistapart.com/articles/sprites/">CSS Sprites</a> to combine your images into a single file and re-use with CSS is also an extension of this principle and is a very effective technique.</p>
<p><strong>Caching</strong><br />
Server-side caching can help speed the up the delivery of page content. Also understanding browser caching and how to control this using file headers can make a difference &#8211; but again should be used wisely.</p>
</blockquote>
<p>These techniques have been around for quite a while now. But this leads me to the real point of this post!</p>
<h4>"Injection" Introduced</h4>
<p>When it comes to the world of Web Applications (as opposed to a "website") where the use of Iframes is more likely, there is another technique that can be explored &#8211; "Code Injection". </p>
<p>I became aware of this technique while trying to interpret some very lengthy posts from <a href="http://extjs.com/forum/showthread.php?t=1201">Choleriker</a> on the <a href="http://extjs.com/forum/showthread.php?t=1201">Ext forums</a>. I thank Choleriker for taking the time to explain the concepts. I thought I would share my interpretation of this technique, as well as provide some examples to see it in action as requested by other developers in the forums.</p>
<p>First of all &#8211; what is this "code injection" that I am referring to? </p>
<p><strong>Explained</strong><br />
In breif, the technique basically involves loading your JavaScript and CSS only once and then re-using it inside any iframes without downloading it again. This is acheived by loading your code "inline" inside the top level page of the application. The top page then makes the JavaScript and CSS available as two variables that can be called from the iframes directly. So the code is passed or "injected" from the top level page into any iframes using JavaScript. </p>
<p><strong>Benefits?</strong><br />
There are several benefits to this technique &#8211; the most obvious being that you only download your JavaScript and CSS once, no additional downloads required. If you normally compress your JavaScript files using GZIP you likely know that there is a performance hit in the client browser to decompress the code before it can be used. This is no longer an issue for the reused code. And there is no longer any concerns with browser caching issues. Another big plus is that the CSS and JavaScript is being loaded as part of your actual page &#8211; i.e. there are no other additional files to download, which will improve the response times as described above. </p>
<p><strong>Downsides?</strong><br />
I guess that the technique requires iframes. In time I guess/hope the principles of the technique may be able to be used in other perhaps more elegant ways that I haven't thought of yet. Another downside is the need to load your JavaScript and CSS inline. This was initially repugnant to me, mainly due to my background in website development. But in an Application is it really a big deal? I have decided it does not outweight the benefits.</p>
<p>Another perceived downside is that you have to get all of your JavaScript and CSS into a format that is loaded inline &#8211; but of course you still want to work with your separate "clean" files as you are used to. <em>This should be viewed as an opportunity!</em> It is likely time to implement a number of techniques as discussed above. My recommended technique is to have a server-side script that does the following:</p>
<blockquote><ul>
<li>Combines the required JavaScript and CSS files</li>
<li>Compacts the code by stripped white-space, comments etc</li>
<li>Caches the output code to a file on the server</li>
<li>Include the code inline using PHP or some other scripting language</li>
</ul>
</blockquote>
<p>I may provide some code for doing this in PHP in the future. In the meantime you might want to look at the <a href="http://rakaz.nl/extra/code/combine">"Combine" script from Niels Leenheer</a> to get started.</p>
<p><strong>Sample Application</strong><br />
So &#8211; how about an example? Click on the image below to see this technique in action. The example is built using <a href="http://www.extjs.com">Ext 1.0 Beta 2</a>. It is a top level page which generates an Ext Layout with panels. The right-hand panel contains an iframe which receives the JavaScript and CSS from the top level page &#8211; it has not downloaded any files except the required images.</p>
<p><a onclick="window.open(this.href,'tree','width=850, height=500, resizable'); return false;" href="/ext_demo.htm" target="_blank"><img src="/images/screen_ext_demo.gif" alt="Launch Demo" border="0"/></a></p>
<p>The secret to this working is the following code in the Top Page:</p>
<div class="VisualSyntax"><code><span style="color: #000000"></p>
<p>&lt;textarea&nbsp;id="StyleProxy"&nbsp;style="display:none;visibility:hidden;"&gt;<br />
//&nbsp;CSS&nbsp;loaded&nbsp;inline&nbsp;here<br />
&lt;/textarea&gt;<br />
<font color='#990000'>&lt;script&nbsp;type="text/javascript"&gt;</font><br />
document.write(['<font color='#990099'>&lt;style&nbsp;type="text/css"&gt;</font>',document.getElementById('StyleProxy').innerHTML,'<font color='#990099'>&lt;/style&gt;</font>'].join('r'));<br />
<font color='#990000'>&lt;/script&gt;</font><br />
&nbsp;<br />
<font color='#990000'>&lt;script&nbsp;type="text/javascript"&nbsp;id="ScriptProxy"&gt;</font><br />
//&nbsp;JavaScript&nbsp;loaded&nbsp;inline&nbsp;here<br />
<font color='#990000'>&lt;/script&gt;</font><br />
&nbsp;<br />
<font color='#990000'>&lt;script&nbsp;type="text/javascript"&gt;</font><br />
//&nbsp;define&nbsp;the&nbsp;variables&nbsp;for&nbsp;storing&nbsp;the&nbsp;JavaScript&nbsp;and&nbsp;CSS<br />
var&nbsp;_SCRIPTS&nbsp;=&nbsp;null;<br />
var&nbsp;_STYLES&nbsp;=&nbsp;null;<br />
&nbsp;<br />
//&nbsp;use&nbsp;jQuery&nbsp;to&nbsp;run&nbsp;the&nbsp;JS&nbsp;once&nbsp;HTML&nbsp;is&nbsp;loaded<br />
$(document).ready(&nbsp;function()<br />
{<br />
&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;place&nbsp;the&nbsp;JavaScript&nbsp;and&nbsp;CSS&nbsp;into&nbsp;the&nbsp;variables&nbsp;for&nbsp;reuse<br />
&nbsp;&nbsp;&nbsp;&nbsp;top.window._SCRIPTS&nbsp;=&nbsp;Ext.get("ScriptProxy").dom.innerHTML.toString();<br />
&nbsp;&nbsp;&nbsp;&nbsp;top.window._STYLES&nbsp;=&nbsp;Ext.get("StyleProxy").dom.innerHTML.toString();<br />
&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;create&nbsp;an&nbsp;iframe&nbsp;and&nbsp;add&nbsp;to&nbsp;the&nbsp;DOM<br />
&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;this&nbsp;should&nbsp;be&nbsp;always&nbsp;be&nbsp;done&nbsp;after&nbsp;the&nbsp;variables&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;//&nbsp;for&nbsp;the&nbsp;JS&nbsp;and&nbsp;CSS&nbsp;are&nbsp;filled&nbsp;<br />
&nbsp;&nbsp;&nbsp;&nbsp;$main_container&nbsp;=&nbsp;Ext.get("iframe_main_container");<br />
&nbsp;&nbsp;&nbsp;&nbsp;var&nbsp;$iframe_nav&nbsp;=&nbsp;Ext.DomHelper.append&nbsp;(<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;$main_container,&nbsp;{<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;tag:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"iframe",<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;id:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"iframeMain",<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;name:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"iframeMain",<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;width:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"100%",<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;height:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"100%",<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;frameborder:&nbsp;"no",<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;scrolling:&nbsp;&nbsp;&nbsp;"no",<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;src:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;"ext_demo_iframe1.htm"<br />
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;}<br />
&nbsp;&nbsp;&nbsp;&nbsp;);<br />
})<br />
<font color='#990000'>&lt;/script&gt;</font><br />
</span><br />
</code></div>
<p>A look at the files downloaded reveals the benefits &#8211; the iframe had nothing to download but the basic page itself. The JavaScript and CSS were downloaded only once as part of the top page. This top page was a reasonable size &#8211; but Ext is not small, and we can see the GZIP compression kicking in:</p>
<p><img src="/images/screen_ext_usage.gif" alt="File Usage" border="0"/></p>
<p><strong>Conclusion</strong><br />
So &#8211; should you use this technique? That depends on your application and your preference. The objective of this post was to simply introduce a concept that was new to me, and I am sure is new to many others. It is simply another technique to add to a developers toolbox. </p>
<p>PS: I am very interested what other developers think of this technique and what they perceive as the advantages and disadvantages. I also have a question &#8211; does this technique expose any security holes I should be aware of?<!--6d6b1b4de8bc913f0df079ec6f0777e4--><!--4ce4e86f1e5a884e58539db8b3ff8adf--><!--69e3edfea5da861f518fcd4c68d3f4e3--><!--fb0575a8326f533c1d72d763c7ce8190--><!--ef5584235cc46f03a38b863861d2aabb--><!--80ffdada19ce5dd47ca0489b26110ca4--><!--69e3edfea5da861f518fcd4c68d3f4e3--><!--fb0575a8326f533c1d72d763c7ce8190--><!--ef5584235cc46f03a38b863861d2aabb--></p>
]]></content:encoded>
			<wfw:commentRss>http://matthew.delmarters.com/weblog/injecting-javascript-and-css-into-iframes/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Afraid of CSS and Standards?</title>
		<link>http://matthew.delmarters.com/weblog/afraid-of-css-and-standards/</link>
		<comments>http://matthew.delmarters.com/weblog/afraid-of-css-and-standards/#comments</comments>
		<pubDate>Thu, 28 Sep 2006 02:25:11 +0000</pubDate>
		<dc:creator>Matthew Delmarter</dc:creator>
				<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/afraid-of-css-and-standards/</guid>
		<description><![CDATA[If you are, then take comfort in the fact that you are not alone. Here is an excellent article covering some of the frustrations of moving from table-based layouts to pure CSS. I could relate to a lot of the article's content &#8211; maybe you can too&#8230;]]></description>
			<content:encoded><![CDATA[<p>If you are, then take comfort in the fact that you are not alone. Here is an <a href="http://alistapart.com/articles/12lessonsCSSandstandards">excellent article</a> covering some of the frustrations of moving from table-based layouts to pure CSS. I could relate to a lot of the <a href="http://alistapart.com/articles/12lessonsCSSandstandards">article's content</a> &#8211; maybe you can too&#8230;<!--80233d747b533ac622830e831cd8cdf0--><!--ffdf5666592a2d11c4bedc3b77e24bd6--></p>
]]></content:encoded>
			<wfw:commentRss>http://matthew.delmarters.com/weblog/afraid-of-css-and-standards/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Issue One of Visual jQuery Magazine Released</title>
		<link>http://matthew.delmarters.com/weblog/issue-one-of-visual-jquery-magazine-released/</link>
		<comments>http://matthew.delmarters.com/weblog/issue-one-of-visual-jquery-magazine-released/#comments</comments>
		<pubDate>Fri, 22 Sep 2006 21:05:27 +0000</pubDate>
		<dc:creator>Matthew Delmarter</dc:creator>
				<category><![CDATA[AJAX]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Web Development]]></category>

		<guid isPermaLink="false">http://matthew.delmarters.com/weblog/issue-one-of-visual-jquery-magazine-released/</guid>
		<description><![CDATA[I have posted a number of times about jQuery &#8211; a JavaScript (JS) framework that will revolutionise the way you write JS. The community uptake of this framework has been quite impressive. Now there is even a monthly magazine available, courtesy of Yehuda Katz. The first release of the magazine includes the following topics: an [...]]]></description>
			<content:encoded><![CDATA[<p><img src="/images/screen_visualjquery_mag.gif" alt="Visual jQuery Mag - Issue One" align="right" style="padding:0 0 12px 12px"/>I have posted a number of times about <a href="http://jquery.com/">jQuery</a> &#8211; a JavaScript (JS) framework that will revolutionise the way you write JS. The community uptake of this framework has been quite impressive. Now there is even a <a href="http://www.visualjquery.com/magazine/">monthly magazine available</a>, courtesy of Yehuda Katz. The first release of the magazine includes the following topics:</p>
<ul>
<li>an editor's note about the magazine</li>
<li>a profile of jQuery's founder, John Resig</li>
<li>an introduction to jQuery's basic principles
</li>
<li>an argument for jQuery's philosophy</li>
<li>an interview with the creator of the jqMinMax plugin, Dave Cardwell</li>
<li>a roundup of three plugins that are useful for creating rich web applications</li>
</ul>
<p>Why is this framework worthy of so much attention? You need to be a JavaScript coder to really appreciate it's beauty. Basically jQuery allows web developers to write JS the way we think, the way we see the world within the context of the DOM. Not only is it logical and simple to work with, it will drastically reduce the amount of JS you write. That means smaller files, your code is easier to read and understand, and you spend less time coding. It enables you to easily work with AJAX, animations, forms, CSS, and the list goes on &#8211; all for including a file only 16k in size.</p>
<p>On top of that, the jQuery community is rapidly adding new plugins and widgets that work with jQuery. The mailing list is also extremely responsive and helpful.</p>
<p>Once upon a time the developer world went crazy about <a href="http://prototype.conio.net/">Prototype</a> and <a href="http://script.aculo.us/">Scriptaculous</a>. For me jQuery and <a href="http://interface.eyecon.ro/demos">Interface</a> leave such alternatives in the dust. Why? Apart from the fact that jQuery+Interface = 66k (16+50) and Prototype+Scriptaculous = 188k (50+128)? jQuery and Interface are just more intuitive to work with and offer the same core features.</p>
<p>Here are some links to get you excited:</p>
<blockquote><ul>
<li><a href="http://jquery.com/">jQuery.com</a> &#8211; Official jQuery website</li>
<li><a href="http://www.visualjquery.com/magazine/">Visual jQuery Magazine</a> &#8211; Issue One</li>
<li><a href="http://interface.eyecon.ro/demos">Interface</a> &#8211; enabling drag 'n' drop, autocomplete etc</li>
<li><a href="http://jquery.com/plugins/">Plugin Library</a> &#8211; A list of all plugins</li>
<li><a href="http://jquery.com/tutorials/">Tutorials </a>- a list of community tutorials for jQuery</li>
<li><a href="http://www.nabble.com/JQuery-f15494.html">Mailing List</a> &#8211; Searchable archive of the Mailing List</li>
<li><a href="http://www.visualjquery.com/">Visual jQuery</a> &#8211; Interactive documentation for jQuery</li>
</ul>
</blockquote>
<p>Anyway &#8211; it is time for me to stop raving. If I keep posting only about jQuery this blog is going to get fairly monotonous! I will now leave you to form your own impressions&#8230;</ul>
<p><!--96f518000e33748bab9a23084b172c39--><!--da9998b375a6e4bb5e8526759ad84174--><!--a57cef483acf71fa1e7c2ddbc48acc38--><!--da9998b375a6e4bb5e8526759ad84174--><!--a57cef483acf71fa1e7c2ddbc48acc38--></p>
]]></content:encoded>
			<wfw:commentRss>http://matthew.delmarters.com/weblog/issue-one-of-visual-jquery-magazine-released/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

