Introduction to HTML5
Jan30Difficulty: 




For the Accenture newsletter I wrote an article about HTML 5. You (as not Accenture employee?) can read it on my blog:
HTML 5 is coming. [......]
Posted in html |canvas, / html 5.0, / html5, / ogg theora, / ogg vorbis, / tags, / video, / webforms 2.0
» Post your comment, there are no comments yet. »
SQL oracle: don’t show empty values.
Jan29Difficulty: 




Ever wanted to query a resultset and received a whole bunch of results with empty values?
Just query on select no empty values.
The query[......]
Posted in sql |empty values, / not null, / oracle, / sql
» 1 Comment, post your comment now. »
SQL – query on date
Jan15Difficulty: 




Say you want to query all the fields after a specific date.
You’ll just write a sql with a value > then the filled in date.
But how [......]
Comments