|
|
rstrahl
Stories submitted by rstrahl
|
|
published 2 days, 14 hours ago, submitted by
rstrahl
3 days, 2 hours ago
west-wind.com — When building AJAX applications that send client form content to the server, ViewState and EventValidation fields can get in the way. Using jQuery you can make short work skipping over these fields and send only the raw POST data to the server. read more...
add a comment
|
category: AJAX | Views: 192
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rstrahl
4 days, 2 hours ago
west-wind.com — If you're working with dates in JSON serialization make sure you carefully normally dates returned from JSON deserialization. Reason is that especially the Microsoft Serializers return dates as Utc dates which can produce some unexpected and often missed results. read more...
add a comment
|
category: ASP.NET | Views: 2
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rstrahl
6 days, 12 hours ago
west-wind.com — FireFox 3.0 apparently is much more aggressive in caching content than previous versions of FireFox. While this is good for performance in many situations I've noticed that this is seriously becoming a problem in some of my applications where support files like scripts and CSS files get updated in applications and FireFox doesn't recognize those changes. Looks like last-modified headers are not respected by FF3. read more...
add a comment
|
category: ASP.NET | Views: 7
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rstrahl
11 days, 7 hours ago
west-wind.com — I'm calling a COM object from managed code that's returning a binary response, which is returned as a SafeArray of bytes from the COM server. The problem is the SafeArray is not exactly easily accessed in .NET and the debugger provides some misleading information for the returned COM type. Here's how to access the SafeArray from C# code. read more...
add a comment
|
category: C# | Views: 2
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 15 days, 17 hours ago, submitted by
rstrahl
16 days, 19 hours ago
west-wind.com — Centering content is a useful client side UI feature especially when working with pop ups or popup windows when displayed for the first time. Here's a little jQuery plug in that handles centering in the window and in other container elements easily. read more...
add a comment
|
category: AJAX | Views: 111
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rstrahl
23 days, 3 hours ago
west-wind.com — I have the need to monitor movement of elements in an HTML document via JavaScript. Unfortunatey there are no events that fire if HTML elements are moved around the document either via dragging or by programmatic location changes. As a workaround I created a jQuery CSS monitoring plugin that fires event when a given CSS property changes. read more...
add a comment
|
category: AJAX | Views: 1
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 1 day ago, submitted by
rstrahl
1 month, 2 days ago
west-wind.com — .NET Framework 3.5 provides a couple of choices for JSON Serialization and Deserialization. Find out how you can use them and also some of the problems that both of these tools impose. read more...
add a comment
|
category: ASP.NET | Views: 235
|
|
tags:
JSON, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rstrahl
1 month, 27 days ago
west-wind.com — When building generic ASP.NET Server controls that also provide a sort of API service to other custom controls or page level code, it's often necessary to ensure that only a single instance of a control exists, and that only that single instance of this control or component can be accessed in the context of an ASP.NET request. Using HttpContext and it's Item collection makes it easy to create reusable, cacheable instances and ensure you're only running a Singleton instance of it. read more...
add a comment
|
category: ASP.NET | Views: 11
|
|
tags:
static, Singleton, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rstrahl
2 months, 14 days ago
west-wind.com — Ran into some odd issues with WCF 3.5 and HTTP JSON services hanging up an ASP.NET application. It appears that there are a couple of problems with null serialization and DateTime.MinValue serialization that are causing this problem. read more...
add a comment
|
category: AJAX | Views: 7
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 24 days ago, submitted by
rstrahl
2 months, 25 days ago
west-wind.com — Status bars are very useful in client applications to display well status information and having a reusable and easily callable and configured status component to display messages is extremely handy. Here's an implementation that uses jQuery plus a bit of CSS to make short work of displaying status content. read more...
add a comment
|
category: AJAX | Views: 356
|
|
tags:
JavaScript, jQuery, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 7 days ago, submitted by
rstrahl
3 months, 11 days ago
west-wind.com — Here's a review of three jQuery books I've read over the last few months as well as links to a couple of cheat sheets. read more...
add a comment
|
category: AJAX | Views: 246
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rstrahl
3 months, 12 days ago
west-wind.com — There's not really a clean way to end the current Response output and then keep on processing an ASP.NET request. Here's a scenario and a few observations on Response closing behaviors. read more...
add a comment
|
category: ASP.NET | Views: 13
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rstrahl
3 months, 15 days ago
west-wind.com — Ran into an issue where IIS 7's integrated pipeline exhibits different behavior authenticating non ASPX extensions. Looks like IIS 7 only authenticates mainline files resulting in Context.User==null or Context.User.Identity.IsAuthenticated==false on all other extensions. For example hitting CustomHit.axd doesn't provide user credentials where an CustomHit.aspx does. read more...
add a comment
|
category: ASP.NET | Views: 7
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 1 day ago, submitted by
rstrahl
4 months, 6 days ago
west-wind.com — I've posted my session slides and samples from my ASP.NET Connections sessions last week in Orlando. I did three sessions at the conference and you can check out the slides and samples here. read more...
add a comment
|
category: ASP.NET | Views: 3
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 9 days ago, submitted by
rstrahl
4 months, 10 days ago
west-wind.com — Sortable lists are a common thing to work on and jQuery.ui's Sortable plug in makes it super easy to create very nice looking sortable lists that work consistently even in complex layouts. read more...
add a comment
|
category: AJAX | Views: 36
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 4 months, 10 days ago, submitted by
rstrahl
4 months, 11 days ago
west-wind.com — On a few occasions anonymous methods still throw me for a conceptual loop. Anonymous methods work like closures and so variable scoping can be extended into these anonymous methods from the calling method scope which is pretty damn useful and the basis for what makes Lambda expressions work in the first place. read more...
add a comment
|
category: C# | Views: 7
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|