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


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