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

Kick Spy!, Kick Zeitgeist and Kick Widgets

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

Stories submitted by friends of DannyDouglass
1
kicks
submitted by rstrahl rstrahl 23 days, 5 hours ago

west-wind.com — One of the most frequent questions that come up when talking about WCF REST urls is how to remove the .SVC file extension from the endpoint Url for a REST service. While it's not automatic, there are a couple of fairly simple solutions to this problem: Using the IIS 7 Rewrite Module or a small custom module. read more...

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

21
kicks
published 24 days, 3 hours ago, submitted by TroyMG TroyMG 26 days, 16 hours ago

squaredroot.com — Last weekend I had presented a small multiplayer-game built in MVC and jQuery as a sample for a speaking engagement. There isn't much to the "game", as you currently can only move around, but it helps illustrate how easy it is to use jQuery and MVC together to make something interesting. Who knows, maybe the source could kick-start development on your own game? read more...

Add a comment add a comment | category: | Views: 301
tags: , , , , | tag it

20
kicks
published 1 month, 4 days ago, submitted by rstrahl rstrahl 1 month, 4 days ago

west-wind.com — I've posted Part 2 of my jQuery with ASP.NET article series. Part 2 deals almost entirely with making AJAX callbacks to ASP.NET using several different mechanisms to retrieve data from the server for client side consumption. Covered are external content retrieval, same page callbacks, WCF/ASMX and a pluggable custom callback implementation that can be used with any application. Also covered is client side templating for managing HTML in one place. read more...

Add a comment 1 comment | category: | Views: 209
tags: , , | tag it

3
kicks
submitted by rstrahl rstrahl 1 month, 12 days ago

west-wind.com — I've been getting a lot of questions in response to my WCF REST session in regards of whether I'd recommend switching to WCF from ASMX services for AJAX functionality recently. WCF provides a host of new REST features, but when it comes to AJAX functionality and especially ASP.NET AJAX compatible functionality there's really nothing compelling there to require changes. In this post I look at what WCF provides for AJAX and some of the things you might watch out for. read more...

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

13
kicks
published 1 month, 16 days ago, submitted by rstrahl rstrahl 1 month, 21 days ago

west-wind.com — I've published my session slides and samples from the Fall 2008 ASP.NET Connections conference. The sessions include: jQuery and ASP.NET, WCF REST and JSON with ASP.NET and Dealing with Long Running Requests in ASP.NET. read more...

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

36
kicks
published 1 month, 28 days ago, submitted by rstrahl rstrahl 1 month, 29 days ago

west-wind.com — With Microsoft's recent releases of the jQuery Intellisense file plus the hotfix released this week using jQuery in Visual Studio has become a lot easier and more convenient. Here is a little more detail on what you need and how it works. read more...

Add a comment 1 comment | category: | Views: 349
tags: , | tag it

1
kicks
submitted by rstrahl rstrahl 2 months, 1 day ago

west-wind.com — Had to do a conversion of a stock ASP.NET project to Web Application projects after not having done so in quite some time and it looks that this process still is not any easier than it was when WAP was a separately installed project type. Here are steps to move a project from stock to WAP with a few hopefully helpful hints. read more...

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

3
kicks
submitted by rstrahl rstrahl 2 months, 12 days ago

west-wind.com — It's common for me to create DOM elements that pop up ontop of existing content by making them absolutely positioned. Here's a quick plug-in that makes an element absolute consistently. read more...

Add a comment add a comment | category: | Views: 13
tags: , | tag it

21
kicks
published 2 months, 14 days ago, submitted by rstrahl rstrahl 2 months, 14 days ago

west-wind.com — jQuery makes it easy to search content of matched elements by using the :content filter which allows for some pretty cool search effects you can implement with a couple of lines of code. Unfortunately :contains is case sensitive though, but never fear jQuery allows creation of custom filters that allow you to provide a custom case insensitive version. read more...

Add a comment 1 comment | category: | Views: 203
tags: , | tag it

2
kicks
submitted by rstrahl rstrahl 2 months, 18 days ago

west-wind.com — Ran into an odd problem with Literal controls in the head tag of the document causing HTML to get corrupted today. It appears that literal controls - and only literal controls - are causing some odd designer manglage that can result in broken HTML. read more...

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

3
kicks
submitted by TroyMG TroyMG 2 months, 22 days ago

squaredroot.com — For those who, like me, have been following along with each preview push at the CodePlex project, I found a list of changes made between Preview 5 and Beta buried at the bottom of the Release Notes document as well as Microsoft's recommended upgrade path from Preview 5 to Beta. read more...

Add a comment add a comment | category: | Views: 40
tags: , , , , | tag it

27
kicks
published 2 months, 24 days ago, submitted by rstrahl rstrahl 2 months, 25 days ago

west-wind.com — Client templating in Javascript can be a great tool to reduce the amount of code you have to write to create markup content on the client. There are a number of different ways that templating can be accomplished from a purely manual approach to a full templating engine. In this entry I'll look at several different approaches. read more...

Add a comment add a comment | category: | Views: 295
tags: , , , | tag it

2
kicks
submitted by rstrahl rstrahl 3 months, 4 days 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: 7
tags: | tag it

35
kicks
published 3 months, 9 days ago, submitted by rstrahl rstrahl 3 months, 10 days 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: 302
tags: , | tag it

3
kicks
submitted by rstrahl rstrahl 3 months, 26 days 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 3 months, 29 days 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

 

Sponsored Link: www.carlist.ie

Search:

Ads by The Lounge