Category Archives: Web Development

IE6: Is It Still Here?

Every web developer, and designer, knows the problems when trying to make one of their creations compatible with IE6. If it’s not the box model anomalies, it’s something to do with the aged JavaScript engine or the lack of modern CSS support. Trying to make something compatible, and often just workable, in IE6 is a [...]

Also posted in Technology | Tagged , , , , , , , , , | Leave a comment

Recent Activity

Rather than do what I normally do, which is make a large post on a specific topic, I thought just to break the mould a bit and try something different I would make a post that would go through all the recent things I’ve been doing, and what I think I’ll be coming up against [...]

Also posted in Life, Technology | Tagged , , , , , , , , , , , , , , , , , , , , , , , | Leave a comment

PHP Tutorial: Fetch and Display Tweets

This is hopefully the first in a few posts that will describe and explain a quick and easy method to get something up and running using PHP. This tutorial will talk through a class I wrote extremely quickly that can pull tweets using Twitter’s REST API from both protected and public accounts, and that will [...]

Also posted in PHP, Tutorials | Tagged , , , , , , , , , , , , , , | 3 Comments

Server Tools: iftop

This is a problem I seemed to come up against a lot when running my simple little servers: where does all the bandwidth go, and what slows the whole network down? Well rather than continuing to whinge, I looked around, and found this tool: iftop (a very clever hybrid name of top and ifconfig), which [...]

Also posted in Servers, Technology | Tagged , , , , , , , , , , , , , | Leave a comment

PHP Multi-Dimension Array Functions

A while ago, I realised how difficult it can be in PHP to work with multi-dimensional arrays, especially sorting and converting them. A lot of PHP’s built-in array functions like array_unique, ksort, etc. do not work with multi-dimensional arrays, and leave it up to the developer to provide the functionality. I ended up making a [...]

Also posted in PHP | Tagged , , , , , , , , , , , , | Leave a comment

Web Development Environment

I got thinking today about this a bit, so I thought I’d share some opinions on it. Think about it, what tools do you use everyday for your web development job that you just simply couldn’t live without and why? Why do you use one tool instead of another? Here are my thoughts on some [...]

Posted in Web Development | Tagged , , , , , , , , , , , , , , , , , , , , | Leave a comment

My Discovery of WebML – Web Modelling Language

For those that have never come across it, WebML is a wonderfully unique way of designing the structure and content of a web application using a new modelling language. It seems to me that it is relatively unknown, although I may be wrong and it might just not turn up on any of the stuff [...]

Also posted in University | Tagged , , , , , , , , , , , , , , | 1 Comment