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


Add a external icon and link target dynamicly

Apr26
  • Share/Bookmark

Difficulty: ★☆☆☆☆

Setting target=”_blank” is not strict valid (x)html. But you want to open all your external URL’s in another window. An[......]

Read more...


Add a right-click shell action

Apr20
  • Share/Bookmark

Difficulty: ★☆☆☆☆
I love Scite, this tiny easy code editor, is powerful, can handle and format all kind of codes (ruby, php, java, javascript, xml, html[......]

Read more...


Flex Cross Domain Policy

Apr18
  • Share/Bookmark

Difficulty: ★☆☆☆☆

Flex won’t load data from a server that is not in the domain from which the SWF file originated unless there is a crossdomain.xml i[......]

Read more...


Installing sqlite3 fails

Apr18
  • Share/Bookmark

Difficulty: ★☆☆☆☆

Ajj. Working with Ruby and the gem for installing sqlite database fails.
I tried to download sqlite3, and run the install gem command:

D[......]

Read more...


J-Spring 2009 java conference

Apr15
  • Share/Bookmark

Difficulty: ★☆☆☆☆

I think, the Dutch Java User Group (NLJUG) is one of the best (Java) usergroups. Twice a year they organise a Java conference event; J-Fa[......]

Read more...


Working with Hippo (a Java CMS)

Apr13
  • Share/Bookmark

Difficulty: ★☆☆☆☆

Getting started
We will run Hippo CMS via the Jetty Application Container,
which is included in the Quickstart
Hippo CMS download packag[......]

Read more...


Setup a Java environment

Apr13
  • Share/Bookmark

Difficulty: ★☆☆☆☆

Java JDK Installation
1. Download a JDK: Java JDK6.
2. Run the installer.

Environment variables
1. Make a new environment variable called[......]

Read more...


IE8 why so sad? It ain’t that bad.

Apr6
  • Share/Bookmark

Difficulty: ★☆☆☆☆

Blame it on Microsoft

People like to blame it on Microsoft and it’s browsers. Everywhere on the internet you can read these kind of[......]

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