Bing !

For awhile there I had completely given up hope on Microsoft. When they released Vista I was fairly convinced that was the end, the beginning of the decline for the titan. Perhaps part of that was wishful thinking given just how large and diverse they are.

But now, I think they’re turning things around! Roughly a decade late to the game, they’ve finally brought something worth bothering with, to the plate, and no I wasn’t referring to Windows 7, although if half the hype is true they may have got something right there too.

Microsoft’s re-skinned, re-designed, re-named search engine! Bing!

http://www.bing.com/

As many are keen to point out, not better than Google, but at least getting close to par.

From Webmonkey:

“Bing actually isn’t that bad of a search engine.

The problem is that Bing doesn’t really offer any compelling advantage over Google.

Bing is fast, offers a minimalist results page (which looks just like Google’s results, but with a bit more filtering/subsearch options in the left-hand sidebar), and acceptable, though not stellar, results. There’s not much more to it.”

I’d like to argue, that’s precisely what we like about Google. Minimalist. Many other search engines early on tried to stack on more and more functionality and in the end, people just wanted something simple and straight-forward.

Take the minimalist approach and combine it with something aesthetically pleasing like an excellent photo or two, and you’ve pleased both sides of the spectrum (those who want functionality and those who like to stare at pretty objects).

Will I stop using Google and start using Bing, maybe, probably not (I’ll probably just go to Bing for the sweet photography if it changes daily), but I’m not nearly as disappointed in Microsoft anymore.

Update: Study Released – See Lifehacker

2 comments so far, add yours

Google Wave

Google keeps throwing out awesome ideas hoping one may latch on and engulf the world like their search engine does. Gmail has, more or less, succeeded, but several of their others haven’t gotten nearly the attention they’d like.

After 2.5 years in development, potentially the best collaboration (so they hope) of social media tools, Google’s Wave!

Check it out:

WebMonkey article

Wave @ Google

Leave the first comment

Bespin and Jetpack !

Mozilla Labs is always coming out with interesting ideas and open-source projects.

First a few months ago I discovered Ubiquity !

Today I found two more projects :

Bespin started in January of this year

“Bespin is a Mozilla Labs experiment on how to build an extensible Web code editor using HTML 5 technology.”

Jetpack started more recently (this month) and is being coupled with Bespin for it’s development.

“In short, Jetpack is an API for allowing you to write Firefox add-ons using the web technologies you already know.”

I’ve barely touched Bespin and I haven’t had a chance to even check out the tutorials for Jetpack but I most assuredly will in the next few days and report back :)

Leave the first comment

Website Layouts

I was just thinking of doing something like this for reference:


http://matthewjamestaylor.com/blog/perfect-3-column.htm

Leave the first comment

CSS Dropdown Menus

Amazing Examples of CSS only dropdown menus.

http://www.cssplay.co.uk/menus/drop_examples.html#nogo

Leave the first comment

C# link

http://msdn.microsoft.com/en-us/library/zkxk2fwf.aspx

Leave the first comment

PHP 5 XSL Transformations to HTML

Using PHP 5′s XSL extension to perform XSL Transformations

http://www.tonymarston.net/php-mysql/xsl.html

Great little ‘How To’, followed it step-by-step and had things working how I wanted.

Leave the first comment

My Computer

<- Sexy sexy computer ->

http://blog.wired.com/wiredscience/2008/11/supercomputers.html

“A petaflop is 150,000 computations for every human on the planet per second.”

Leave the first comment

XSL basics

* XSLT – a language for transforming XML documents
* XPath – a language for navigating in XML documents
* XSL-FO – a language for formatting XML documents

XSLT uses XPath to find information in an XML document. XPath is used to navigate through elements and attributes in XML documents.

Note: <xsl:stylesheet> and <xsl:transform> are completely synonymous and either can be used!

The correct way to declare an XSL style sheet according to the W3C XSLT Recommendation is:

<xsl:stylesheet version=”1.0″ xmlns:xsl=”http://www.w3.org/1999/XSL/Transform”>

or:

<xsl:transform version=”1.0″ xmlns:xsl=”http://www.w3.org/1999/XSL/Transform”>

Leave the first comment

WordPress AJAX Plugin

Whoa! WordPress sidebar AJAX Plugin!

Leave the first comment