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
"Ain't no sense worrying: If you have no control over something, ain't no sense worrying about it -you have no control over it anyway. If you do have control, why worry? So either way, there ain't no sense worrying."
- Mickey Rivers