Home

"Stuff" I find useful on the inteRnet

The odd PHP or MySQL snippet. Some CSS, various online generators and utilites that help with day to day HTML and CSS coding. Basically a place for me to keep reminders to myself when I lose all the pieces of paper I have all over the place.

Apr 9, 2011
Category: General

WhatTheFont



Apr 2, 2011
Category: Utilities


This site has quite a few text tools. Very handy for dealing with lists and documents.
Apr 2, 2011
Category: General

Google web fonts

Apr 2, 2011
Category: Utilities

Pixlr is an advanced online inage editor.

Apr 1, 2011
Category: Utilities

TestSize is a great utility for viewing your website at different resolutions.

Jan 17, 2011
Category: MySQL
This MySQL query tests for the existance of a record
Jan 17, 2011
Category: MySQL
This query will help you to find duplicate records in a MYSQL table...
Jan 16, 2011
Category: Text Generators

This is a text generator that comes with some nice options...

So why use a text generator?

It is a long established fact that a reader will be distracted by the readable content of a page when looking at its layout.

Jan 9, 2011
Category: Utilities
Eyedropper tools are used to match a color of an existing graphic. This is a tool normally found in paint and drawing programs. However, you can get them from the web, for free, and use them in any program.
Jan 8, 2011
Category: CSS

I haven't designed any web pages for ages now.
I decided to do the 'right thing' and design a new site entirely with css. Well, one or two people have been experimenting with this new-fangled CSS stuff for a few months now, right? ;-)

Anyhow, I spent almost a whole afternoon trying to find out why my lovely design was jumping about 10-20 px to the left when I trimmed the page from 3 columns to 2 columns. It was only happening in FireFox wheras Internet Explorer was fine. This at least was my first clue. I spent ages and I mean ages trying to find out what I had done wrong.

I copied and pasted the working code and slowly removed each element. It was a working 3 column layout that I copied to a 2 column layout and removed the extra column. After removing the content - it was ok. After removing the <div> it was ok.

So where was I going wrong?

I thought I was going mad!!!

I tried removing individual image elements - I tried removing borders. I tried removing padding...

Before trying any of them I instinctively knew they wouldn't work - but hey..? You have to try, right?

Well, long story short, it turned out that it was nothing more than the FireFox ScollBar. Obvious when you know about it - but it can drive you nuts when you don't.

Here is the solution...

html {overflow-y: scroll;}

Yep that's it.
That little snippet came courtsey of Dave Woods.

So there ya go.
Jan 8, 2011
Category: MySQL

These are just a few MySQL 'one-liners' that I have found useful

One returns the total number of rows in a table.

Another tests the existance of a record

 


Jan 8, 2011
Category: Utilities

Flash Color Scheme Generator

I don't know about you, but when it comes to matching colour schemes for new sites... I suck! Bigtime! Until, I found this...

Jan 8, 2011
Category: Utilities

Word Count Tool

I found this useful, when I was trying to work out how big a MySQL field should be.

Word Count Tool is a free tool that counts the number of words submitted to it.

Jan 7, 2011
Category: Utilities

TinEye

You can submit an image to TinEye to find out where it came from, how it is being used, if modified versions of the image exist, or to find higher resolution versions. TinEye is the first image search engine on the web to use image identification technology rather than keywords, metadata or watermarks.