| «« Keep It Simple, Designers | XPlanet »» |
|
About
I'm Ryan Lowe, a Software Engineering graduate living in Ottawa, Canada. I like agile software development and Ruby on Rails.
I write this blog in Canadian English and don't use a spell checker. Typos happen.
Projects
» Full-time Ruby on Rails freelancer
» Full-time with Rails since May 2005 » Former committer for RadRails (now Aptana) » I also have a few Rails side-projects in development: 1. wheretogoinTO.com Toronto nightlife 2. Hey Heads Up! TODO list and sharing 3. Layered Genealogy family history research 4. foos for foosball scoring 5. fanconcert for music fans (on hold) Hiring Rails developers? I can telecommute by the hour from Ottawa, Canada »» Email: rails AT ryanlowe DOT ca
BulletBlog
Now hosted on Hey! Heads Up -- check it out!
Syndication
Pings
Recent
Derek Lowe's (Ryan's older brother) words at Ryan's funeral
blog@ryanlowe.ca no more Forging Email Headers: Good, Bad or Ugly? Sarcastic Dictionary (Part 1 of Many) Tags Hierarchies Twisting Rails is Risky Business Risky Business? My Take on Early Alphas Whoa, it's August 2007 Closing Comments A Postscript to "Growth at the grassroots" »» All Blog Posts
Linkage
del.icio.us/ryanlowe
technorati/ryanlowe.ca/blog Aurora Roy Jim Andrew Trasker Travis Kibbee Karen Dr. Unk Ayana Van Bloggers Joel Spolsky Robert Scoble Tim Bray Dave Winer Raymond Chen James Robertson Ruby/Rails Bloggers rubyonrails.org weblog David Heinemeier Hansson Dave Thomas James Duncan Davidson Mike Clark Jamis Buck Signal vs. Noise Tobias Luetke Amy Hoy: (24)slash7 Jeremy Voorhis Eclipse Bloggers Planet Eclipse EclipseZone Luis de la Rosa Eclipse Foundation Kim Horne Billy Biggs Ian Skerrett Mike Milinkovich Bjorn Freeman-Benson Denis Roy
Archives
|
Mozilla Dev
So I bought the book, reasoning that if I never developed a single application for Mozilla I'd still learn a lot about how to set up a cross-platform internationalized GUI architecture. A little lightbulb went off in my head when I saw this figure. But the whole package is more than just XUL instead of HTML. It's how to connect to pseudo-COM (XPCOM) objects in Javascript with XPConnect. It's data representation with RDF. Native skinability support and via CSS. The scope of the Mozilla project is pretty big. Type chrome://navigator/content in the Mozilla address bar (to come back, press the back button). Mozilla's UI is rendered with Gecko, which is the same rendering engine that renders web pages in Mozilla. So you can load (and use!) another Mozilla IN Mozilla, infinitely. In effect, Mozilla is a platform for itself. The only downer is that as far as I know, you can only write XPCOM components (ie. application code) in C++. I'd much rather take the performance hit and use Java so I don't have to worry about pointers, memory leaks, C++ and XPCOM. ACK, what a nightmare. But it would be good practise ... ha To try out XPFE (the GUI end), I think I might redo an old client-side Javascript project. No XPCOM required. Posted at October 30, 2002 at 11:29 PM ESTLast updated October 30, 2002 at 11:29 PM EST Comments
|