vote up 2 vote down star
2

I need to write a temporary Web-based graphical front-end for a custom server system. In this case performance and scalability aren't issues, since at most 10 people may check the system simultaneously. Also it should be PHP or Python (server) & JavaScript (client) (can't use Flex or Silverlight for very specific non-programming related issues).

So I know I could use YUI or jQuery, but was wondering if there is something even more high-level that would say allow me to write such a little project within a few hours of work, and get done with it. Basically I want to be as lazy as possible (this is throw-away code anyways) and get the job done in as little time as possible.

Any suggestions?

flag

8 Answers

vote up 3 vote down check

As it hasn't been mentioned yet: jQuery.UI

link|flag
Yes forgot jQuery.UI hadn't used it but since it leverages jQuery it should be easy. – Robert Gould Nov 17 '08 at 9:13
Funny how your question now asks for something easier then JQuery (the internet is a free medium, you can ask what you want ;) Yet my answer for JQuery is accepted :p don't mind though. – boris callens Dec 18 '08 at 15:46
1  
I dont think jQueryUI qualifies as "very high Level" UI framework. – Marko Dumic Jan 28 at 12:25
Well in my defeonce:It seems the OP has been modified since my answer. Also, define "very high level". – boris callens Jan 28 at 15:08
Although I use it on occasion, this is definitely NOT "very-high level UI framework for Javascript" – Marko Dumic Oct 8 at 12:30
vote up 5 vote down

You could look at ext.js - it provides lots of widgets to GetThingsDone quickly.

link|flag
Thanks, ext.js looks nice and the samples seem to use little code – Robert Gould Nov 17 '08 at 9:11
You should add a note that Ext 3 is bringing tons of improvements, including a graphical UI builder. – eyelidlessness Nov 17 '08 at 9:24
vote up 2 vote down

ExtJs, Bindows, YUI. First two are commercial but worth the money.

link|flag
vote up 4 vote down

I've recently been playing with Cappuccino, and find it a very straightforward and pleasant framework to work with.

link|flag
vote up 1 vote down

I would try application.js - less animation fluff, lots of controls and it's a window manager (someone mentioned Bindows.. not worth the money for a terrible UI).

used in this Online Word Processor

I find cappuccino confusing, and I don't want to learn yet another language tied to a single library.

link|flag
vote up 1 vote down

YUI seems to be good while Extjs also comes very close. There is little difference between YUI and Extjs, though YUI is free has a much larger community support and is backed by a giant like Yahoo. for cappuccino u will have to spend time learning heir Objective-J, once learnt that you need not write a single line of HTML,CSS and Dom manupulation.But if you are comfortable with all these why spend time learning objective-J ? Bindows again is a good framework very similar to YUI and Extjs, what I like about it is that it has many ready made themes that makes it more attractive and simple to design your own custom theme. But say 2 years down the line I personally feel that YUI would have gone much farther than all these.

link|flag
vote up 0 vote down

Sproutcore would be a good choice.

If you're unfamiliar with it you might find that the time required to learn the basics is too long for throw-away code but once you've got the basics down it's quite quick to develop with.

link|flag
vote up 0 vote down

Check out DHTMLX.

DHTMLX Toolkit is a comprehensive set of Ajax-enabled DHTML UI components. Professionally developed grid, treegrid, treeview, tabbar, calendar, menu, toolbar, combobox, windows, items browser, color picker and file uploader empower developers to build cross-browser web applications with high interactivity and rich user experience. DHTMLX components provide the most complete set of features and allow you to bring desktop-like functionality to the web.

link|flag

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.