DotNetKick.com is an open-source project. Please report any bugs and let us know your great suggestions. Currently running svn revision 620 (rss)

Kick Spy!, Kick Zeitgeist and Kick Widgets

KirillOsenkov Subscribe to this feed
KirillOsenkov
Profile Kicked Submitted Comments Tags Friends Kicked By Friends Submitted By Friends

Stories submitted by friends of KirillOsenkov
2
kicks
submitted by rstrahl rstrahl 4 days, 20 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 add a comment | category: | Views: 6
tags: | tag it

17
kicks
published 4 days, 15 hours ago, submitted by CharlieCalvert 7 days, 5 hours ago

blogs.msdn.com — Matthew Manela, an engineer on our Online Tools team, has created and released a free, community-based tool called the Snippet Designer. His tool is a Visual Studio add-in that allows you to create and edit snippets from inside the IDE. read more...

Add a comment 3 comments | category: | Views: 322
tags: | tag it

2
kicks
submitted by CharlieCalvert 7 days, 10 hours ago

blogs.msdn.com — In a previous post, you saw how to work with line numbers when using LINQ to XML to read a file. This post continues in the same vein, but this time the focus is on how to: Read in an XML file with an arbitrary format, and then write it back out to disk in exactly the same format; Read in an XML file with an arbitrary format, and write it back out with standard formatting. Some scenarios where you might need this functionality include reading a document from one location and writing it to another location, or reading in a document, editing it, and writing it back out with new data, but the same format. read more...

Add a comment add a comment | category: | Views: 6
tags: | tag it

28
kicks
published 8 days, 7 hours ago, submitted by rstrahl rstrahl 9 days, 6 hours 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 add a comment | category: | Views: 274
tags: | tag it

5
kicks
submitted by CharlieCalvert 11 days, 6 hours ago

blogs.msdn.com — There are times when it is helpful to know the line number of a node in an XML file. Reporting the line number of a node can be a helpful to users, particularly if you want to report an error. It can also be convenient to search for a node by line number, but that can, of course, be a very risky endeavor, as documents can be modified accidentally, and their line numbers changed without notice. read more...

Add a comment add a comment | category: | Views: 9
tags: | tag it

3
kicks
submitted by rstrahl rstrahl 25 days, 18 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 add a comment | category: | Views: 2
tags: | tag it

5
kicks
submitted by rstrahl rstrahl 28 days, 17 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 add a comment | category: | Views: 10
tags: | tag it

3
kicks
submitted by rstrahl rstrahl 29 days, 17 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 add a comment | category: | Views: 4
tags: | tag it

22
kicks
published 1 month, 3 days ago, submitted by rstrahl 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 add a comment | category: | Views: 255
tags: , , , | tag it

1
kicks
submitted by rstrahl 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 add a comment | category: | Views: 2
tags: | tag it

16
kicks
published 28 days, 22 hours ago, submitted by Haacked 1 month, 5 days ago

blog.codeville.net — Steve Sanderson covers an attack that is not as well known as cross-site scripting (XSS) attacks called Cross-Site Request Forgery (CSRF) and some helpers in ASP.NET MVC CodePlex Preview 5 that can help mitigate the risk. read more...

Add a comment add a comment | category: | Views: 122
tags: | tag it

3
kicks
submitted by cls2deg cls2deg 1 month, 6 days ago

blogs.msdn.com — Part one of Andrew Kennedy's tutorial tackling the new Units of Measure feature of the F# language. read more...

Add a comment add a comment | category: | Views: 5
tags: | tag it

19
kicks
published 1 month, 5 days ago, submitted by cls2deg cls2deg 1 month, 6 days ago

blogs.msdn.com — I’m very pleased to announce the availability of the F# September 2008 CTP Release, launched via the new MSDN F# Developer Center. This release represents an important step in the evolution of the F# language as we progress it towards a fully supported language for the .NET platform. A huge thank you to both the F# team and the community members who've helped us trial earlier versions of this release and given us so much excellent feedback. read more...

Add a comment add a comment | category: | Views: 162
tags: | tag it

5
kicks
submitted by rstrahl 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 add a comment | category: | Views: 8
tags: | tag it

1
kicks
submitted by rstrahl rstrahl 1 month, 11 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 add a comment | category: | Views: 2
tags: | tag it

14
kicks
published 1 month, 15 days ago, submitted by rstrahl 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 add a comment | category: | Views: 116
tags: | tag it

 

Sponsored Link: www.carlist.ie

Search:

Ads via The Lounge