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


6 popular Javascript Frameworks

Apr28
  • Share/Bookmark

Difficulty: ★★☆☆☆

Javascript frameworks are for easing development and dynamic web apps.
These toolkits enables you to deal with Ajax calls in an easy and [......]

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