bookmarks

links for 2010-08-22

  • Nicholas C. Zakas puts his position on HTML validation. I think that like anything, understanding the rules and why they exist is important – having the confidence/right to break them requires enough knowledge of what you are doing. Also, slavishly following a specification or doctrine is dangerous. (Not just in front end development!). But beware the inexperienced designer that gets wind of the idea that validation is not important. Give them an inch…

links for 2010-08-21

links for 2010-08-08

  • Another point for the "Drupal is shit" argument: A seemingly simple feature, allowing the drupal_add_js() method to accept an external URL, has been an active ticket here since October 2006, and still hasn't made it into the stable codebase. This points to either a bloated framework, or a broken process, or both. Apparently tabled for the D7 release, but I'm not hanging around to find out.
  • I'm trying to do a background upload in a form that contains other data. So the upload should go on once the file is selected and the user can continue with the other input fields. Much like gmail does it. For various reasons I can't split my file upload field into another form, so I was hoping to clone/copy the input form to a new JS created form and submit it there. As discussed in this post, cloning a file input field doesn't copy the value in all browsers. The workaround is to simply move the field to the new form, not clone it.
  • working on a file upload script for a job, and on investigating the values returned in the Firebug console I became curious about what data I could get about a selected file. Which led me, via Google, to this. Interesting.

links for 2010-08-06

links for 2010-06-09

  • Playful ("A day of cross disciplinary frolicking") was my favorite event last year. I had a really good refreshing and inspiring day off work and listening to some great speakers.
    (tags: playful09)
  • HTML5 is the new Ajax which was the new DHTML. All just terms for wizzy browser capabilities. Apart from discussing this question, this article is a good reference to HTML5 and related technologies
More recent entries Earlier entries