Forming CT SEM Think Tank
Do you live in Connecticut?
Do you know something about Search Engine Marketing?
Do you feel like you are the only one in Connecticut doing Search Engine marketing?
Have you had limited success but you’d like to achieve more?
I have an idea I think you’re going to like.
If you're new here, you may want to subscribe to my RSS feed. Thanks for visiting!
jQuery 1.4 Released
Just incase you missed it, jQuery 1.4 was released with significant speed improvements, bug fixes and of course some API changes that you need to be aware of.
One of the more interesting changes that I’ll note here is the decreased use of polling within the framework. I’ve used polling myself to detect when elements are available but jQuery now uses the readystatechange event instead of polling when possible.
I think I’ll try using that method myself on some of my apps.
The news of the jQuery release hasn’t gone unnoticed by the blogosphere:
The Project Location is not Trusted
This one has been bothering me for several weeks so I decided to research the problem and finally fix it.
The problem started when I downloaded a project from the web to start working on it. This same project worked previously, the zip was just an update.
Here’s what I found:
jQuery and ASP.NET UpdatePanel
I’ve been busy over the last couple of weeks working on an administrative application that uses a ton of AJAXy stuff.
The application is interactive in the sense that every time a field is updated in the administrative screen, another part of the screen updates to show the user what the final result will look like when it is published.
Where things get tricky is that the screens use a considerable amount of jQuery to do things like binding to events so that updates will occur when the event fires.
But, the main content that is being updated for one of my screens is actually in an UpdatePanel. This is a problem, because in order for that screen to render correctly I have to run some jQuery code. But, the jQuery “ready” event doesn’t fire when the UpdatePanel gets updated.
So, how do we fix that?
The Art of Color
While not exactly a “Web Design Book” this book is required reading for anyone involved in designing the GUI for a web site.
Colors have meaning and the better you understand this, the more optimal you site design can become for the users you intend to visit your site.
In this book, the world’s foremost color theorist examines two different approaches to understanding the art of color. Subjective feelings and objective color principles are described in detail and clarified by color reproductions.


