Tag: Hints

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

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 […]

Hints HOWTOs

good css practices.

I was recently asked to recommend and comment on some good CSS practices for a client and I thought I would pass some of them. Use a table of contents. I always start my stylesheet(s) with a table of contents so I can easily locate particular styles in the future. I would recommend breaking your […]

Apple Hints Serenity Now!

Fun With Postfix and Launchd

If it is not one thing, it is another. I recently had to set up a web server using Mac OS X 10.4 that needed PHP 5 and Postfix so I could send email via a particular PHP script. I used Marc Liyanage ‘s PHP 5 package and then decided to to then use Mac […]

Hints HTML/XTML Web Development

using the title attribute in html links.

Ever wonder how to get a mouse over “tool tip” to appear without much hassle? Use the title attribute (keep your mouse over the link for a few seconds to see this in action). Not only does this help your users/readers get more information, it also helps people who are using auditory browsers will have […]

Hints Serenity Now!

Quick Paint Clean Up Tip

What do you do when someone you think is coming over to your house to do you a favor (“hey do you still need some help…”) , make a mess, request money and leave all while living with someone who is very detail oriented and who does not take any crap? I do not know […]

Hints HOWTOs

creating google maps.

I just finished a quick project for a friend that used Google Maps. I was approached with the question: “I want to create a map that will illustrate the two hotel options and the reception hall for my wedding invitation. Do you know of any mapping software that I could use to do this?” I […]