# HG changeset patch # User Atul Varma # Date 1235928616 28800 # Node ID 63fc59f4bd3376657ff196cc30e23f09a8c278c2 # Parent 061eee7cffe69d8eb83e0a821ddd36bceb05b9d6 We're now loading the latest issue dynamically using the Google Ajax feeds API. diff -r 061eee7cffe6 -r 63fc59f4bd33 about-mozilla.html --- a/about-mozilla.html Sat Feb 28 15:33:24 2009 -0800 +++ b/about-mozilla.html Sun Mar 01 09:30:16 2009 -0800 @@ -18,5 +18,6 @@ + diff -r 061eee7cffe6 -r 63fc59f4bd33 about-mozilla.js --- a/about-mozilla.js Sat Feb 28 15:33:24 2009 -0800 +++ b/about-mozilla.js Sun Mar 01 09:30:16 2009 -0800 @@ -1,5 +1,17 @@ -var ISSUE_URL = "issue-2009-02-24.html"; -var ISSUE_DATE = "February 24, 2009"; +var ATOM_URL = "https://developer.mozilla.org/devnews/index.php/feed/atom/"; + +var MONTHS = ["January", + "February", + "March", + "April", + "May", + "June", + "July", + "August", + "September", + "October", + "November", + "December"]; function onIssueLoaded() { $("#raw-issue a[name]").each( @@ -18,7 +30,6 @@ } ); - $(".date").text(ISSUE_DATE); $("#issue").fadeIn(); var tallestHeight = 0; @@ -34,9 +45,20 @@ $(document.body).width(entries.outerWidth() * entries.length); } -$(window).ready( +google.load("feeds", "1"); +google.setOnLoadCallback( function() { - $("#raw-issue").load(ISSUE_URL + " .entry", - null, - onIssueLoaded); + var feed = new google.feeds.Feed(ATOM_URL); + feed.load( + function(result) { + var entry = result.feed.entries[0]; + $("#raw-issue").html(entry.content); + var pubDate = new Date(entry.publishedDate); + var dateStr = (MONTHS[pubDate.getMonth()] + " " + + pubDate.getDate() + ", " + + pubDate.getFullYear()); + $(".date").text(dateStr); + + onIssueLoaded(); + }); }); diff -r 061eee7cffe6 -r 63fc59f4bd33 issue-2009-02-24.html --- a/issue-2009-02-24.html Sat Feb 28 15:33:24 2009 -0800 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,307 +0,0 @@ - - - - - Mozilla Developer News » Blog Archive » about:mozilla - Change the Web, Labs meetup, Marketing mailing list, Meeting notes, two awards, Camino, Education, and more… - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- - - - - - -
- Mozilla Developer Center
-
developer.mozilla.org
-
- - - - -
- - - - - - -
- -
-

about:mozilla - Change the Web, Labs meetup, Marketing mailing list, Meeting notes, two awards, Camino, Education, and more…

- -
-

In this issue…

- -

Harnessing Firefox Add-ons and Web apps to make change

-

The folks at Social Actions have kicked off the unique Change the Web Challenge. They’re calling for new Web apps that can help people make a difference while browsing the Web, allowing them to find and share actions on websites, blogs and social networks. Submissions are due April 3, 2009 and winners will be announced at NTEN’s Nonprofit Technology Conference on April 28. More details are available on the Mozilla Blog.

- -

Labs Meetup, Mountain View + London

-

Join us on Thursday, February 26th for our Labs Meetup, a monthly event where we discuss Labs projects, your projects, and the Open Web. This month there are going to be Labs meetups in both Mountain View and London! Guest speaking in Mountain View will be Edwin Khodabakchian, developer of Feedly, a Firefox extension that weaves Twitter and Google Reader into a magazine-like experience. The London meetup will kick off with updates on Labs, the Concept Series, the Design Challenge, and Open Innovation. For more information see the posts about the Mountain View event and the London event.

-

Mozilla Marketing mailing list

-

Alix and Jay have dusted off the old Mozilla.org Marketing mailing list and are bringing it back to life as a central discussion forum for anyone with an interest in promoting the Mozilla mission, Thunderbird, Firefox, or SeaMonkey. There are two ways you can sign up for and/or read the discussions, either by subscribing to the mailing list, or through Google Groups. More information can be found in Patrick’s weblog post.

- -

Mozilla Project status meetings and notes

-

Every Monday at 1:00pm Pacific time the Mozilla project holds a open meeting in which people from every part of the project provide a quick status update and highlight important events, news, and other goings-on. You can participate in these meetings in real-time by telephone, or by watching the newly revamped Air Mozilla (if you’re using Firefox 3.1 beta 2 or newer, at least). The IRC backchannel for these meetings is #staffmeeting.

-

More important, perhaps, is that the meeting notes are compiled in a wiki page every week, providing a thorough overview of what’s going on throughout the project including upcoming releases, planned infrastructure changes, release engineering, security, support, metrics, add-ons, web-dev, evanglism, marketing, and more. These meeting notes are incredibly valuable and are a great way to get a quick overview of what’s going on across the breadth of the project. These are archived on the Mozilla Wiki, and updated weekly.

-

Frank Hecker: Catalyst for the Web

-

Mozilla’s Frank Hecker has been named the 2009 Catalyst Award winner. The Trace Center will present the award to Frank at the opening session of the annual CSUN Conference on Technology and Persons with Disabilities conference in Los Angeles on March 17. “Frank Hecker was chosen for this year’s award because of the pivotal role he has played in enabling people from across industry, academic, and the public sector to focus on open source accessibility. He has brought people together and given young people support and opportunities to both learn and contribute to accessibility. Frank has had industry-wide impact by funding and supporting open source projects to advance accessibility and drive down future costs to people with disabilities. His efforts have both energized the field and grown the number of people with accessibility skills, from students to private corporate developers.” Read more about Frank and this award at Aaron’s weblog, and at the Trace website.

- -

Anita Borg Institute’s 2009 Women of Vision Award

-

Mitchell Baker has been announced as a winner of the Anita Borg Institute for Women and Technology Women of Vision Awards in the Leadership category. Mitchell will be honored for her accomplishments and contributions as a women in technology at ABI’s fourth annual Women of Vision Awards Banquet. See the Above the Fold weblog for more information.

-

Mozilla Labs, students and open innovation

-

Mark Surman has interviewed Pascal Finette as part of the nascent Mozilla Education program. “In addition to working closely with colleges and universities, the current education pilot will also include a number of online courses offered directly by Mozilla. Online courses give us a quick way to try out new ideas for learning content. They also offer an opportunity to reach out to anyone anywhere who wants to learn alongside Mozilla, college student or not. The first online ‘course’ is the Mozilla Labs Concept Series Design Challenge. It mixes up webinars by people from the Mozilla community with a future browser design contest. It is targeted primarily at user interface design students, but others can participate as well.” The interview runs about 13 minutes and you can find it and other information at Mark’s weblog.

- -

Camino schedule update

-

Smokey Ardisson has posted about the revised Camino 2 schedule and plans. “Right now we’re hard at work on the last two major features for Camino 2, one that’s under development and one that’s still being polished to the point where we’ll consider it shippable. On the other hand, Camino 2.0 Beta 1 has been out for a while now, and we have a handful of significant Gecko fixes, new Growl support, and a handful of smaller improvements that have landed since then. In light of those items, we decided to insert a new beta into the Camino 2 schedule. The localization and feature freeze will still coincide with our final beta (now to be Beta 3), but in the next week or so we’ll release Camino 2 Beta 2.” See the original blog post for further details.

-

Mozilla Education update

- -

David Humphrey has written up another post about the growing Mozilla Education effort. “One of our first goals for Mozilla Education is to make it easier for students and educators to get connected to Mozilla project work, and for the Mozilla community to get project ideas into the hands of new contributors. We want to be a conduit for communication between academics and the community. I’ve been doing this for a number of years now, and we have some informal means for doing it. However, we want to have this scale to a much larger group of students from many institutions.” David has gathered ideas and feedback into a set of guidelines for marking bugs as “good potential projects”, and has outlined a number of ways that more people can get involved in this effort. See his blog post for more information and to take part in this discussion. If you’re on IRC, you can also join #education to help with these efforts.

- -

Developer calendar

-

For an up-to-date list of the coming week’s Mozilla project meetings and events, please see the Mozilla Community Calendar wiki page.

-

About about:mozilla

-

about:mozilla is by, for and about the Mozilla community, focusing on major news items related to all aspects of the Mozilla Project. The newsletter is written by Deb Richardson and is published every Tuesday morning. If you have any news or announcements you would like to have included in our next issue, please send them to: about-mozilla[at]mozilla.com.

-

Subscribe to the email newsletter

-

If you would like to get this newsletter by email, just head on over to the about:mozilla newsletter subscription form. Fresh news, every Tuesday, right to your inbox.

- - - -
-
- - - - - - - - - - - - - - -

Comments are closed.

- - - - - -
- - - -
- -
- -