View Single Post
08-08-2007, 08:55 PM
#16
Village Genius is offline Village Genius
Village Genius's Avatar
Status: Geek
Join date: Apr 2006
Location: Denver, CO
Expertise: Software
Software: Chrome, Notepad++
 
Posts: 6,894
iTrader: 18 / 100%
 

Village Genius will become famous soon enough

  Old


  • XHTML Transitional?
  • Fixed, must have copied the wrong doctype



  • Usability: Put the submit button after the input field.
  • done



  • Usability: Make it work without JS
  • How?



  • Usability: No mention of what should be entered in the input field (a valid URL?)
  • Will do



  • Usability: No visual cue upon submitting the AJAX request -- only when response is received.
  • It takes a split second to process, but il do it.




  • Why use META refresh rather than appropriate HTTP headers?
  • What? Im not using any refresh.




  • Hard-coded to 'shorten' google link, not the value input into the form.
  • Oops, I put that in during debugging, fixed.



  • Why not unobtrusively apply the JavaScript rather than hard-coding it into the form opening tag? (Look into window.onload, or even better when the DOM is ready)
  • Not sure how to do what you are talking about.