|
|
DannyDouglass
Stories submitted by friends of DannyDouglass
|
|
submitted by
rstrahl
4 days, 15 hours ago
west-wind.com — One thing that bugs me about jQuery selectors is that empty or null selectors return the HTML document object, rather than an empty jQuery object. This has bitten me on a number of occasions and requires some read more...
add a comment
|
category: AJAX | Views: 6
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 8 days, 2 hours ago, submitted by
rstrahl
9 days, 1 hour ago
west-wind.com — I've posted Part 1 in a 2 part series on jQuery today. Part 1 covers the client side features of jQuery from the basics all the way through creating simple plugins and extending jQuery. This is a long article that discusses a host of the really useful features that jQuery brings to the table for client side Javascript development. Part 2 will then follow up with server side ASP.NET integration. read more...
add a comment
|
category: AJAX | Views: 274
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rstrahl
25 days, 12 hours ago
west-wind.com — I've revisited a jQuery plug-in that can be used to monitor changes in CSS properties and be notified when a specific property changes providing an Observer style callback. This can be a handy feature when building behavior components that attach functionality to other elements and need to keep these behaviors in sync with the original object. This update utilizes a more efficient approach and allows monitoring many properties at once. read more...
add a comment
|
category: AJAX | Views: 2
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rstrahl
28 days, 12 hours ago
west-wind.com — Embedding script resources as part of ASP.NET Control development is tricky business and requires a bunch of options to ensure that script code loads correctly and maybe more importantly allows the page developer to decide whether the resources should be used at all. Here are a few thoughts and some work in progress on how I deal with script resources in my controls. read more...
add a comment
|
category: ASP.NET | Views: 10
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rstrahl
29 days, 12 hours ago
west-wind.com — One of my components requires to serve specific Web Resources directly and optionally compress them optionally. While serving resources is straight forward, also grabbing the content type to know what type of resource you're dealing with is a little more work. Here's how. read more...
add a comment
|
category: ASP.NET | Views: 4
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 28 days, 6 hours ago, submitted by
TroyMG
1 month, 1 day ago
squaredroot.com — Last weekend I posted a release of the MVC Membership Starter Kit that targets Preview 5 of the ASP.Net MVC framework. There was no packaged release targeting Preview 4 (though if you downloaded the latest source, it worked), so this release essentially packages the changes from both previews. read more...
1 comment
|
category: ASP.NET | Views: 206
|
|
tags:
ASPNETMVC, Membership, Preview5, asp.netmvc, mvc.net | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 3 days ago, submitted by
rstrahl
1 month, 3 days 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: 255
|
|
tags:
ASP.NET, ASPNET, AJAX, jQuery | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rstrahl
1 month, 4 days 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
1 month, 6 days 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: 8
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rstrahl
1 month, 10 days 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 1 month, 15 days ago, submitted by
rstrahl
1 month, 16 days 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: 116
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
rstrahl
1 month, 22 days 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: | |
|
|
|
|
|
submitted by
madskristensen
1 month, 27 days ago
blog.madskristensen.dk — How to construct HTTP requests that works with both HTTP compression and various mandatory headers. read more...
add a comment
|
category: C# | Views: 5
|
|
tags:
C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 1 day ago, submitted by
rstrahl
2 months, 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: 240
|
|
tags:
JSON, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 6 days ago, submitted by
madskristensen
2 months, 7 days ago
blog.madskristensen.dk — A simple and pretty accurate method of retrieving a visitor's country and language from the browser. read more...
1 comment
|
category: ASP.NET | Views: 329
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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