<?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>junglecode.net</title>
	<atom:link href="http://www.junglecode.net/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://www.junglecode.net</link>
	<description>by Jethro Villegas</description>
	<lastBuildDate>Thu, 12 Apr 2012 02:27:23 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Graphite Smart Fonts in Firefox</title>
		<link>http://www.junglecode.net/?p=140</link>
		<comments>http://www.junglecode.net/?p=140#comments</comments>
		<pubDate>Fri, 06 Apr 2012 20:31:35 +0000</pubDate>
		<dc:creator>jet</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Fonts]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Text]]></category>

		<guid isPermaLink="false">http://www.junglecode.net/?p=140</guid>
		<description><![CDATA[The Gecko Layout Engine added Graphite Smart Fonts support starting in Firefox 11. The Mozilla Firefox documentation for Graphite is still under construction but already contains lots of useful information for Web Designers and Developers. The number of people who &#8230; <a href="http://www.junglecode.net/?p=140">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Gecko Layout Engine <a title="Bugzilla: Adding Graphite support to Gecko" href="https://bugzilla.mozilla.org/show_bug.cgi?id=631479">added</a> <a title="Graphite Smart Fonts (SIL)" href="http://scripts.sil.org/cms/scripts/page.php?site_id=projects&amp;item_id=graphite_home">Graphite Smart Fonts</a> support starting in <a title="Get Firefox" href="http://www.mozilla.org/en-US/firefox/fx/">Firefox 11</a>. <em>The <a title="Graphite Smart Fonts in Firefox" href="http://junglecode.net/graphite/">Mozilla Firefox documentation for Graphite</a> is still under construction but already contains lots of useful information for Web Designers and Developers.<br />
</em></p>
<p>The number of people who will benefit from Graphite is the small subset of the population that reads and writes with lesser-known scripts that require complex ligatures and rules for glyph substitution. In other words, we expect this work will appeal to a rather small underrepresented percentage of the web who communicate using uncommon writing systems. Firefox fully supports <a title="Wikipedia: OpenType" href="http://en.wikipedia.org/wiki/OpenType">OpenType</a> for the majority of writing systems on the web.</p>
<p>The key benefit of Graphite is that it allows type designers to build in complex script handling logic into fonts themselves, rather than relying on an application library like OpenType to explicitly implement support for it.  That&#8217;s why it&#8217;s so useful for display and layout of scripts that require features not available in OpenType.  There&#8217;s a lot of overlap with OpenType and the format itself simply adds extra data to OpenType fonts (the glyph and metric data is the same).</p>
<p>Graphite allows fonts to embed rich programs that implement the complex rules that govern glyph behavior in relation to other glyphs in a text run. This rich API presents challenges in an application as widely-distributed as Firefox, especially in regards to security and integration with the rest of the text subsystems.  We&#8217;re currently testing, validating and documenting the Graphite feature in Firefox. We&#8217;re interested in getting feedback from the Font Developer community to ensure that Graphite is expressive enough for complex writing systems. If you have experience with OpenType layout, we&#8217;d like to see similar layout functionality implemented using Graphite. We&#8217;re looking for examples that could include non-Latin script support (e.g. Arabic, Thai, Indic scripts) or Latin/Cyrillic/Greek fonts with extensive feature support.  A symbolic &#8220;WingDings&#8221; font with complex layout rules could also be a useful example. Please reply in the blog comments if you are interested and available to help us test and verify Graphite&#8217;s Layout API&#8217;s.</p>
<p>I&#8217;m posting about Graphite because it&#8217;s another example of why working on Firefox is so different from working on anything else. We don&#8217;t optimize our actions to generate maximum revenue, we do things because we want to give the entire planet equal and open access to the web. Proper text layout and rendering for complex scripts enables free expression across communities who would otherwise not have a global voice. We think it&#8217;s well worth it in service of the greater good for an Open Web.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.junglecode.net/?feed=rss2&#038;p=140</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>Toggle Paint Flashing for Firefox</title>
		<link>http://www.junglecode.net/?p=129</link>
		<comments>http://www.junglecode.net/?p=129#comments</comments>
		<pubDate>Sun, 18 Mar 2012 18:05:57 +0000</pubDate>
		<dc:creator>jet</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.junglecode.net/?p=129</guid>
		<description><![CDATA[Paint Flashing is now in the official Release channel starting in Firefox 11.  I posted a new add-on that let&#8217;s you enable Paint Flashing with one click: https://addons.mozilla.org/en-US/firefox/addon/toggle-paint-flashing/ This tool is useful for quickly inspecting how Firefox renders your web &#8230; <a href="http://www.junglecode.net/?p=129">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a title="Firefox Invalidation" href="http://www.junglecode.net/?p=110">Paint Flashing</a> is now in the <a title="Firefox releases" href="http://www.mozilla.org/en-US/firefox/channel/">official Release channel </a>starting in Firefox 11.  I posted a new add-on that let&#8217;s you enable Paint Flashing with one click: <a title="Paint Flashing Add-on" href="https://addons.mozilla.org/en-US/firefox/addon/toggle-paint-flashing/">https://addons.mozilla.org/en-US/firefox/addon/toggle-paint-flashing/</a></p>
<p><a href="http://www.junglecode.net/wp-content/uploads/2012/03/68828.png"><img class="alignnone size-medium wp-image-130" src="http://www.junglecode.net/wp-content/uploads/2012/03/68828-300x160.png" alt="Screen Shot" width="300" height="160" /></a></p>
<p>This tool is useful for quickly inspecting how Firefox renders your web pages as it visually indicates how much screen area is being painted after the page layout is computed.The <a title="src" href="https://builder.addons.mozilla.org/addon/1044732/latest/">source code</a> for the add-on is also posted.</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.junglecode.net/?feed=rss2&#038;p=129</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How I got started hacking on Firefox</title>
		<link>http://www.junglecode.net/?p=119</link>
		<comments>http://www.junglecode.net/?p=119#comments</comments>
		<pubDate>Tue, 07 Feb 2012 09:58:53 +0000</pubDate>
		<dc:creator>jet</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[C++]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Gecko]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://www.junglecode.net/?p=119</guid>
		<description><![CDATA[One of the Gecko Layout &#38; Rendering team&#8217;s main responsibilities is the continuing development of CSS in Firefox. I recently modified the CSS style system to allow nested rule parsing. This bug fix taught me a lot about the CSS &#8230; <a href="http://www.junglecode.net/?p=119">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>One of the <a title="Gecko Layout" href="http://en.wikipedia.org/wiki/Gecko_%28layout_engine%29">Gecko</a> Layout &amp; Rendering team&#8217;s main responsibilities is the continuing development of <a title="CSS wikipedia" href="http://en.wikipedia.org/wiki/Cascading_Style_Sheets">CSS</a> in Firefox. I recently <a title="allow @-rules inside of @media and @-moz-document" href="https://bugzilla.mozilla.org/show_bug.cgi?id=511909">modified the CSS style system to allow nested rule parsing</a>. This <a title="code change" href="https://bugzilla.mozilla.org/attachment.cgi?id=580586&amp;action=diff">bug fix</a> taught me a lot about the CSS parser and how styles cascade through the rest of the Layout engine. It took me a little while to <a title="MDN build instructions" href="https://developer.mozilla.org/En/Simple_Firefox_build">set up a dev environment</a>, understand the bug, <a title="HTML test cases" href="https://bug511909.bugzilla.mozilla.org/attachment.cgi?id=580247">write tests</a>, get the code written, reviewed, and checked in. I now have a much better understanding of what it takes to move code through the Mozilla source trunk.</p>
<p>I suspect that there are other programmers out there currently lurking around the Mozilla community, intimidated by the scale of the source tree, and wondering where to start hacking on Firefox. I highly recommend starting with the <a title="Gecko Overview" href="https://wiki.mozilla.org/Gecko:Overview">Gecko Overview</a> started by <a title="David Baron's weblog" href="http://dbaron.org/">L.David Baron</a>, Mozilla Principal Software Engineer, to help beginners understand the browser engine. Thanks, David!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.junglecode.net/?feed=rss2&#038;p=119</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Firefox Invalidation</title>
		<link>http://www.junglecode.net/?p=110</link>
		<comments>http://www.junglecode.net/?p=110#comments</comments>
		<pubDate>Thu, 19 Jan 2012 01:38:33 +0000</pubDate>
		<dc:creator>jet</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Graphics]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.junglecode.net/?p=110</guid>
		<description><![CDATA[As promised, I&#8217;m going to call out Firefox Layout &#38; Rendering code changes that my team has been working on. This bug fix from Bas Schouten (as reviewed by Robert O&#8217;Callahan) was one of those light-bulb code changes that have &#8230; <a href="http://www.junglecode.net/?p=110">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As <a title="Graphics Engines in Firefox" href="http://www.junglecode.net/?p=35">promised</a>, I&#8217;m going to call out Firefox Layout &amp; Rendering code changes that my team has been working on. <a title="Bug 334411 - Implement paint flashing" href="https://bugzilla.mozilla.org/show_bug.cgi?id=334411">This bug fix</a> from <a title="Bas Schouten" href="http://www.basschouten.com">Bas Schouten</a> (as reviewed by <a title="Robert O'Callahan" href="http://robert.ocallahan.org/">Robert O&#8217;Callahan</a>) was one of those light-bulb code changes that have really advanced my understanding of the Gecko Layout Engine&#8217;s graphics code:</p>
<p><a title="diff" href="https://bugzilla.mozilla.org/attachment.cgi?id=574190&amp;action=diff">https://bugzilla.mozilla.org/attachment.cgi?id=574190&amp;action=diff</a></p>
<p>This check-in implements &#8220;Paint Flashing&#8221;, a diagnostic tool that shows when the browser is invalidating (or repainting) a screen region that has changed. It&#8217;s very useful for diagnosing redundant (painting too often) or greedy (painting too large an area) invalidation. Both kinds of bugs are notoriously hard to find.</p>
<p>Paint Flashing will paint a random color (at 20% opacity) to indicate the &#8220;damaged&#8221; area of the screen that the browser is repainting. You can enable Paint Flashing by <a title="About:Config" href="http://kb.mozillazine.org/About:config">setting this preference</a> to true:</p>
<p>nglayout.debug.paint_flashing</p>
<p>If you&#8217;re running a DEBUG build, you can get to it in the Layout Debugger. The code is deceptively simple but shows the logical bottleneck where invalidation occurs in Firefox. We&#8217;re already using this tool as we evaluate <a title="Invalidation on the refresh driver" href="https://bugzilla.mozilla.org/show_bug.cgi?id=598482">larger invalidation changes</a> that aim to dramatically speed up rendering in Firefox. You can also use this tool as you develop your web apps to see if performance issues are the result of invalidation problems. You can tune your app much better if you know how much screen area is getting painted from your javascript or CSS code.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.junglecode.net/?feed=rss2&#038;p=110</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>A Different Perspective</title>
		<link>http://www.junglecode.net/?p=82</link>
		<comments>http://www.junglecode.net/?p=82#comments</comments>
		<pubDate>Sun, 04 Dec 2011 05:17:28 +0000</pubDate>
		<dc:creator>jet</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.junglecode.net/?p=82</guid>
		<description><![CDATA[I thought I&#8217;d try something new on this blog and invite a guest writer to post an article about the recent Mozilla Festival in London. I wanted to feature a non-industry perspective on this blog, which has seemed to veer &#8230; <a href="http://www.junglecode.net/?p=82">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I thought I&#8217;d try something new on this blog and invite a guest writer to post an article about the recent <a title="Mozilla Festival, London UK" href="http://www.junglecode.net/?p=49">Mozilla Festival</a> in London. I wanted to feature a non-industry perspective on this blog, which has seemed to veer too far into the technical side of things lately.</p>
<p>The article, <a title="MozFest for a Non-Engineer" href="http://www.junglecode.net/?p=74">MozFest for a Non-Engineer</a>, is written by Josephine Villegas. She currently lives in the SF Bay Area and spends her time writing and working at a cafe and a spice shop. She will be in London next year to pursue a degree in literature from <a href="http://www.kingston.ac.uk/">Kingston University</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.junglecode.net/?feed=rss2&#038;p=82</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MozFest for a Non-Engineer</title>
		<link>http://www.junglecode.net/?p=74</link>
		<comments>http://www.junglecode.net/?p=74#comments</comments>
		<pubDate>Sun, 04 Dec 2011 05:06:32 +0000</pubDate>
		<dc:creator>josephine</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Random]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.junglecode.net/?p=74</guid>
		<description><![CDATA[The Mozilla Festival was quite fun. Even though I am from a library and foodie background, and not an engineer, I found plenty of interesting workshops to attend. Over the course of two days I was able to learn about &#8230; <a href="http://www.junglecode.net/?p=74">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The <a title="Moz Fest" href="https://mozillafestival.org/category/mozfest/">Mozilla Festival</a> was quite fun. Even though I am from a library and foodie background, and not an engineer, I found plenty of interesting workshops to attend. Over the course of two days I was able to learn about Hacker Journalism, video editing with <a title="popcorn.js" href="http://mozillapopcorn.org/">Popcorn</a>, How to get more  out of blogging with WordPress, How to better connect parents to take advantage of educational resources in their community,  how to promote your talents and credentials through a fantastic social media idea based on &#8220;Scout&#8217;s Honor&#8221; and I was able to meet one of my long time celebrity crushes&#8230;.Tim Hunkin, the adorable brainiac host of &#8221; The Secret Life of Machines &#8221;</p>
<p>Hacker Journalism discussion centered around what journalists can do to remain true to the maker idea without compromising integrity. Much lively discussion ensued. It seemed to be an understood dilemma that if a journalist were to insist on being labeled a hacker, they would be in danger of trying to be the newest shock-jock, prone to bias and easily dismissed as a&#8230; well, &#8220;a hack.&#8221; Most journalists, who have actually gone to school and learned the ropes through years of experience would probably cringe at the label. However, there are many concerned citizens who may not have a voice due to censorship and government control of their local media. These citizens want change, and social media has enabled them to appeal to a larger audience in a matter of minutes.</p>
<p>Journalism, which started as a public service but quickly became profit driven, will continue to play an important part in the intellectual growth of our society. There will always be a mix of established traditional values regarding investigative and data driven journalism.</p>
<p>The idea that a revolution can be started through social media such as Twitter is not impossible, but it would serve as the tipping point. When a society has been made aware of injustices through traditional forms of journalism it slowly builds momentum for change. The people wait for that one event to serve as a spark to get everyone out of their comfort zone and into the street. The challenge for journalists who use social media in reporting is <em>transparency</em>, where the subject must be based on factual info, which changes almost instantly as witnessed during the London riots, Occupy Marches, and catastrophic events.</p>
<p>In conclusion, the group agreed that &#8220;Hacker&#8221; or more appropriately described &#8220;Citizen Driven&#8221; journalism will provide tons of relevant info, but it will take traditional investigative techniques to gleam the truth and mainain integrity for long standing journalism such as books and the encyclopedic records that become the real history of an event.</p>
<p>Further discussion on this topic is available by contacting the moderator, <a title="Nikki Usher" href="http://www.nikkiusher.com/">Nikki Usher</a>.</p>
<p>The introduction to Popcorn video editing software was very interesting. If you are watching a video online and need to know more information about what is being said or shown at a precise moment, you can pause the video and read a pop-up comment that was inserted by the editor. This is a fantastic feature especially for educational videos because the viewer is able to click and get the footnote immediately rather than segue off to Wikipedia.</p>
<p>The software offers a multitude of tools to make a video a completely personal experience. Should I ever have a need to make an educational video, I would definitely use Popcorn because it offers many features and it is not too difficult to learn how to implement them into a video.</p>
<p>As a newbie in the blogging world, I felt it would be helpful to attend and introduction to WordPress workshop. The instructor, Mark Simpkins, started out with about fifteen participants, although it whittled down to myself and a very nice professor from Sri Lanka, as people realized that it was an introductory workshop. I now have a new enthusiasm for blogging and trust that WordPress will stand the test of time as a valuable tool for getting my two cents out into the world. Even if you are well established WordPress blogger, it doesn&#8217;t hurt to learn about how other bloggers are using WordPress, so do consider attending one of the <a title="wordcamp.org" href="http://central.wordcamp.org/">WordCamps</a> when it passes through your location.</p>
<p>There are many choices for parents if they want to broaden the extracurricluar activites of their children out side of school supported sports programs, but it can be difficult to know what programs are available in the community and how reputable the organization is that sponsors the programs.</p>
<p><a title="Hive London" href="https://mozillafestival.org/program/london-hive/">HIVE London</a> and beyond is a online meeting place for parents and community organizations to meet and share information. Parents can go through the website and find a multitude of programs available for their children ranging from art and music at a local museum or conservatory, to enrichment programs that enable children to learn about the diversity of the city the live in. It is difficult for traditional education systems to fully prepare children for global citizenship. HIVE is trying to establish itself as the &#8220;go-to&#8221; website for not only parents, but any organization that has an enrichment program that would benefit children who are yearning for new and interesting experiences.</p>
<p>A large part of the  HIVE vision is to promote cultural awareness in children, a noble effort on their part and in theory, should not be too difficult. Much discussion was had on what obstacles could appear. A website can only provide information, it will need community support in order to succeed. Participation by children is a given, parents need to maintain interest and enthusiasm or kids will feel their efforts are inconsequential.</p>
<p>Diversity and tolerance programs need to be more than just feel good measures. More work will need to be done so that socio-economic barriers are softened to encourage participation. When there is less marginalization among neighborhoods, it will allow children to socialize more freely. I believe all parents want safe and interesting activities for their children and HIVE is a great way for neighborhood organizations to promote themselves and share their unique qualities.</p>
<p><a title="Open Badges" href="https://wiki.mozilla.org/Badges">Mozilla Open Badges </a>enable a person to show off their skills and experiences along with the rest of their shared online personal history. This sounds like a wonderful idea for people who have learned many skills outside of their traditional education. Based on the Scouts/Campfire reward system, anyone can earn a &#8220;badge&#8221; to show that they have mastered a skill or complete a number of related badges to show they have mastered a skill set. Badges go on a virtual backpack and can be linked to a Facebook or other social media so that friends can see your accomplishments.</p>
<p>With a recent grant by the MacArthur foundation, along with development and promotion by Mozilla, Open Badges is able to reach out to numerous schools and educational organizations that would give badges for completed coursework. There is also the opportunity for an entrepreneur to promote their business as a place to earn a badge. For example, I could earn a badge in intermediate yoga, cupcake decorating, or pet CPR by taking the class or workshop. Badges could be a boost to many people who have grown bored with their online social profile. Once there is a system in place that integrates the earning of badges with a social media forum, there is a lot of potential for positive peer to peer relationships. It is hoped that this concept truly comes to fruition and that it can be made so that it is manageable and achievable for anyone interested.</p>
<p><a title="Tim Hunkin" href="http://www.timhunkin.com/" target="_blank">Tim Hunkin</a> was the keynote speaker at the conclusion of Mozfest, and I personally believe that I was the most enthusiastic fan present. When I was a teenager, I would watch his tv show <a title="The Secret Life..." href="http://www.secretlifeofmachines.com/the_tv_series.shtml">The Secret Life of Machines</a> with my brothers. His voice is one of the easiest for me to recognize, right along with Anthony Daniels&#8217; C3PO and Leonard Nimoy&#8217;s Spock. Tim gave a very entertaining slideshow about <a title="Under the Pier" href="http://www.underthepier.com/" target="_blank">his arcade</a> full of humorous themed contraptions, followed by an encouraging speech about what being a &#8220;maker&#8221;  is all about. I felt that he really drove home the idea that one doesn&#8217;t have to have a million dollars or even what would be considered a million dollar idea in order to create and make something fun or interesting&#8230;just find a way to get the project going and don&#8217;t stop until it is complete, then don&#8217;t be afraid to show it to the world.</p>
<p>If you have an idea for a fun mechanical invention, but are stuck on the details, find Tim for a bit of advice.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.junglecode.net/?feed=rss2&#038;p=74</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Flash: I&#8217;m not dead yet!</title>
		<link>http://www.junglecode.net/?p=66</link>
		<comments>http://www.junglecode.net/?p=66#comments</comments>
		<pubDate>Sun, 13 Nov 2011 23:04:49 +0000</pubDate>
		<dc:creator>jet</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.junglecode.net/?p=66</guid>
		<description><![CDATA[My last post generated a fair bit of discussion around the true fate of Flash within Adobe. The original announcement from Adobe and the associated staff reductions had caused a lot of speculation within the Flash community. I should clarify &#8230; <a href="http://www.junglecode.net/?p=66">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a title="Did Adobe finally kill Macromedia Flash?" href="http://www.junglecode.net/?p=57">My last post</a> generated a fair bit of discussion around the true fate of Flash within Adobe. <a title="Original announcement + damage control follow ups" href="http://blogs.adobe.com/flashplatform/2011/11/flash-to-focus-on-pc-browsing-and-mobile-apps-adobe-to-more-aggressively-contribute-to-html5.html">The original announcemen</a>t from Adobe and the associated staff reductions had caused a lot of speculation within the Flash community. I should clarify some of my statements, especially the parts about the Flash Pro authoring tool and Flash Player.</p>
<p>All software follows a similar life cycle from 1.0 to a final version when it effectively becomes frozen in time. I didn&#8217;t mean to imply that Adobe is pulling Flash Pro from store shelves like salmonella-tainted spinach. A familiar pattern is to move software engineering to a low-cost geography like India or China as growth slows. This is not a bad thing, and actually lets the software have a long tail of maintenance and incremental feature work at a cost that allows it. The consumer can still count on that software being available for some time with support (usually from the same low-cost geography.) A handful of engineers will remain in the original geography to consult the new engineers as the hand-off occurs. The Flash Pro team in the US will have a handful of engineers left behind to manage the hand-off so, <a href="http://www.mikechambers.com/blog/2011/11/10/flash-professional-and-the-future/">technically</a>, the entire team is not getting eliminated at this time. Over time, the idea is to have your higher-cost engineers migrate over to your higher-growth projects. This is what occurred many years ago at Macromedia when <a href="http://www.adobe.com/products/director/">Director</a> moved offshore and the team moved over to working on Flash.</p>
<p>Last Tuesday&#8217;s announcements did not follow this pattern. Instead of moving the mobile Flash Player to a low-cost geography, it was discontinued outright. Instead of moving many affected Flash Platform engineers to the next high-growth agenda, they&#8217;re getting sent home. These events are what prompted me to write my last post as my friends at Adobe were blindsided by the whole affair.</p>
<p>I have a great deal of respect for the Adobe product managers who are trying to contain the damage and reverse the <a title="Elop Effect" href="http://communities-dominate.blogs.com/brands/2011/08/coining-term-elop-effect-when-you-combine-osborne-effect-and-ratner-effect.html">Elop Effect</a> from the original announcement. It does seem like <a title="from Doug Winnie, ex-Adobe employee" href="http://sfdesignerdw.wordpress.com/2011/11/10/thoughts-on-stuff-and-things-adobe/">they were not made aware</a> of the Tuesday announcement in advance. I sincerely hope they will be successful at affecting change within Adobe to keep Flash around for a good while longer.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.junglecode.net/?feed=rss2&#038;p=66</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Did Adobe finally kill Macromedia Flash?</title>
		<link>http://www.junglecode.net/?p=57</link>
		<comments>http://www.junglecode.net/?p=57#comments</comments>
		<pubDate>Thu, 10 Nov 2011 01:11:35 +0000</pubDate>
		<dc:creator>jet</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Adobe]]></category>
		<category><![CDATA[Flash]]></category>
		<category><![CDATA[Macromedia]]></category>
		<category><![CDATA[Open Source]]></category>

		<guid isPermaLink="false">http://www.junglecode.net/?p=57</guid>
		<description><![CDATA[Adobe announced that it is ceasing development on the Flash Player for Mobile Devices. As you may know, I was on the engineering team that brought Flash Player 10.1 to Mobile Devices back in June, 2010. This announcement is disappointing &#8230; <a href="http://www.junglecode.net/?p=57">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Adobe <a title="Adobe's official statement" href="http://blogs.adobe.com/conversations/2011/11/flash-focus.html">announced</a> that it is ceasing development on the Flash Player for Mobile Devices. As you may know, I was on the engineering team that brought Flash Player 10.1 to Mobile Devices back in June, 2010. This announcement is disappointing for many reasons, but not surprising given the realities of mobile web development.</p>
<p>While I was at Adobe, we spent a great deal of time and energy to get the Flash Player to run fast enough on the HTC Nexus One running the Android OS. At the same time, Apple was making it very clear that Flash would never be allowed to run under Mobile Safari, especially if our goal was to have it work on Android first. <a title="Grant Skinner's great post-mortem" href="http://gskinner.com/blog/archives/2011/11/flash-player-mobile-a-post-mortem.html">The writing was already on the wall</a> even before we shipped: no matter what we did, or how well we did it, we were not going to have our ubiquitous platform extend to the Mobile world.</p>
<p>Of course, that&#8217;s not the whole story. What I&#8217;m truly disappointed about is that Adobe is exiting the Flash Platform business&#8211;they laid off 750 people yesterday, including the entire US-based Flash authoring tool team. This means that offering a free Flash Player runtime subsidized by selling tools is no longer a business Adobe is interested in. I always worked to ensure that <a title="SWF wikipedia" href="http://en.wikipedia.org/wiki/SWF">SWF</a> as a data type could have the same ubiquity as JPEG. That is, you could trust that the SWF you authored in 1998 would be rendered by a publicly available runtime in 2028. For this to happen, you need to have an organization that can shepherd the technology and commit to doing so for all time.</p>
<p>Unfortunately, Adobe is not that organization.</p>
<p>Or is it? I hope that they release the runtime code to the public domain so that others can extend and maintain it. I&#8217;m well aware that there are 3rd-party licenses in the code, but that can be easily redacted. If there is any hope left for Flash to survive, it will have to be an open-source implementation that can fulfill the promise of a ubiquitous rich-media data type for years to come. Adobe needs to acknowledge that the public needs SWF to survive, and that opening up the platform is now the only way to ensure that outcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.junglecode.net/?feed=rss2&#038;p=57</wfw:commentRss>
		<slash:comments>19</slash:comments>
		</item>
		<item>
		<title>Mozilla Festival, London UK</title>
		<link>http://www.junglecode.net/?p=49</link>
		<comments>http://www.junglecode.net/?p=49#comments</comments>
		<pubDate>Wed, 19 Oct 2011 22:44:17 +0000</pubDate>
		<dc:creator>jet</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Mozilla]]></category>

		<guid isPermaLink="false">http://www.junglecode.net/?p=49</guid>
		<description><![CDATA[I will be in London from November 4-6 to take part in the Mozilla Festival. The festival will be at the Ravensbourne College in Greenwich (in the beginning of time—GMT.) The organizers are actively looking for more developers and designers &#8230; <a href="http://www.junglecode.net/?p=49">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I will be in London from November 4-6 to take part in the <a title="Moz Fest" href="http://mozillafestival.org/">Mozilla Festival</a>. The festival will be at the <a title="Ravensbourne College" href="http://www.rave.ac.uk/">Ravensbourne College</a> in Greenwich (<em>in the beginning of time—<a title="GMT" href="http://wwp.greenwichmeantime.com/">GMT</a></em>.)</p>
<p>The organizers are actively looking for more developers and designers to add rocket fuel for the Festival&#8217;s roster of design challenges and hack sprints. More specifically, they are looking for more:</p>
<ul>
<li>Javascript developers, HTML5 video and audio enthusiasts, front-end developers, news app developers, and other news hackers, to help build everything from data-driven journalism kits to mobile news apps to amazing browser-based video games that run right in the browser.</li>
<li>User experience and interface designers, graphic designers, game developers, and 3D modeling people, to help create everything from data visualizations to translation workflow to whole new ways of imagining news and information.</li>
</ul>
<p>Know anyone who fits the bill? Please ask them to join us in London by signing up here: <a title="MozFest Registration" href="https://donate.mozilla.org/festival-register">https://donate.mozilla.org/festival-register</a></p>
<p>If you have people in mind who would be perfect but could have a tough time paying the event fee, please <a title="Send me a note!" href="mailto:jet@junglecode.net">send me a note</a>. We&#8217;ll find a way to get them in.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.junglecode.net/?feed=rss2&#038;p=49</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Thoughts on Scrum</title>
		<link>http://www.junglecode.net/?p=39</link>
		<comments>http://www.junglecode.net/?p=39#comments</comments>
		<pubDate>Wed, 05 Oct 2011 09:15:52 +0000</pubDate>
		<dc:creator>jet</dc:creator>
				<category><![CDATA[Random]]></category>
		<category><![CDATA[Software]]></category>

		<guid isPermaLink="false">http://www.junglecode.net/?p=39</guid>
		<description><![CDATA[I&#8217;ve worked on many software projects over many years. A few of them went on to become billion dollar businesses and some of them never shipped. Some of them shipped after a great deal of pain and suffering. I learned &#8230; <a href="http://www.junglecode.net/?p=39">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve worked on many software projects over many years. A few of them went on to become billion dollar businesses and some of them never shipped. Some of them shipped after a great deal of pain and suffering. I learned a few things about software development processes that work and don&#8217;t.</p>
<p>Scrum doesn&#8217;t work.</p>
<p>I&#8217;m sure the Certified Scrum Masters <a title="Read the comments here" href="http://www.dadhacker.com/blog/?p=1037">will be quick to point out</a> that I must have done Scrum incorrectly or somehow did not follow through with the methodology, and I&#8217;ll say that&#8217;s exactly why it doesn&#8217;t work: A whole industry of people who walk around to talk your ear off about Scrum and why it&#8217;s the best thing since the silicon wafer.</p>
<p>Here&#8217;s what I know to work:</p>
<ol>
<li>Generate a strong product vision.</li>
<li>Hire the most talented software engineers.</li>
<li>Make sure they understand #1 and let them build it.</li>
</ol>
<p>Scrum aims to provide a safety net in case you fail to do any or all those 3 steps. Here&#8217;s the problem: you will not be successful unless you succeed at all 3 steps.</p>
<p>Scrum states that we can change the goals and vision based on lessons learned during the iteration. In practice, this leads to leaders with no vested interest in achieving audacious goals. &#8220;Oh, it didn&#8217;t work. Let&#8217;s try something else.&#8221; How are we going to get Teleportation with that attitude?</p>
<p>Scrum assumes that you can calculate your team&#8217;s velocity based on historical data and therefore predict your ability to deliver. This assumes that any slug that grows arms can write so many lines of code in an &#8220;ideal day.&#8221; It marginalizes talented software developers who don&#8217;t need to be forced to determine how many &#8220;story points&#8221; there are in their work. How many story points do you think transporting a kilogram of carbon across an ethernet cable would be worth? How many story points to do it wireless?</p>
<p>Scrum lets you review the work completed during an iteration and choose to continue pursuing missed goals or decide to pull something else off the backlog. Sounds great, right? In practice, this just hides incompetence and frustrates strong engineers. The lame engineers will come with lame backlog items and burn down to zero every time. The strong engineers will aim for the moon, and sometimes fail, and get shafted because they did not achieve the stated goals for the iteration. They&#8217;ll eventually leave.</p>
<p>I&#8217;d like to hear your thoughts on this, as I&#8217;ve seen Scrum spread throughout Silicon Valley like a locust plague. If you&#8217;ve adopted Scrum in your team, I&#8217;d like to hear about it:</p>
<ol>
<li>Was the product any good?</li>
<li>Was it worse/better before you started Scrum?</li>
<li>Did you ship on time?</li>
<li>Was your team happy doing it?</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.junglecode.net/?feed=rss2&#038;p=39</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

