Introduction to HTML5

Jan30
  • Share/Bookmark

Difficulty: ★★☆☆☆
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. [......]

Read more...


SQL oracle: don’t show empty values.

Jan29
  • Share/Bookmark

Difficulty: ★★☆☆☆

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[......]

Read more...


SQL – query on date

Jan15
  • Share/Bookmark

Difficulty: ★☆☆☆☆

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 [......]

Read more...