Does computers make you mad?

Oct30
  • Share/Bookmark

Read more...


URL encoding

Oct29
  • Share/Bookmark

Difficulty: ★★☆☆☆

On my job I often get a lot of questions about forming URL’s with parameters. The key is URL Encoding.
For example when you have a [......]

Read more...


Changing the allowed Firefox version of add-ons.

Oct28
  • Share/Bookmark

Difficulty: ★☆☆☆☆

Last week there was this girl, complaining to me that during her Mozilla Firefox 3.1 beta
update, she could not run her favorite Firefox [......]

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 trick: load hidden s-control on every page

Oct27
  • Share/Bookmark

Difficulty: ★★★☆☆

This is one of my first Salesforce hacks; this trick will learn you how to load an hidden S-Control on every Salesforce page:

My S-Contro[......]

Read more...


Salesforce: Cases css stylesheet

Oct27
  • Share/Bookmark

Difficulty: ★☆☆☆☆

Use this CSS stylesheet for your custom S-Control pages.
Your mod will look like a real Salesforce styled page. (cases tab style)

body {[......]

Read more...


Salesforce Query Functions

Oct27
  • Share/Bookmark

Difficulty: ★★★☆☆

These handy Salesforce functions I used a lot, for doing Salesforce database queries.
You can use these functions in your S-Controls:

/*[......]

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