April 17, 2008 at 11:02 am
· Filed under Internet
Back in 2004, I signed up my old site “hm2k.org” to Google AdSense as an attempt to raise funds for my work.
It’s content was mainly made up of what I was researching around that time, including a few controversial topics such as hacking, trojans and warez distribution. (Oh the joys of being under 18, or at least I was at time of original creation).
Read the rest of this entry »
Permalink
April 16, 2008 at 3:06 pm
· Filed under Internet
I signed up for Twitter quite some months ago, but have yet really found myself using it.
I’m sure some of you are wondering what twitter actually is. The best way to describe it is a way to tell people you know what you’re up to. It fills the gap between emails and blogs.
This way, your friends can find out what you’re up to without having to actually ask you, and only if they’re interested.
Quite a novel idea. Read the rest of this entry »
Permalink
February 19, 2008 at 12:13 pm
· Filed under Internet
I’m always looking for new ways to get my hands on mp3s, this is yet another way, thanks to myspace.
I figured out that there must be a way we can get our hands on the actual mp3 files found on the myspace music player.
All we had to do was decode their site so we are able to grab their mp3s.
Read the rest of this entry »
Permalink
February 6, 2008 at 1:00 am
· Filed under Development, Internet
In the world of web development and search engine optimisation you find this topic is frequently discussed, yet often without any reasoning or conclusion. Therefore the purpose of this article is to investigate why.
So, let’s start at the very beginning, and find out what “word separators” actually are, and why we need them in URLs.
Traditionally a word separator is a space, yes, an every day space you create with your space-bar key.
The problem with using spaces in URLs is that when the URL is utilised in a browser (for example), the URL is encoded using percent encoding which causes spaces to appear as the encoded “%20”, resulting in an ugly URL formation which is humanly difficult to read.
ie: http://www.example.com/percent%20encoding
How do we overcome the problem? Over the years a workaround has developed…
…the dash, no the hyphen, no in fact it’s the minus sign (yes, I mean this “-” symbol)…
ie: http://www.example.com/not-percent-encoding
Read the rest of this entry »
Permalink
January 25, 2008 at 10:40 am
· Filed under Internet, Sysadmin
When I was about 16 I hacked my schools website, why? how? Let’s find out…
Read the rest of this entry »
Permalink