Mash-ups with YQL

Nov7
  • Share/Bookmark
…and why Corizon mashups suck.

Difficulty: ★★☆☆☆
It was because of working with Corizon that I became more interested in creating Mash-ups*.
During t[......]

Read more...


Migrating from Joomla to Wordpress

May3
  • Share/Bookmark

Difficulty: ★★☆☆☆

One of my websites is build on the CMS Joomla. These days I’m much more comfortable with Wordpress.
Today I will guide you, how to [......]

Read more...


4 checks for diagnosing remote database connection problems

Apr6
  • Share/Bookmark

Difficulty: ★☆☆☆☆

There are 4 main checks for diagnosing remote database connection problems:

  • tnsnames.ora
  • Oracle class path
  • ping
  • tnsping

tnsnames.ora

Fi[......]

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