Linux Crash Course

Linux Crash Course

This is a quick and very basic crash course for someone new to Linux administration. The following commands should get you through navigating files and simply finding your way around the operating system. Help! One option that might be useful if yo...View Article

Leave your thoughts
Windows 7 Keep On Top

Windows 7 Keep On Top

thought that it would be useful to inform my visitors of a neat little program that you might find useful. I like working on my computer with a movie or video in the background, but flicking between screens means that it’s a hassle to keep the movie...View Article

Leave your thoughts
Toggle Jquery UI Checkbox Array

Toggle Jquery UI Checkbox Array

Ok, so the title may not explain what this post is about, but hopefully it covers the basics. Recently I have been rewriting a website, adding smarted code and classes. One of the new features I have added is Jquery UI. While this in itself is not n...View Article

Leave your thoughts
Calculations To Scale An Image

Calculations To Scale An Image

A couple of times I have had to deal with images in my code. Recently I had a project that needed the user to upload an image, which then needed to be scaled down to fit an area. Below I detail the calculations that I used. For this demonstration, w...View Article

Leave your thoughts
Pre Check Form Before Submit

Pre Check Form Before Submit

Below is a script to allows you to run a precheck function in Javascript, preventing the form from being submitted if you detect a problem. First, in a separate, external Javascript file, copy the below script: The above code is checking a checkbox...View Article

Leave your thoughts
Select a Range in MS SQL

Select a Range in MS SQL

Selecting a range from a table is easy in MYSQL. Say you want to bring back results that you are paginating. Bringing back thousands of results is inefficient and needless. MS SQL there isn’t a simple way of doing this. The best way I have found, or...View Article

Leave your thoughts
Quick SQL Copy Table

Quick SQL Copy Table

Just a quick SQL tip that I have been using recently, and is aimed mainly at MS SQL, but I cant see any reason why this wouldn’t work on MY SQL, except for the fact the MY SQL has easier Backup facilities. The background for this is that I was makin...View Article

Leave your thoughts
SQL Custom Order

SQL Custom Order

I recently had a problem while creating a list of players for a project. I needed to list them in a certain order based on their position. I knew there were only 4 possible positions, but wanted them returned in the order of GK, DEF, MID and STK. I...View Article

Leave your thoughts
Adding Camera Raw to Photoshop

Adding Camera Raw to Photoshop

I recently reloaded my computer and had to figure out how to add Camera Raw to Photoshop CS3. This should help you with whatever version you are using. Firstly, you will need to download the Camera Raw, and a list of versions can be found on the Ado...View Article

Leave your thoughts