Builidng Better Solutions For Web Development Recent WorkHow We Work

HTML

Links

Code snippets

HTML Forms

Below is as simple HTML Form skeleton


<fieldset>
 <legend> Form display name</legend>
 <form name="name" action="some_handler.cgi" method="post">
   <label for="field_one">Field one:</label>
    <input type="text" name="field_one" value="defaultValue" />
   <label for="field_two">Field two:</label>
    <input type="text" name="field_two" value="defaultValue" />
   <input type="submit" value="displayedText" />
  </form>
</fieldset>

Latest News
Feb. 11, 2008
Wells Ideas Inc. launches their redesigned site.

The site is built on a symfony platform and utilizes client information from their project management site.
Quote Of The Day
"The trouble in America is not that we are making too many mistakes, but that we are making too few."
- Phillip Knight