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


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


Cookies in Javascript

Jul8
  • Share/Bookmark

Difficulty: ★★☆☆☆
A cookie (also tracking cookie, browser cookie, and HTTP cookie) is a small string of text stored on a user’s computer by a web bro[......]

Read more...


Mootools and jQuery conflicts in Joomla 1.5

Jun28
  • Share/Bookmark

Difficulty: ★★☆☆☆

Yes, Mootools and jQuery can conflict each other, when you load both on your page.
Ofcourse, they can use same method names, therefore on[......]

Read more...


jQuery for IE7Pro userscripts or Greasemonkey

May20
  • Share/Bookmark

Difficulty: ★☆☆☆☆

Some weeks ago I made a blog post, about IE7Pro userscripts, the Greasemonkey-like plugin for Internet Explorer 7.
I’m still deeply[......]

Read more...


GreaseMonkey for IE7

Mar23
  • Share/Bookmark

Difficulty: ★★☆☆☆

Today I will write only good stuff about IE7Pro, the ultimate add-on / plug-in for Internet Explorer 7. Cause beside the handy features s[......]

Read more...


Javascript: Frame Hijacking Phishing

Oct27
  • Share/Bookmark

Difficulty: ★★★★★

This hack is often used for frame hijacking/phishing technics. Imagine there’s a webpage (not yours) on where you can not run code [......]

Read more...


Salesforce date/time functions

Oct27
  • Share/Bookmark

Difficulty: ★★☆☆☆

Oh I loved my previous project, where I had to work with the CRM: Salesforce.
Salesforce coding was fun: S-Controls (iframes), Salesforce[......]

Read more...


Javascript GET URL parameters

Oct27
  • Share/Bookmark

Difficulty: ★★★☆☆

This Javascript function I’ve used a lot. Retrieve URL GET parameters with Javascript.
(For example:
http://www.theUrl.nl/script.ht[......]

Read more...


Javascript language items

Oct27
  • Share/Bookmark

Difficulty: ★★☆☆☆

Clientside scripting is hot. At this moment lots of Web 2.0 applications are created with Ajax/Javascript. Ofcourse you won’t mix y[......]

Read more...