Category: Hints

General hints I think might help others that I have come across over the years.

CSS Hints Web Development

cross check your css.

If you do not have a lot of time or experience with CSS, here are some quick ways to save yourself headaches down the road. If you have read my blog before, this is nothing new, but I cannot stress these points enough. Validate your code. By simply validating your code, you can learn a […]

Hints HOWTOs Web Development

If You Want a Web Site Redesign…

If you have thought it through and tried to make small changes but you are still unhappy with your site, here are some things to consider: Existing successful web sites. The first thing that I do as a web developer/consultant is ask my clients to list three-five web sites they like and find easy to […]

Hints Web Development

a little goes a long way.

I have had a number of people ask me to help them with their web site redesigns/re-development because they are unhappy with how their current site looks. Usually I hear one of two comments: “I have been using this design for x years and I need a complete redesign.” “X in the company is complaining […]

Hints Web Development

Who is Linking to Me?

If you own a domain name or maintain a web site you have, at one time or another, wondered who is currently linking your web site. Wonder no more. If you have a Google account, you can log into the Webmaster Tools, add your site and view (and download) a table full of incoming links […]

Hints

OpenDNS

A few months ago I read about Open DNS and thought “wow, I should really check that out” but then I never did. Finally I revisited it tonight, updated my router with the Open DNS servers, and wow – I can see a big difference in speed…and I am not over exaggerating. Doug – try […]

Hints

MySQL Tips

After several days of researching and reading about how to solve a MySQL replication problem, I found a great resource on MySQL I thought I would share: MySQL Tips.

Hints HOWTOs UNIX

whereis and locate.

A few simple commands to help make your life working with UNIX a little easier: If you are looking for a certain programs, use:whereis. Example. You want to find out where ipfw is located. In the command line type whereis ipfw and whereis will spit out the location (/sbin/ipfw). If you need to find a […]

Hints HOWTOs UNIX

print file size command.

Earlier today I was asked for the command to show a file size in UNIX and so I thought I would share. There are, of course, a few ways to do this. One great little command to keep handy is:du -h. The du (display utility) will print out the size of a file or directory. […]

Apple Hints HOWTOs

outlook users having issues with mail.app attachments.

A few days I came across a problem with Microsoft Outlook users not being able to open any attachments sent by someone using Apple’s Mail.app application (the default Apple email application). Fortunately the fix is quick and easy! The real problem: Apple, by default, uses a “Rich Text Format” (RTF) for composing all new email […]