|
|
|
Ask HN: Guide/Tutorial for designing a WebUI from scratch?
|
|
11 points
by aagnihot
6087 days ago
|
|
I am C/C++ programmer (system programming background), and was experimenting with Web Application development in my spare time (using Perl). Is there any Web UI development tutorial which you guys refer (or have referred in past), which teaches Web UI development ground-up?? Like making custom buttons, making custom menus, customizing backgrounds, screen resolution handling, in short everything... |
|
Web UI is difficult to define (there is no standard, but there are a bunch of competing standards) - and from a RAD perspective it's behind where the desktop was 10 years ago.
You may also get some benefit from looking into web frameworks such as Catalyst (if you know Perl), or Django or Rails (for Python and Ruby respectively). Examples for those frameworks really are very good walkthrus of creating a webapp.