RSS
 

Archive for July, 2009

Google Loves Competition

09 Jul

Google has announced a new Chrome-based operating system. Of course, if you read blogs like mine, there’s no way you didn’t already know that.

It amazes me how many people assume Google wants to drive Microsoft out of business. From a ZDNet article: “The Chrome OS is a direct attack against Microsoft’s lucrative – albeit vulnerable – Windows operating system.”

“Lucrative?” Isn’t Google’s OS free? “Vulerable?” Most people don’t know enough to change browsers, let alone operating systems. Most of them want it to “just work,” not to be forced to learn new things.

Maybe, deep inside Google, in the minds of some of its most hardcore decision makers, Microsoft is the evil empire, to be vanquished heroically. But on a more realistic level, I think Google is happier when there’s more competition, not less. If you listen to many of the comments surrounding the release of Chrome and its source code, there is a distinct sense that Google itself is better off if there are a dozens major browsers, all competing and driving standards adoption and development.

So too, I think, with operating systems. Google is designing an open-source system that will, hopefully, lead to the creation of additional platforms and push others to make their user experiences better.

Google isn’t trying to take Microsoft down, but encouraging a more competitive marketplace, in the hope that competition will keep everyone innovative and honest.

 
Comments Off

Posted in Articles

 

New Information Processes

08 Jul

Robert Pondiscio started a great discussion on Twitter in the classroom over on The Core Knowledge Blog. In particular, I’m interested in one of his comments:

If someone invented a 21st century hammer it wouldn’t dramatically change the training and experience a contractor would need to build a house. Nor would anyone suggest that “tool fluency” is now the soul of carpentry. And so it is with information literacy. It dramatically expands access to information. It doesn’t change how we process it.

The emphasis is mine. Now, whether tools like Twitter or Today’s Meet are useful in classrooms is a broader discussion than I want to deal with right now*, but here’s a more specific question: does the way we access information alter the ways we process it? Read the rest of this entry »

 
Comments Off

Posted in Articles

 

WP: Better Search Widget 1.1

02 Jul

Better Search Widget 1.1 is a significant upgrade to Better Search Widget that adds new features and fixes an old bug with internationalization.

Features

(New features in bold.)

  • Optional default value.
  • Optional, custom widget title.
  • Optional onfocus and onblur listeners.
  • Optional, customizable focus and blur colors.
  • Custom button value.
  • Custom field size.

The built-in search widget has only one of these features, the optional, custom title.

Onfocus and Onblur

In order to use the blur and focus colors, you must enable the onfocus and onblur event listeners. In order to use the listeners, you must specify a default value (otherwise none of this makes sense). Here’s an example:

Bug Fixes

A pretty serious typo meant that none of the internationalization code worked correctly. This has been fixed, and en_US, en_GB, and fr_FR localizations are available. de_DE is coming. If you’d like to translate, there is a .pot file included in the languages directory.

License

Better Search Widget is released under the MIT License. If you use it, or have suggestions for new features or bug fixes, let me know!

Getting It

You can download Better Search Widget 1.1 now in a Zip file. Or, to save yourself some trouble,  you can check it out of Subversion from

svn co svn://jamessocol.com/better-search-widget/tags/1.1.0 ./better-search-widget

(Run that in your wp-content/plugins directory.) Subversion will make it easiest to upgrade later.

Roadmap

Soon, though probably not today, I will be releasing Better Search Widget 2, which will take advantage of the new Widget API in WordPress 2.8. This will add support for multiple instances of the widget, but will require at least WordPress 2.8. You should upgrade, anyway.

 
1 Comment

Posted in Articles

 

Widget l10n

01 Jul

I spent some of today working on bringing a couple of WordPress widgets up-to-date (Better Search and Most Comments) only to discover there is a new widget API. I guess I haven’t been paying attention.

I’ll probably start some 2.0 branches tomorrow to take advantage of the new API. I wish I didn’t know how many people don’t keep their WordPress installations up to date, so I wouldn’t care about backwards compatibility.

At least both widgets got nice new, and functional, internationalization (i18n) code and new localization (l10n) files.

And BSW got a good feature update, incorporating some suggestions from Marco Jung, who is also, kindly, doing a German localization, and a few of my own. The built-in search widget has stepped up it’s game, and fixed the thing BSW was originally designed to fix (no widget title) so I have a higher bar to clear to justify the name “Better Search Widget.”

I’ll write up the new features tomorrow.

 
Comments Off

Posted in Articles