Using CSS Pseudo-Elements

In the 2.1 CSS Specification, there are four different pseudo-elements available to use. These are :after, :before, :first-letter and :first-line. Here’s a quick description of each one.

Read the rest..

7 Useful Apps For Linux (GUI)

There are so many fantastic desktop applications for linux users. Here’s a list of the top 7 that I favour the most.

Guake

This is so simple it hurts. A fold away command line anyone? Hit F12 and it’s gone. F12 again and it’s back! Keeps your terminal session persistent too.

guake screenshot

recordMyDesktop/gtk-recordMyDesktop

While recordMyDesktop is a command line tool for capturing desktop sessions, gtk-recordMyDesktop (in the screenshot) is a front-end written in python.

gtk-recordmydesktop screenshot

BleachBit

From the website:

BleachBit deletes unnecessary files to free valuable disk space, maintain privacy, and remove junk. Rid your system of old clutter including cache, cookies, Internet history, localizations, logs, temporary files, and broken shortcuts.

bleachbit screenshot

HardInfo

From the website:

HardInfo can gather information about your system’s hardware and operating system, perform benchmarks, and generate printable reports either in HTML or in plain text formats.

hardinfo screenshot

Agave

Agave is a very simple application for the GNOME desktop that allows you to generate a variety of colour schemes from a single starting colour.

agave screenshot

Freemind

Fantastic mind-mapping software that does so much more besides

freemind screenshot

DeVeDe

DeVeDe is a program to create video DVDs and CDs (VCD, sVCD or CVD), suitables for home players, from any number of video files, in any of the formats supported by Mplayer.

devede screenshot

Open A New Browser Window

Although best practice dictates that you shouldn’t force a new browser window on a user, sometimes (perhaps for a PDF file) you really want to. If you’re using a transitional doctype, this isn’t a problem. You’d simply use the ‘target’ attribute and set it to ‘_blank’.

Read the rest..

Linpus On The Aspire One?

The chances are that if you use a linux distro, you’re a natural fiddler. You just can’t leave things be, you have to constantly ‘improve’ things. I recently found myself tinkering once again after buying an Acer Aspire One. Hearing all of the bad reports about Linpus, the default OS for the Aspire One, I quickly decided that I too didn’t like it.

Had I really given it a chance? Or was this just a burning desire to ‘tinker’? Or was it the fact that my wife actually liked the look of Linpus and I had to prove her wrong?

Whatever the reason, I quickly forged ahead with my plans to remove Linpus (without my wife’s knowledge) and installed Ubuntu 9.04 Netbook Remix. At first glance, this is indeed a great looking distro for the Aspire. Everything works as it should and it looks far nicer than the default Linpus ‘large icon’ desktop that appears as if it was designed for children under the age of 5.

I used UNR for a day and had no complaints whatsoever. The next morning however, things weren’t quite right. The night before, I’d let the battery run down which (obviously) shuts the computer down. In the morning, the machine wouldn’t boot up. I had to manually run fsck to repair the corupted files. I tested this again by letting the battery run down and once more had to use fsck to get the bloody thing booted.

No problem I thought; there’s bound to be a fix for this somewhere. After a day searching the net, I failed to find a solution. Then I noticed, while trying to install a vnc client, that I couldn’t install any new packages (or indeed remove any). Somehow, dpkg had been corrupted. I couldn’t get round this problem either (clearly I’m not a linux pro). I’d had enough by now and just wanted a working netbook. There are lots of netbook specific distros to choose from and it seems that each distro has varying bugs, some more than others.

So for the time being I’ve gone back to Linpus. Once you’ve done some basic customisation, it’s actually not that bad. Following the tips on this page helped me out a lot so thanks to the author, jorge.

Before I go and install another distro, I’d love to hear other people’s experiences. Let me know what distro you chose for your Aspire One and why.

Which CSS Framework?

It’s time for a bit of feedback from you. Unless you’ve been living under a rock, you’ll have heard of ‘CSS frameworks’ but have you ever used one? A quick search on Google brings up a multitude of different ones but which one is the best?

I’ve put together a quick list of the most popular frameworks out there and would love to hear your opinions of them. There’s even a poll! Woohoo!! I’ll give the top 3 frameworks a review in a later post.

Oh and if your favourite isn’t listed, please post a comment telling me which one you prefer :)

Which CSS Framework Do You Use?

View Results

Loading ... Loading ...

Simple Dropdown Menu

In an ideal world, creating a cross-browser dropdown menu would be straight forward. Unfortunately, the world of browsers is far from ideal (as long as Internet Explorer 6 still exists!). For other browsers, the following code works fine: Read the rest..