• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

HTML prototype for an application

 
Ranch Hand
Posts: 464
Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i don't know much about HTML prototyping. are any sites available where i can download the HTML prototypes for web application
 
Ranch Hand
Posts: 231
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by Venkatesh Sai:
i don't know much about HTML prototyping. are any sites available where i can download the HTML prototypes for web application



It depends on what type of application you are developing and what type of prototype you want. it is more application specific, since you have to understand the requirements and then go for the prototype. If you want some tools for developing html prototype, then there is dream weaver, front page express etc.
 
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
And ow in the world does this deal with Meaningless Drivel. Someone will move this to the right forum!

Eric
 
Ranch Hand
Posts: 1847
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
a site with templatised prototypes for custom web applications seems rather meaningless to me.
The drivel will come soon enough from respondents I trust
 
S Venkatesh
Ranch Hand
Posts: 464
Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
i did not mean custom application. i will further customise it for my purpose. i just need some design templates for the new web application.
 
(instanceof Sidekick)
Posts: 8791
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Right click and "save as" any time you like. I stole this from an old version of JavaWorld, I think.
 
lowercase baba
Posts: 13089
67
Chrome Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
off it goes to HTML/JS...
 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
A prototype is a static HTML page that has the feel and look of what the application will be.
Forms might not have actual actions, Saving forms might not actually save, etc.
A prototype is to get a clear idea of what the application might look like.
So for sample code, search around for any type of HTML tutorials.
Your prototype will be based on the requirements of the Application.
Requirements = Must have "home page", "reports page", etc.
 
Eric Pascarello
author
Posts: 15385
6
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Any search on Google for templates is good to do.

Here is a listing:
http://webdesign.about.com/od/websitetemplates/

Eric
 
reply
    Bookmark Topic Watch Topic
  • New Topic