Category Archives: Random stuff

Building up a (coders) blog site?

One of the things needed are those cool code coloring JavaScript thingies.. Ok, syntax highlighters is what they’re named. So, it’s no wonder the good one is named “Syntax Highlighter” and integrates very well with WordPress..


	if ($type == "Encode") {
		echo 'Encode';
	} else {
		echo 'Decode';
	}

Tagged ,

URL Encode/Decode

The first real use of Exec-PHP.. Yesterday I was looking for an online URL Encoder/Decoder, and all I found were encoders and a decoder on some prehistoric website. So, here’s a encoder/decoder written in PHP (it’s not really written, it’s just using urlencode() and urldecode() functions..). More info about Percent-encoding.



Encode Decode


Tagged , , , ,

PHP inside posts

Today I tried finding a good PHP injector in WordPress posts. Hopefully, Exec-PHP is one of them (or at least seemed by the comments and activity).

So let’s try it:

This is made usin’ PHP.

Tagged ,

Here goes nothing.

Finally decided to quit on the plain old PHP coding, and use some of these generators. WordPress seems quite a nice one.

So here it is, a bit about everything, my website..

Tagged