Invoke Java servlet with YUI

Aug31
  • Share/Bookmark

Difficulty: ★★☆☆☆
In one of my previous post I showed you how to invoke a Java servlet with Ajax/Javascript.
Now I will show you the same example with the[......]

Read more...


Joomla plugin’s – copying, fixing or creating them

Aug22
  • Share/Bookmark

Difficulty: ★★★☆☆
It happens to me, every now and then.
I’m working on a great Joomla site and I need that module or plugin which I used on one of my[......]

Read more...


Invoke a Java Servlet with Javascript

Aug20
  • Share/Bookmark

Difficulty: ★★★☆☆
It is possible to invoke a Java Servlet from your Javascript.
Just implement this code. Please see the comments in the function.

var requ[......]

Read more...


Protect from deeplinking

Aug18
  • Share/Bookmark

Difficulty: ★☆☆☆☆
A good example of deeplinking is that an other website is embedding your content (for example images or video’s) into his/her websi[......]

Read more...


Get rid of many page requests; use CSS sprites

Aug9
  • Share/Bookmark

Difficulty: ★☆☆☆☆
This trick is so easy but unfortunately not much used on the web.
There are 2 pro-reason, why you should start using sprites (a technique[......]

Read more...