Spread the Word

Site Feed



Powered by FeedBlitz

Subscribe with ...

  • Add this blog to my Technorati Favorites!
  • Subscribe in Bloglines
  • Subscribe in NewsGator Online
  • Subscribe in Rojo
  • Add Random 

Bytes (WebLens Blog) to Newsburst from CNET News.com
  • Add to Google
  • Add to My AOL
  • Subscribe in FeedLounge
  • Add to netvibes

Translate This Post

Burn a Feed

Ping the World

Friday, May 18, 2007

Google Overhauls Search Results Display

Got an email yesterday from a friend, with a link to an article about recent changes over at Google. Seems the search giant has yet again tweaked its search functionality. Such news always alarms me, as I teach Internet search and this usually means extra work. This time, though, the change is a small one.

According to CBC News, Google is combining its multiple search offerings (web, images, blogs, etc.) into a single "universal search". The change is only evident at Google.com (not the various international flavours of Google) and pretty superficial, from the user's perspective anyway. A few sample images and news search results — if there are any — have been rolled into the web search results list. Google also now offers the ability to narrow by related search.

The various search types (which were displayed immediately above the search field) are now at the top left of your screen. Additional search types are available through a dropdown instead of a link to a separate page and they are reduced in number.

Compare for yourself. Here's Google.com and here's the Canadian variant.

I can't quite see the point of this. But oh well. It's not earth-shattering.

Monday, May 14, 2007

Monetize Your Blog with Job Listings

SimplyHired.com's Job-a-Matic service allows any blog or web site owner to monetize a site with paid job listings. Target by industry and set your own pricing for listings you attract, and the company shares revenues with you 50/50. If your listings are on the skimpy side, Job-a-Matic "backfills" with relevant postings from SimplyHired.com's five million strong database of jobs. Click-throughs are rewarded with a 30/70% revenue split. You can target jobs by keyword or geographically, or both. (One down side — the service is currently limited to the U.S. only.)

Job-a-Matic generates a customizable listings page and lets you create widgets and ads that you can paste into your blog or site, as I have done at left below. The backfilled listings served by Job-a-Matic are attractive and easy to read, with some useful enhancements such as the ability to quickly and easily access geographically relevant salary information. Any listings you attract are added to the database, and promoted through SimplyHired.com's extensive network, which includes MySpace and LinkedIn.

The service debuted in February of this year, and already over 600 blogs have signed on. SimplyHired claims to be the world's largest job search engine and was lauded as one of the 50 Coolest Web Sites by Time magazine.

Tuesday, May 08, 2007

New Blogger Layout Conversion No Picnic

Whew! After hours of frustration, I have succeeded in moving this blog's template over into New Blogger. I did my best to maintain the same look and feel, but there are subtle differences. (You can see the old template by clicking on the thumbnail at left.)

And what a learning curve it's been. Hopefully, the results will prove worth it. One of the major benefits of New Blogger (and certainly my primary motivation in upgrading to widgets view) is the new labels/categories feature, evidence of which you can see at right below. Those who have been with me for a while will be familiar with the various not-so-successful code hacks and workarounds I have employed over the years in an effort to give this blog that all-important missing functionality.

I posted recently on the changes needed to get the 3-column Minima template that I give away here working properly in New Blogger layout view. That was a piece of cake compared to this blog's template, because of all the customization I had done. New Blogger didn't like my classic template at all, and the easiest approach to feeding New Blogger widget view something it could digest proved to be to rebuild it from scratch. I started with the 3-column Minima template, but you can only get so far dragging widgets around the screen. To get the functionality and look and feel I wanted, I had to delve into New Blogger's XHTML code, which is a whole lot more obtuse and less forgiving than Old Blogger's code. (Tip: all tags must be closed, even IMG tags, or they will generate error messages.)

More Internet Explorer Grief

Lots of challenges followed, including the usual crazy-making peek-a-boo float and IE box model problems. I employed an inelegant code hack (child selectors) to solve the latter problem and get the template performing roughly the same in both Firefox and IE. The peek-a-boo float problem was solved by adding {position: relative} to the div in question. There are still infuriating inconsistencies though, which I am at a loss to explain: the left padding of some of the sidebar contents seems to mysteriously reset for no apparent reason, jumping the headings and web badges all over the place in IE. I can find nothing in the code to account for this, and I'm truly mystified. There's a limit, however, to the energy I'm prepared to expend in pursuit of perfection.

Adding Post Auto Links

A tougher challenge, critical to the business goals of this blog, was getting the small WebLens badge that you see at the top of this post into the default post configuration. In Old Blogger, this was easy to do and I had previously shared the necessary code tweak here. In New Blogger's Page Element view, you can insert a link (or anything else) by adding a new HTML/Javascript widget to the center column. This will add the inserted object to the individual post pages. But call me obsessive: I wanted it to also appear on all posts on the main index, archive, and category pages. This required getting up close and personal with New Blogger's expanded widgets code view.

Trouble is, there is nothing obvious in the code to indicate where posts begin and end. Instead, there are plenty of convoluted loops, if/then/elses, cryptic widgets, and mysterious includables. See for yourself in the tiny snippet at right.

It took hours of trial and error to find the right spot to paste the link. After much experimentation, it finally came down to two possibilities, which I have highlighted in red. Pasting the link after either of these seems to work. I opted for the first, as you can see. I might never have solved this if it weren't for Bonnie Calhoun's fantastic blog, How Can I Do That?, which I found in the Blogger Help Groups. Her post on inserting Adsense code finally pointed me in the right direction.

Anyway, I hope you like the new look and feel, and — above all — enjoy the ability to easily find relevant posts on topics that interest you. Let me know what you think.