Recent Posts
Calendar
January 2009
S M T W T F S
« Dec   Feb »
 123
45678910
11121314151617
18192021222324
25262728293031

Archive for January, 2009

Response.Redirect() and JavaScript

A toucan perched on a branch in Brazil. Yesterday we covered issues surrounding using Response.Redirect in server side code. We noted that not handing it correctly could prevent code from running on the server that we want to run.

The other issue is emitting Javascript in the server side in association with Response.Redirect(). This also leads to unexpected problems if you aren’t thinking about what is actually happening with your code.

Read the rest of this entry »

Response.Redirect() executes too soon on the Server.

tp_vol4_017 I’ve seen this question a couple of times in various situations. The first involves Javascript and the second involves server side code. Both are caused by a misunderstanding of what this function does and how web pages work.

Let’s start with the easy one: server side code.

Read the rest of this entry »

jQuery – Retrieving HTML Fragments

sunset-bird A couple of weeks ago I mentioned that I had built a tooltip using jQuery.  We focused mostly on the positioning of the tooltip at the time because, historically, that’s where most of the work has been.

But there are other time-saving features that also make the tooltip code I wrote a lot more flexible.

Read the rest of this entry »

Managing Email

I recently started using a product called Clear Context that does a much better job of integrating Outlook’s email with Outlook’s calendar. The two things I like best about it are that it allows me to schedule follow-ups on my email.

I’m sure many of you have been in both of the following situations. 1) You send out an email asking for information so that you can continue your project and you never get an answer because you forgot to follow up and the person never responded. 2) You get an email that you really don’t want to deal with right now, but if you don’t deal with it now, you’ll forget about it.

Clear Context deals with both of these by letting you schedule a follow-up when you send the mail and by scheduling when you want to deal with the incoming email.

I also have a need to view my new email from my phone and my desktop. Up until I discovered Clear Context, I used IMAP to view my mail in both locations. I would retrieve everything via IMAP and file my mail into a PST file in outlook. This way I only had a minimum of email that I needed.

However, Clear Context doesn’t play nicely with IMAP. You get some of the features, but not all of the features. However, it does play nicely with Exchange.

So here’s what I did:

Read the rest of this entry »

Friday Books – Silverlight 2 in Action

Product Description
SilverLightInAction ***When you purchase the Print book, you can download a PDF copy from Manning Publications at no additional charge***

Microsoft describes Silverlight as a "cross-browser, cross-platform plug-in for delivering the next generation of .NET based media experiences and rich interactive applications for the Web." That’s a really boring description for a really exciting new technology. Anyone who has looked at the demos and gotten a taste of what Silverlight can do knows that Silverlight represents an entirely new level of rich web interface technology for Microsoft developers.

Read the rest of this entry »

Bear