Tag: HOWTOs

HOWTOs WordPress

iPod and WordPress coolness in one day.

I came across an awesome HOWTO on getting linux and games on your iPod. Now if I just had a color screen iPod (I have gen 2). On another note, WordPress.com now offers “VIP Hosting” which would be a great option for a few projects I am working on. Great job Automattic! [tags]iPod, linux, games, […]

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

Apache HOWTOs HTML/XTML Web Development

mod_include to the rescue

After working with content management managements for well quite awhile now, the thought of creating more than seven (more than five, less than ten) static pages for a client makes me cringe. Why? I am spoiled by using template driven solutions. With templateing, if I need to make a header change, I change it one […]

CSS Hints HOWTOs Web Development

troubleshooting/debugging css.

After spending fourteen hours this weekend working on CSS for a project (99% positioning), I thought I should write something about troubleshooting and debugging common problems I usually run into in hopes it can save others a few minutes/hours/frustration. What to do when the unexpected happens (including when nothing at all): class(.) or ID(#)? There […]

Apple HOWTOs

troubleshooting rss feed problems in safari.

I now subscribe to almost 100 RSS feeds and use Safari to manage my them. Over the last year, I have run into problems with some of my RSS feeds where there is an error with one RSS feed and the error text seems to leak into other feeds. The blog/news entries still appear correctly, […]

Apple HOWTOs

fun with defaults write in Mac OS X.

Ever since yesterday’s defaults write question and then post, I have been doing some fun research on what else is possible with defaults write Note:Most of these changes require you to restart the finder after entering these into Terminal.app killall Finder. change your screenshot file format: defaults write NSGlobalDomain AppleScreenShotFormat JPEG or TIFF or PNG […]

Apple HOWTOs

Show Hidden Files in Mac OS X

A Mac OS X/UNIX newbie asked me if there was any way to show all the hidden files in Mac OS X so that he could browse the UNIX directories when using the Finder. Since there may be others out there that have the same need/want I thought I would share an easy way to […]

HOWTOs

dedication.

I just got done reading an excellent article “How to be an expert” that hit home. How many times did I try to learn CSS, then get frustrated and go back to tables? More than a few times for sure! The take home lesson of course is that hard work and dedication do pay off […]

Hints HOWTOs UNIX

print out certain line numbers with sed.

It has been a year now since I completed my UNIX/Linux certification training and every once and awhile I think about my friend Perl, but I really enjoy helping others with some simple needs. Ben (yeah, I got him using WordPress too ;)) aked me a great recently: Question: If i have a huge log […]

HOWTOs

safari bookshelf's rough cuts.

I know this has been available for awhile, but I wanted to highlight it for anyone who has not heard of it. We all know and love O’Reilly books. I have several. I also have a subscription to Safari Bookshelf in case I have free time and want to read a good technical book. O’Reilly […]

CSS HOWTOs

css basics.

I had promised Doug I would have an upcoming post “that would change his life.” Well, since I am busy with a few projects, I have not had time to devote to this post. Of course this life changing post will finally convert Doug from using tables to CSS for page layout. In the meantime, […]