<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Margaret Leibovic</title>
    <description>I&#39;m an engineering manager at Mozilla. I love the open web, and I&#39;m working on keeping it awesome.
</description>
    <link>http://blog.margaretleibovic.com/</link>
    <atom:link href="http://blog.margaretleibovic.com/feed.xml" rel="self" type="application/rss+xml"/>
    <pubDate>Fri, 08 Jul 2016 08:19:52 -0400</pubDate>
    <lastBuildDate>Fri, 08 Jul 2016 08:19:52 -0400</lastBuildDate>
    <generator>Jekyll v2.5.3</generator>
    
      <item>
        <title>Leaving Mozilla</title>
        <description>&lt;p&gt;I first joined Mozilla as an intern in 2009, and after almost 6 years of working at Mozilla full time, I’ve decided it’s time for me to do something new. My last day will be Friday, July 15.&lt;/p&gt;

&lt;p&gt;It amazes me to look back and think about how much I’ve grown since I joined as a junior developer years ago. I’m so thankful for the opportunities I’ve had to learn and grow at Mozilla, but more than anything, I value the friendships I’ve built with people around the world. Mozilla is full of talented people who truly care about making the web a better place. Mozilla’s mission is a challenging one, but it’s important work, especially as the web continues to evolve.&lt;/p&gt;

&lt;p&gt;I haven’t decided what’s next for me, but I have no plans to leave Toronto. There’s a growing community of technologists and entrepreneurs here, and I’m excited to be a part of it!&lt;/p&gt;
</description>
        <pubDate>Fri, 08 Jul 2016 00:00:00 -0400</pubDate>
        <link>http://blog.margaretleibovic.com/2016/07/08/leaving-mozilla.html</link>
        <guid isPermaLink="true">http://blog.margaretleibovic.com/2016/07/08/leaving-mozilla.html</guid>
        
        <category>mozilla</category>
        
        
      </item>
    
      <item>
        <title>A Year in Management</title>
        <description>&lt;p&gt;It’s been a year since I became an engineering manager, and I’ve been thinking about what lessons I’ve learned. A year may sound like a short time, but it feels like ages. It’s hard to even remember what it was like to be an individual contributor on the team. I’ve developed a lot of new skills over the past year, but I think the best thing I’ve gained is a new perspective. &lt;/p&gt;

&lt;p&gt;Managing a team and a project forces you to understand the whole process of shipping software, especially the role humans play. And shipping software, at least for the types of products I build, is mostly a human challenge.&lt;/p&gt;

&lt;h2 id=&quot;set-clear-expectations&quot;&gt;Set clear expectations&lt;/h2&gt;

&lt;p&gt;The easiest way to hold people accountable is to be upfront about what you expect from them. I often hear management platitudes like “give people room to fail”, but this plan doesn’t work if your team doesn’t know what constitutes failure or success. Failure is only valuable if people learn from it, and in order to learn, people must understand why something is a failure.&lt;/p&gt;

&lt;p&gt;A common challenge for new (and old) managers is figuring out how to give people negative feedback, but if you’re clear about what you expect, it’s easier to deliver feedback directly and honestly. It takes work, but setting clear goals and objectives is what allows you to hold people accountable.&lt;/p&gt;

&lt;h2 id=&quot;repeat-repeat-repeat&quot;&gt;Repeat, repeat, repeat&lt;/h2&gt;

&lt;p&gt;To communicate a clear vision of what you want your team to achieve, you need to repeat yourself. And repeat yourself. You need to repeat yourself until what you have to say is predicable. It’s better for people to get tired of hearing you say the same thing, than to be surprised to learn they’re working on the wrong things. &lt;/p&gt;

&lt;p&gt;Even if you deliver a message to the whole team, deliver it again individually. I’ve found weekly 1:1 meetings are a  great time to refine my pitch, but also to improve it. Ideas are living things, and they evolve as you have conversations about them. Incorporating feedback from all the smart (and hopefully different) people on your team is one of the best ways to make those ideas grow stronger.&lt;/p&gt;

&lt;h2 id=&quot;nobody-knows-what-theyre-doing&quot;&gt;Nobody knows what they’re doing&lt;/h2&gt;

&lt;p&gt;The final big thing I’ve learned is that all the way up the org chart, nobody actually knows what they’re doing. This isn’t to say managers and executives are bad at their jobs, but rather that everyone is human. Every leader started out as someone like you, and probably still is someone like you.&lt;/p&gt;

&lt;p&gt;Be the change you want to see. If you work in a healthy organization, your boss will appreciate it. If you do things well, you may even be promoted and end up as exactly one of those leaders who don’t have things all figured out.&lt;/p&gt;
</description>
        <pubDate>Wed, 04 May 2016 00:00:00 -0400</pubDate>
        <link>http://blog.margaretleibovic.com/2016/05/04/a-year-in-management.html</link>
        <guid isPermaLink="true">http://blog.margaretleibovic.com/2016/05/04/a-year-in-management.html</guid>
        
        <category>mozilla</category>
        
        <category>management</category>
        
        
      </item>
    
      <item>
        <title>Firefox for Android: Search Experiments</title>
        <description>&lt;p&gt;Search is a large part of mobile browser usage, so we (the Firefox for Android team) decided to experiment with ways to improve our search experience for users. As an initial goal, we decided to look into how we can make search faster. To explore this space, we&amp;rsquo;re about to enable two new features in &lt;a href=&quot;http://nightly.mozilla.org/&quot;&gt;Nightly&lt;/a&gt;: a search activity and a home screen widget.&lt;/p&gt;
&lt;p&gt;Android allows apps to register to handle an &amp;ldquo;assist&amp;rdquo; intent, which is triggered by the swipe-up gesture on Nexus devices. We decided to hook into this intent to launch a quick, lightweight search experience for Firefox for Android users.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;image&quot; src=&quot;http://margaretleibovic.com/images/search/start.png&quot; width=&quot;250&quot;/&gt; &lt;img alt=&quot;image&quot; src=&quot;http://margaretleibovic.com/images/search/suggestions.png&quot; width=&quot;250&quot;/&gt;&lt;/p&gt;
&lt;p&gt;Right now we&amp;rsquo;re using Yahoo! to power search suggestions and results, but we have &lt;a href=&quot;https://bugzilla.mozilla.org/show_bug.cgi?id=1042943&quot;&gt;patches in the works&lt;/a&gt; to let users choose their own search engine. Tapping on results will launch users back into their normal Firefox for Android experience.&lt;/p&gt;
&lt;p&gt;We also created a simple home screen widget to help users quickly launch this search activity even if they&amp;rsquo;re not using a Nexus device. As a bonus, this widget also lets users quickly open a new tab in Firefox for Android.&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;image&quot; src=&quot;http://margaretleibovic.com/images/search/results.png&quot; width=&quot;250&quot;/&gt; &lt;img alt=&quot;image&quot; src=&quot;http://margaretleibovic.com/images/search/widget.png&quot; width=&quot;250&quot;/&gt;&lt;/p&gt;
&lt;p&gt;We are still in the early phases of design and development, so be prepared to see changes as we iterate to improve this search experience. We have a few &lt;a href=&quot;https://bugzilla.mozilla.org/show_bug.cgi?id=1042956&quot;&gt;telemetry probes&lt;/a&gt; in place to let us gather data on how people are using these new search features, but we&amp;rsquo;d also love to hear your feedback!&lt;/p&gt;
&lt;p&gt;You can find links to relevant bugs on our &lt;a href=&quot;https://wiki.mozilla.org/Mobile/Projects/Search_activity&quot;&gt;project wiki page&lt;/a&gt;. As always, discussion about Firefox for Android development happens on the &lt;a href=&quot;https://mail.mozilla.org/listinfo/mobile-firefox-dev&quot;&gt;mobile-firefox-dev&lt;/a&gt; mailing list and in #mobile on &lt;a href=&quot;https://wiki.mozilla.org/IRC&quot;&gt;IRC&lt;/a&gt;. And we&amp;rsquo;re always looking for new contributors if you&amp;rsquo;d like to &lt;a href=&quot;https://wiki.mozilla.org/Mobile/Get_Involved&quot;&gt;get involved&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;Special shout-out to our awesome intern &lt;a href=&quot;https://github.com/ericedens/&quot;&gt;Eric&lt;/a&gt; for leading the initial search activity development, as well as &lt;a href=&quot;http://digdug2k.wordpress.com/&quot;&gt;Wes&lt;/a&gt; for implementing the home screen widget.&lt;/p&gt;
</description>
        <pubDate>Fri, 01 Aug 2014 17:10:00 -0400</pubDate>
        <link>http://blog.margaretleibovic.com/2014/08/01/firefox-for-android-search-experiments.html</link>
        <guid isPermaLink="true">http://blog.margaretleibovic.com/2014/08/01/firefox-for-android-search-experiments.html</guid>
        
        <category>mozilla</category>
        
        <category>firefox</category>
        
        <category>android</category>
        
        <category>mobile</category>
        
        <category>search</category>
        
        
      </item>
    
      <item>
        <title>Firefox Hub Add-on Hackathon</title>
        <description>&lt;p&gt;For the past few months, the Firefox for Android team has been working on Firefox Hub, &lt;a href=&quot;http://blog.margaretleibovic.com/2014/02/03/wip-home-page-customization-in-firefox-for.html-android&quot;&gt;a project to make your home page more customizable and extensible&lt;/a&gt;. At its core, this feature is a &lt;a href=&quot;https://developer.mozilla.org/en-US/Add-ons/Firefox_for_Android/Firefox_Hub_Walkthrough&quot;&gt;set of new APIs&lt;/a&gt; that allows add-ons to add new content to the Firefox for Android home page.&lt;/p&gt;
&lt;p&gt;These APIs are new in Firefox 30, but there are even more features available in Firefox 31, which is moving to &lt;a href=&quot;http://www.mozilla.org/en-US/firefox/aurora/&quot;&gt;Aurora&lt;/a&gt; this week. As we&amp;rsquo;ve been working on these APIs, we&amp;rsquo;ve been building plenty of demo add-ons ourselves, but we&amp;rsquo;re at the point where we want more developers to get involved!&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://margaretleibovic.com/images/hub.png&quot;/&gt;&lt;/p&gt;
&lt;p&gt;Next week (May 5-9), we&amp;rsquo;re holding a distributed add-on hackathon to encourage more people to start building things with these APIs, and I want to encourage anyone who&amp;rsquo;s interested to participate!&lt;/p&gt;
&lt;p&gt;This hackathon has three main goals:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;Find bugs with the APIs&lt;/li&gt;
&lt;li&gt;Find bugs with the documentation&lt;/li&gt;
&lt;li&gt;Start building a collection of awesome add-ons&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;To kick off this hackathon, I made an &lt;a href=&quot;https://mobile.etherpad.mozilla.org/hub-hackathon&quot;&gt;etherpad&lt;/a&gt; that links to documentation, example add-ons, and a &lt;a href=&quot;https://mobile.etherpad.mozilla.org/52&quot;&gt;long list of new add-on ideas&lt;/a&gt;. Since our community lives all over the world, we&amp;rsquo;ll hang out in #mobile on &lt;a href=&quot;https://wiki.mozilla.org/IRC&quot;&gt;irc.mozilla.org&lt;/a&gt; to ask questions, report problems, and share progress on things we&amp;rsquo;re making. In addition to building add-ons, you can also participate by testing new add-ons as they&amp;rsquo;re made!&lt;/p&gt;
&lt;p&gt;At the end of the week, everyone who participated in the hackathon will receive a special limited-edition open badge, as well as pride in &lt;a href=&quot;https://wiki.mozilla.org/Mobile/Get_Involved&quot;&gt;contributing to Firefox for Android&lt;/a&gt;. And maybe I&amp;rsquo;ll try to dig up some special prizes for anyone who makes a really cool add-on :)&lt;/p&gt;
</description>
        <pubDate>Wed, 30 Apr 2014 13:40:00 -0400</pubDate>
        <link>http://blog.margaretleibovic.com/2014/04/30/firefox-hub-add-on-hackathon.html</link>
        <guid isPermaLink="true">http://blog.margaretleibovic.com/2014/04/30/firefox-hub-add-on-hackathon.html</guid>
        
        <category>mozilla</category>
        
        <category>firefox</category>
        
        <category>android</category>
        
        <category>mobile</category>
        
        <category>add-on</category>
        
        
      </item>
    
      <item>
        <title>Dare 2B Digital 2014: Remix the Web!</title>
        <description>&lt;p&gt;&lt;a href=&quot;http://www.dare2bdigitalconference.com/&quot;&gt;Dare 2B Digital&lt;/a&gt; is an annual South Bay conference that brings 300 young women ages 12-16 together to encourage them to consider STEM fields in college by coming together for a full day of inspiring talks and workshops showcasing women’s work and relevance in technology. For the past four conferences, &lt;a href=&quot;https://twitter.com/lsblakk&quot;&gt;Lukas&lt;/a&gt; has signed Mozilla up as a sponsor and created a workshop that is run 3 times that day and reaches about 80-100 attendees. Last year, Lukas and I created a &lt;a href=&quot;http://lukasblakk.com/creating-a-mozilla-workshop-for-beginner-hacking-of-mobile-html5-games/&quot;&gt;workshop to teach these girls how to create mobile HTML5 games&lt;/a&gt;. This year, Lukas couldn&amp;rsquo;t make it to the conference because she was busy organizing &lt;a href=&quot;http://lesbianswhotech.org/summit/hackathon/&quot;&gt;another great outreach event&lt;/a&gt;, so I volunteered to organize our workshop, and I recruited &lt;a href=&quot;https://twitter.com/katiemthom&quot;&gt;Katie&lt;/a&gt; and &lt;a href=&quot;https://twitter.com/harthvader&quot;&gt;Heather&lt;/a&gt; to help me.&lt;/p&gt;
&lt;p&gt;I really love &lt;a href=&quot;https://webmaker.org/&quot;&gt;Webmaker&lt;/a&gt;, a Mozilla project dedicated to helping people learn how to create amazing things on the web, so I decided to create a workshop to teach the girls how to use some of the Webmaker tools. My goal was to teach the girls how to use these tools to understand the basic building blocks of the web, as well as show them how easy it is to make their own web content. To prepare for the conference, I &lt;a href=&quot;https://twitter.com/mleibovic/status/439130434551967744&quot;&gt;gathered 20 loaner laptops&lt;/a&gt;, ordered some swag, and remixed an existing Webmaker teaching kit to create an &lt;a href=&quot;https://mleibovic.makes.org/thimble/remix&quot;&gt;outline for the workshop&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;We started off each workshop with a brief overview of how the web works (Katie used her teacher skills to create some nice whiteboard diagrams), and then we jumped right into using the Webmaker tools. We started by walking the girls through using the &lt;a href=&quot;https://goggles.webmaker.org/&quot;&gt;X-Ray Goggles&lt;/a&gt; to inspect webpages, and taught them that they can modify what they see in their browsers. We definitely heard lots of &amp;ldquo;This is so cool!!!&amp;rdquo; when we showed them how to change text and images on any webpage.&lt;/p&gt;
&lt;p&gt;Once they felt comfortable with X-Ray Goggles, we pointed them to a gallery of &lt;a href=&quot;https://goggles.webmaker.org/&quot;&gt;existing Webmaker projects&lt;/a&gt;, and showed them how to use &lt;a href=&quot;https://thimble.webmaker.org/&quot;&gt;Thimble&lt;/a&gt; to remix those projects into their own. At this point, we let them loose to start &lt;a href=&quot;https://twitter.com/mleibovic/status/439839669929246720&quot;&gt;working on their own remixes&lt;/a&gt;, and there was lots of enthusiasm and laughter as they started working on their own projects. We also felt thoroughly out of touch with youth culture when they started filling their projects with images of young male celebrities we had never even heard of.&lt;/p&gt;
&lt;p&gt;Unfortunately, we only had an hour and 15 minutes for each workshop, which flew by, but we encouraged the girls to make their own Webmaker accounts to continue working on their remixes at home. They were definitely really excited to learn that all of these resources are available to them at home, and that they only need a web browser to get started!&lt;/p&gt;
</description>
        <pubDate>Mon, 03 Mar 2014 14:15:08 -0500</pubDate>
        <link>http://blog.margaretleibovic.com/2014/03/03/dare-2b-digital-2014-remix-the-web.html</link>
        <guid isPermaLink="true">http://blog.margaretleibovic.com/2014/03/03/dare-2b-digital-2014-remix-the-web.html</guid>
        
        <category>mozilla</category>
        
        <category>teach</category>
        
        <category>webmaker</category>
        
        
      </item>
    
      <item>
        <title>WIP: Home Page Customization in Firefox for Android</title>
        <description>&lt;p&gt;In Firefox 26, we released a &lt;a href=&quot;https://blog.mozilla.org/blog/2013/12/10/new-home-screen-in-firefox-for-android-access-your-information-in-a-single-tap/&quot;&gt;completely revamped version of the Firefox for Android Home screen&lt;/a&gt;, creating a centralized place to find all of your stuff. While this is certainly awesome, we&amp;rsquo;ve been working to make this new home screen customizable and extensible. Our goal is to give users control of what they see on their home screen, including interesting new content provided by add-ons. For the past two months, we&amp;rsquo;ve been making &lt;a href=&quot;https://wiki.mozilla.org/Mobile/Projects/Third-party_service_integration_MVP&quot;&gt;steady progress&lt;/a&gt; laying the ground work for this feature, but last week the team got together in San Francisco to bring all the pieces together for the first time.&lt;/p&gt;
&lt;p&gt;Firefox for Android has a native Java UI that&amp;rsquo;s partially driven by JavaScript logic behind the scenes. To allow JavaScript add-ons to make their own home page panels, we came up with two sets of APIs for storing and displaying data:&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;http://hg.mozilla.org/mozilla-central/file/tip/mobile/android/modules/HomeProvider.jsm&quot;&gt;HomeProvider.jsm&lt;/a&gt; holds basic data storage APIs, which allow add-ons to save data to specific datasets.&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://hg.mozilla.org/mozilla-central/file/tip/mobile/android/modules/Home.jsm&quot;&gt;Home.jsm&lt;/a&gt; contains new APIs to add new panels to the home page, including specifying which kinds of views to make in these panels, and which datasets should back those views.&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&lt;img alt=&quot;image&quot; src=&quot;http://margaretleibovic.com/images/home/grid.png&quot;/&gt;&lt;/p&gt;
&lt;p&gt;During the first half of our hack week, we agreed on a working first version of these APIs, and we hooked up our native Java UI to HomeProvider data stored from JS. After that, we started to dig into the bugs necessary to flesh out a first version of this feature.&lt;/p&gt;
&lt;ul&gt;&lt;li&gt;&lt;a href=&quot;https://twitter.com/liucheia&quot;&gt;Chenxia&lt;/a&gt; recently landed a new page in settings to allow users to manage their home panels, and she has been working on a patch to allow them to install new panels from this settings page (&lt;a href=&quot;http://bugzil.la/942878&quot;&gt;bug 942878&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/lucasratmundo&quot;&gt;Lucas&lt;/a&gt; has been working on a patch series to allow add-ons to auto-install new panels to about:home (&lt;a href=&quot;http://bugzil.la/964375&quot;&gt;bug 964375&lt;/a&gt;). He also has patches to add images to dynamic views using the Picasso image loading library (&lt;a href=&quot;http://bugzil.la/963046&quot;&gt;bug 963046&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;http://www.linkedin.com/in/sogunsakin&quot;&gt;Sola&lt;/a&gt; (one of our awesome interns), added support for a gallery view layout in dynamic panels (&lt;a href=&quot;http://bugzil.la/942889&quot;&gt;bug 942889&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/joshdover&quot;&gt;Josh&lt;/a&gt; (our other awesome intern), is working to support folder views in dynamic panels, similar to our built-in bookmarks panel (&lt;a href=&quot;http://bugzil.la/942295&quot;&gt;bug 942295&lt;/a&gt;), and he also added support for handling clicks on these dynamic views (&lt;a href=&quot;http://bugzil.la/963721&quot;&gt;bug 963721&lt;/a&gt;).&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://twitter.com/michaelcomella&quot;&gt;Michael&lt;/a&gt; has been working on an &lt;a href=&quot;https://github.com/mcomella/fennec_rss/tree/list_integration&quot;&gt;RSS add-on&lt;/a&gt; to demo (and dogfood) these new APIs.&lt;/li&gt;
&lt;li&gt;I&amp;rsquo;ve also started exploring how add-ons will authenticate users (&lt;a href=&quot;http://bugzil.la/942281&quot;&gt;bug 942281&lt;/a&gt;), as well as ways to help them sync data in a battery/storage/network-friendly way (&lt;a href=&quot;http://bugzil.la/964447&quot;&gt;bug 964447&lt;/a&gt;).&lt;/li&gt;
&lt;/ul&gt;&lt;p&gt;&lt;img alt=&quot;image&quot; src=&quot;http://margaretleibovic.com/images/home/rss.png&quot; width=&quot;300&quot;/&gt;&lt;/p&gt;
&lt;p&gt;Many of these patches are still waiting to land, so unfortunately there&amp;rsquo;s nothing to show in Nightly yet. But stay tuned, exciting things are coming soon!&lt;/p&gt;
</description>
        <pubDate>Mon, 03 Feb 2014 22:45:00 -0500</pubDate>
        <link>http://blog.margaretleibovic.com/2014/02/03/wip-home-page-customization-in-firefox-for.html</link>
        <guid isPermaLink="true">http://blog.margaretleibovic.com/2014/02/03/wip-home-page-customization-in-firefox-for.html</guid>
        
        <category>mozilla</category>
        
        <category>firefox</category>
        
        <category>android</category>
        
        <category>mobile</category>
        
        <category>add-on</category>
        
        
      </item>
    
      <item>
        <title>MozFest Recap: Building Your First Mobile Web App</title>
        <description>&lt;p&gt;This past weekend I attended &lt;a href=&quot;http://mozillafestival.org/&quot;&gt;Mozilla Festival&lt;/a&gt; in London, and it was incredibly energizing! Everyone at MozFest was so excited about the web, but unlike your average tech conference, there was a much more diverse set of participants, including hackers, makers, journalists, educators, and even lots of kids. The focus of this year&amp;rsquo;s MozFest was about creating a web-literate world, so I decided to facilitate a session on building your first mobile web app.&lt;/p&gt;
&lt;p&gt;Although projects like &lt;a href=&quot;https://webmaker.org&quot;&gt;Webmaker&lt;/a&gt; and &lt;a href=&quot;http://appmaker.mozillalabs.com/&quot;&gt;Appmaker&lt;/a&gt; are designed to make content creation more accessible for everyone, I wanted to create some learning materials that could put people on the path towards becoming more serious web developers. This path includes learning the fundamentals of HTML/CSS/JS, as well as how to use the developer tools built into browsers, and popular collaboration tools like &lt;a href=&quot;https://github.com/&quot;&gt;Github&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;To teach these basics, I made a &lt;a href=&quot;http://leibovic.github.io/first-web-app/&quot;&gt;slide deck&lt;/a&gt; that walks you through building a &lt;a href=&quot;https://github.com/leibovic/stopwatch/&quot;&gt;simple stopwatch app&lt;/a&gt; that&amp;rsquo;s hosted using &lt;a href=&quot;http://blog.margaretleibovic.com/2013/02/05/hacking-firefox-os-apps-with-github-pages.html&quot;&gt;Github pages&lt;/a&gt;. At the start of my session, I presented these slides (and of course threw in some Firefox dev tools demos!), but then I let everyone loose to start hacking at their own speeds. There were about 25 participants with a wide range of ability levels, and I think this format worked well to keep everyone engaged (and gave me the opportunity to offer more individual help).&lt;/p&gt;
&lt;p&gt;My hope is that other people might find these resources useful, so please use them and share them! Also, because they&amp;rsquo;re open source, pull requests are welcome :)&lt;/p&gt;
</description>
        <pubDate>Tue, 29 Oct 2013 16:27:38 -0400</pubDate>
        <link>http://blog.margaretleibovic.com/2013/10/29/mozfest-recap-building-your-first-mobile-web-app.html</link>
        <guid isPermaLink="true">http://blog.margaretleibovic.com/2013/10/29/mozfest-recap-building-your-first-mobile-web-app.html</guid>
        
        <category>mozilla</category>
        
        <category>mobile</category>
        
        <category>apps</category>
        
        <category>teach</category>
        
        
      </item>
    
      <item>
        <title>Remote Developer Tools and Firefox for Android</title>
        <description>&lt;p&gt;A lot of the Firefox for Android UI is written in Java, but under the hood there&amp;rsquo;s still quite a bit of JS that controls core browser logic. We also use HTML to create the content of most of our chrome-privileged pages, such as about:addons. Today I found myself working on a polish bug for &lt;a href=&quot;http://hg.mozilla.org/mozilla-central/file/tip/mobile/android/chrome/content/aboutApps.xhtml&quot;&gt;about:apps&lt;/a&gt;. In the past, tweaking the CSS for these pages has been a pain, since testing changes required pushing a new APK to your device. However, I remembered that the remote inspector recently landed for Firefox 26, so I decided to try it out. Verdict: it was amazing!&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;image&quot; src=&quot;http://margaretleibovic.com/images/about-apps-inspector.png&quot;/&gt;&lt;img alt=&quot;image&quot; src=&quot;http://margaretleibovic.com/images/about-apps-highlight.png&quot;/&gt;&lt;/p&gt;
&lt;p&gt;Setting up the remote developer tools is as easy as flipping prefs on desktop and mobile (these prefs are now exposed in the UI!), running an adb command to set up port forwarding, and hitting a button. The directions are &lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Tools/Remote_Debugging&quot;&gt;really well documented on MDN&lt;/a&gt;, so you should look there for more detailed instructions.&lt;/p&gt;
&lt;p&gt;While playing around with the inspector, I also realized that remote chrome debugging is enabled for Firefox for Android. It wasn&amp;rsquo;t immediately obvious to me that in order to attach the debugger to the main chrome window, you need to select the &amp;ldquo;Main Process&amp;rdquo; link on the desktop &amp;ldquo;Connect to remote device page&amp;rdquo;, but once I did that, I had access to all of the browser chrome JS. And since &lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Extensions/Mobile&quot;&gt;add-ons for Firefox for Android&lt;/a&gt; are written in JS, this means that you can easily debug all of &lt;a href=&quot;https://github.com/leibovic/promo-banner/blob/master/bootstrap.js&quot;&gt;your add-on code&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;&lt;img alt=&quot;image&quot; src=&quot;http://margaretleibovic.com/images/addon-debugging.png&quot;/&gt;&lt;/p&gt;
&lt;p&gt;Big thanks to the Firefox Developer Tools Team for doing so much awesome work. And I know they&amp;rsquo;re always &lt;a href=&quot;https://wiki.mozilla.org/DevTools/GetInvolved&quot;&gt;looking for new contributors&lt;/a&gt; to help them out!&lt;/p&gt;
</description>
        <pubDate>Tue, 15 Oct 2013 00:42:00 -0400</pubDate>
        <link>http://blog.margaretleibovic.com/2013/10/15/remote-developer-tools-and-firefox-for-android.html</link>
        <guid isPermaLink="true">http://blog.margaretleibovic.com/2013/10/15/remote-developer-tools-and-firefox-for-android.html</guid>
        
        <category>mobile</category>
        
        <category>developer tools</category>
        
        <category>fennec</category>
        
        <category>firefox</category>
        
        <category>add-on</category>
        
        <category>mozilla</category>
        
        
      </item>
    
      <item>
        <title>Home Page Snippets for Firefox for Android</title>
        <description>&lt;p&gt;Have you ever noticed the messages that appear under the search box on desktop Firefox&amp;rsquo;s home page? We call these messages &lt;a href=&quot;https://wiki.mozilla.org/Websites/Snippets&quot;&gt;snippets&lt;/a&gt;, and they&amp;rsquo;re dynamically created from web content hosted by Mozilla. These snippets provide an easy way to communicate with desktop users, but right now there&amp;rsquo;s no equivalent feature for Firefox for Android.&lt;br/&gt;&lt;br/&gt;Since we first released the native version of Firefox for Android, we&amp;rsquo;ve included a hard-coded promotional banner as part of our home page &amp;ndash; you&amp;rsquo;re probably seen it encourage you to set up Firefox Sync. However, we&amp;rsquo;ve been working on a &lt;a href=&quot;http://lucasr.org/2013/08/21/revamped-ui-in-firefox-for-android/&quot;&gt;complete rewrite of the home page&lt;/a&gt; for Firefox 26 (exciting!), and we&amp;rsquo;re taking the opportunity to replace this with a new customizable banner.&lt;br/&gt;&lt;br/&gt;Because this banner is part of our native Java UI, we can&amp;rsquo;t just load web content the way desktop does. Instead, we decided to build a JS API to let add-ons customize it. We came up with a simple API that lets developers add and remove items from a set of messages that rotates through this banner. Right now, these messages just consist of an icon, some text, and a click handler. We put this banner API in a new &lt;a href=&quot;https://developer.mozilla.org/en-US/docs/Extensions/Mobile/API/Home.jsm&quot;&gt;Home.jsm&lt;/a&gt; module, since we have plans to add more home page customization APIs to this module in the future!&lt;br/&gt;&lt;br/&gt;As a demo, &lt;a href=&quot;https://github.com/leibovic/promo-banner&quot;&gt;I made an add-on&lt;/a&gt; that fetches data from a &lt;a href=&quot;https://github.com/leibovic/snippets-server&quot;&gt;basic snippets server&lt;/a&gt;, and turns that data into messages that are added to the home banner. This server currently serves data from the 5 most recent &lt;a href=&quot;https://twitter.com/FennecNightly&quot;&gt; @FennecNightly&lt;/a&gt; tweets, which is actually pretty relevant to Nightly users. If you&amp;rsquo;re using &lt;a href=&quot;http://nightly.mozilla.org/&quot;&gt;Nightly&lt;/a&gt;, I&amp;rsquo;d encourage you to &lt;a href=&quot;http://people.mozilla.org/~mleibovic/promobanner.xpi&quot;&gt;try it out&lt;/a&gt;, and as always, please &lt;a href=&quot;https://bugzilla.mozilla.org/enter_bug.cgi?product=Firefox%20for%20Android&quot;&gt;file any bugs&lt;/a&gt; you find!&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://margaretleibovic.com/images/promo-banner.png&quot;/&gt;&lt;/p&gt;
</description>
        <pubDate>Thu, 26 Sep 2013 21:05:54 -0400</pubDate>
        <link>http://blog.margaretleibovic.com/2013/09/26/home-page-snippets-for-firefox-for-android.html</link>
        <guid isPermaLink="true">http://blog.margaretleibovic.com/2013/09/26/home-page-snippets-for-firefox-for-android.html</guid>
        
        <category>mozilla</category>
        
        <category>mobile</category>
        
        <category>add-on</category>
        
        <category>fennec</category>
        
        <category>android</category>
        
        
      </item>
    
      <item>
        <title>Reader Mode Improvements in Firefox 24</title>
        <description>&lt;p&gt;&lt;a href=&quot;https://play.google.com/store/apps/details?id=org.mozilla.firefox&quot;&gt;Firefox 24&lt;/a&gt; was released today! Along with &lt;a href=&quot;https://www.mozilla.org/en-US/mobile/24.0/releasenotes/&quot;&gt;a lot of other great features&lt;/a&gt;, this release includes a bunch of improvements to &lt;a href=&quot;http://lucasr.org/2012/09/03/reader-mode-in-firefox-beta-for-android/&quot;&gt;Reader Mode&lt;/a&gt;. The most noticeable improvements are a polished options menu and a &amp;ldquo;Night Mode&amp;rdquo; that automatically changes the background/text colors depending on ambient light levels. However, many other small bugs were fixed in the process, increasing the quality of this feature.&lt;/p&gt;
&lt;p&gt;I&amp;rsquo;m making this post because I want to highlight that &lt;strong&gt;over half of the bugs &lt;/strong&gt;fixed for these Reader Mode improvements were fixed by &lt;strong&gt;volunteers&lt;/strong&gt;! I want to thank the 7 volunteers who fixed these &lt;a href=&quot;https://bugzilla.mozilla.org/buglist.cgi?quicksearch=784387%2C789980%2C876187%2C871524%2C862445%2C800899%2C828325%2C802093%2C872003%2C875852%2C867875%2C868936&amp;amp;list_id=7932528&quot;&gt;12 Reader Mode bugs&lt;/a&gt;. You all rock!&lt;/p&gt;
&lt;p&gt;&lt;img src=&quot;http://margaretleibovic.com/images/reader-mode.png&quot;/&gt;&lt;/p&gt;
</description>
        <pubDate>Tue, 17 Sep 2013 17:10:10 -0400</pubDate>
        <link>http://blog.margaretleibovic.com/2013/09/17/reader-mode-improvements-in-firefox-24.html</link>
        <guid isPermaLink="true">http://blog.margaretleibovic.com/2013/09/17/reader-mode-improvements-in-firefox-24.html</guid>
        
        <category>mozilla</category>
        
        <category>fennec</category>
        
        <category>firefox</category>
        
        <category>contribute</category>
        
        <category>reader</category>
        
        
      </item>
    
  </channel>
</rss>
