<?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>Calvin Freitas &#187; Events</title>
	<atom:link href="http://calvinf.com/blog/category/events/feed/" rel="self" type="application/rss+xml" />
	<link>http://calvinf.com</link>
	<description>Web Consulting, Development, and Marketing Services for Your Small Business</description>
	<lastBuildDate>Tue, 06 Jul 2010 06:25:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>jQuery Hack Attack in Seattle &#8212; Notes</title>
		<link>http://calvinf.com/blog/2010/jquery-hack-attack-in-seattle-notes/</link>
		<comments>http://calvinf.com/blog/2010/jquery-hack-attack-in-seattle-notes/#comments</comments>
		<pubDate>Tue, 06 Jul 2010 06:16:58 +0000</pubDate>
		<dc:creator>Calvin Freitas</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[jQuery]]></category>

		<guid isPermaLink="false">http://calvinf.com/?p=303</guid>
		<description><![CDATA[Today, Amazon hosted a jQuery Hack Attack in Seattle. John Resig, jQuery creator, provided the keynote presentation and contributed one of the open talks. Below, I include notes on the keynote regarding jQuery mobile browser suppoort and the three sessions I attended. John Resig ~ &#8220;I want to give developers the smallest toolset they need [...]]]></description>
			<content:encoded><![CDATA[<p>Today, Amazon hosted a <a href="http://jquery.com/">jQuery</a> Hack Attack in Seattle.  <a href="http://ejohn.org/">John Resig</a>, jQuery creator, provided the keynote presentation and contributed one of the open talks.  Below, I include notes on the keynote regarding jQuery mobile browser suppoort and the three sessions I attended.</p>
<p>John Resig ~ &#8220;I want to give developers the smallest toolset they need to build the best sites possible.&#8221;</p>
<h3>jQuery Mobile: Notes from John Resig&#8217;s Talk</h3>
<p>Mobile JavaScript gains increasing importance as more and more smartphones with JavaScript support are shipped to consumers.  jQuery intends to support the most popular mobile web browsers and devices.</p>
<p>One difficulty when defining what browsers and devices to support is gathering data regarding mobile browser marketshare and version information.  Large sites such as Yahoo! have this information, but have not released it to the public.  Typically, these sites see the statistics as a competitive advantage and as a result have not released the data to the public.</p>
<p>Resig currently gathers data regarding mobile browsers from StatCounter (web statics gathered from over 1 billion pageviews) and Gartner (device sales statistics).<br />
<span id="more-303"></span></p>
<div id="mobile_browser-ww-monthly-200906-201007" width="550" height="400" style="width:550px; height: 400px;"></div>
<p>Source: <a href="http://gs.statcounter.com/#mobile_browser-ww-monthly-200906-201007">StatCounter Global Stats &#8211; Mobile Browser Market Share</a></p>
<p><script type="text/javascript" src="http://www.statcounter.com/js/FusionCharts.js"></script><script type="text/javascript" src="http://gs.statcounter.com/chart.php?mobile_browser-ww-monthly-200906-201007"></script></p>
<p>Resig tested, created, and presented a chart of &#8220;<a href="http://developer.yahoo.com/yui/articles/gbs/">Graded Browser Support</a>&#8221; for jQuery.  (It&#8217;s not currently online, but I hope he&#8217;ll post it soon.)</p>
<p>The biggest surprise I had regarding the mobile space is Symbian device sales in 1Q2010 were 3 times as many as iOS devices.  The top three mobile OS in 1Q2010 are Symbian, RIM, and iOS.</p>
<p>jQuery plans to support mobile devices three years back.  They perform testing using simulators, <a href="http://testswarm.com/">TestSwarm</a>, and physical devices.</p>
<p>A-Grade Mobile Browser support is roughly equivalent to the following browsers:</p>
<ul>
<li>Opera 9.5/10</li>
<li>FireFox 3.5+</li>
<li>Safari 2, 3, 4</li>
<li>BlackBerry (it&#8217;s own thing)</li>
<li>IE 6/7</li>
</ul>
<p>A-Level Devices (not all-inclusive):</p>
<ul>
<li>iPhone 3GS, 4</li>
<li>iPad (iOS 3.2)</li>
<li>Nokia N97</li>
<li>Droid (missed the other variants)</li>
<li>BlackBerry&#8217;s (list included Curve, missed the others)</li>
</ul>
<p>To ensure support, test on the physical devices as the browsers may differ between emulators and the physical device.</p>
<p>Mobile Essentials</p>
<ul>
<li>Coming Soon: jQueryMobile.com</li>
<li><a href="http://testswarm.com/">TestSwarm</a>: Distributed Continuous Integration for JavaScript</li>
<li><a href="http://quirksmode.org/m/">QuirksMode Mobile</a></li>
</ul>
<h3>Session: Data Linking</h3>
<p><strong>Presenter</strong>: @<a href="http://twitter.com/dharmabruce">dharmabruce</a><br />
<strong>Discussed</strong>: Microsoft&#8217;s <a href="http://wiki.github.com/nje/jquery-datalink/jquery-data-linking-proposal">Data Linking proposal</a> for jQuery.  Much planning has been done around the proposal, but the jQuery implementation has not yet been created.</p>
<p>Resig stated that absolute musts when adding this capability are the ability to create sites with progressive enhancement, and that the data linking functionality must be extensible.</p>
<h3>Session: Templating</h3>
<p><strong>Presenter</strong>: Unknown (didn&#8217;t get his name)<br />
<strong>Discussed</strong>: Using HTML templates via jQuery.  Current methods, Microsoft&#8217;s proposal, and drawbacks.  Microsoft has a <a href="http://forum.jquery.com/topic/jquery-templates-proposal">jQuery templates proposal</a>.  John Resig has been working on iterations of the proposal with them and hopes to see a final version make it into jQuery core with a point release of 1.4 or in 1.5.</p>
<h3>Session: DOM API Improvements</h3>
<p><strong>Presenter</strong>: John Resig<br />
<strong>Discussed</strong>: Resig discussed his proposal for adding new methods to the DOM API which would provide enhanced functionality.  He is working with major browser manufacturers to gain acceptance before going through the complete W3C specification approval process.</p>
<p><strong>Functions to be proposed:</strong></p>
<ul>
<li>querySelectorAll</li>
<li>scopedQuerySelectorAll</li>
<li>matchesSelector (implemented in Firefox and Webkit nightly builds)</li>
<li>filterSelector</li>
</ul>
<p>Resig is working with the W3C on this proposal and hopes to see these DOM enhancements make it into browsers from all major manufacturers within the next 1 to 1.5 years.</p>
<h3>Final Thoughts</h3>
<p>I&#8217;m excited to see the work being done to continue improving jQuery.  The library makes my life as a web developer easier and I expect it to continue improving.</p>
<p>Thanks to <a href="http://twitter.com/robertduffy">Robert Duffy</a> for organizing the event.</p>
]]></content:encoded>
			<wfw:commentRss>http://calvinf.com/blog/2010/jquery-hack-attack-in-seattle-notes/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>WordCamp Seattle 2009</title>
		<link>http://calvinf.com/blog/2009/wordcamp-seattle-2009/</link>
		<comments>http://calvinf.com/blog/2009/wordcamp-seattle-2009/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 17:33:05 +0000</pubDate>
		<dc:creator>Calvin Freitas</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[WordCamp Seattle]]></category>

		<guid isPermaLink="false">http://calvinf.com/?p=114</guid>
		<description><![CDATA[WordCamp is coming to Seattle! Bloggers from all over the Northwest will meet to network, share knowledge and experiences, all while learning from some of the biggest names on the web. Centered on the world&#8217;s most popular blogging platform &#8211; WordPress &#8211; this is THE event to learn about the blogging tool used by millions [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.wordcampseattle.com/">WordCamp is coming to Seattle</a>! Bloggers from all over the Northwest will meet to network, share knowledge and experiences, all while learning from some of the biggest names on the web.</p>
<p>Centered on the world&#8217;s most popular blogging platform &#8211; <a href="http://www.wordpress.org/">WordPress</a> &#8211; this is THE event to learn about the blogging tool used by millions of consumers and businesses alike. WordPress powers some of the world’s most visited sites and blog networks.</p>
<p><a href="http://www.wordcampseattle.com/">WordCamp Seattle 2009</a> is happening on September 26, and runs from 8:30am to 5:15pm at the Adobe office building in Fremont. Tickets for the event cost $25 and can be bought at <a href="http://wordcampseattle.eventbrite.com/">http://wordcampseattle.eventbrite.com/</a>.</p>
<p>The keynote speakers for the event are Chris Pirillo (<a href="http://www.lockergnome.com/">Lockergnome</a>) and Liz Strauss (<a href="http://www.successful-blog.com/">Successful &#038; Outstanding Bloggers</a>).</p>
]]></content:encoded>
			<wfw:commentRss>http://calvinf.com/blog/2009/wordcamp-seattle-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
