<?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>Higgins for President &#187; news</title>
	<atom:link href="http://higginsforpresident.net/category/news/feed/" rel="self" type="application/rss+xml" />
	<link>http://higginsforpresident.net</link>
	<description>Rants, Raves, and Code: the Interwebs and beyond</description>
	<lastBuildDate>Sun, 17 Jan 2010 15:20:49 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Back In Business</title>
		<link>http://higginsforpresident.net/2008/12/back-in-business/</link>
		<comments>http://higginsforpresident.net/2008/12/back-in-business/#comments</comments>
		<pubDate>Tue, 09 Dec 2008 14:53:26 +0000</pubDate>
		<dc:creator>dante hicks</dc:creator>
				<category><![CDATA[dojo]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://higginsforpresident.net/?p=28</guid>
		<description><![CDATA[What an incredibly busy week! I'm finally getting settled in from a painful week of sunshine, technology and drinking in beautiful southern Florida, still suffering slightly from the rapid drop in ambient temperature I experienced exiting the plane in Knoxville [several hours late, no less].  But, I'm here, and back in business -- it's [...]]]></description>
			<content:encoded><![CDATA[<p>What an incredibly busy week! I'm finally getting settled in from a <em>painful</em> week of sunshine, technology and drinking in beautiful southern Florida, still suffering slightly from the rapid drop in ambient temperature I experienced exiting the plane in Knoxville [several hours late, no less].  But, I'm here, and back in business -- it's good to be home.</p>
<p>A big thanks to <a href="http://www.springsource.com/">SpringSource</a> for <em>forcing</em> me talk about <a href="http://dojotoolkit.org">Dojo</a> at the annual <a href="http://americas.springone.com/conference/hollywood/2008/12/index.html">SpringOne</a> America conference.  I've been there all week, and the experience was entirely positive: got to meet a whole <a href="http://twitpic.com/pvbv">host</a> of SpringPeople, talk to countless java developers, attend several quality talks, and ran into a number of Dojo contributors both known and anonymous (always nice to have a face to a name). Bonus points for the late-afternoon-beach-parties, endless supply of coffee, and incredible locale selection. I delivered [what I felt to be] a well-received talk about the philosophies and structure behind Dojo from base to util to <a href="http://dojocampus.org">dojoc/</a>, covered a lot of great material and just had an all-around great experience. Here's to hoping they like my paper for the upcoming <a href="http://europe.springone.com/europe-2009">SpringOne Europe</a> tour (which ironically is in the same hotel I stayed in during my last visit to Amsterdam, this time three years ago) . <em>Salud</em>.</p>
<p>My slides from the presentation are <a href="http://www.slideshare.net/phiggins/zero-to-dojo-presentation">available on SlideShare</a>.</p>
<p>So a week of hard work on the beaches of Florida also yielded several other awesome events: A night of good Cuban food, drinks and debauchery with another of my <em>oldest friends</em> (which isn't so nice anymore, as we're 'rounding to 30 now', and <em>old</em> is becoming an increasingly sensitive word) was only the beginning:</p>
<p><strong>Start to Finish</strong>: A motion to adopt <a href="http://ejohn.org">John Resig's</a> newest creation <a href="http://github.com/jeresig/sizzle/tree/master">Sizzle</a> as a top-level project to the <a href="http://dojofoundation.org">Dojo Foundation</a>  was recently proposed to the mailing list, and passed unanimously 21-<em>nil</em>.  The Dojo <em>Toolkit</em> was considering adopting the 'idea of a unified querySelectorAll engine', and suggested the idea to John to ensure "<a href="http://dojofoundation.org/about/hundredpoint/">all the things the Dojo <em>Foundation</em> is trying to achieve</a>" were in place -- enabling the Dojo <em>Toolkit</em> to use this new code (as well as anyone else wishing to adopt it). There seem to be a lot of <a href="http://ajaxian.com/archives/mootools-and-sizzle">mixed</a> <a href="http://www.clientcide.com/best-practices/dojos-dylan-schiemann-and-jquerys-john-resig-on-my-sizzle-post/">emotions</a> about the overall implications of this -- and I'd like to <em>briefly</em> throw in my take:</p>
<p>There is only one <em>est</em>. Be it tallest, smallest, smartest, or fastest. Until which time we can defer to a <em>fastest</em> native implementation for CSS selectors, we should collaborate on a unified codebase, out in the open, and available to all. This is all <em>just</em> JavaScript, we can offload library-specific redundancy by utilizing js's dynamic nature and create some portable underlying thing (which coincidentally <a href="http://bugs.dojotoolkit.org/ticket/7794">Dojo already did</a> to a degree) -- we are all fighting the same battle, <a href="http://en.wikipedia.org/wiki/Moore%27s_law">Moore is on our side</a>, and we should shift our performance-related optimizations at what it is we as toolkits choose to do <em>with</em> the nodes given to us by whatever selector the spec/browser provides ...</p>
<p>I respect their decision not to adopt the code-base, though am glad there are now two query engines available with which we might start this period of cooperation I long for. I love the fact they are even able to make such a choice. I welcome John to the "Project Lead Council" (I think is what it's called ... ) of the Dojo Foundation, and look forward to working more closely with yet another incredibly talented coder. </p>
<p><strong>Dojo 1.2.3 Released</strong> - We've already quietly released 1.2.1 and 1.2.2, both with minor (though critical stability fixes) changes, but had one large issue needing attention before commiting to pushing the release to the <a href="http://build.dojotoolkit.org/1.2.3/">various</a> <a href="http://code.google.com/apis/ajaxlibs/documentation/index.html#dojo">CDNs</a>.  I pushed a <a href="http://dojotoolkit.org/2008/12/08/dojo-1-2-3-ready-consumption">small announcement</a>, and the <a href="http://download.dojotoolkit.org/current-stable/">source is available</a> in the usual location. The 1.2 release was a strong one, and I might have secretly tricked Adam Peller into cutting a 1.2.2 a day early so that we <em>would</em> have a 1.2.3 (which has a nice ring to it, as far as version numbers go). </p>
<p><strong>Zend Framework 1.7.1</strong> was released, which I note because I failed to mention the <a href="http://devzone.zend.com/article/4045-Zend-Framework-1.7.0-is-now-available">release of 1.7</a> a few weeks back, which included an update to using Dojo 1.2 and several other fixes. The release of Dojo 1.2.3 should be a transparent update for Zend FrameWork 1.7 / Dojo 1.2 users.  Congrats to all the Zend developers! I've installed Git, and have been playing with <a href="http://weierophinney.net/matthew/">Matthew O'Phinney's</a> <a href="http://github.com/weierophinney/pastebin/tree/master">pastebin</a> app in the hopes of putting together a good example of best Dojo practices within Zend Framework ... </p>
<p><strong>dojo.beer()</strong> happened in Munich over the weekend. This is the second of the type put on by the <a href="http://blog.uxebu.com/">Uxebu</a> <a href="http://wolfram.kriesing.de/blog/">folk</a>, and it was reportedly a great success. From what was only a handful of German Dojo Developers grew exponentially it seems -- I even had the pleasure of <a href="http://blog.uxebu.com/2008/12/03/dojobeer-special-guests-and-more/">attending virtually</a> via iChat alongside <a href="http://dylan.io">Dylan</a>, though hopefully I'll be able to attend physically sometime soon ... Thanks to <a href="http://www.mayflower.de">Mayflower</a> for hosting the event, and Wolfram, Tobias, and Nikolai for organizing everything! I love seeing this kind of community-driven meet up happen, be it formal or informal. </p>
<p>That in mind -- I'd love to start something similar regionally: A SouthEast-based <acronym title="Dojo Developer Day">DDD</acronym>, just to get together for the face-to-face and have a dojo.beer(), talk shop and otherwise interact. Tennessee alone houses several Dojo developers I know personally, and I think it feasible to coordinate something somewhere reasonably close: Atlanta, GA? Charlotte, NC? -- In the immediate future we may be doing a small Nashville, TN dojo.beer() -- so if you are interested drop me a line and we'll see what we can put together and pick a good central locale. </p>
]]></content:encoded>
			<wfw:commentRss>http://higginsforpresident.net/2008/12/back-in-business/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A change of face</title>
		<link>http://higginsforpresident.net/2008/08/a-change-of-face/</link>
		<comments>http://higginsforpresident.net/2008/08/a-change-of-face/#comments</comments>
		<pubDate>Fri, 08 Aug 2008 22:20:12 +0000</pubDate>
		<dc:creator>dante hicks</dc:creator>
				<category><![CDATA[dojo]]></category>
		<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://higginsforpresident.net/?p=19</guid>
		<description><![CDATA[Last Wednesday at our weekly team meeting, Alex Russell announced his resignation as long-time Project Lead for the Dojo Toolkit, the open-source project I've been contributing to for the past two years. I still may be in partial shock (and partial euphoria) about the resignation, but not near much as finding out the nominee: me! [...]]]></description>
			<content:encoded><![CDATA[<p>Last Wednesday at our <a href="http://dojotoolkit.org/book/developers-notebook/weekly-full-team-meetings/dojo-project-meeting-2008-08-06">weekly team meeting</a>, Alex Russell announced his resignation as long-time Project Lead for the Dojo Toolkit, the open-source project I've been contributing to for the past two years. I still may be in partial shock (and partial euphoria) about the resignation, but not near much as <a href="http://turtle.dojotoolkit.org/pipermail/dojo-contributors/2008-August/009571.html">finding out the nominee</a>: <em>me</em>! </p>
<p>Today, the voting was closed, and I have <a href="http://turtle.dojotoolkit.org/pipermail/dojo-contributors/2008-August/009596.html">officailly been named</a> the new [and improved?] Dojo Project Lead by a unanimous 27-to-zero vote of my peers, the <a href="http://turtle.dojotoolkit.org/~dante/skewDemo/demo.html">Dojo core developers</a>. Contained within those ranks of committers are some of the most talented, friendly, and innovative developers I've ever had the pleasure of working with, and am humbled by the outcome.  I'd like to thank everyone involved: Your faith in my abilities, and our common vision and dedication are going to ensure the Dojo Toolkit will remain a major presence within the Open Source, OpenWeb, and Ajax communities for a very long time. Our collective commitment to excellence and never-ending desire to push the limits of browser capabilities will continue to thrive, even as the landscape changes beneath us. </p>
<p>As much as I <em>love</em> talking about myself, I'm going to keep this brief. Alex addressed some highlighted questions in <a href="http://alex.dojotoolkit.org/?p=713">his initial announcement</a>, and I'd like to follow up with a small [read: single item] Q&A of my own:</p>
<p><strong>Q: What does this mean?</strong><br />
Not too terribly much. Dojo is a very mature project: The product of countless man hours, real-world testing, use, mistakes, changes, and growth. We've established who we are, and what we intend to do, and my goal is the keep us all on that same track -- working together to create and maintain the best open source set of tools for web developers. The Toolkit is, in truth, run by smaller groups of committers and contributors -- each applying their own expertise to the components they own or otherwise maintain, myself included. </p>
<p>It doesn't, however, mean there won't be change!  We change every day as it is: seldom does a day pass that a bug isn't fixed, filed, or commented upon, or a new function or component becomes a reality.  It is too early for me to have formulated any serious plans or opinions on the <em>future of Dojo</em>, but It will likely mimic that which I am already a strong proponent of: ongoing open innovation, providing great tools, <a href="http://www.goodold.se/blog/tech/2006/09/13/rambling-on-the-dojo-interest-list/">enabling the community</a>, embracing the community support and contributions, all while never wavering from the overall goal: <strong>dojo.greatness();</strong></p>
<p>I'm looking forward to this experience, and to working with all of the exceptional talent the Ajax community has to offer. I'm <em>usually</em> available as <code>phiggins</code> on irc.freenode.net (#dojo, among others), and you may already know me as <code>dante</code> in the Dojo Forums and Trac, so drop by -- I'm happy to answer any questions or concerns.<br />
I'll have several more announcements and whatnot coming as time progresses, so be on the look ...</p>
<p>Thanks again to everyone for their support. I am confident the power and direction of Dojo will only continue to improve, and it would never have gotten this far without each and every one of you.  </p>
]]></content:encoded>
			<wfw:commentRss>http://higginsforpresident.net/2008/08/a-change-of-face/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Updates from Portland</title>
		<link>http://higginsforpresident.net/2008/07/updates-from-portland/</link>
		<comments>http://higginsforpresident.net/2008/07/updates-from-portland/#comments</comments>
		<pubDate>Mon, 28 Jul 2008 06:11:39 +0000</pubDate>
		<dc:creator>dante</dc:creator>
				<category><![CDATA[news]]></category>

		<guid isPermaLink="false">http://higginsforpresident.net/?p=17</guid>
		<description><![CDATA[So it's a little late to be sending out updates of my stay in Portland, OR -- this is more or a 'reflections' of Portland blog writing -- but all valid none the less. It has been an exceptional adventure. 
I landed in Portland mid-afternoon last Sunday to a beautiful sunny day, typical of a [...]]]></description>
			<content:encoded><![CDATA[<p>So it's a little late to be sending out updates of my stay in Portland, OR -- this is more or a 'reflections' of Portland blog writing -- but all valid none the less. It has been an exceptional adventure. </p>
<p>I landed in Portland mid-afternoon last Sunday to a beautiful sunny day, typical of a Portland summer. The weather stayed consistently pleasant for the duration, which is not atypical, but entirely unexpected (and welcome). I love PDX in the summer. I must remind myself what the winters are like, lest I whimsically decide to rent an apartment and move back ...</p>
<p>I attended <a href="http://en.oreilly.com/oscon2008/public/content/home">OSCON</a> last week. I didn't spend much time in actual talks, but had a chance to sit and chat with a number of people I both had and hadn't met prior. Working for a virtual company, it is easy to detach yourself from face to face communications. I can go whole days without actually having to say a spoken word, though I've spent the entirety of it communicating with people from all regions of the world. I got a chance to hang out with some semi-familiar-faces: <a href="http://dylan.io">Dylan Schiemann</a> (my boss, and CEO SitePen, Inc) ended up on the west side, <a href="http://alex.dojotoolkit.org">Alex Russell</a> of Dojo fame, whose company is always welcome (the man has some weird special insight into them interwebs, and it is certainly entertaining to hear him rant), Matthew Russel, author of a relatively new [awesome] Dojo book: "<a href="http://oreilly.com/catalog/9780596516482/">The Difinitive Guide</a>", and several other Dojo-hackers and/or SitePen folk: <a href="http://blog.xdraw.org/">Gavin Dougtie</a> (Google), Jason Cline (SitePen), <a href="http://www.cb1inc.com/">Chris Barber</a> (CB1, Inc), <a href="http://freelock.com">John Locke</a> (Freelock) ... </p>
<p>... And more importantly, the meeting of great new folks: I had the pleasure of briefly meeting an energetic and charming Leslie Hawthorn of <a href="http://code.google.com/soc/2008/">Google Summer-of-Code</a> fame (I'm mentoring this year), a vocal and hilarious Zend Framework user Jason E, <a href="http://simonwillison.net/">Simon Willison</a>, a seemingly all-around great guy, the guys behind <a href="http://www.orbited.org/">Orbited</a>: Michael Carter, Jacob Rus, and Adrian Weisberg (who got an ad-hoc/realtime port of some trivial jQuery code into some Dojo Base functions, which I pulled off even after a long evening of dojo.beers and dinners ... which reminds me: I'd like to finish my port and replace the rest of the code if you'd like), as well as a number of random Dojo-enthusiasts from [unnamed] places I was surprised/unaware was using Dojo in the first place. The DDD:4.5-slash-dojo.dinner() was a great success: Random seemingly star-trek themed bar on East Burnisde provided a wonderful atmosphere to let loose and talk shop (among other things) with a bunch of faces old and new (over buffalo burgers no less). I've missed the beer in Portland.</p>
<p>It really gives you a jolt of pride when someone notices you wearing a Dojo t-shirt and takes the time to come over to talk about it, though it depresses me to see some of the really great applications written using Dojo, only to find out they are stashed away behind corporate firewalls, probably never to be seen or even mentioned publicly. It makes marketing more challenging, but at least <em>I</em> know, and am proud to continue on contributing to this phenomenal <em><a href="http://alex.dojotoolkit.org/?p=668">truly</a></em> Open Source project. </p>
<p>The most interesting talk I attended was <a href="http://stevesouders.com/">Steve Souders</a>' talk about optimizing pages ... it was fun to see at least half of the techniques suggested and investigated are already available in Dojo, and the rest seemed like they could be automated with our build system in one way or another. It seems like a lot of people know nothing about Dojo's tried-and-true package system and the transparency it provides between keeping code modular and optimization, development versus deployment, obfuscation versus human-readble code. All of the things non-Dojo-users do to speed their pages up are included out-of-the-box with Dojo: ShrinkSafe to minimize bytes on the wire by shrinking (safely) variables, removing comments and excessive whitespace, automatic concatenation of "layers" of modules in a very clean and safe manner ... We can even concat "modular CSS files", stripping comments, inline-ing <em>@import</em> calls and so on, anything to limit the overhead of initial page loading. I'm secretly amazed. It gets even better in 1.2, coming in just a bit: stubs loading (another of Steve's tips), <a href="http://www.sitepen.com/blog/2008/06/23/replacing-the-flash-flickr-badge-with-dojo/">post-onLoad</a> safe module loading might just be my new favorite thing since sliced bread.</p>
<p>I attended a django/python meetup, spending a good portion of the evening describing existing Dojo functionality, mostly when people made comments like "wouldn't it be cool is [my framework] did this?" -- "Oh, right Dojo has done that for a while now" ... I didn't hear about <a href="">dojango</a> until the next day, which is unfortunate, it would have been a perfect topic of conversation. I met <a href="http://ejohn.org">John Resig</a> briefly, though didn't talk as much shop as I'd have liked ...</p>
<p>For those of you wondering: No, I never found a shoe store that sells Birkenstocks, though officially retired the old pair after a seven-hour sea-kayak adventure. Don't kayak barefoot, at least the 17-foot sea-kayak variety. Lesson learned. I nearly destroyed my brother-in-law's brand new boat on it's maiden voyage on a river never intended to be run in a seventeen foot fiberglass tube. There was a reason the Mulhallah river wasn't in the "Flatwater guide of Oregon": The water isn't flat. Sea kayaks simply don't have the mobility a "normal" kayak has, and I'll be damned if I didn't run through one of the rapids only to get sucked into an eddy and bunched up against a sunken tree. I was fine for the most part, simply unable to fight the force of the rapids slowly rolling me (boat included) on end, and eventually over. I <em>almost</em> freed myself without damage or incident, but gave up when I heard the distinct noise of cracking fiberglass. Remember, the boat is seventeen feet long, and at the time of me removing the skirt, probably three-quarters submersed in the running water wedged against a tree. I was able to climb out (all the while holding on to said tree with one hand), roll the boat around and swim it downstream, handoff to my [extremely shaken] sister, swim further downstream and collect my own paddle and Nalgene bottle. Not only did I not lose any gear, I was still wearing my hat. Our peaceful, "zen-like" kayak adventure had instantly become exciting, despite the exceptionally painful bruises on both shins, and that ominous feeling of of sinking boat, which actually turned out to be true: I was taking on water until we beached for lunch and surveyed the damage: a small crack, large enough to seep water, and a six-inch scrape through the fiberglass on the underside. Bet you are glad you got that kevlar upgrade, huh, Bill? (Sorry about the boat. At least it's broken in now!). Tenacious tape is some amazing shit. </p>
<p>For the record, sea kayaking isn't my thing. The rapids part was fun, but atypical for this sport. The part the was supposed to be enjoyable was drowned by passing motorboats on the Willamette and an exceptionally hot sun. I, for the first time ever, have a very bad sunburn in the shape of a very nice Type III PFD. I'd rather do whitewater and/or "regular" kayaking. It didn't take long for me to answer my sister when she suggested we do this in Alaska ... Cold and Wet are my two least favorite sensations, especially when combined. </p>
<p>It was great to see all the old <a href="http://quivah.com">QuiVaH</a> folks again (who are seemingly no longer doing shows together). I think every last one of them is married now, most to people I knew, some to people I didn't, and Tae is still out being the talent-asian. RJ is still RJ, Q is still Q, just as fun and funny but with a better job, Haven is doing well for himself, and anxious to jump into some Dojo, which is great news in itself, Tae and Ran are living together near Goose Hollow (I actually ran into Ran [no pun intended] at the Django meet-up: he was dealing poker downstairs the whole evening), and they all really made my trip to PDX "complete" ... </p>
<p>Now I get all day tomorrow to decide if I want to miss my Tuesday-morning-flight and go apartment hunting ... decisions, decisions. Anyone up for dinner? Last chance to eat in this treasure-trove of excellent food offerings ... </p>
]]></content:encoded>
			<wfw:commentRss>http://higginsforpresident.net/2008/07/updates-from-portland/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ajax just got easier</title>
		<link>http://higginsforpresident.net/2008/05/ajax-just-got-easier/</link>
		<comments>http://higginsforpresident.net/2008/05/ajax-just-got-easier/#comments</comments>
		<pubDate>Wed, 21 May 2008 15:04:58 +0000</pubDate>
		<dc:creator>dante hicks</dc:creator>
				<category><![CDATA[news]]></category>
		<category><![CDATA[dojo]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Zend]]></category>

		<guid isPermaLink="false">http://higginsforpresident.net/?p=7</guid>
		<description><![CDATA[This morning, Andi Gutman broke some very exiting news: The Zend Framework will be integrating Dojo 1.x! I am glad to be directly involved in the effort. It's a big win for both communities. Zend Framework users will have built-in Ajax support courtesy the Dojo Toolkit -- the easiest, most feature complete, liberally licensed JavaScript [...]]]></description>
			<content:encoded><![CDATA[<p>This morning, Andi Gutman <a href="http://andigutmans.blogspot.com/2008/05/dojo-and-zend-framework-partnership.html">broke some very exiting news</a>: The Zend Framework will be integrating Dojo 1.x! I am glad to be directly involved in the effort. It's a big win for both communities. Zend Framework users will have built-in Ajax support courtesy <a href="http://dojotoolkit.org">the Dojo Toolkit</a> -- the easiest, most feature complete, liberally licensed JavaScript library available today. This integration is a perfect example of how a server-side technology and client-side goodness can work together to provide the best possible experience for developers maintaining projects, and the end users consuming them. </p>
]]></content:encoded>
			<wfw:commentRss>http://higginsforpresident.net/2008/05/ajax-just-got-easier/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
