On the code again…
I made this blog so I could write about my coding experiences in all places. If I make short posts that don’t make any sense, it’s probably because I don’t have time to write more and may come back and edit them later on.
Right now, I’m just thinking about the retards who think it’s fun to ask you to write code for them. “Why isn’t this code working?”, they cry. “Because you are stupid and don’t know what you are doing! :)”, you kindly respond.
For example, someone came into the MooTools support channel and asked why his code wasn’t working. Well, here it is:
$('container').addEvent('mouseover',getMouse);
function getMouse(event){
var element=Event(event);
posx = element.client.x;
}
What the crap?? o_O In what language would that EVER make sense? Beats me…
Also, I have no idea how to get code blocks/highlighting working right now. I’ll mess with it later.

Leave a Reply