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


Unminify (decompress) javascript

Dec20
  • Share/Bookmark

Difficulty: ★☆☆☆☆

Today I needed to edit a minified javascript file.
I came across this tool which can decompress / unminify it for better reading:

http://[......]

Read more...


eFocus number 1 internet full service company

Dec13
  • Share/Bookmark

Difficulty: ★★★★★

Last week the company I work for: eFocus, became number 1 in the Emerce top 100.
We’re very happy with this notation!


eFocus #1 internet full service company

Read more...


Style sexy submit buttons with CSS

Dec13
  • Share/Bookmark

Difficulty: ★★☆☆☆

It’s nice to style your buttons with CSS. – For anchor tags, this is easy todo, if you use the sliding doors CSS technique.
B[......]

Read more...


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


User roles based Wordpress site

Nov2
  • Share/Bookmark

Difficulty: ★★☆☆☆
For a client of me, I had to create a website, where the frontpage
has a loginbox. Only registered users, can access the full website.
Th[......]

Read more...


Modify all Wordpress posts for syntax highlighter

Nov1
  • Share/Bookmark

Difficulty: ★★★☆☆
I installed a new syntax highlighter for this blog.
The thing is, with syntax highlighters that they all use their own prefix.
For exampl[......]

Read more...


WordPress Internal Caching

Oct31
  • Share/Bookmark

Difficulty: ★★☆☆☆
In case when you have slow database server, it might be a good idea to store frequently used data
in a serialized form on disk. WordPress[......]

Read more...


Aptana 1.5 and SVN 1.6.x

Oct20
  • Share/Bookmark

Difficulty: ★★☆☆☆

org.tigris.subversion.javahl.ClientException - svn: Unable to open an ra_local session to URL svn: Unable to open repository 'file:///D:/[......]

Read more...


7 CSS tricks for a print stylesheet

Oct16
  • Share/Bookmark

Difficulty: ★☆☆☆☆
There are some cool styling tricks, which are nice to have when it comes to printing out a webpage.
Please see my Print CSS snippets and [......]

Read more...