<?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>Mon, 05 Dec 2011 06:30:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Notes from W3C Conference 2011 (W3Conf)</title>
		<link>http://calvinf.com/blog/2011/11/16/notes-from-w3conf/</link>
		<comments>http://calvinf.com/blog/2011/11/16/notes-from-w3conf/#comments</comments>
		<pubDate>Wed, 16 Nov 2011 18:57:05 +0000</pubDate>
		<dc:creator>Calvin Freitas</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[W3Conf]]></category>

		<guid isPermaLink="false">http://calvinf.com/?p=437</guid>
		<description><![CDATA[The first W3Conf occurred on November 15 and 16, 2011, in Redmond, Washington. It focused on practical standards for web professionals, HTML5, and the open web platform. Below, I have a list of the presenters and links to the slides (where available). You can watch videos of the presentations. (Currently, this includes Day 1 speakers; [...]]]></description>
			<content:encoded><![CDATA[<p>The first <a href="http://w3conf.org/">W3Conf</a> occurred on November 15 and 16, 2011, in Redmond, Washington.  It focused on practical standards for web professionals, HTML5, and the open web platform.</p>
<p>Below, I have a list of the presenters and links to the slides (where available).  You can watch <a href="http://w3conf.org/#presentations">videos of the presentations</a>.  (Currently, this includes Day 1 speakers; I&#8217;ll be adding Day 2 speakers and links soon.)</p>
<p><strong>Presenters, Topics, and Slides</strong><br />
<a href="http://www.w3.org/2011/Talks/1115-testing-plh/">Testing to Perfection</a><br />
Philippe Le Hegaret (W3C)</p>
<p><a href="http://manu.sporny.org/talks/2011-community-groups/">W3C Community Groups</a><br />
Manu Sporny (Digital Bazaar)</p>
<p><a href="http://www.w3.org/2011/Talks/11-schepers-w3conf/">Shortcuts: Developer Resources</a><br />
Doug Schepers (W3C)</p>
<p><a href="http://nimbu.in/w3conf/">6 CSS Magic Potions for your Layout Troubles from the Future</a><br />
Divya Manian (Opera)</p>
<p>Web Graphics: A Large Creative Palette<br />
Vincent Hardy (Adobe)</p>
<p>Web Performance: Making the Web Faster<br />
Arvind Jain (Google)</p>
<p><a href="http://westciv.com/speakEasy/presentations/appcache/appcache-presentation.html">Shortcuts: Getting Offline with the HTML5 Appcache</a><br />
John Allsopp</p>
<p><a href="http://www.slideshare.net/rajeshlal/n-screens-problem-w3c-conference-redmond2011">N-Screens: Building apps in a world of TV &#038; Mobile</a><br />
Rajesh Lal (Nokia)</p>
<p>The Great HTML5 Divide: How polyfills and shims let you light up your sites in non-modern browsers<br />
Rey Bango</p>
<p>Shortcuts: Web Typography<br />
Christopher Slye (Adobe)</p>
<p><a href="http://dl.dropbox.com/u/39519/talks/html5-foundation/index.html">HTML5: The Foundation of the Web Platform</a><br />
Paul Irish (Google)</p>
]]></content:encoded>
			<wfw:commentRss>http://calvinf.com/blog/2011/11/16/notes-from-w3conf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mobile Web Development</title>
		<link>http://calvinf.com/blog/2011/04/27/mobile-web-development/</link>
		<comments>http://calvinf.com/blog/2011/04/27/mobile-web-development/#comments</comments>
		<pubDate>Thu, 28 Apr 2011 03:37:01 +0000</pubDate>
		<dc:creator>Calvin Freitas</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[jQuery]]></category>
		<category><![CDATA[mobile]]></category>
		<category><![CDATA[sencha]]></category>
		<category><![CDATA[sproutcore]]></category>

		<guid isPermaLink="false">http://calvinf.com/?p=386</guid>
		<description><![CDATA[The mobile web is important to target as internet users increasingly access websites via smartphones and other mobile devices. When developing for mobile devices, a couple main alternatives present themselves: target each device individually (a separate app for iPhone, iPad, Android, BlackBerry, etc.) target each device with a mobile website which functions on multiple platforms/browsers [...]]]></description>
			<content:encoded><![CDATA[<p>The mobile web is important to target as internet users increasingly access websites via smartphones and other mobile devices.</p>
<p>When developing for mobile devices, a couple main alternatives present themselves:</p>
<ul>
<li>target each device individually (a separate app for iPhone, iPad, Android, BlackBerry, etc.)</li>
<li>target each device with a mobile website which functions on multiple platforms/browsers</li>
</ul>
<p>A number of frameworks have begun to emerge in this space to ease the process of developing mobile sites with cross-platform support.</p>
<p><strong>Frameworks for Mobile Website Development:</strong></p>
<ul>
<li><a href="http://jquerymobile.com/">jQuery Mobile</a></li>
<li><a href="http://www.sencha.com/products/touch/">Sencha Touch</a></li>
<li><a href="http://www.sproutcore.com/">SproutCore</a></li>
</ul>
<p>Each of these frameworks take different approaches, but their end goals are the same: make it easy for web developers to provide a good user experience for their website or web application on a wide range of mobile devices.  If you&#8217;re looking to do so, I&#8217;d recommend looking into these three mobile frameworks as potential solutions.</p>
<p>I had the opportunity today to hear from several speakers including Nicholas Zakas (Yahoo!), James Pearce (Sencha), Tom Dale (SproutCore), and Dan Heberden (jQuery).</p>
<p>I&#8217;m including slides from some of the talks and I&#8217;ll add others as they&#8217;re made available.</p>
<p><a href="http://www.slideshare.net/nzakas/high-performance-javascript-amazon-devcon-2011">High Performance JavaScript</a> by <a href="https://twitter.com/slicknet">Nicholas Zakas</a><br />
<object type='application/x-shockwave-flash' wmode='opaque' data='http://static.slideshare.net/swf/ssplayer2.swf?id=7826639&doc=high-performance-javascript-amazon-110503224235-phpapp01' width='425' height='348'><param name='movie' value='http://static.slideshare.net/swf/ssplayer2.swf?id=7826639&doc=high-performance-javascript-amazon-110503224235-phpapp01' /><param name='allowFullScreen' value='true' /></object></p>
<p><a href="http://www.slideshare.net/jamesgpearce/building-cross-platform-mobile-web-apps" title="Building cross platform mobile web apps">Building cross platform mobile web apps</a> by <a href="https://twitter.com/jamespearce">James Pearce</a><br />
<object type='application/x-shockwave-flash' wmode='opaque' data='http://static.slideshare.net/swf/ssplayer2.swf?id=7758688&doc=buildingcross-platformmobilewebapps-110427191548-phpapp01' width='425' height='348'><param name='movie' value='http://static.slideshare.net/swf/ssplayer2.swf?id=7758688&doc=buildingcross-platformmobilewebapps-110427191548-phpapp01' /><param name='allowFullScreen' value='true' /></object></p>
]]></content:encoded>
			<wfw:commentRss>http://calvinf.com/blog/2011/04/27/mobile-web-development/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I am going to WordCamp Seattle 2011</title>
		<link>http://calvinf.com/blog/2011/03/30/i-am-going-to-wordcamp-seattle-2011/</link>
		<comments>http://calvinf.com/blog/2011/03/30/i-am-going-to-wordcamp-seattle-2011/#comments</comments>
		<pubDate>Thu, 31 Mar 2011 06:34:52 +0000</pubDate>
		<dc:creator>Calvin Freitas</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://calvinf.com/?p=371</guid>
		<description><![CDATA[I&#8217;m attending WordCamp Seattle 2011 on Saturday, April 16, 2011. In fact, I&#8217;m so excited about it that I&#8217;m one of the organizers making it possible. WordCamp Seattle is a one-day conference about WordPress – the world&#8217;s most popular content management system, blogging platform, and website creation tool. Many great speakers are going to be [...]]]></description>
			<content:encoded><![CDATA[<p><img class="size-medium wp-image-37" title="WordCamp Seattle 2011" src="http://static.calvinf.com/wp-content/uploads/2011/03/CirclesV3-300x222.gif" alt="WordCamp Seattle 2011" width="300" height="222" style="float:right;" /></p>
<p>I&#8217;m attending <a href="http://wordcampseattle.org/">WordCamp Seattle 2011</a> on Saturday, April 16, 2011.  In fact, I&#8217;m so excited about it that I&#8217;m one of the organizers making it possible.</p>
<p>WordCamp Seattle is a one-day conference about WordPress – the world&#8217;s most popular content management system, blogging platform, and website creation tool.</p>
<p>Many great speakers are going to be at the event including best-selling author and speaker Scott Berkun, WordPress developer Andrew Nacin, and CrowdFavorite founder Alex King. &nbsp;Topics include an overview of WordPress, using WordPress, theme creation, plugin development, using WordPress to run your business, blogging, marketing, and SEO.</p>
<p>Regular tickets are $30, student tickets are $25.</p>
<p><a href="http://wordcampseattle.eventbrite.com/">Buy your WordCamp Seattle ticket now</a>. &nbsp;And because you know me, use discount code: &#8220;IAMWITHCAL&#8221; for an additional $5 off.<br style="clear:both;" /></p>
]]></content:encoded>
			<wfw:commentRss>http://calvinf.com/blog/2011/03/30/i-am-going-to-wordcamp-seattle-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>WordCamp Seattle 2011</title>
		<link>http://calvinf.com/blog/2010/12/23/wordcamp-seattle-2011/</link>
		<comments>http://calvinf.com/blog/2010/12/23/wordcamp-seattle-2011/#comments</comments>
		<pubDate>Thu, 23 Dec 2010 19:26:52 +0000</pubDate>
		<dc:creator>Calvin Freitas</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://calvinf.com/?p=349</guid>
		<description><![CDATA[We have scheduled WordCamp Seattle 2011 for April 16, 2011, at the University of Washington. Read the announcement and visit wordcampseattle.org to keep updated on all the news.]]></description>
			<content:encoded><![CDATA[<p>We have scheduled <a href="http://wordcampseattle.org/">WordCamp Seattle 2011</a> for April 16, 2011, at the University of Washington.  <a href="http://wordcampseattle.org/2010/12/wordcamp-seattle-2011/">Read the announcement</a> and visit <a href="http://wordcampseattle.org/">wordcampseattle.org</a> to keep updated on all the news.</p>
]]></content:encoded>
			<wfw:commentRss>http://calvinf.com/blog/2010/12/23/wordcamp-seattle-2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Seattle WordPress Meetup</title>
		<link>http://calvinf.com/blog/2010/11/25/seattle-wordpress-meetup/</link>
		<comments>http://calvinf.com/blog/2010/11/25/seattle-wordpress-meetup/#comments</comments>
		<pubDate>Thu, 25 Nov 2010 17:40:04 +0000</pubDate>
		<dc:creator>Calvin Freitas</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://calvinf.com/?p=345</guid>
		<description><![CDATA[The Seattle WordPress community is thriving in recent months with the launch of the Seattle WordPress Meetup. The meetup began in the summer of 2010 as a place for anyone in the Seattle area. People who attend this meetup and users group include business people, consultants, designers, developers, software engineers, and system administrators. We cover [...]]]></description>
			<content:encoded><![CDATA[<p>The Seattle WordPress community is thriving in recent months with the launch of the <a href="http://wpseattle.com/">Seattle WordPress Meetup</a>.  The meetup began in the summer of 2010 as a place for anyone in the Seattle area.</p>
<p>People who attend this meetup and users group include business people, consultants, designers, developers, software engineers, and system administrators.  We cover a variety of topics including theming, plugin development, WordPress tips &#038; tricks, and SEO.</p>
<p>I developed and launched the Seattle WordPress Meetup site: <a href="http://wpseattle.com/">wpseattle.com</a>.</p>
<p>The site is powered by a combination of powerful tools:</p>
<ul>
<li><a href="http://www.wordpress.org/">WordPress 3</a></li>
<li><a href="http://www.buddypress.org/">BuddyPress</a></li>
<li><a href="http://bbpress.org/">bbPress</a></li>
</ul>
<p>With these tools, we hope to provide valuable resources and information to the community as well as being a demonstration of the capabilities of WordPress as a content management system, blogging platform, and social networking tool.</p>
]]></content:encoded>
			<wfw:commentRss>http://calvinf.com/blog/2010/11/25/seattle-wordpress-meetup/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>jQuery Hack Attack in Seattle &#8212; Notes</title>
		<link>http://calvinf.com/blog/2010/07/05/jquery-hack-attack-in-seattle-notes/</link>
		<comments>http://calvinf.com/blog/2010/07/05/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/07/05/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/08/18/wordcamp-seattle-2009/</link>
		<comments>http://calvinf.com/blog/2009/08/18/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/08/18/wordcamp-seattle-2009/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using apc
Database Caching 2/26 queries in 0.005 seconds using apc
Object Caching 501/556 objects using apc
Content Delivery Network via Amazon Web Services: CloudFront: static.calvinf.com

Served from: calvinf.com @ 2012-02-04 17:07:35 -->
