How To: Change Location Bar Search in Firefox

You might not have noticed that in Mozilla Firefox, when you type a word or words into the location bar (instead of a URL), Firefox sends you to the first Google search result for that term. This is a pretty neat feature, but I don’t use it that often, mainly because many times I need to look down the list of results to find the link I need.

A search I do use often is searching Wikipedia. Want to change Wikipedia to be the default search in the location bar? Vanilla.

In Firefox, type about:config in the location bar and press enter. Now, in the ‘Filter’ search, type “keyword.URL” without the quotation marks. Right-click on the “keyword.URL” preference and select ‘Modify’. In the box enter the following link:

http://en.wikipedia.org/wiki/Special:Search?search=

And press enter or click ‘OK’. Now open another tab, and in the location bar (where you usually enter http://chrismlindsey.com) enter “Firefox” (again, no quotes) and press enter. This will take you to the Wikipedia page on Mozilla Firefox.

Now, say you want to keep Google as the default search in your location bar, but still want to search Wikipedia quickly. Easy solution, we’ll create a keyword search.

To do this, we’ll create a new bookmark. Click ‘Bookmarks’ in the file menu at the top of your Firefox window, click ‘Organize Bookmarks,’ and then click ‘New Bookmark…’. In the ‘Name’ field enter “Wikipedia Keyword Search”, in the location field enter this link:

http://en.wikipedia.org/wiki/Special:Search?search=%s

In the ‘Keyword’ field enter something like “w” or “wp”. Now click ‘OK’ and close the Bookmark Manager. In the location bar, enter:

wp Firefox

or

w Firefox

And watch as the Mozilla Firefox article appears.

UGA Key in the Red and Black

UGAKey.com made it into the Red and Black today, the first day of printing for the new school semester. The article is here.

I am a little disappointed in the R&B in this story and some other issues, but I will post on those later today.

Right now, I am off to my first class of this new semester.

*UPDATE – August 17, 2007*

I’ve decided not to write another post about this sad article by the Red and Black. Every experience I have ever had with the R&B has been very disappointing. Suffice it to say, I will not work with the Red and Black again.

PS – At least Athens World gave us a good review. And it looks like they actually looked at the site before writing their post.

UGA Key Back Online

I’m really proud to say that the UGA Key is back online at UGAKey.com. The Key is a database of grades given out in University of Georgia courses since 1999.

The Key was originally published by UGA’s Office of Institutional Effectiveness, but was taken down in March of 2006 (for the full history, see here). The University of Georgia Student Government Association originally did not fight to keep The Key online, but later told students they had worked with the University to ensure that The Key would be made available to the student body by SGA.

The Key was never fully put online by SGA. Parts of The Key were placed online at three different websites, each with a different format, thus incredibly hard to use and be useful.

I worked with my two friends, Noah Mink and Paul Ruddle, to put The Key back online in a usable form. I think it can be considered the first web app any of us has created, and I think it has turned out pretty well.

So, if you have been wondering why I have been quiet lately (here and in my offline life), it is because I have been putting this together.

Here’s the press release regarding the new website:
Continue reading

Switched Themes Again

You might have noticed that yesterday I changed the theme here at Chris M. Lindsey again.

I have switched from Redoable 1.2 over to ScribbishWP. ScribbishWP is a WordPress-port of the Scribbish theme for the Typo content management system.

I switched because I am tired of the slow load times that come with the K2 and K2-based WordPress themes. That, and the guys that make K2 never seem to want to release stable updates to their theme.

I like the ScribbishWP theme because it loads fast and because it is plain. I like the way it looks, and it doesn’t have all the bells and whistles that make any site load really slow.

The first thing I issue I noticed with the theme was that ScribbishWP doesn’t always work with IE, especially if you post content that is bigger than 500 pixels. This is fixed on the front page, but some of the pages with screenshots have the sidebar at the very bottom.

All in all, I like it. I still need to customize a few things. I would like to change the reddish/maroonish color over to maybe a more UGA red or a blue, and add in my Twitter status thingy again. The theme also doesn’t incorporate the ‘edit post’ link when logged in as an admin, like most WordPress themes do. No big deal, I can add that myself.

Anyways, I hope you like the new look of the site.

How To: Use A Header Image in Your WordPress Theme

Occasionally you will find a WordPress theme that you like, but it does not allow use of a logo or graphic in place of the default text link. You might want to jazz up the theme, or throw on your company’s logo.

header with only text

This is a relatively easy problem to fix, but you have to get your hands a bit dirty and change some code. I’ll try to make this as simple as possible, after the jump!

Continue reading