| «« OQNM5 | I am slowly ... »» |
|
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 Integration
Three words on Mozilla application integration: what a pain. I don't know who's idea it was to use these contents.rdf files, but there must be something easier. I ended up having to put everything in one directory (/content) for it to work. ... but it did, finally. I didn't check the RAM numbers, but it loads on its own without Mozilla (I'll post a screenshot). There's probably quite a bit of overhead for such a small app. My opinion of Mozilla as an application platform? Current Mozilla development has very weak language support. You can only write the UI scripts in Javascript and the backend in C++/XPCOM. Other languages (notably Python on both the UI and backend sides) are in the works. The Java to COM bridge that was in development by Sun seems to have been abandoned. Another disadvantage, and this applies to web browsing as well, is that Mozilla is a moving target. You never know what a user is going to have installed. It's fine to develop for Mozilla 1.0, but if the user has 1.2, can the two versions co-exist or will your code work on both? I had some problems using examples (especially the RDF files and integration) out of the book (published in Sept, 2002) because they were already outdated. Unless you are in the thick of things, you never know how your application can break. This is not a good thing. So for a spike, this was a pretty good one. I found out that Mozilla platform development isn't all that great yet. It has potential though, especially XPFE (the XUL, Javascript and CSS combination), which made the UI so much easier to layout (granted I have experience with DHTML). I would really like to see a way to use XPFE with Java in the near future. That seems like a great cross platform RAD solution. Like HTML, a WYSIWYG XUL editor might be more of a hinderance than a convenience, but it's likely one will be developed anyway. One integrated into an IDE would be pretty nice. Posted at November 05, 2002 at 02:50 PM ESTLast updated November 05, 2002 at 02:50 PM EST Comments
" a WYSIWYG XUL editor might be more of a hinderance than a convenience" The first question I asked at the Mozilla XUL presentation was THAT!! Is there a WYSIWYG XUL editor. The answer was NO. I don't know about you, but for small things, sure, go ahead and use VI, but for large things, I want my WYSIWYG editor damn it!!! :-) » Posted by: roy at November 5, 2002 11:47 PM |