YUI New version with even more new features!

August 1st, 2007

The Yahoo User Interface libraries are now at version 2.3.0 with six new features.

* Rich Text Editor
* Base CSS
* YUILoader
* ImageLoader
* ColorPicker
* YUI Test Utility
* Skins

I am hoping to get a chance to have some fun with this version when my time in SQL hell comes to an end.

Is AJAX.NET worth it?

June 22nd, 2007

With our application go-live scheduled for this Monday, I am entering a retrospective mood on everything that we have accomplished, and the hurdles that hurt us. Although scope-creep is always the most painful hurdle, I would place the implementation model of Microsoft’s AJAX.NET as a solid second place pain in my butt.

Read the rest of this entry »

“AndAlso”…VB.NET short circuiting oddity

May 23rd, 2007

It comes as no surprise that Visual Basic frequently breaks away from traditional programming semantics, but the “AndAlso” short circuit conditional simply does not make sense.

Read the rest of this entry »

My time in purgatory is almost over!

May 18th, 2007

Although I love technology, and find fun and challenge almost anywhere; I have to admit, my current project is repetitive drudgery of SQL changes, retest, fix, ad nauseum. Yet there is a light at the end of the tunnel, I just hope it is not a train.

Keyboard shortcuts made easy

April 22nd, 2007

As a creator of business applications, I always need to be cognizant of how a user interacts with my applications, and even more so when the application is being ported from an older version. In the world of browser development, matching the keyboard shortcuts that users have come to rely on in window based apps was always tricky, with each browser being a touch different on what codes they return.

Just like every other browser development challenge, someone wrote a javascript library. This library, from the OpenJS site, makes javascript keyboard shortcuts as easy as this:

shortcut(”Ctrl+Shift+X”,function() {
alert(”Hi there!”);
});

7 Things to remember when working in Sharepoint and/or AJAX.NET

April 6th, 2007

Alot of heads down code work with our Sharepoint Content Management application, so from that comes alot of lessons learned. Why seven? Because it is lucky, and that is all I got (which is enough!!!).

Read the rest of this entry »

The world has standards for a reason

March 23rd, 2007

How many Microsoft developers does it take fix a light bulb? None, they just declare darkness to be the new standard. <rant=enabled >

Read the rest of this entry »

CSS Masks for your TextBoxes

March 19th, 2007

Although I have been somewhat under-impressed by the ASP.NET AJAX library, I have been pleasantly surprised by the ASP.NET AJAX Control Toolkit, and especially with the masked edit boxes.

Read the rest of this entry »

Sharepoint List Handlers Under Load

March 5th, 2007

For Domino developers, the idea of creating an event handler that logs every change to a view (either via the UI or through the backend) is a pipe dream. So when I saw how easy these handlers were to create and deploy in Sharepoint, I thought somebody must have been listening. Alas, I wish it was really that easy.

Read the rest of this entry »

YUI 0.12.2 is now 2.2, with new stuff!

February 20th, 2007

New version that they have re-designated to be in line with their internal version numbers. New features include Browser History Manager (ajax back button support), a new DataTable class (not quite the Ext Grid, but still pretty good - example here), and some new YUI button controls (examples here). Some pretty cool stuff to write about, so in I go. First stop, adding the History Manager to my YUI Wordpress theme.