Archive for month: January, 2009

Handling layout breaking text #2

31 January, 2009 (18:13)

This is a follow-up post to the previous one. I have made some modifications so that you can have HTML tags in your text and my code will still work. I’ve packed the whole thing in a PHP5 class which you can get here. I wanted to put a demo up, but apparently I don’t [...]

Handling layout breaking text

30 January, 2009 (18:56)

Displaying user entered content on a web page can be a pain in the ass. The biggest problem I was always having was long words (usually something like this: “hahahahahahahahah” spanning 100 characters etc) and how to prevent them breaking the layout of the web page. I tried various techniques but none worked as I [...]

Eye Of The Beholder

27 January, 2009 (00:47)

Working with users and their problems on a daily basis and developing new features for them to use, I’m becoming more and more envious of their ignorance regarding computers. I simply, for a long time, couldn’t wrap my mind around some of the issues they ware having, and I failed to understand how they couldn’t [...]

Fetch YouTube video data with PHP

18 January, 2009 (19:48)

I’ve written a simple PHP5 class for fetching information about YouTube’s videos (nothing fancy). You can fetch title, description, key words, author, thumbnail URL, flv URL and you can save the flv file (like keepvid.com). You can grab the source code here. You can use it freely, just remember that I can’t guarantee anything.
You use [...]

The thing that should not be

7 January, 2009 (16:35)

“Generate static HTML content pages”, should never, ever, ever be an answer to any question. Ever. Unless you replace “generate” with “cache” and there’s a “database” somewhere in there too. This is probably painfully obvious to most of you, but, annoyingly, it isn’t to all software developers out there.
I’m working on converting one of our big [...]

Working at home is hurting my brain

3 January, 2009 (16:21)

I started working in the software industry in the summer between my first and second high school year. I worked during my school holidays in a company called K&S Consulting d.o.o.
It was all very exciting; I learned new things, worked on web pages, had a lunch breaks, poped out for a fag every now and [...]

Hello world!

3 January, 2009 (05:48)

This is my fourth first blog post. I had my old page here before (which you can see here). Now there is this one, and knowing me this will probably the only thing written here for a long time. Unless, of course, it won’t be. I shall see. And this “new” page is not a [...]