<?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>VinylFox &#187; Meetup</title>
	<atom:link href="http://www.vinylfox.com/tag/meetup/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.vinylfox.com</link>
	<description>The Playground of VinylFox (Shea Frederick)</description>
	<lastBuildDate>Thu, 29 Jul 2010 16:37:06 +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>What&#8217;s the Word &#8211; Meetup Videos and More</title>
		<link>http://www.vinylfox.com/whats-the-word-meetup-videos-and-more/</link>
		<comments>http://www.vinylfox.com/whats-the-word-meetup-videos-and-more/#comments</comments>
		<pubDate>Wed, 03 Feb 2010 17:35:54 +0000</pubDate>
		<dc:creator>Shea Frederick</dc:creator>
				<category><![CDATA[ExtJS News]]></category>
		<category><![CDATA[General News]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[HtmlEditor]]></category>
		<category><![CDATA[JSConf]]></category>
		<category><![CDATA[Meetup]]></category>

		<guid isPermaLink="false">http://www.vinylfox.com/?p=676</guid>
		<description><![CDATA[Every once and a while I like to post a summary of what Ive been up to lately. The past few months have been busy, so I have a ton to talk about, but I will try to summarize. DC Meetup Videos We held the first in a series of meetups that will happen in [...]]]></description>
			<content:encoded><![CDATA[<p>Every once and a while I like to post a summary of what Ive been up to lately. The past few months have been busy, so I have a ton to talk about, but I will try to summarize.</p>
<h1>DC Meetup Videos</h1>
<p>We held the first in a series of <a href="http://www.meetup.com/NoVa-Javascript-Ext-JS-Users-Group/">meetups that will happen in the DC/NoVA</a> area last week, a sprout of our <a href="http://www.meetup.com/baltimore-dc-javascript-users/" target="_blank">Baltimore area Meetup</a> for our southern friends, and I have to say that it was a huge hit. The meetups are going to be managed by Pat Sheridan from <a href="http://threepillarsoftware.com/" target="_blank">Three Pillar Global</a>, and we are hoping it will be a way to get JavaScript developers from the DC area more involved in the community. <a href="http://tdg-i.com/" target="_blank">Jay</a> was kind enough to bring video equipment and record our presentations, along with editing the videos and posting them to the intertubes.</p>
<p><a href="http://tdg-i.com/262/ext-js-meetup-1192010-meetup-videos" title="Jonathan Julian"><img style="border: 1px solid rgb(0, 0, 0); margin: 0 10px 10px 0;" src="http://www.vinylfox.com/wp-content/uploads/2010/02/2010-01-19_1941-150x150.png" alt="Jonathan Julian" title="Jonathan Julian" width="150" height="150" class="alignnone size-thumbnail wp-image-658" /></a><a href="http://tdg-i.com/262/ext-js-meetup-1192010-meetup-videos" title="Shea Frederick"><img style="border: 1px solid rgb(0, 0, 0); margin: 0 10px 10px 0;" src="http://www.vinylfox.com/wp-content/uploads/2010/02/extjsmeetup-150x150.jpg" alt="Shea Frederick" title="Shea Frederick" width="150" height="150" class="alignnone size-thumbnail wp-image-659" /></a><a href="http://tdg-i.com/262/ext-js-meetup-1192010-meetup-videos" title="Pat Sheridan"><img style="border: 1px solid rgb(0, 0, 0); margin: 0 10px 10px 0;" src="http://www.vinylfox.com/wp-content/uploads/2010/02/2010-01-19_1932-150x150.png" alt="Pat Sheridan" title="Pat Sheridan" width="150" height="150" class="alignnone size-thumbnail wp-image-660" /></a></p>
<p>There are some <a href="http://www.meetup.com/baltimore-dc-javascript-users/photos/807828/" target="_blank">photos</a> and other information about the event on its <a href="http://www.meetup.com/baltimore-dc-javascript-users/calendar/12219819/" target="_blank">meetup page</a>.</p>
<p>If you are in the <a href="http://www.meetup.com/baltimore-dc-javascript-users/">Baltimore area and into JavaScript</a> with a fury, you should visit our Meetup that happens the first Wednesday of each month at 6:30PM in the <a href="http://www.beehivebaltimore.com/">Beehive Baltimore</a>. This month&#8217;s meetup has a presentation from <a href="http://paulbarry.com/">Paul Barry</a> about <a href="http://nodejs.org/">Node.js</a> &#8211; it&#8217;s gonna be bad ass.</p>
<h1>Speed Testing</h1>
<p>My little addiction I like to call speed testing has rolled into full swing. Now that I have the tools in place to create and launch tests, along with run reporting on the results with ease, I can pretty much just sit down and spend 30 minutes or so to design and launch the test. <a class="lightbox" href="http://www.vinylfox.com/wp-content/uploads/2010/01/inchworm.jpg"><img src="http://www.vinylfox.com/wp-content/uploads/2010/01/inchworm-150x150.jpg" alt="" title="inchworm" width="150" height="150" class="alignright" style="border: 1px solid rgb(0, 0, 0); margin: 10px 0 0 10px;" /></a> I have two tests currently gathering data, one is testing the speed of rendering an image with and without a data URL, the other has to do with the speed of code wrapped in a try catch statement. Should be some interesting results, which I will be posting a summary on soon. My first test was for <a href="http://www.vinylfox.com/json-decoding-speed-comparison/">JSON decoding speed</a>, which I posted results for a couple of weeks ago.</p>
<h1>HtmlEditor Plugins</h1>
<p>The Ext JS team has expressed an interest in including my <a href="http://code.google.com/p/ext-ux-htmleditor-plugins/" target="_blank">HtmlEditor Plugins</a> as a UX in the SDK. This will mark the third development of mine that has become part of the Ext JS SDK download, first it was the <a href="http://code.google.com/p/ext-ux-gmappanel/" target="_blank">GMapPanel UX</a>, then the Grid Filter backend PHP code, now it seems that the Ext JS SDK will finally come with a more robust HtmlEditor example. A few updates have been committed recently that add the option to change the language in these plugins, along with some general code cleanup. Also starting to move my code over to <a href="http://github.com/VinylFox/ExtJS-HtmlEditor-Plugins">Github</a> as <a href="http://twitter.com/christocracy/status/8593793204">suggested</a> by <a href="http://twitter.com/jonathanjulian/status/8595481114">many</a>.</p>
<h1>Books</h1>
<p>Soon we will have <a href="http://tdg-i.com/" target="_blank">Jay Garcia&#8217;s</a> <a href="http://www.extjsinaction.com" target="_blank">Ext JS in Action</a> book released in print, and the 2nd edition of <a href="http://www.learningextjs.com" target="_blank">Learning Ext JS</a> should be released later this year, titled &#8220;Learning Ext JS 3.0&#8243;. <a href="http://blog.cutterscrossing.com/index.cfm/2010/1/1/Out-With-The-Old-In-With-The-New-2009--2010">Cutter</a>, <a href="http://colinramsay.co.uk/diary/">Colin</a> and I got together to update the book, fix some errors, and add new chapters to take advantage of new features in Ext JS 3.0. It&#8217;s gonna be an awesome resource for anyone just getting started with Ext JS.</p>
<h1>JSConf</h1>
<p>Again, <a href="http://jsconf.us/2010/" target="_blank">JSConf</a> is being held in the DC area, which makes it incredibly cheap for me to attend, but this year I decided to try my hand at submitting a talk proposal. I can&#8217;t wait to find out if I will be chosen. My submission was for an introduction to rapid application prototyping using the Ext JS library. Here is my submission:</p>
<p><textarea class="js" cols="100" name="code">{<br />
    &#8220;name&#8221;:&#8221;Shea Frederick&#8221;,<br />
    &#8220;email&#8221;:&#8221;________@________.com&#8221;,<br />
    &#8220;twitter&#8221;:&#8221;VinylFox&#8221;,<br />
    &#8220;location&#8221;:&#8221;Baltimore, MD&#8221;,<br />
    &#8220;topic_title&#8221;:&#8221;Rapid Web Application Development with Ext JS&#8221;,<br />
    &#8220;topic_description&#8221;:&#8221;Discuss general principles of the Ext JS library<br />
    and show how easy it can be to rapidly prototype a web application<br />
    using the library.&#8221;,<br />
    &#8220;claim_to_fame&#8221;:&#8221;One of the core contributors to the Ext JS library<br />
    along with other Open Source JavaScript projects. Author of<br />
    &#8216;Learning Ext JS&#8217; published in December 2008. Observed &#8216;Talk Like<br />
    a Pirate Day&#8217;. Maintain a Blog of JavaScript fun at<br />
    http://www.vinylfox.com&#8221;<br />
}</textarea></p>
<p>Did I mention that all submissions have to be in the form of valid JSON? Yeah, geeky, but good &#8211; very good. With any luck, I will <a href="http://jsconf.posterous.com/the-soon-to-be-awkward-moment">find out later this week</a> if ive been accepted.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vinylfox.com/whats-the-word-meetup-videos-and-more/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>What&#8217;s the Word &#8211; JSMag, Themes &amp; Meetups</title>
		<link>http://www.vinylfox.com/whats-the-word-jsmag-themes-meetups/</link>
		<comments>http://www.vinylfox.com/whats-the-word-jsmag-themes-meetups/#comments</comments>
		<pubDate>Wed, 15 Jul 2009 13:50:52 +0000</pubDate>
		<dc:creator>Shea Frederick</dc:creator>
				<category><![CDATA[General News]]></category>
		<category><![CDATA[ExtJS]]></category>
		<category><![CDATA[ExtJS Themes]]></category>
		<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[JSMag]]></category>
		<category><![CDATA[Meetup]]></category>

		<guid isPermaLink="false">http://www.vinylfox.com/?p=394</guid>
		<description><![CDATA[There are some fun things in the works right now in the JavaScript world, one of them is the new JSMag, which is putting out exciting JavaScript specific content to readers every month. I recently took on the role of a monthly column writer for their new &#8220;Hello World&#8221; column which focuses on things that [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.vinylfox.com/wp-content/uploads/2009/07/js5_125-125x150.jpg" alt="jsmag july" title="jsmag july" width="125" height="150" class="alignleft size-full wp-image-350" align="left" style="margin: 10px; border: solid 1px #000;"/>There are some fun things in the works right now in the JavaScript world, one of them is the new <a href="http://www.jsmag.com">JSMag</a>, which is putting out exciting JavaScript specific content to readers every month. I recently took on the role of a monthly column writer for their new &#8220;Hello World&#8221; column which focuses on things that are more generally glazed over by technical columns. With this monthly column we are targeting readers with a high interest in JavaScript that have not yet gained enough experience with the language to get the full effect of more technical pieces.</p>
<p><a href="http://jsmag.com/blog/2009/07/javascript-magazine-jsmag-july-2009-now-available/">JSMag&#8217;s blog post outlined</a> their reasoning and intentions with this new piece:</p>
<blockquote>
<p>&#8230;some of the feedback received has led us to introduce a new column this month.  A recurring piece of feedback so far has been that much of the content appeared to be more advanced than many readers felt they could deal with.  To that end, we’re introducing a new writer and column to our line up &#8211; Shea Frederick.</p>
</blockquote>
<p><cite>JSMag Editor</cite>  </p>
<p>My first piece went out in the <a href="http://www.jsmag.com/latest?refer=http://jsmag.com/blog/2009/07/javascript-magazine-jsmag-july-2009-now-available/">July issue of JSMag</a>, and other than complaints from non Steelers fans (<a href="http://twitter.com/JFSIII/status/2526039698">you know who you are</a>) I was very happy with the resulting article.</p>
<blockquote>
<p>Shea will be covering topics of interest to developers new to JavaScript, and perhaps even new to programming in general.  His first piece this month is “Choosing a JavaScript Library” which can help someone new to the JavaScript scene understand the various options and make an informed decision.</p>
</blockquote>
<p><cite>JSMag Editor</cite>  </p>
<p>Looking forward to increasing JavaScript&#8217;s stranglehold on the world!! muhahaha!!! (evil laugh)</p>
<h2>ExtJS Themes</h2>
<p>Ive been playing with ExtJS themes lately, and im having a blast creating some very fancy looking stuff. It really is amazing how quickly you can make ExtJS widgets not look like ExtJS widgets anymore. Goodbye default theme.</p>
<p>Keep an eye out here for stuff to do with creating themes for ExtJS, you will not be disappointed.</p>
<h2>JavaScript User Group</h2>
<p>The Baltimore/DC area is a hotbed of IT work. A good portion of the work here is web related, and a chunk of that of course is JavaScript related, so for the past six months I have been hosting a JavaScript meetup group in Columbia, MD (halfway between Baltimore and the District). I have throughly enjoyed meeting people in my field, and discussing various things which are most often, but not always related to JavaScript.</p>
<p>Our next <a href="http://www.meetup.com/baltimore-dc-javascript-users/calendar/10825840/">meetup on August 4th has a local JavaScript</a> guru <a href="http://www.lokeshdhakar.com/">Lokesh Dhakar</a> giving us his insights into user interaction. Please come out and join us if your in the area, we always have a great mix of local badasses and newbies show up. A few local business pitch in to make this happen every month, <a href="http://omniti.com/">OmniTI</a> provides our meeting space, and <a href="http://mominc.com">Mind Over Machines</a> keeps our bellies full of pizza &#8211; thanks goes out to both of them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vinylfox.com/whats-the-word-jsmag-themes-meetups/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>ExtJS Baltimore/DC Meetup</title>
		<link>http://www.vinylfox.com/baltimore-dc-javascript-meetup/</link>
		<comments>http://www.vinylfox.com/baltimore-dc-javascript-meetup/#comments</comments>
		<pubDate>Mon, 19 Jan 2009 17:39:23 +0000</pubDate>
		<dc:creator>Shea Frederick</dc:creator>
				<category><![CDATA[ExtJS News]]></category>
		<category><![CDATA[Meetup]]></category>

		<guid isPermaLink="false">http://www.vinylfox.com/?p=194</guid>
		<description><![CDATA[I know many of you in the Baltimore/DC area have been excited about the prospect of getting together and being able to exchange knowledge. So I am announcing the Balto/DC JavaScript user group&#8216;s first meeting which will happen on February 3rd. We will continue to meet on the first Tuesday of each month. While the [...]]]></description>
			<content:encoded><![CDATA[<p>I know many of you in the Baltimore/DC area have been excited about the prospect of getting together and being able to exchange knowledge. So I am announcing the <a href="http://www.meetup.com/baltimore-dc-javascript-users/">Balto/DC JavaScript user group</a>&#8216;s first meeting which will happen on February 3rd. We will continue to meet on the first Tuesday of each month. While the group is not specific to <a href="http://extjs.com/">ExtJS</a>, its likely that many of our topics will include ExtJS.</p>
<p>For our first meeting we have a presentation on <a href="http://extjs.com/">ExtJS</a> by <a href="http://tdg-i.com/">Jay Garcia</a>, which many of you likely know from his active participation in the <a href="http://extjs.com/forum/">ExtJS forums</a>, educational screencasts and plugins/extensions.  The meeting is taking place in Columbia, which is roughly between Baltimore and DC.</p>
<p>If your interested please sign up for the meetup group to show your support, and if you would like to attend let us know your coming by RSVP&#8217;ing on the meetup page.<a href="http://www.meetup.com/baltimore-dc-javascript-users/"></a></p>
<p><a href="http://www.meetup.com/baltimore-dc-javascript-users/">http://www.meetup.com/baltimore-dc-javascript-users/</a></p>
<p>Hope to see you there!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.vinylfox.com/baltimore-dc-javascript-meetup/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>ExtJS San Francisco Meetup</title>
		<link>http://www.vinylfox.com/san-francisco-meetup-extjs/</link>
		<comments>http://www.vinylfox.com/san-francisco-meetup-extjs/#comments</comments>
		<pubDate>Wed, 17 Dec 2008 15:16:49 +0000</pubDate>
		<dc:creator>Shea Frederick</dc:creator>
				<category><![CDATA[ExtJS News]]></category>
		<category><![CDATA[Book]]></category>
		<category><![CDATA[Meetup]]></category>

		<guid isPermaLink="false">http://www.vinylfox.com/?p=119</guid>
		<description><![CDATA[One of the first ExtJS specific meetups I know of happened in San Francisco last week. The host Peter Kellner tells me it was a great success and everyone involved enjoyed it. My publisher Packt agreed to donate a book to the event to be raffled off. Here is a quote from Peter&#8217;s blog about [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.vinylfox.com/wp-content/uploads/2008/12/highres_6575744.jpeg"><img src="http://www.vinylfox.com/wp-content/uploads/2008/12/highres_6575744-300x225.jpg" alt="" title="highres_6575744" width="300" height="225" align="left" class="alignleft size-medium wp-image-121" style="margin-right: 10px; margin-bottom: 10px;" /></a>One of the first <a href="http://www.meetup.com/The-San-Francisco-ExtJS-Meetup-Group/">ExtJS specific meetups</a> I know of happened in San Francisco last week. The host <a href="http://peterkellner.net/">Peter Kellner</a> tells me it was a great success and everyone involved enjoyed it. My publisher Packt agreed to donate a book to the event to be raffled off.</p>
<p><b>Here is a quote from <a href="http://peterkellner.net/2008/12/10/extjs-meetup-sanfrancisco/">Peter&#8217;s blog</a> about the event:</b></p>
<p><i>&#8220;At our first meetup, we talked about EXT some and also raffled off a copy of the new ExtJS book called Learning Ext JS generously given to us by one of the authors, Shea Frederick.  We also talked about things we could do together as a group. For our first group project, we decided to work on the sessions page of Silicon Valley Code Camp (the site I wrote) and make that page EXTd.  We broke down parts of that into little pieces and each of us went home with a small assignment to work on.  We plan on meeting again January 20th, 2009 and continue the fun.&#8221;</i></p>
<p>If anyone else is interested in hosting an ExtJS meetup in their area, im sure we can work out a deal to provide a book for raffling off at your event. I am hoping that we can get something like this together for the Baltimore/Washington area soon, so everyone keep your eye out for news about that. I know many of you in the area are already excited about the prospect of this happening (<a href="http://tdg-i.com/">Jay</a>, that means you!)</p>
<p>UPDATE: It official now, <a href="http://www.meetup.com/baltimore-dc-javascript-users/">http://www.meetup.com/baltimore-dc-javascript-users/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.vinylfox.com/san-francisco-meetup-extjs/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
