Categories
Archived Coding

What is a Kext?

A common misconception seen on a lot of places is that a .kext file is some sort of driver for the Mac OS. That is not entirely true – the kext resembles a driver but does a lot more than just act as a driver! Definition kext stands for Kernel Extension and is an extension […]

Categories
Archived Coding

Considering Switching – ExpressionEngine versus WordPress

In one of my new projects, Thy Old XBOX, I have used WordPress and had a chance to look at its numerous blogging-friendly features. That, and EllisLab’s rather horrid way of handling ExpressionEngine 2.0’s release and the fuss around it, has got me thinking. I am in all honestly wondering whether WordPress would suit me […]

Categories
Archived Coding

Should we give Legacy Users less Features?

Found this interesting read over at ExpressionEngine.com and their forums. It’s about legacy browsers and how to compensate for the time it takes to develop sites for them. Working with Legacy Browsers and Reduced Functionality I also had my own little say in the argument. I don’t fully agree with you, after reading the whole […]

Categories
Archived Coding

New Design (again?)

What a relief! Just finished off the new design, added all the tidbits and copied it over from localhost. This baby had me working for days, and I’m still not a 100% satisfied. But hey, at least it’s better than the old one? As you can see from the bottom menu, I’ve used some jQuery […]

Categories
Archived Coding

Serious Work on the Gallery has begun

I shall from now on spend more time on designing, and updating the gallery than I have before. You will soon see a much smoother interface and a big load of new photos. I shall also hoover the Interwebs for design inspiration for the gallery as well as the blog itself. You might happen to […]

Categories
Archived Coding

Working on a PHP Poll

The past few days I’ve begun working on a homebrew poll application written in PHP. It utilizes the latest PHP features such as custom classes, objects and functions, working hand-in-hand with AJAX scripts giving it the best performance and functionality available. I’ve only yet started on it, and I have still a dozen or so […]

Categories
Archived Coding

Sitemaps? Why?

Why would you want to keep an ugly XML file with references to all your links? How is that necessary in any way? How do you generate it? I’ll try and answer those questions in an orderly manner, but first I will give you a brief introduction on XML. Basically, XML (Extensive Markup Language) is […]