Unicode converter

Feb1
  • Share/Bookmark

Difficulty: ★☆☆☆☆

I found a handy unicode converter online. This might become handy when for encoding UTF-8 characters in Javascript/JSON objects. (such as[......]

Read more...


Create a logout button in Joomla 1.5

Jun27
  • Share/Bookmark

Difficulty: ★☆☆☆☆

In Joomla 1.5, you need to press the logout button within the login component, to log off your session.
This logic doesn’t seem ver[......]

Read more...


HTML Entities

Mar18
  • Share/Bookmark

Difficulty: ★☆☆☆☆

Using HTML entities is the right way to ensure all the characters on your page are validated.
Sometimes, it’s really irritating to [......]

Read more...


MD5 Encryptor

Nov26
  • Share/Bookmark

Difficulty: ★★☆☆☆

In software you don’t want all information user-readable in the POST or GET request. Therefore
you need to encrypt your info’[......]

Read more...


Unicode to Decimal Encoder

Nov26
  • Share/Bookmark

Difficulty: ★☆☆☆☆

Today I found this usefull link to encode Unicode to Decimal.
Unicode – Decimal Encoder

This tool encodes special characters (or fo[......]

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