Follow Slashdot blog updates by subscribing to our blog RSS feed

 



Forgot your password?
typodupeerror
Mozilla

Mozilla Rolls Out Firefox 3.6 RC, Nears Final 145

CWmike writes "Mozilla has shipped a release candidate build of Firefox 3.6 that, barring problems, will become the final, finished version of the upgrade. Firefox 3.6 RC1, which followed a run of betas that started in early November, features nearly 100 bug fixes from the fifth beta that Mozilla issued Dec. 17. The fixes resolved numerous crash bugs, including one that brought down the browser when it was steered to Yahoo's front page. Another fix removed a small amount of code owned by Microsoft from Firefox. The code was pointed out by a Mozilla contributor, and after digging, another developer found the original Microsoft license agreement. 'Amusingly enough, it's actually really permissive. Really the only part that's problematic is the agreement to "include the copyright notice ... on your product label and as a part of the sign-on message for your software product,"' wrote Kyle Huey on Mozilla's Bugzilla. Even so, others working on the bug said the code needed to be replaced with Mozilla's own."
NASA

NASA To Cryogenically Freeze Satellite Mirrors 47

coondoggie writes "NASA said it will soon move some of the larger (46 lb) mirror segments of its future James Webb Space Telescope into a cryogenic test facility that will freeze the mirrors to -414 degrees Fahrenheit (~25 K). Specifically, NASA will freeze six of the 18 Webb telescope mirror segments at the X-ray and Cryogenic Facility, or XRCF, at NASA's Marshall Space Flight Center in Huntsville, Alabama, in a test to ensure the critical mirrors can withstand the extreme space environments. All 18 segments will eventually be tested at the site. The test chamber takes approximately five days to cool a mirror segment to cryogenic temperatures."

Comment Generate the xml feed locally (Score 1) 87

Part of putting a new episode up is adding a new item to the rss feed and uploading that also. You should be doing this locally - no service provider will do it for you.

When I started a podcast project last year, I used FeedForAll to manually generate the feed. I had no special access to the site, so I downloaded new episodes to get the mp3 tag info (time, length), added the episodes and uploaded the update.

Since then, I've written a quick perl script that runs every hour and grabs all the information including downloading the mp3 and checking the tags. I'd automate the whole thing but there is some massaging of descriptions that wouldn't work.

Check out cpan.org - feedburner seems to be the lastest thing and there's a perl module to integrate with it. One thing - I didn't see a lot of support there for the itunes namespace extensions.

Slashdot Top Deals

"This generation may be the one that will face Armageddon." -- Ronald Reagan, "People" magazine, December 26, 1985

Working...