Friday, May 29, 2009

Another List for WWDC First-Timers

Attending WWDC for the first time is sort of like getting a diagnosis from a doctor: it's a good idea to get second opinions because not everybody has the same experiences. Here's another list of suggestions for first time attendees from Mac and iPhone developer Jiva DeV...

Part 6

Just a quick warning. For the last several weekends, my weekend ritual has been to write an installment of the OpenGL ES From the Ground Up tutorials. The sixth installment probably won't be coming out this weekend, however. I'm backlogged on my current writing project, plus my daughters are in four dance performances this weekend, and I have relatives coming into town. The chance that I'll be able to sneak off and geek out writing about OpenGL ES are slim to none. But never fear, more installments will be forthcomi...

Thursday, May 28, 2009

WWDC Session Data Now Available at Attendee Site

If you've got a ticket for WWDC 2009, you can now get to the "official" times and dates for the sessions, including an iCalendar you can subscribe to, by going to the WWDC 2009 Attendee Si...

Wednesday, May 27, 2009

WWDC Session Data is Gone

Well, that didn't last long. Apparently, Apple didn't want us having access to the session date, time, and room information yet. The JSON feed for the session website has been changed so the previously posted scripts no longer wo...

WWDC JSON Credit

I've been remiss. I included proper credit in my tweet, but not in my blog posts. The fact that the JSON data underlying Apple's WWDC session page includes dates, times, and room information was not my discovery, it was Glenn Seueira's. Thanks Glenn, and apologies for leaving that off the earlier pos...

Another iCal Script

The Big Nerd Ranch Blog has a more elegant script for converting the WWDC session data to iCalendar format. But, though the code is more compact, they missed the time zone, which would cause a problem for ...

WWDC Session Times for iCal Import

Here's a quick-and-dirty hack of the WWDC session script to create an iCalendar file that can be imported into iCal. Again, this is public domain, feel free to hack away and improve it.#!/usr/bin/env ruby## This program will download the latest session JSON data # from the WWDC website and turn it into an iCal## Sorry about the cheezy HTML formatting; I am not a designer.# If you'd like to contribute a better looking design, I'll# incorporate it.## Requires one of the following two gems to be installed:## gem install json# gem install json_purerequire 'rubygems'require 'net/http'require 'open-uri'require 'json'require 'date'output = <<OUTPUTBEGIN:VCALENDARVERSION:2.0PRODID:-//hacksw/handcal//NONSGML v1.0//ENOUTPUTr = open("http://developer.apple.com/wwdc/data/sessions.json").readparsed...

Better Session Script

Ryan McCuaig sent me a kick-ass re-write of my WWDC session script. This one outputs the information with much, much better formatting. Here's the very fine script:#!/usr/bin/env ruby## This program will download the latest session JSON data # from the WWDC website and will parse it into a plain # HTML table so it can be viewed.## Requires one of the following two gems to be installed:## gem install json# gem install json_pure## Also requires installation of Haml/Sass:## gem install haml## This script was written by Ryan McCuaig, based on a script by Jeff LaMarcherequire 'net/http'require 'open-uri'require 'rubygems'require 'json'require 'haml'require 'sass'JSON_FEED = 'http://developer.apple.com/wwdc/data/sessions.json'class Session attr_accessor :title,:focus,:start,:description,:type,:identifier,...

WWDC Session Times

Okay, the session times have not been officially released for WWDC, but the underlying data used for the sessions website contains time and room data. Of course, since this hasn't been released, it's completely unofficial and likely to change, but for those who have been asking for WWDC session times, I give you... not the session times, but a script that will fetch the latest data and format it into a HTML table for you.It's a ruby script, so it should run on any stock OS X machine. This is public domain code, do with it what you will. If you improve it, I'd love a copy of your version.#!/usr/bin/env ruby## This program will download the latest session JSON data # from the WWDC website and will parse it into a plain # HTML table so it can be viewed.## Sorry about the cheezy HTML formatting;...

Page 1 of 12512345Next

 
Design by Wordpress Theme | Bloggerized by Free Blogger Templates | coupon codes