Image 01 Image 02

0
Posted on 26th September 2008 by Sebastian

Spheres drawn in papert

Spheres drawn in papert


Were you one of the kids who spent their days messing around with Logo, drawing whatever odd shapes came to mind?

You can now relive the past, for Thomas Edward Figg, or tef as he calls himself on Something Awful, has made a JavaScript-based Logo interpreter. Now you can watch the Koch snowflake, the Hilbert curve or whatever else your mind happens to think up unfold itself before your very eyes — without having to leave your browser window!

So I urge you, click on any of the examples I linked before — or if you’re extremely lazy, click here:

papert - logo in your browser

If you want example code to run, I can suggest checking out the Something Awful thread on papert by the developer himself.

1
Posted on 26th August 2008 by Sebastian

So, I was surfing through recently added articles on Digg (as I usually do), and I came upon something called “10 Reasons Why you Should Not Download FireFox“.

Now, being quite a fan of Firefox, I decided to read through this.

This read will not help you stop fighting with your lover over who’s doing the washing up but there will not be any questions left concerning which is the best web browser in the world. To avoid being accused of subjectivity I will give you some points that NOBODY will be able to argue with because everything in this article will be true and verifiable.

So be it, I thought, I’ll go check out those errors. For these tests, I will be using the latest version of Firefox (3.0.1) and Internet Explorer 7.0.5730.13 to compare. [...]

1
Posted on 21st August 2008 by Sebastian

If you have an externally hosted blog (at, say, Blogger, LiveJournal, …), you might miss the ability to have a shortcut icon, or a favicon, as it’s often called.

Favicons in action

Favicons in action

What a favicon is, in case you don’t know, is a small icon (usually 16×16 pixels), that is displayed next to the address bar in most browsers.
[...]

0
Posted on 20th August 2008 by Sebastian


I’ve been fiddling a bit with jQuery for a small project of mine,* and ended up needing to position an element somewhere on the screen. This gets fiddly in CSS when you don’t know the exact size of the element, but in jQuery, it’s a breeze. At least with my little plugin. [...]

0
Posted on 3rd August 2008 by Sebastian

So you have a new fancy cellphone and it has the ability to play back video clips?

Well, here I will teach you how to easily convert your existing videos into ones that’re compact enough to carry around in your pocket — for free!
[...]

0
Posted on 24th July 2008 by Sebastian

So, while I was i vacationing in the Czech Republic this last week, I was playing a lot of DS. Among the games I played was Arkanoid DS.

First a little bit of reviewing of it; the engine is great, no excessive powerups, a great soundtrack. I believe Deceased Crab commented the best about the level design, however.

So, frustrated with the level design, as any sane person would be, I pondered how hard it’d be to make one’s own levels for the game. Not too hard, it turned out. Thusly, I here bring you a guide to make your own levels in Arkanoid DS: [...]

0
Posted on 12th July 2008 by Sebastian

Yet another day, yet another userscript for Greasemonkey (for Firefox, if you insist on continuing the chain).

This time, I’ve made a script for the readers of the Something Awful forumgoers.

Bothered by long quotes of posts you’ve already read taking up a lot of space in threads? Well, then this userscript is for you!
What it does is simply to add the ability to fold and unfold quotes by clicking the “Sebbe posted:” header — automatically folding them as a default.
Edit: This has been changed, now it doesn’t fold as a default, but it is toggleable in the menu.

If this sounds like something for you, then let’s do it like I did in my last post:

Screenshots: [...]

0
Posted on 11th July 2008 by Sebastian

As you may know, I’m quite fond of making userscripts for Greasemonkey, so naturally when I was bored tonight and my brother was browsing Neopets I thought to myself:

It’s a bit annoying having to go to PPT just for the quicklinks, isn’t it?

And thus it came to be that I decided to make a quick userscript to insert the quicklinks — painstakingly ripped from PPT by my brother while I was coding, I might add! — into the left sidebar on any Neopets page!

So, without further ado, I bring to you:

Screenshot:

[...]