Has anybody downloaded this yet? I see three css files and one minified js. What is the total size of all three of these?
The styles are under 70 kb combined.
51–60 of 95 posts
Has anybody downloaded this yet? I see three css files and one minified js. What is the total size of all three of these?
The styles are under 70 kb combined.
I apologize in advance if this opinion offends anyone, but every HTML UI kit that I've seen simply can't hold a candle to native kits such as WinForms, WPF or even Cocoa. I would really love a write-once browser based solution, but I just can't see that type of solution ever catching up to native tech. How long do we have to wait before the browser can catch up? Do you think it will ever happen? The closest thing tha…
I am working on a UI lib which is written in Javascript and completely painted on HTML5 canvas. I know, crazy idea... I got rid of the incompatibilities of the browsers, I got rid of DOM: I defined my own event system, component graph, etc... This will be someting like a traditional desktop component based UI, just in javascript, in the browser. Styling will be far more advanced than CSS: you can even inject a custom…
Dragging on SGS shows circular dragged object as if dragged by left top corner of bounding box.
I'd seriously consider using this, just because of the stagnancy of jQuery UI. It's a massive project with hundreds of long-open tickets (despite thousands of dollars spent on incentivizing developers over the summer through http://rewardjs.com/ ). 1.8 was released in March of 2010, and the last milestone release for 1.9 was back in May. To be fair, a lot of jQuery UI's development headaches come from supporting IE6,…
Weird.
I apologize in advance if this opinion offends anyone, but every HTML UI kit that I've seen simply can't hold a candle to native kits such as WinForms, WPF or even Cocoa. I would really love a write-once browser based solution, but I just can't see that type of solution ever catching up to native tech. How long do we have to wait before the browser can catch up? Do you think it will ever happen? The closest thing tha…
I am working on a UI lib which is written in Javascript and completely painted on HTML5 canvas. I know, crazy idea... I got rid of the incompatibilities of the browsers, I got rid of DOM: I defined my own event system, component graph, etc... This will be someting like a traditional desktop component based UI, just in javascript, in the browser. Styling will be far more advanced than CSS: you can even inject a custom…
If you take away how this looks, and start digging into the project from a beginner's perspective, this project is awful. I find this with most of the supposed "UI frameworks" out there for HTML. With a few exceptions, they mostly lack: 1. Good documentation that doesn't just define the framework, but teaches you how to use it and get stuff done with it. Code already defines what it is, your docs should tell me why i…
Note: You cannnot use this library on your web site . The licensing agreement forbids you from redistributing the library, whether or not it's minified. It further states, "You are not allowed to integrate the Software into end products or use it for any commercial or productive purpose." So private deployment is out too. It's strictly for your own evaluation and amusement. http://www.kendoui.com/download/licenseagre…
After poking around on their website, I noticed that this library is being developed by Telerik ( http://www.telerik.com/ ), which is a pretty big vendor for .net libraries. The trouble is I don't think they have a library for MVC3-ish apps with a front-end focus. At my place of work, we are ditching the traditional asp.net development and porting our app to MVC3. In the switch our Telerik .net controls were no longe…
If you take away how this looks, and start digging into the project from a beginner's perspective, this project is awful. I find this with most of the supposed "UI frameworks" out there for HTML. With a few exceptions, they mostly lack: 1. Good documentation that doesn't just define the framework, but teaches you how to use it and get stuff done with it. Code already defines what it is, your docs should tell me why i…
I apologize in advance if this opinion offends anyone, but every HTML UI kit that I've seen simply can't hold a candle to native kits such as WinForms, WPF or even Cocoa. I would really love a write-once browser based solution, but I just can't see that type of solution ever catching up to native tech. How long do we have to wait before the browser can catch up? Do you think it will ever happen? The closest thing tha…
I am working on a UI lib which is written in Javascript and completely painted on HTML5 canvas. I know, crazy idea... I got rid of the incompatibilities of the browsers, I got rid of DOM: I defined my own event system, component graph, etc... This will be someting like a traditional desktop component based UI, just in javascript, in the browser. Styling will be far more advanced than CSS: you can even inject a custom…