<?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>Position Absolute, resources for the web developer &#187; featured</title>
	<atom:link href="http://www.position-absolute.com/category/featured/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.position-absolute.com</link>
	<description>Get your web worker news fix</description>
	<lastBuildDate>Mon, 06 Feb 2012 15:17:55 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>The jQuery Boston conference or how to write jQuery professionally.</title>
		<link>http://www.position-absolute.com/news/the-jquery-conference-or-how-to-do-jquery-professionally/</link>
		<comments>http://www.position-absolute.com/news/the-jquery-conference-or-how-to-do-jquery-professionally/#comments</comments>
		<pubDate>Sat, 23 Oct 2010 01:42:05 +0000</pubDate>
		<dc:creator>Cedric Dugas</dc:creator>
				<category><![CDATA[Opinions]]></category>
		<category><![CDATA[Random news]]></category>
		<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://www.position-absolute.com/?p=3338</guid>
		<description><![CDATA[<p>I wanted to round up a bit my thoughts about this year Boston jQuery conference. If you had a look at the talks descriptions you certainly saw that there were a lot of talks about code organization, unit testing, templating&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>I wanted to round up a bit my thoughts about this year Boston jQuery conference. If you had a look at the talks descriptions you certainly saw that there were a lot of talks about code organization, unit testing, templating and etc. It seems this year has really been the year where experienced jQuery developers wanted to evolve outside the DOM that jQuery is so good at abstracting. </p>
<p>It certainly feels weird, when you think about it, that this year conference was all about adding complexity to your code when the most probable reason why jQuery as so much market share is because of its simplicity.</p>
<p>In the keynote, John Resig said that jQuery constantly gaining share momentum and was <strong>something like</strong> on 30% of overall websites, on the web. That&#8217;s huge. I also personally saw a tendency with others framework to use jQuery at its core for DOM interaction. jQuery is probably more popular than &#8220;javascript&#8221; itself!</p>
<p>Like <a href="http://blog.rebeccamurphey.com/">Rebecca Murphey</a> <a href="http://blog.rebeccamurphey.com/on-jquery-large-applications">once said</a>, if you really looking to do advanced javascript application, you maybe should <strong>also</strong> look into a more complete framework like Dojo.</p>
<p>Speaking of Rebecca, I was particularly flabbergasted by her  <a href="http://www.slideshare.net/rmurphey/functionality-basedorg">talk</a> about code organization and modules. I think I am currently where she was when she started to search for a better path to code organization.</p>
<p>There were also a lot of mentions about lazy script loading with <a href="http://labjs.com/">labJS</a> et <a href="http://requirejs.org/">RequireJS</a> and loose coupling with custom events and <a href="http://github.com/phiggins42/bloody-jquery-plugins/blob/master/pubsub.js">pub/sub</a> and other nice jQuery plugins. </p>
<p>I really liked all those talks that were talking about a more advanced way to do jQuery, but when you think that most of the technologies (plugins) presented  were less than 1 year old.. I just hope that the &#8220;normal&#8221; developers mass that is not really following the trends is ready for all of this goodness.</p>
<p>I can really see a line between jQuery developers that want to level up and those that just want to do their &#8220;thing&#8221; with the DOM.</p>
<h2>Some food for thoughts:</h2>
<ul>
<li><a href="http://msdn.microsoft.com/en-gb/scriptjunkie/gg314983.aspx">Managing JavaScript Objects</a>  &#8211;  Nicholas Zakas</li>
<li><a href="http://blog.rebeccamurphey.com/functionality-focused-code-organization">Functionality-Focused Code Organization</a>  &#8211;  Rebecca Murphey</li>
<li>Alex Saxton on <a href="http://alexsexton.com/?p=51">javascript and jQuery pattern</a></li>
<li><a href="http://blog.rebeccamurphey.com/2009/10/15/using-objects-to-organize-your-code/">Using Objects to Organize Your Code</a> &#8211;  Rebecca Murphey</li>
<li><a href="http://www.amazon.com/JavaScript-Good-Parts-Douglas-Crockford/dp/0596517742">Javascript: The Good Parts</a> (Chapter 5) (book) -Douglas Crockford</li>
<li><a href="http://javascript.crockford.com/prototypal.html">Prototypal Inheritance in Javascript</a> -Douglas Crockford</li>
<li><a href="http://www.amazon.ca/JavaScript-Patterns-Stoyan-Stefanov/dp/0596806752">JavaScript Patterns (new)</a> -Stoyan Stefanov</li>
</ul>
<p></p>
<h2>Jquery Mobile</h2>
<p>There is another really cool thing that happened at the Boston Conference. The jQuery team released a preview (alpha release) of there <a href="http://jquerymobile.com/">mobile framework</a>.</p>
<p>One thing is sure, if you think jQuery is full of magic, well you will see unicorns flying in this one. This framework is an odd beast. You control it, mostly by HTML. Meaning that if you create a simple app, like a mobile version of a blog, you will probably not write one line of jQuery or CSS. A typical example that would be instantly ajaxified and cssified by the framework:</p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&nbsp; &lt;ul data-role=&quot;listview&quot; data-inset=&quot;true&quot; data-theme=&quot;c&quot; data-dividertheme=&quot;b&quot;&gt;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;&lt;li data-role=&quot;list-divider&quot;&gt;Overview&lt;/li&gt;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;&lt;li&gt;&lt;a href=&quot;docs/about/intro.html&quot;&gt;Intro to jQuery Mobile&lt;/a&gt;&lt;/li&gt;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &lt;/ul&gt;</div>
</li>
</ol>
</div>
<p>This is a really closed way of doing things, at least if you compare it to Sencha Touch or jQtouch. One thing that have come up for example, when you create a select form element, it replaces it with a jQueryfied html version, and they forgot to add a changed event on it.</p>
<p>I think the jQuery mobile framework will be full of surprise like this. Really easy to use, but probably a bit hard to get really custom applications.</p>
<p>That being said, jQuery mobile is the only framework that aim to support a freaking lot of mobile browsers. Sencha and jQtouch are currently only supporting webkit mobile. The more the framework control all your code the less, you the developer, will break your mobile website on less capable phones, like the Blackberry, which is, a pretty big market in the corporate world.</p>
<p>That&#8217;s it!</p>
<h2>Bonus</h2>
<p>A video that I found really inspirational on javascript module management.</p>
<div><object width="576" height="324"><param name="movie" value="http://d.yimg.com/m/up/ypp/default/player.swf"></param><param name="flashVars" value="vid=15614367&#038;"></param><param name="allowfullscreen" value="true"></param><param name="wmode" value="transparent"></param><embed width="576" height="324" allowFullScreen="true" src="http://d.yimg.com/m/up/ypp/default/player.swf" type="application/x-shockwave-flash" flashvars="vid=15614367&#038;"></embed></object></div>
]]></content:encoded>
			<wfw:commentRss>http://www.position-absolute.com/news/the-jquery-conference-or-how-to-do-jquery-professionally/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Apple changes the iPhone SDK TOS, creates a tsunami in the web community</title>
		<link>http://www.position-absolute.com/articles/apple-changes-the-iphone-sdk-tos-creates-a-tsunami-in-the-web-community/</link>
		<comments>http://www.position-absolute.com/articles/apple-changes-the-iphone-sdk-tos-creates-a-tsunami-in-the-web-community/#comments</comments>
		<pubDate>Tue, 13 Apr 2010 18:25:42 +0000</pubDate>
		<dc:creator>Cedric Dugas</dc:creator>
				<category><![CDATA[Articles]]></category>
		<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://www.position-absolute.com/?p=2424</guid>
		<description><![CDATA[<p>Jobs certainly knows what he is doing, I was listening at the 4.0 OS presentation and boy, was it everything you wanted it to be&#8230; With every new iPhone OS Apple has brought excellent features. Then again, you also have&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Jobs certainly knows what he is doing, I was listening at the 4.0 OS presentation and boy, was it everything you wanted it to be&#8230; With every new iPhone OS Apple has brought excellent features. Then again, you also have the other Apple side that want to control everything.  </p>
<h3>Apple changes the TOS and chooses a wording that basically says that you can&#8217;t use an API not written in OBJECTIVE-C for creating Apple apps.</h3>
<p><em>&#8220;3.3.1 Applications may only use Documented APIs in the manner prescribed by Apple and must not use or call any private APIs. Applications must be originally written in Objective-C, C, C++, or JavaScript as executed by the iPhone OS WebKit engine, and only code written in C, C++, and Objective-C may compile and directly link against the Documented APIs (e.g., Applications that link to Documented APIs through an intermediary translation or compatibility layer or tool are prohibited).&#8221;</em></p>
<p>This means that the cool kids like Phonegap, Appcelerator, unity3d and Flash CS5 are in trouble. These guys made easy the iPhone developement and enabled you to make cross-platform applications with Android pretty easy. Now this may not seen much, but beside the fact that those companies invested enormous money in making an iPhone compliant framework, a good bunch of companies invested resources in learning those API. That is a big bunch of pissed off peoples.</p>
<p>Granted the wording was in fact chosen to destroy Adobe plans to release a Flash SDK that would enable their developers community to create iPhone compliant applications. Why? Most people agree this is because cross-compliant applications have less quality in it but the real reason seems to be that Apple doesn&#8217;t want anyone to create an abstraction language from OBJECTIVE-C. It might be true that framework built on top of objective-C can, sometimes, diminish the apps quality, but I think it is really close minded to think that in the long run this will help them.</p>
<p>It cost a lot more to create a platform specific application, meaning 2 things. One, application will be more expensive to buy, good option? Not really. Two, Less budget for the iPhone specific application, meaning a more rushed application. Not really better. So what is the plan behind the masterminds at Apple? The same it&#8217;s always been, control everything in the platform. Why do you think they do not want to add the HTML5 video OGG format in webkit? This is because they want everyone to use h264 like they want every application to be written directly in OBJECTIVE-C, plain simple.</p>
<h2>The two sides</h2>
<p><a href="http://theflashblog.com/?p=1888">http://theflashblog.com/?p=1888</a> (Pissed off Adobe developer)<br />
<a href="http://oppugn.us/posts/1270855147.html">http://oppugn.us/posts/1270855147.html</a> (A C coder having fun)</p>
<p><a href="http://developer.appcelerator.com/blog/2010/04/update-on-apple-sdk-4-0-and-tos.html">Appcelerator updated statement</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.position-absolute.com/articles/apple-changes-the-iphone-sdk-tos-creates-a-tsunami-in-the-web-community/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>In video: John Resig on Advanced Javascript to Improve your Web App</title>
		<link>http://www.position-absolute.com/news/in-video-john-resig-on-advanced-javascript-to-improve-your-web-app/</link>
		<comments>http://www.position-absolute.com/news/in-video-john-resig-on-advanced-javascript-to-improve-your-web-app/#comments</comments>
		<pubDate>Wed, 07 Apr 2010 12:58:19 +0000</pubDate>
		<dc:creator>Cedric Dugas</dc:creator>
				<category><![CDATA[Javascript / jQuery]]></category>
		<category><![CDATA[Random news]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://www.position-absolute.com/?p=2410</guid>
		<description><![CDATA[<p>In February 2010 John Resig, the creator and lead developer of the jQuery JavaScript library, spoke at the annual Future of Web Apps Miami conference. During this 25 minute talk John outlines many of the new features and ideas behind&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>In February 2010 John Resig, the creator and lead developer of the jQuery JavaScript library, spoke at the annual Future of Web Apps Miami conference. During this 25 minute talk John outlines many of the new features and ideas behind jQuery 1.4.</p>
<p><object width="400" height="225"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=10593806&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=10593806&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="225"></embed></object></p>
<p>Source from <a href="http://carsonified.com/blog/">ThinkVitamin</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.position-absolute.com/news/in-video-john-resig-on-advanced-javascript-to-improve-your-web-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>CSS3 transform is coming in a browser near you (even in IE)</title>
		<link>http://www.position-absolute.com/news/css3-transform-are-coming-in-a-browser-near-you-even-in-ie/</link>
		<comments>http://www.position-absolute.com/news/css3-transform-are-coming-in-a-browser-near-you-even-in-ie/#comments</comments>
		<pubDate>Tue, 06 Apr 2010 17:21:17 +0000</pubDate>
		<dc:creator>Cedric Dugas</dc:creator>
				<category><![CDATA[CSS / HTML]]></category>
		<category><![CDATA[Random news]]></category>
		<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://www.position-absolute.com/?p=2404</guid>
		<description><![CDATA[<p>There has been some cool developments lately on the use of CSS3 transform properties. First we have Dojo has announced that the next version of dojo.fx will support CSS3 transform. You can see the <a href="http://archive.dojotoolkit.org/nightly/dojotoolkit/demos/css3/demo.html">demo</a> here.</p>
<p>Another nice project, <a href="http://www.useragentman.com/blog/2010/04/05/cross-browser-animated-css-transforms-even-in-ie/">cssSandpaper</a> is a js&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>There has been some cool developments lately on the use of CSS3 transform properties. First we have Dojo has announced that the next version of dojo.fx will support CSS3 transform. You can see the <a href="http://archive.dojotoolkit.org/nightly/dojotoolkit/demos/css3/demo.html">demo</a> here.</p>
<p>Another nice project, <a href="http://www.useragentman.com/blog/2010/04/05/cross-browser-animated-css-transforms-even-in-ie/">cssSandpaper</a> is a js animation framework making the use of CSS3 transform easy.</p>
<p>Check it out, those two are well worth the read.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.position-absolute.com/news/css3-transform-are-coming-in-a-browser-near-you-even-in-ie/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The 10 Golden Principles of Successful Web Apps</title>
		<link>http://www.position-absolute.com/news/the-10-golden-principles-of-successful-web-apps/</link>
		<comments>http://www.position-absolute.com/news/the-10-golden-principles-of-successful-web-apps/#comments</comments>
		<pubDate>Tue, 30 Mar 2010 22:33:21 +0000</pubDate>
		<dc:creator>Cedric Dugas</dc:creator>
				<category><![CDATA[Random news]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://www.position-absolute.com/?p=2394</guid>
		<description><![CDATA[<p>Do you instinctively know them before looking at this video?</p>
<p></p>
]]></description>
			<content:encoded><![CDATA[<p>Do you instinctively know them before looking at this video?</p>
<p><object width="600" height="400"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=10510576&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=10510576&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="600" height="400"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.position-absolute.com/news/the-10-golden-principles-of-successful-web-apps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Form Validation Engine 1.6.4</title>
		<link>http://www.position-absolute.com/news/form-validation-engine-1-6-4/</link>
		<comments>http://www.position-absolute.com/news/form-validation-engine-1-6-4/#comments</comments>
		<pubDate>Mon, 29 Mar 2010 18:16:12 +0000</pubDate>
		<dc:creator>Cedric Dugas</dc:creator>
				<category><![CDATA[Random news]]></category>
		<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://www.position-absolute.com/?p=2381</guid>
		<description><![CDATA[<p>Version 1.6.4 is now online. One major upgrade, you can now validate from any function in your script. You are no more bounded to the custom regex engine. And a minor update, you can now click on the bubble to&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Version 1.6.4 is now online. One major upgrade, you can now validate from any function in your script. You are no more bounded to the custom regex engine. And a minor update, you can now click on the bubble to make them disappear, in case they are in the way.</p>
<p>Here how it works: </p>
<p>In your field add:</p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&lt;input value=&quot;&quot; &nbsp;class=&quot;validate[required,funcCall[validate2fields]] text-input&quot; type=&quot;text&quot; id=&quot;lastname&quot; name=&quot;lastname&quot; &nbsp;/&gt;</div>
</li>
</ol>
</div>
<p>In your language js file have something like (nname is the function name to call):</p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&quot;validate2fields&quot;:{
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&quot;nname&quot;:&quot;validate2fields&quot;,
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&quot;alertText&quot;:&quot;* You must have a firstname and a lastname&quot;}
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; &nbsp;}</div>
</li>
</ol>
</div>
<p>Now the custom function that could be anywhere in your JS</p>
<div class="geshi no html">
<ol>
<li class="li1">
<div class="de1">&nbsp;function validate2fields(){
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;if($(&quot;#firstname&quot;).val() ==&quot;&quot; || $(&quot;#lastname&quot;).val() == &quot;&quot;){
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; return true;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;}else{
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp; return false;
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; &nbsp;}
</div>
</li>
<li class="li1">
<div class="de1">&nbsp; }</div>
</li>
</ol>
</div>
<p>Grab it <a href="http://www.position-absolute.com/articles/jquery-form-validator-because-form-validation-is-a-mess/">here</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.position-absolute.com/news/form-validation-engine-1-6-4/feed/</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>In video: Optimizing your javascript!</title>
		<link>http://www.position-absolute.com/news/in-video-optimizing-your-javascript/</link>
		<comments>http://www.position-absolute.com/news/in-video-optimizing-your-javascript/#comments</comments>
		<pubDate>Sun, 21 Mar 2010 19:41:25 +0000</pubDate>
		<dc:creator>Cedric Dugas</dc:creator>
				<category><![CDATA[Javascript / jQuery]]></category>
		<category><![CDATA[Random news]]></category>
		<category><![CDATA[Videos]]></category>
		<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://www.position-absolute.com/?p=2370</guid>
		<description><![CDATA[<p>If you are in a company that build corporate websites, chances are you probably never had to optimize your javascript. Websites in general have 3 or 4 &#8216;widget&#8217; that in the end do not really slow down the page load.</p>
<p>But&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>If you are in a company that build corporate websites, chances are you probably never had to optimize your javascript. Websites in general have 3 or 4 &#8216;widget&#8217; that in the end do not really slow down the page load.</p>
<p>But when you start doing web applications, you start to feel the load you impose to your browser at every page. This is where optimizing your javascript becomes crucial.</p>
<div><object width="512" height="322"><param name="movie" value="http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?ver=2.2.46" /><param name="allowFullScreen" value="true" /><param name="AllowScriptAccess" VALUE="always" /><param name="bgcolor" value="#000000" /><param name="flashVars" value="id=3881103&#038;vid=1041101&#038;lang=en-us&#038;intl=us&#038;thumbUrl=http%3A//l.yimg.com/a/i/us/sch/cn/v/v2/w1005/1041101_100_70.jpeg%3Fx%3D158%26y%3D111%26sig%3D.7GNZXv8LnB.mF6jjzNl7A--&#038;embed=1" /><embed src="http://d.yimg.com/static.video.yahoo.com/yep/YV_YEP.swf?ver=2.2.46" type="application/x-shockwave-flash" width="512" height="322" allowFullScreen="true" AllowScriptAccess="always" bgcolor="#000000" flashVars="id=3881103&#038;vid=1041101&#038;lang=en-us&#038;intl=us&#038;thumbUrl=http%3A//l.yimg.com/a/i/us/sch/cn/v/v2/w1005/1041101_100_70.jpeg%3Fx%3D158%26y%3D111%26sig%3D.7GNZXv8LnB.mF6jjzNl7A--&#038;embed=1" ></embed></object></div>
]]></content:encoded>
			<wfw:commentRss>http://www.position-absolute.com/news/in-video-optimizing-your-javascript/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Server change alert! position-absolute move to webfaction</title>
		<link>http://www.position-absolute.com/news/server-change-alert-position-absolute-move-to-webfaction/</link>
		<comments>http://www.position-absolute.com/news/server-change-alert-position-absolute-move-to-webfaction/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 22:31:50 +0000</pubDate>
		<dc:creator>Cedric Dugas</dc:creator>
				<category><![CDATA[Random news]]></category>
		<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://www.position-absolute.com/?p=2363</guid>
		<description><![CDATA[<p>For now more than a year position-absolute.com has been hosted by linode. Linode offer great unmanaged VPS hosting. This has really been beneficial for my own experience to delve in the Linux world and build my web server from scratch.&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>For now more than a year position-absolute.com has been hosted by linode. Linode offer great unmanaged VPS hosting. This has really been beneficial for my own experience to delve in the Linux world and build my web server from scratch. Buuuutt the time comes when I don&#8217;t want to play in apache and mysql config anymore.</p>
<p><a href="http://www.webfaction.com?affiliate=posabsolute">Webfaction</a> is a great semi-managed VPS hosting. You get half the ram you would get with an unmanaged VPS but installing an application is as easy as using wordpress. For example, you can deploy a Django application in about 5 minutes.</p>
<p>Things might be unstable for a couple of days. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.position-absolute.com/news/server-change-alert-position-absolute-move-to-webfaction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Give Internet Explorer 9 a test drive</title>
		<link>http://www.position-absolute.com/news/give-internet-explorer-9-a-test-drive/</link>
		<comments>http://www.position-absolute.com/news/give-internet-explorer-9-a-test-drive/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 22:10:56 +0000</pubDate>
		<dc:creator>Cedric Dugas</dc:creator>
				<category><![CDATA[Random news]]></category>
		<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://www.position-absolute.com/?p=2359</guid>
		<description><![CDATA[<p>Want to look at what is under the wheel for internet explorer 9? You can download a test drive at this address <a href="http://ie.microsoft.com/testdrive/">http://ie.microsoft.com/testdrive/</a>.</p>
<p>For now it is confirmed that IE9 will support addEventListener (lol) and border-radius, it score 55 on the&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Want to look at what is under the wheel for internet explorer 9? You can download a test drive at this address <a href="http://ie.microsoft.com/testdrive/">http://ie.microsoft.com/testdrive/</a>.</p>
<p>For now it is confirmed that IE9 will support addEventListener (lol) and border-radius, it score 55 on the Acid3 test. It was also said that IE9 will be GPU powered, from what I can gather, this is only true with SVG.</p>
<p>Canvas seems to be out of the question, every drawing demo are done with SVG.</p>
<p><strong>Update</strong>: the complete change list <a href="http://ie.microsoft.com/testdrive/info/releasenotes/">http://ie.microsoft.com/testdrive/info/releasenotes/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.position-absolute.com/news/give-internet-explorer-9-a-test-drive/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A call to all web developers, launching a twitter campaign to force webkit to implement a position fixed in mobile webkit</title>
		<link>http://www.position-absolute.com/news/a-call-to-all-web-developers-launching-a-twitter-campaign-to-force-webkit-to-implement-a-position-fixed-in-mobile-webkit/</link>
		<comments>http://www.position-absolute.com/news/a-call-to-all-web-developers-launching-a-twitter-campaign-to-force-webkit-to-implement-a-position-fixed-in-mobile-webkit/#comments</comments>
		<pubDate>Sat, 20 Mar 2010 22:10:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Random news]]></category>
		<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://www.position-absolute.com/?p=2357</guid>
		<description><![CDATA[<p>Hey guys,</p>
<p>I need YOU for 2 minutes, </p>
<p>Some of you guys might not know that it is impossible to have a fixed toolbar in mobile webkit, this is because we can&#8217;t fix anything to the gridview webkit produce.</p>
<p>This is something&#8230;</p>]]></description>
			<content:encoded><![CDATA[<p>Hey guys,</p>
<p>I need YOU for 2 minutes, </p>
<p>Some of you guys might not know that it is impossible to have a fixed toolbar in mobile webkit, this is because we can&#8217;t fix anything to the gridview webkit produce.</p>
<p>This is something we need if one day we really want to be a contender to replace native applications.</p>
<p>If you have 2 minute sign the petition by going to <a href="http://www.abettermobileweb.com">http://www.abettermobileweb.com</a> and click on the big button at the bottom. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.position-absolute.com/news/a-call-to-all-web-developers-launching-a-twitter-campaign-to-force-webkit-to-implement-a-position-fixed-in-mobile-webkit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

