The goggles do nothing!
Monday, 6th of October, 2008 at 11:11 pm by Dan
There is a classic episode of The Simpsons where Renier Wolfcastle is shooting a movie scene in a nuclear power plant and is given a pair of saftey goggles to protect his eyes from a tub of acid that is going to be spilt during the scene. During the scene, things go horribly wrong and Renier is swept away while saying “My eyes, the goggles do nothing!”

Google just released their own “goggles” feature in gmail labs, meant to ensure you do not send out a potentially regretful email late at night. The feature works by asking you to solve a set of arithmetic problems before you are allowed to send out your email.

The idea of being required to solve long arithmetic problems before being allowed to send emails is an awesome idea in my opinion. I recommend bumping the difficulty to level 5 if you want to try it. I set the difficulty to 5 to begin with, and given the simplicity of the equations at that level, I’d hate to see how easy the lower levels are.
I think I’ll have a lot of fun with this one!
Posted in Technology | 2 Comments »
Microsoft Includes jQuery into Visual Studio
Sunday, 5th of October, 2008 at 1:47 pm by Dan
Microsoft recently announced that the javascript library jQuery is going to be included in future Visual Studio 2008 releases as well as a patch/hotfix coming soon. In addition to this, Microsoft plans to offer full support of the API, including intellisense, and inclusing into its “shared source” AJAX Control Toolkit libraries.
For those who have never heard of jQuery, it is a Javascript library/API that has become very popular since it first came out. It focuses on the “less is more” principal, meaning that the API is very minimal, but it also allows developers to do more with less lines of code.
jQuery is run by John Resig, a man who really knows his stuff when it comes to Javascript. He’s responsible for the FUEL API in Firefox 3 and he’s very outspoken about the power of Javascript. Because of the knowledge of John, as well as the other developers writing the library, the API can do things other Javascript API’s can’t do, or don’t do as easily (in my opinion)
- Work totally fine side-by-side with other Javascript libraries, including different versions of jQuery, on the same page
- Allow for powerful plugins to be written to expand the functionality of the API
- Lightning fast performance
- Extremely effective DOM traversal
- Offer an simple, consistent, understandable core API
- Work consistently across every browser.
Posted in Technology | No Comments »
Tags: jquery, Microsoft, visual studio
