Archive for February 19th, 2005

February 19th, 2005

Support Wikipedia (Wikimedia Foundation Fund Drive)

Permalink | Comment (0) ~ Whatever!

The non-profit organization Wikimedia Foundation, creators of “Wikipedia”:http://www.wikipedia.org/ among other projects, is having a fund-raising drive. If you want to support this awesome web resource, you can get information on donating “here”:http://wikimediafoundation.org/wiki/Fundraising. If you have a “PayPal”:http://www.paypal.com account, donating is point-and-click painless… so no excuses.

February 19th, 2005

A9 is Hiring ‘Block View Drivers’

Permalink | Comment (0) ~ Whatever!

“A9″:http://www.a9.com, Amazon’s search service, is “hiring”:http://a9.com/-/company/job-driver.jsp ‘Block View Drivers.’ These are the folks that drive around major cities talking street-level pictures of businesses for A9’s “Yellow Page service”:http://a9.com/optical?a=oyp. Here’s a bit of the job description:

bq.. While on the job, you will drive a specially equipped vehicle with GPS, a digital camera, and computer hardware/software to collect geo-referenced imagery. The ideal candidate will have experience with all of these technologies, and will be confident in his or her ability to troubleshoot any hardware and software problems that may arise.

p. For a little background on how they took these pictures, check out “this”:http://a9.com/-/company/YellowPages.jsp.

Google recently purchased “Keyhole”:http://www.keyhole.com/, so I am sure they have something cooking along the same lines. For a ‘preview’ of what might be coming, check out Microsoft’s “TerraServer”:http://terraserver.microsoft.com/. I’ve noticed that they have updated some of the urban landscape photos recently. “Here’s”:http://terraserver.microsoft.com/addressimage.aspx?t=4&s=8&Lon=-122.12816734&Lat=37.41580018&Alon=-122.12816734&Alat=37.41580018&w=1&opt=0&addr=3990+El+Camino+Real%2c+Palo+Alto%2c+CA+94306&qs=3990+El+Camino+Real%7cPalo+Alto%7cca%7c a shot of the “Baja Fresh”:http://www.bajafresh.com location in Palo Alto, CA. How about a Double-Double from “In-n-Out”:http://terraserver.microsoft.com/addressimage.aspx?T=4&S=8&Alon=-122.128167&Alat=37.415800&W=1&opt=0&qs=3990+El+Camino+Real%7cPalo+Alto%7cca%7c&addr=3990+El+Camino+Real%2c+Palo+Alto%2c+CA+94306&Lon=-122.09338707333333&Lat=37.4207918? Some trick stuff is coming…

February 19th, 2005

Favicon Generator and Learning CSS

Permalink | Comment (0) ~ Movable Type

I’ve been doing some revamping of the site this morning. I changed my CSS style sheet a bit to eliminate underlining of links. I found that the links were already distinctive enough, since they are a different color than normal text. A good site for learning CSS is W3School’s “CSS site”:http://www.w3schools.com/css/default.asp.

I’ve also been playing around with adding a “favicon”:http://en.wikipedia.org/wiki/Favicon for the site. I thought that Photoshop would support @.ico@ files, but no luck. Alternatively, I felt like this feels like a web ’service’ — upload an image file, and get it back in @.ico@ format. Indeed, such a service does exist “here”:http://www.chami.com/html-kit/services/favicon/ — very trick.

BTW, I found the favicon site using Yahoo! Search. For some reason, I was having no luck on Google/A9 (which is not to say that you couldn’t find it on Google, just that my query style was more efficient on Yahoo!). Lesson = using multiple search sites pays off.

_*Update: 2005_20_02*_
I changed the format for @blockquote@ tags in my CSS file to:

.content blockquote {
line-height: 150%;
border: 0.5px solid #666666;
padding: 5px 15px 5px 15px;
background-color: #FFFFFF
}

p. This adds a box around the blockquoted text. I found this style “here”:http://www.brandmalaysia.com/. I’m going to try this out for a while.

_*Update: 2005_20_02*_
I changed the css file for the sidebar background color to a light shade of gray to separate it from the main content window.

.sidebar {
padding: 15px;
background-color: #F3F3F3;
}

I changed the @banner@ id’s: 1) background color in the css to @C0C0C0@, 2) reduced the banner height to @22px@ and 3) changed the padding to @5px@.

And I removed the ‘blog description’ (i.e., @

@) from the @Main@ templates.


Technorati Profile |