You Can RSS Google News

You can save Google news, as well as any Google news search as an RSS feed. This is hands down a very useful feature for people who visit their local newspaper website everyday because they don’t offer an RSS feed.

Living in Alaska, I have found myself wanting to read more about the local happenings and goings on. I am not a fan of visiting the Juneau Empire news papers’ website. The website has a horrible design that is hindered by the fact that I actually have to go visit the site and not just subscribe to an RSS feed like so many other websites these days allow.

I was just playing around with Google news the other day and saw the RSS icon show up in the URL bar of my Firefox browser. So I thought “Wouldn’t be cool if you can rss your searches?”. So I searched for Alaska in the google news search bar and sure enough, after the page loaded I saw the RSS icon. I click on the Icon, selected the RSS feed, and added to my Google Reader. It worked!

Floating Image Change For WordPress 2.6

I run or administer several WordPress based websites including this one. For the the last week I slowly began upgrading these sites from WordPress 2.5 to 2.6. The upgrade for me and these sites have been very easy. None the less, you should always do a backup before doing an upgrade.

I am writing this post because I noticed a change in how WordPress handles floating your images from version 2.5 to 2.6. If your using a custom WordPress theme and floating your image to the left, right, or center, you may notice that your text dose not wrap around your image like it used to. This is due to new class elements that are required in your CSS. You wont notice any of these image floating issues if your using the default WordPress theme. But many people are using custom themes. After plenty of troubleshooting and reading online about this I finally discovered the solution and thought I would share it. Just add the following code below anywhere to your CSS file for your WordPress Theme.

img.alignleft, div.alignleft {
float:left;
margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright {
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncentered, div.aligncentered {
text-align:center;
margin:0 auto;
}

Presto, that should resolve all your image flowing issues with the new wordpress 2.6.

Shortly after drafting this post up I discored I had been beaten to the buch by HackWordpress.com and WordPressrocks.com.

UPDATE: How to display the CAPTIONS for the image properly

.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #f3f3f3;
padding-top: 4px;
margin: 10px;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.wp-caption img {
margin: 0;
padding: 0;
border: 0 none;
}
.wp-caption p.wp-caption-text {
font-size: 11px;
line-height: 17px;
padding: 0 4px 5px;
margin: 0;
}

Add this to the end of your themes CSS.

North Sound Safety’s Website Redesign

Occasionally I get ask to do some website work. It does not happen all that often, but I am happy to do it when it comes in. Recently I finished the redesign for North Sound Safety’s offical website.

North Sound Safety is a motorcycle training company located in Washington state. They are professional at teaching riders young and old, beginner or seasoned, the importance of Motorcycle safety.

Their old website was very consistent with it’s navigation. However, the pages (the homepage particularly) had a lot of stuff going on and could make it hard for the user to focus on what he or she was looking for.

Old North Sound Safety Website

My first redesign design attempt was to just clean things up and tighten the over all look and feel of the website. I do most of my design work exclusively in PhotoShop.

First Redesign

My client really liked the new look and feel of North Sound Safety’s new design. He had a few changes he wanted made before I could go forward with writing out the HTML for the site. The finished product looks like this image below.

New North Sound Safety Website

The final product incorperates Google Maps, as well as Flash. The whole top banner graphic is a Flash animation. I need to thank Jason for givng me some lessions in flash so i could create that rotating banner. The completed website can be viewed at www.NorthSoundSafety.com. Take a look around. Let me know what you think.

Chat With Me

Recently Google’s development team released a web widget for their Google Talk Chat Network called “Chatback“. This widget allows anyone visiting my website to be able to chat with me without having to sign up for any kind of account. I think think it’s pretty cool and I am giving it a test drive. I have currently placed it on my side bar. So feel free to chat with me!

HardDrive Replacement

Hard DriveTwo weeks ago I was sitting down at my PowerBook to do some work. Right away I noticed that my mouse and keyboard were not working. “This isn’t good” I thought to myself. My computer rarely gives me any trouble at all. Upon closer inspection I heard a noise that could sounded close to “the click of death” that pledged old . It’s the type of noise that would make a zit faced Geek Squad rep from Best Buy say “That not a good sound”. From That point i powered down my Powerbook was not able to get it to boot back up again. I would just keep getting that hard drive clicking noise.

It was upsetting at first that my hard drive might be dead but I was very great full that I do nightly backups on my system. (Thank you Silverkeeper)

I spent a good chunk of that first weekend trying to save my drive. With the help of some disk utility software I was able to get my computer to boot back up again. But it was not the same. The whole system was slow and eventlly a few days later the hard drive died.

Powerbook openedSo, I ordered a new hard drive from newegg.com and four days later (it’s because I live in Juneau) I had it installed. Replacing the old hard drive was not as easy with the G4 Powerbook as it was with my G3Powerbook. With the G3 it was just a matter of lifting up the keyboard. With my G4 it required a lot more steps. Just look at this to see what I went through.