stackemedia

IE and Firefox Alpha blending (CSS)

This was posted in CSS, Development, Tutorials on May 24th, 2009

To set alpha blending for an object (i.e. image), add the following lines to your css file (first line for IE6+, second line for Mozilla Firefox.

filter:alpha(opacity=70);
-moz-opacity:0.7;

Configuration Settings Section (.NET)

This was posted in Development on May 24th, 2009

When running multiple web applications, you may want to store settings in a global configuration file. To make things easier to read, configuration settings may be stored in application specific section blocks. In this tutorial, I will show you what to add to the web.config and how to use the settings in your web application. This is applicable to asp.net 1.1.

Read the rest of this entry »

Getting Things Done

This was posted in General, Software on May 24th, 2009

clock“Getting Things Done” or “GTD”, according to Wikipedia, is a action management methodology thought up by David Allen. The core principles are:

  1. Collect. Gathering and storing “information”.
  2. Process. Review collected information, i.e. in an email inbox.
  3. Organise. Assign labels to the “information”, i.e. follow-up, hold.
  4. Review. Check tasks and reminders daily to keep on track.
  5. Do. Organisation should not take much time; mostly you should be working on tasks.

Read the rest of this entry »

My Favourite Applications

This was posted in Software on May 24th, 2009

applicationsThere’s plenty of software out there that you can use for free. I try and keep what I install on my machines fairly limited. Here are my Top 5 (in no particular order) favourite open source / free software that I use from day to day.
Read the rest of this entry »

Windows XP to Ubuntu

This was posted in Software on May 24th, 2009

Ubuntu ScreenshotSometimes you just get fed up with Microsoft Windows. You may feel this way because it isn’t behaving the way you want, or  you simply don’t want to pay through the nose for an Operating System.

One day I decided that I didn’t really need Windows XP on my Dell Laptop, and installed Ubuntu 8.04 Hardy Heron – just to see what it was like and whether it would be compatible enough.

Read the rest of this entry »

Joomla & MoWeS rocks!

This was posted in Software on May 23rd, 2009

mowesYou may be thinking about having your own website, but don not know whether to write your own site, or to invest time in setting up some third party software like Joomla or Wordpress. I have had many different sites in the past, from static html content to dynamic data driven site, but in the end had decided that Joomla was the best package for me. Maybe after reading this you’ll give Joomla a go (and I’ll point you in the right direction in order to try Joomla out, without any need for web hosting or installing anything onto you pc).

Read the rest of this entry »

New Site

This was posted in General on May 22nd, 2009

Due to problems with my old web host – I’ve moved to a different hosting company and have created a new template. I’m tweaking the design at them moment (and having lots of fun doing it!).

Unfortunately IE6 isn’t playing nice :-( – means I have to do everything twice! If you want to see the site in a proper web browser; use Firefox!!!


Tested browsers: firefox, chrome, IE8