Recent content by saviornt

  1. S

    which is better xhtml or html, javascript or ajax

    xhtml is better than normal html (only difference is that everything has to have a closing tag afaik).. and AJAX is javascript (combined with XML and css). AJAX = Asynchronous Javascript And Xml :p
  2. S

    Javascript Confirm dialogue box help please

    Quick question on a confirm dialogue box function I am currently working on. I have a form with a few text fields. These are: Textfield 1: ID = "item" Textfield 2: ID = "price" Textfield 3: ID = "quantity" Textfield 4: ID = "type" (Buy or Sell) On the submit button, I have an onClick =...
  3. S

    Help Making Web 2.0 Graphics

    Well, in that case :p Depending on what I want to do, for "flashy" graphics I'll use a mix of: Photoshop, Illustrator, Flash (for animation), and, believe it or not, After-Effects for some other interesting stuffs. Mainly though, just photoshop and flash.
  4. S

    Help Making Web 2.0 Graphics

    No such thing as web 2.0 graphics to be honest. Photoshop for still images, Flash for animations, and After Effects for movies. It all depends on how you use the graphics. For example: <test> <name>Test Stuff</name> <graphic>../images/test.png</graphic> <desc>This is a test image</desc>...
Top