<?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>70's Futurisitic Technology &#187; Mozilla</title>
	<atom:link href="http://ozten.com/psto/category/webdev/mozilla/feed/" rel="self" type="application/rss+xml" />
	<link>http://ozten.com/psto</link>
	<description>Programming focused drivel</description>
	<lastBuildDate>Wed, 24 Feb 2010 16:39:14 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Teaching HTML with Hypertext Fiction</title>
		<link>http://ozten.com/psto/2009/10/04/teaching-html-with-hypertext-fiction/</link>
		<comments>http://ozten.com/psto/2009/10/04/teaching-html-with-hypertext-fiction/#comments</comments>
		<pubDate>Sun, 04 Oct 2009 22:42:05 +0000</pubDate>
		<dc:creator>ozten</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[826Seattle]]></category>
		<category><![CDATA[HypertextFiction]]></category>

		<guid isPermaLink="false">http://ozten.com/psto/?p=135</guid>
		<description><![CDATA[Continuing a project I worked on during Mozilla Service Week, I&#8217;ve been working on my curriculum for a workshop I will be teaching in Nov for the first time. The class is called Where the Wild Things Could Be&#8230; and will be through the 826 Seattle writing workshop. It will have about 8 students that [...]]]></description>
			<content:encoded><![CDATA[<p>Continuing a project I worked on during <a href="http://mozillaservice.org">Mozilla Service Week</a>, I&#8217;ve been working on <a href="http://docs.google.com/View?id=d4pgw7p_8crvqggfw">my curriculum</a> for a workshop I will be teaching in Nov for the first time. The class is called <strong>Where the Wild Things Could Be</strong>&#8230; and will be through the <a href="http://www.826seattle.org/">826 Seattle writing workshop</a>. It will have about 8 students that are 11-14 years old.</p>
<p><a title="Working on Hypertext Fiction Fun by oztenphoto, on Flickr" href="http://www.flickr.com/photos/ozten/3981144867/"><img style="float:right; border: none; margin-left: 0.7em" src="http://farm4.static.flickr.com/3467/3981144867_70998e199a_m.jpg" alt="Working on Hypertext Fiction Fun" width="180" height="240" /></a>The goal is to teach HTML. Hypertext Fiction, like the Choose Your Own Adventure book series, is a narrative with multiple story paths and endings. The web is a natural medium for this type of story. I&#8217;m hoping that teaching kids how to write hypertext fiction is a natural way to teach them how to create HTML.</p>
<p>A major impediment to learning the basics of HTML is all the web publishing cruft:</p>
<ul>
<li>Text editors</li>
<li>Files</li>
<li>FTP</li>
<li>Hostnames and Hosting</li>
</ul>
<p>All of this crap is an accident of history and seems like a big stumbling block, before you get to the juicy stuff of HTML, CSS, and JavaScript.</p>
<p>The approach I&#8217;m taking is to create a web application that paves over these four problems. The student will have create a short page name and then get an edit box. This gives them a body tag and let&#8217;s them create from there. Saving the page publishes it. Linking involves using the &#8220;short page name&#8221; of another page in your HTML code.</p>
<p>This workshop is only 2 hours, so I will focus on teaching hypertext fiction basics and the following HTML tags: A, P, UL, and LI. Students will use Sticky Notes and a whiteboard to coordinate the story and page flow.</p>
<p>I&#8217;ve looked around a little for a web application, but nothing is perfect, so I&#8217;ll probably write my own. <a href="http://www.rollyourownhypertext.com/about">R.Y.O.H</a> is a clever new project, but doesn&#8217;t allow HTML coding and it&#8217;s quite a bit different than my wireframes. Wordpress is too distracting. Wikimedia is close but doesn&#8217;t allow HTML and I don&#8217;t want to just teach wiki markup. Do you know of a good hypertext fiction web tool?</p>
<p>I&#8217;m creating the <a href="http://docs.google.com/View?id=d4pgw7p_8crvqggfw">curriculum online</a>. I&#8217;d love feedback. I&#8217;ll post and link to more materials as I create them. Steal my work. Improve it.</p>
]]></content:encoded>
			<wfw:commentRss>http://ozten.com/psto/2009/10/04/teaching-html-with-hypertext-fiction/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>A Sketch of PO LiveEdit</title>
		<link>http://ozten.com/psto/2009/08/14/a-sketch-of-po-liveedit/</link>
		<comments>http://ozten.com/psto/2009/08/14/a-sketch-of-po-liveedit/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 22:21:32 +0000</pubDate>
		<dc:creator>ozten</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[research]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://ozten.com/psto/?p=115</guid>
		<description><![CDATA[Frédéric Wenzel  has a great series of L10n blog posts going and there has been a lot of discussion of L20n work at Mozilla. I ping’d Fred to check in and share an idea with him&#8230; 
What if you could directly edit the copy on the staging server of a website and have it [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://fredericiana.com/">Frédéric Wenzel</a>  has a <a href="http://blog.mozilla.com/webdev/category/localization/">great series of L10n blog posts</a> going and there has been a lot of discussion of L20n work at Mozilla. I ping’d Fred to check in and share an idea with him&#8230; </p>
<blockquote><p>What if you could directly edit the copy on the staging server of a website and have it transparently save your changes in the background without messing with PO files, SVN access, etc</p></blockquote>
<p>You&#8217;d eliminate lots of problems that localizers have&#8230; and provide a richer, fun editing environment.</p>
<p>Like any idea worth building&#8230; I found out it’s already been invented <img src='http://ozten.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  A few months back when I pitched this idea to Stas Malolepszy, he mentioned that <a href="http://diary.braniecki.net/">Gandalf</a> already thought of the idea and <a href="http://labs.braniecki.net/mozilla/webl10n/">built a prototype</a>. </p>
<p>I’m realizing that this has been sitting in my TODO list for too long and I’m better off doing a brain dump in this blog post. Here’s my take on the idea:</p>
<h2>Design Constraints:</h2>
<p>Keep po files as the backing store<br />
Work as much as possible with existing gettext tools<br />
Use direct object manipulation for the UI - pick strings directly from page, see live updates</p>
<h2>Requirements:</h2>
<p>Let localizer view a web page and pick a string to translate<br />
Display an editor widget that sit on top of or beside the page<br />
Display the msgid and msgstr. In practice this is the English String and the Localized version.<br />
As they type, redisplay the page with their updated translation<br />
Provide a revert button<br />
Provide a save button. Save persists this string back to the po file server which commits the change to SVN.</p>
<h2>PO LiveEdit at 10,000 feet</h2>
<p><img src="http://ozten.com/wordpress/wp-content/uploads/2009/08/POLiveEdit.jpg" alt="POLiveEdit 10&#039;000 foot diagram" title="POLiveEdit 10&#039;000 foot diagram" width="677" height="875" class="aligncenter size-full wp-image-117" /><br />
<strong>PO Enhanced HTML</strong> &#8211; In PHP or other web code, instead of making calls to gettext methods, a set of wrapper methods would be used which add metadata to the HTML output. This would basically add the msgid to a span tag that surrounds the output of the msgstr. This would extra metadata wouldn’t affect the display, but would capture the semantics of a localized string.<br />
Old PHP code<br />
<code>&lt;p>&lt;?= _(‘Be the Difference’); ?&gt;&lt;/p&gt;</code><br />
outputs<br />
<code>&lt;p&gt;Fai la differenza&lt;/p&gt;</code></p>
<p>New PHP cde:<br />
<code>&lt;p&gt;&lt;?= _w(‘Be the Difference’) ?&gt;&lt;/p&gt;</code><br />
outputs<br />
<code>&lt;p&gt;&lt;span id=‘md5_58cbc46092296cbe517d748685f52838’&gt;Fai la differenza&lt;/span&gt;&lt;/p&gt;</code></p>
<p><strong>PO Edit Client </strong>- This editor would use the msgid or some other token (such as the md5 hash of the msgid) from the enhanced html, to retrieve the information for an individual string and display it for editing. The comments, English translation, and Current localization string would be displayed. The editor would be aware of the current locale which is a page. It would be a live editor where changes would be reflected in the web page as you type.</p>
<p><strong>PO Edit Web Service</strong> &#8211; The server manages the collection of messages.po files for a web application. It&#8217;s provides read and write access to the PO Edit Client, one string at a time. It manages commits to SVN and conflict management. </p>
<h2>Technology:</h2>
<p>So three are three components to build&#8230; PHP gettext wrapper libraries, which are pretty trivial and produce the enhanced metadata in the HTML, a Server and a Client which lives within the browser.</p>
<h3>Server</h3>
<p>Either a stand-alone python server using Stas and Zbigniew’s [https://wiki.mozilla.org/Silme Silme library], or integrated into an existing web based L10n tool like [http://en.wikipedia.org/wiki/Pootle Pootle], it would provide a REST web service for editing po files by locale and msgid.</p>
<h3>Client</h3>
<p>The client can be built as either:<br />
Pure JavaScript included from the page<br />
Addon &#8211; Firefox/Fennec Extension</p>
<p>Pure JS has the benefit of working with any browser (Safari on iPhone, IE 6 in corporate dungeon, etc). It has the negative affect of introducing L10n only code that you wouldn&#8217;t want to push to production. It adds another integration point to every app.</p>
<p>The Addon has the benefit of being totally isolated from the specific web application&#8217;s codebase, which makes for easier adoption. The client would have the ability to use the PO Edit WS without any same-origin policy limitations. Downsides are that it&#8217;s requires Firefox or Fennec and it is an extra step for localizers.</p>
<p>Either way, a simple textarea will be a good start for a prototype. Localizers will be loosing any features of their current text editor (say POEdit), but they will gain rich &#8220;preview&#8221;. For a prototype, the addon route could be built out of an existing extension, such as <a href="http://ajaxian.com/archives/jetpack-02-slidebars-jetpackfuture-and-persistent-storage">Jetpack Slidebar</a> or Ubiquity pageLoad command, since it&#8217;s a more rapid development env.</p>
<h2>Considerations:</h2>
<p>The devil is in the details, here are some design decisions.</p>
<p>By default, does this introduce a new requirement for a L10n preview environment? Or is the web application in a testable state? Adding String metadata changes the web application and invalidates it for QA, unless you ship this metadata in the production version also. The &#8216;right&#8217; thing to do would be to introduce a localization step into the SDLC, but this might lower adoption. Or you could focus on making the implementation of the String metadata really light weight, so it would have minimal overhead and not need an additional phase, since it could ship to production and other applications can invent new uses for this metadata.</p>
<p>Exposing hard to reach state: Many strings are hidden behind a hard to reach sequence&#8230; such as error messages. A common practice in web app development is to expose every part of the app through testing hooks. Many large applications grow these features through time, such as allowing testers special query string parameters for each error condition to simulate the error. Another example is web apps with emails; provide urls so that each email is a click away w/o actually running through the registration process. These kinds of hooks would make translation easier and you&#8217;d have to list them somewhere so it&#8217;s easy to find them all. These become a requirement for a live web editor, unless you make the user jump through steps to reach all the states of the UI.</p>
<h2>Out of Scope(?) but on the Radar</h2>
<p>A real-time synchronization between the client and server would be ideal, so that multiple localizers could see who was editing a string and to reduce conflicts. <a href="http://morgamic.com/">Mike Morgan</a> and Fred have suggested <a href="https://bespin.mozilla.com/">Bespin</a> which is a freaking awesome idea.</p>
<h2>Wrapping up</h2>
<p>If we had a web based live editor for translating sites, this could be a huge win for localizers and the people of earth. Translating a website is one of the most painful and dangerous workflows I’ve seen. You know we have an amazing community, if they are willing to put up with the draconian toolchain we have today. Throwing everything out, is simply not an option, but if we can make a small evolutionary improvement towards a live preview edit workflow which hides revision control systems and text files&#8230;</p>
<p>There are plenty of sticky corner cases and whiz bang features one can dream up, but I think building a prototype for this is a tractable problem. I did some brainstorming with Fred this morning and he had lots of other cool ideas and good observations on how this would work in practice.</p>
]]></content:encoded>
			<wfw:commentRss>http://ozten.com/psto/2009/08/14/a-sketch-of-po-liveedit/feed/</wfw:commentRss>
		<slash:comments>9</slash:comments>
		</item>
		<item>
		<title>Mozilla WebDev Libraries</title>
		<link>http://ozten.com/psto/2009/06/22/mozilla-webdev-libraries/</link>
		<comments>http://ozten.com/psto/2009/06/22/mozilla-webdev-libraries/#comments</comments>
		<pubDate>Mon, 22 Jun 2009 16:10:05 +0000</pubDate>
		<dc:creator>ozten</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://ozten.com/psto/?p=82</guid>
		<description><![CDATA[Nothing earth-shattering here&#8230; but I wanted to capture some ideas that the webdev team has discussed in terms of how we share our code between projects and with the community at large.
Of course 100% of our code is open source, but we want to do a better job of letting others use and contribute to [...]]]></description>
			<content:encoded><![CDATA[<p>Nothing earth-shattering here&#8230; but I wanted to capture some ideas that the <a href="http://blog.mozilla.com/webdev/">webdev</a> team has discussed in terms of how we share our code between projects and with the community at large.</p>
<p>Of course 100% of our code is open source, but we want to do a better job of letting others use and contribute to our libraries.</p>
<div id="attachment_85" class="wp-caption alignleft" style="width: 238px"><img class="size-full wp-image-85" title="typical_project_layout" src="http://ozten.com/wordpress/wp-content/uploads/2009/06/typical_project_layout.jpg" alt="Screenshot of a typical project layout" width="228" height="651" /><p class="wp-caption-text">Screenshot of a typical project layout</p></div>
<h2>A typical project</h2>
<p>Let’s talk about a theoretical new project <strong>foomo</strong> which is the code behind Foo.mozilla.org. This project may reuse a couple libraries as well as host it’s own code. Let’s assume this is a project has the layout pictured to the left:</p>
<p>In <code>bin</code> we have various Python and shell scripts which are executed via cron or CLI. These scripts depend on the <code>config</code> directory for configuration and the <code>lib</code> for libraries of code. I won’t focus on the bin part of the project, but it could follow the pattern below, but using a Pythonic packaging idiom.</p>
<p>Let’s assume that the web directory houses a <a href="http://kohanaphp.com/">Kohana PHP</a> project. Under the <code>web/application</code> directory there are typical these project specific directories: <code>config</code>, <code>controllers</code>, <code>helpers</code>, <code>hooks</code>, <code>libraries</code>, <code>models</code>, and<code>views</code>.</p>
<p>In addition to <code>application</code>, Kohana also provides <code>modules</code> and <code>system</code> directories. Let say that <code>foomo</code> project reuses a Mozilla WebDev PHP library <strong>barlib</strong> library it will be located under <code>modules</code>. <code>system</code> is where Kohana stores it&#8217;s framework code that is overridden by <code>modules</code> and <code>application</code> code. But how do we manage <code>foomo</code> and <code>barlib</code> codebases?</p>
<h2 style="clear: left;">Version Control</h2>
<p>The authoritative code repositories for this website would be in atleast two places.<br />
If we keep all the code for <code>foomo</code> under one project, say <code>svn.mozilla.org/project/foomo</code>, this makes it easy to deploy and manage. The mainline of application specific code would be changed from here.<br />
The second codebase is for the library <code>barlib</code>. The mainline of development would happen on <code>github.com/projects/barlib</code>. Let&#8217;s look at the source code layout of <code>foomo</code> and <code>barlib</code> to see how they relate.<br />
<div id="attachment_89" class="wp-caption alignleft" style="width: 226px"><img class="size-full wp-image-89" title="web_modules" src="http://ozten.com/wordpress/wp-content/uploads/2009/06/web_modules.jpg" alt="foomo's module directory contains barlib" width="216" height="348" /><p class="wp-caption-text">foomo&#39;s module directory contains barlib</p></div><br />
<div id="attachment_106" class="wp-caption alignright" style="width: 215px"><img class="size-full wp-image-106" title="barlib_source_tree2" src="http://ozten.com/wordpress/wp-content/uploads/2009/06/barlib_source_tree2.jpg" alt="barlib's project layout" width="205" height="238" /><p class="wp-caption-text">barlib&#39;s project layout</p></div></p>
<p style="clear: both">So <strong>foomo&#8217;s</strong> <code>web/modules/barlib</code> on the left is a subset of <strong>barlib&#8217;s</strong> development tree on the right. A read only copy of this <code>dist</code> directory, heck even just a tarball distribution of it, comes from github and lands in foomo’s <code>web/modules/barlib</code>. As we want to enhace <code>barlib</code>, we work in that codebase on the right. <code>barlib</code> is it’s own project, so development includes running it’s tests, etc and then creating a release version to be imported back into <code>foomo</code>, on the left, as needed.</p>
<p>Keeping the official repository for reusable libraries separate introduces some disadvantages, but is worth it.<br />
Disadvantages:</p>
<ul>
<li>More complexity and administrative overhead</li>
<li>Requires more discipline</li>
<li>You have to manage dependencies between libraries and apps</li>
<li>Increases development costs</li>
</ul>
<p>Advantages:</p>
<ul>
<li>Encourages Reuse</li>
<li>Removes barriers for community contribution</li>
<li>Makes QAing and releasing components possible</li>
</ul>
<h2>All Growed Up</h2>
<p>As code in <code>foomo</code> solidifies or another project wants to use chunks outside of just <code>foomo</code>, the various pieces of code can be pulled out into a module and moved from <code>web/application</code> to <code>web/modules/&lt;library name&gt;</code>. We’ll have to re-QA foomo after this code extraction, but we will gain the benefit of reduced development on the second project and anyone who needs it won’t have to pick through <code>foomo</code> internals to copy and paste the tasty chunks. If the second project is a <a href="http://cakephp.org/">CakePHP project</a>, then all it will need to do is write CakePHP wrappers analogous to the very this Kohana specific layer of <code>barlib</code>.</p>
<h2>Everything Cannot Be Reused</h2>
<p>Not ever line of code can be reused. A lot of web development is about crafting a very specific solution. Localization, error handling, and coding conventions introduce challenges. That said, we should spend the extra time it takes to publish and integrate dynamite WebDev libraries.</p>
]]></content:encoded>
			<wfw:commentRss>http://ozten.com/psto/2009/06/22/mozilla-webdev-libraries/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>New Mozilla Site is Live</title>
		<link>http://ozten.com/psto/2009/06/15/new-mozilla-site-is-live/</link>
		<comments>http://ozten.com/psto/2009/06/15/new-mozilla-site-is-live/#comments</comments>
		<pubDate>Tue, 16 Jun 2009 00:19:49 +0000</pubDate>
		<dc:creator>ozten</dc:creator>
				<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[webdev]]></category>
		<category><![CDATA[mozservice09]]></category>

		<guid isPermaLink="false">http://ozten.com/psto/?p=80</guid>
		<description><![CDATA[I&#8217;ve posted in detail on the webdev blog about a project I&#8217;ve spent the last several weeks working on &#8211; the Mozilla Service Week website. It&#8217; been a lot of fun with a great team and it was my first project at Mozilla that had marketing and QA. Please check it out and get involved [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve posted in detail on the <a href="http://blog.mozilla.com/webdev/2009/06/15/announcing-mozilla-service-week/">webdev blog</a> about a project I&#8217;ve spent the last several weeks working on &#8211; the <a href="http://mozillaservice.org">Mozilla Service Week</a> website. It&#8217; been a lot of fun with a great team and it was my first project at Mozilla that had marketing and QA. Please check it out and get involved with volunteering today. We had a brownbag lunch with <a href="http://www.ctnbayarea.org/">Computer Technology Network</a> today which was very timely. You can see the mozservice09 <a href="http://www.spreadfirefox.com/affiliates/homepage?category=54&amp;locale=41#getbuttons">promo badge</a> to the right and I&#8217;m also rock&#8217;n <a href="http://personas.services.mozilla.com/persona/30087">the persona on my browser</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ozten.com/psto/2009/06/15/new-mozilla-site-is-live/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>User didn&#8217;t install your commands detection</title>
		<link>http://ozten.com/psto/2009/04/18/user-didnt-install-your-commands-detection/</link>
		<comments>http://ozten.com/psto/2009/04/18/user-didnt-install-your-commands-detection/#comments</comments>
		<pubDate>Sat, 18 Apr 2009 23:10:43 +0000</pubDate>
		<dc:creator>ozten</dc:creator>
				<category><![CDATA[MOBhat]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[ubiquity]]></category>

		<guid isPermaLink="false">http://ozten.com/psto/?p=52</guid>
		<description><![CDATA[Since MOBhat has so many steps to get setup, a Troubleshooting page would be helpful. The first common issue is people skipping the Ubiquity install step, completing the rest of the steps and then getting stuck or confused.
I&#8217;m using Ubiquity behind the scenes, so it&#8217;s optional for the user to use the command line. Since [...]]]></description>
			<content:encoded><![CDATA[<p>Since <a href="http://ozten.com/psto/2009/04/15/introducing-mobhat/">MOBhat</a> has so many steps to get setup, a <a href="http://mobhat.restservice.org/welcome/troubleshoot">Troubleshooting</a> page would be helpful. The first common issue is people <strong>skipping the Ubiquity install step</strong>, completing the rest of the steps and then getting stuck or confused.</p>
<p>I&#8217;m using Ubiquity <strong>behind the scenes</strong>, so it&#8217;s optional for the user to use the command line. Since I don&#8217;t have them invoke it, or describe it in detail, it&#8217;s an easy step to skip.</p>
<p>The Troubleshoot link above detects if you&#8217;ve installed the MOBhat command feed. If not it displays an error and gives instructions. If <a href="http://getsatisfaction.com/mozilla/topics/command_subscription_page_feature_to_warn_users_to_install_ubiquity">Ubiquity had a &lt;noscript&gt; like mechanism</a>, then I could detect if Ubiquity wasn&#8217;t installed earlier.</p>
<p>View the <a href="http://mobhat.restservice.org/welcome/troubleshoot">HTML source of the page</a>, the technique might be useful on your command feed pages. If so just add a pageLoad command like this to your command feed:</p>
<pre>
function pageLoad_detectNoUbiquity(){
    var doc = Application.activeWindow.activeTab.document;
    var url = doc.location.href;
    var troubleshoot = "http://mobhat.restservice.org/welcome/troubleshoot";
    if (url == troubleshoot) {
        jQuery('.no-ubiquity', Application.activeWindow.activeTab.document).hide();
        jQuery('.ubiquity', Application.activeWindow.activeTab.document).show();
    }
}
</pre>
]]></content:encoded>
			<wfw:commentRss>http://ozten.com/psto/2009/04/18/user-didnt-install-your-commands-detection/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Mozilla @ 6 Months</title>
		<link>http://ozten.com/psto/2009/04/08/mozilla_at_6_months/</link>
		<comments>http://ozten.com/psto/2009/04/08/mozilla_at_6_months/#comments</comments>
		<pubDate>Thu, 09 Apr 2009 01:27:47 +0000</pubDate>
		<dc:creator>ozten</dc:creator>
				<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://ozten.com/psto/?p=18</guid>
		<description><![CDATA[Wow, It&#8217;s been six months since I joined Mozilla.
I&#8217;m super happy with the work, the team(s), and being closer to the Mozilla community. Working remotely hasn&#8217;t been an issue, I think for two reasons: Most of the webdev team is remote and Mozilla has been doing remote development for a looong time.
But being remote does [...]]]></description>
			<content:encoded><![CDATA[<p>Wow, It&#8217;s been six months since <a title="Changes" href="http://www.ozten.com/psto/2008/09/changes-i-am-super-duper-excited-to.html">I joined Mozilla</a>.</p>
<p>I&#8217;m super happy with the work, the team(s), and being closer to the Mozilla community. Working remotely hasn&#8217;t been an issue, I think for two reasons: Most of the webdev team is remote and Mozilla has been doing remote development for a looong time.</p>
<p>But being remote does mean that many people only know you through a <strong>textual nickname</strong>. When I&#8217;m messing around with Ubiquity, ServerJS, or SocialActions communities, it&#8217;s a grey area whether I&#8217;m wearing my Mozilla hat or my Ozten hat.</p>
<p>So that&#8217;s why I am&#8230;</p>
<h3>Changing My Nick</h3>
<div class="wp-caption alignleft" style="width: 107px"><a href="http://www.flickr.com/photos/ozten/3418557939/"><img alt="My Gravatar" src="http://farm4.static.flickr.com/3650/3418557939_13fb23f0e3_t.jpg" title="My Gravatar" width="97" height="100" /></a><p class="wp-caption-text">ozten</p></div>I&#8217;ll be logging into IRC as <strong>ozten</strong> instead of <strong>aking</strong> from now on. At the risk of confusing people, I think it&#8217;s worth it in the long haul<a title="Footnote Ahead" href="#makefile">♦</a>. I am already ozten on some of the <strong>many</strong> Mozilla community user databases and it&#8217;s the nickname I use across the net.</p>
<p>I&#8217;ll be updating my bugzilla email address to ozten.bugs (from mozilla.bugs.aking which was overkill anyways, but proves that I&#8217;ve hacked Java before).</p>
<p><a name="makefile">♦</a> I don&#8217;t want to pull a <a title="Wikipedia entry on Make" href="http://en.wikipedia.org/wiki/Make_(software)">make</a>, where Dr. Feldman decided <a title="The Art of Unix Footnote" href="http://www.catb.org/~esr/writings/taoup/html/ch15s04.html">not to fix the whitespace issues of Makefiles</a>, for fear of breaking his &#8220;dozens of users&#8221;.</p>
<h3>Goings On</h3>
<p>What have I been doing? Well not blogging on my personal site much&#8230; but that will change. No really, promise <img src='http://ozten.com/wordpress/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><div class="wp-caption alignright" style="width: 160px"><img title="Socorro Icon" src="http://blog.mozilla.com/webdev/files/2008/12/crashreporter-512-150x150.png" alt="Socorro Icon" width="150" height="150" /><p class="wp-caption-text">Socorro Icon</p></div>
<p>I&#8217;ve been working on:</p>
<ul>
<li><a title="Mozilla Crash Reporter" href="http://crash-stats.mozilla.com/">Socorro UI</a> &#8211; Mozilla&#8217;s crash reporting system, we&#8217;ve done <a title="Webdev Socorro posts" href="http://blog.mozilla.com/webdev/category/soccoro/">several pushes</a></li>
</ul>
<ul>
<li><a title="Legal's wiki page on Prior Art" href="https://wiki.mozilla.org/Legal:Prior_Art">Prior Art</a> &#8211; A repository for you to record facts about software that is useful for patent research, defending against bogus patent claims, etc. think wikipedia + creative commons for developers and lawyers. This is going into alpha and we are looking for partnerships with organizations with lots o&#8217;prior art already collected to seed the database.</li>
</ul>
<ul>
<li><a title="Ceee TAW" href="https://wiki.mozilla.org/Mozilla_Community_Action_Day_2009">Community Take Action Week</a> &#8211; I&#8217;ve just started my first end to end project with marketing and QA around building a mini-site to promote volunteering and organizations that need tech help from the Mozilla community</li>
</ul>
<div class="wp-caption aligncenter" style="width: 250px"><a href="http://www.flickr.com/photos/ozten/3421877823/"><img title="CTAW Remote Bunker" src="http://farm4.static.flickr.com/3340/3421877823_74120a92c8_m.jpg" alt="CTAW Remote Bunker" width="240" height="180" /></a><p class="wp-caption-text">CTAW Remote Bunker</p></div>
<h4>Outside of Work</h4>
<ul>
<li>I am also working on the last phase of my school / personal project. It will be launching soon, so stay tuned. It&#8217;s an <a title="A Sket of OFace" href="http://ozten.com/psto/2009/02/01/a-sketch-of-oface-on-vimeo/">experiment in adding &#8220;facets&#8221;</a> to your &#8220;Lifestream&#8221;. It builds on top of Ubiquity and Firefox.</li>
<li>I&#8217;ve help craft a UW extension program <a href="http://www.outreach.washington.edu/ext/certificates/fsd/fsd_crs.asp">Foundations in Professional Software Development</a></li>
</ul>
<p>Oh ya, and we&#8217;re remodeling our bathroom.</p>
<p>So the last 6 months pretty much flew past.</p>
<h3>What&#8217;s it like inside the red beast?</h3>
<blockquote><p><a title="Palmolive Commercial on YouTube" href="http://www.youtube.com/watch?v=_bEkq7JCbik&amp;feature=related">Your soaking in it</a> &#8212; Madge</p>
</blockquote>
<p>So although I work for <a title="MoCo" href="http://www.mozilla.com/">Mozilla Corporation</a>, which is housed within the <a title="MoFo" href="http://www.mozilla.org/">Mozilla Foundation</a> and the larger <a title="Community Firehose" href="http://feeds.mozilla.com/">Mozilla community</a>, very little of what we do is <strong>Sekrit Corporation info</strong>. Everything I write is checked into public code repositories. Our <a title="Mozilla Wiki" href="http://wiki.mozilla.org">Wiki</a>, <a href="https://bugzilla.mozilla.org/">Bugzilla</a>, and <a title="The webdev IRC channel" href="irc://irc.mozilla.org/webdev">IRC</a> communications are open for you. In the first couple of months I was amazed to see that the ship really is steered by the community and an overriding vision to keep the web open to anyone.</p>
<p>I&#8217;d have to say that the it&#8217;s part web developer and part public servant. This is a really great, and at times, a difficult thing, like any public service job.</p>
<p>I hate to use the term community so many times in this post, but I think I&#8217;m learning a lot about the concept in action.</p>
<p>Although I am young in my days at Mozilla, I feel like I made the right decision coming to work here. Here&#8217;s to the next 180 days!</p>
]]></content:encoded>
			<wfw:commentRss>http://ozten.com/psto/2009/04/08/mozilla_at_6_months/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
