September 11, 2007
Hacking iUI
I’ve been working on a small application based on the iUI Framework for some time now, and I hope to release it soon. So far iUI was working fine for me and I managed to squeeze everything into the limited functionality it provided me. But now, just like the iUI Author, I’m getting a bit bored by the “standard iPhone look” so I’m trying to find new, innovative, ways of adding functionality. Sliding from left to right and from right to left is cool, as long as you don’t have to see it over and over again, it’s time for some cool new stuff, that might not already exist in iPhone-land. I’m currently experimenting with scriptaculous to add some effects and I’m also trying to get some inplace editing to run smoothly.
Callbacks from iUI
iUI dictates some default behaviour when clicking on something, be it a link or a form button, even adding additional callbacks won’t prevent iUI from reacting. Wouldn’t it be nice to add callbacks directly into iUI, in a declarative way, so we don’t have to hack around too much?
Edit in place
Many have already forgotten about this nice thing: you have something displayed somewhere, you click on it, and can edit it, without having to load an extra page, maybe loosing the context. With the above mentioned callbacks this shouldn’t be too hard to realize.
iUI for everybody
Maybe it’s just me but limiting my application to the iPhone is a bit… restrictive, isn’t it? I noticed that iUI applications actually are great for start pages, such as iGoogle, Netvibes and similar. By making a Netvibes module you even allow users to add it to the Mac OS X Dashboard or the Vista Widget engine. So making iUI compatible with Internet Explorer and Firefox would be a source for new users (well ok Firefox already works with some minor bugs, not much to do here…)
Well these are just a few ideas I had while developing with iUI, what about you?
September 4, 2007
Ajax, CSS, DOM and JS-related resources
- Mozilla Developer Center: probably the most extensive work about all of the above topics with specialised sections about Ajax, CSS, DOM, HTML, JavaScript and much, much more…
- JavaScript Scope and Binding: scope is a really difficult topic for most JavaScript beginners, here you get the chance of getting it right the first time.
- YUIBlog: while running through the list I noticed that many great tutorials were actually published on this Blog, including the Event-Driven Web Application Design and many good screencasts, definitely worth a try, even if you don’t use YUI! yourself.
- JSON: The X in Ajax is redundant some developers thought and replaced it with the JavaScript Object Notation.
- Ajax Design Patterns & Site design using Prototype: although I usually don’t plug my own stuf, I’m proud of these two creations
July 11, 2007
What the iPhone means to WebDev
The other great thing is that OpenID (my other favorite topic :D) will also start being used more extensivel, because we all know that writing on small devices is a real pain. There’s a great post over at FactorCity on OpenID & iPhone, which I think says it all.
June 6, 2007
Google Gears, my two cents
I know it’s a bit late to unveil the news that Google has published yet another great tool to you, since you’ll probably already heard it about ten times until now (2 days too late and it’s old news, I sometimes hate the internet…). Now all of you (probably no one at all) will be waiting for my personal point of view in this matter. At first I was pretty excited (hell I even made about 10 screenshots just to show them in my next blog post), and even more when I found out that Google Gears is already used in a bunch on non-Google applications too (RememberTheMilk being my personal favorite for now). But the excitement soon wore off, sure taking my stuff offline and being able to manipulate my wonderful Ajaxified applications is a great proof of concept, but when will I ever use it? What I mean by this is that, yes you can take the data offline, but you can’t yet take the interface offline, so you have to open the application, synchronize your data to use it offline, then switch to offline mode (which basically means you put your Notebook in suspend mode, and then resume when you don’t have network (think Plane), don’t ever even think about closing your browser because you won’t be able to get back! And what’s even worse you can’t access linked information either, which is bad since I really enjoy having some flick(r) through my Flickr-Feeds and look what my friends and contacts did last weekend.
My verdict: really impressive stuff, but please make something similar to load pages/interfaces from the cache.
2 Comments