|
|
Or, use your gamerDNA username: (more...)
| ||||||
| |
![]() |
| | LinkBack | Thread Tools | Rate Thread | Display Modes |
| | #1 (permalink) |
| Registered User Join Date: May 2003
Posts: 1,399
| Rich UI Tools? "Flashy but not in Flash" I recently came across openfaces (OpenFaces) which is Java based (which I know none of hah). And from looking at the demos, you can do some really badass 'Flash like' stuff but without using Flash. I was wondering if you guys have come across any other such libraries/tools to make doing rich UI's easier/more streamlined? In any language. Pages like mint.com and shit. UI's like this are top of the line as far as I am concerned. When a site's UI makes me feel like I am not in a web browser, I consider it superb. Now granted their trends tab uses Flash, but other than that they do some really impressive stuff w/o it. Because we all know the standards and accessibility issues with Flash. I thought Flash was going to be the future a few years ago, but with stuff like disabling normal right click function (w/o programming it in) and seeing what is capable in other languages w/o doing that. I am not so sure anymore. Also any other sites you guys may know of that do stuff like this, please link them. I love design stuff and love to see what other people are doing, from a consumer endpoint I have waiting a long time for UI's to get this point.
__________________ "Talk all you want, but when I say I'm going to kill you, there's nothing you can do but die" |
| | |
| | #3 (permalink) |
| Registered User Join Date: May 2003
Posts: 1,399
| Haha of course Ajax, but that isn't a linkable library really, unless there is some ajax library that makes it easier. When I have used it I just wrote it from scratch, but I ain't no coder pro so. I know there is a JavaScript library called prototype, but I never used it and not sure if that helps the fancy UI kind of thing. Find me moar websites that use that pro ish.
__________________ "Talk all you want, but when I say I'm going to kill you, there's nothing you can do but die" |
| | |
| | #4 (permalink) |
| Registered User Join Date: May 2002
Posts: 1,538
| jQuery is another popular library. As far as I know jQuery and prototype won't provide you with an API for writing a UI, they wrap a lot of commonly used javascript features to make them easier to use, and to maximize compatibility across browsers. |
| | |
| | #6 (permalink) |
| Registered User Join Date: May 2003
Posts: 1,399
| Silverlight? isn't that the microsoft version of Flash with the exact same short comings? Edit: @Luthair, I wasn't necessarily looking for an API (though of course if there are any, that would be sweet), just anything that makes creating those awesome UIs easier.
__________________ "Talk all you want, but when I say I'm going to kill you, there's nothing you can do but die" Last edited by DisgruntledOrangatang; 09-04-2009 at 09:39 AM.. |
| | |
| | #9 (permalink) |
| Registered User |
__________________ A Stupid Name - Winterhoof |
| | |
| | #10 (permalink) |
| Registered User Join Date: Sep 2002
Posts: 229
+1 Internets | Have you got a good grasp of the DOM yet? Most of the advance JavaScript libraries will seem like Greek to you if haven't studied up on it. Just a bit of advice. All those cool effects are done through DOM manipulation, the libraries just shorten a lot of the steps you would have normally done in JavaScript and make some hard ass ones really easy. |
| | |
| | #11 (permalink) |
| Registered User Join Date: May 2003
Posts: 1,399
| I am going to say, no. But why do I really need that knowledge? Of course i just started looking into this stuff, but I ran some jquery tutorials to do basic stuff and it seemed pretty easy so far.
__________________ "Talk all you want, but when I say I'm going to kill you, there's nothing you can do but die" |
| | |
| | #12 (permalink) |
| Registered User Join Date: May 2002
Posts: 1,538
| Just going to add another in case someone else is looking: Home | The Dojo Toolkit I'd never heard of it until two weeks ago and now its popping up from multiple sources. |
| | |
| | #14 (permalink) |
| Registered User Join Date: Jan 2005 Location: Bloomington, IL
Posts: 927
+8 Internets | Worked at IBM this summer and had to use a lot of Dojo. It's a super pain in the ass, and not something you can easily pick up and run with. It has a lot of power, but if you're looking for general stuff (auto-complete, ajax calls, etc) stick with something else. |
| | |
![]() |
|
| Thread Tools | |
| Display Modes | Rate This Thread |
| |