|
|
DannyDouglass
DannyDouglass
 |
|
Stories submitted by friends of DannyDouglass
|
|
submitted by
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...
|
|
tags:
WebServices | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 24 days, 3 hours ago, submitted by
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
|
category: ASP.NET | Views: 301
|
|
tags:
jQuery, MVC, ReadIt, AJAX, asp.netmvc | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 4 days ago, submitted by
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...
1 comment
|
category: jQuery | Views: 209
|
|
tags:
AJAX, ASP.NET, jQuery | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: AJAX | Views: 9
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 16 days ago, submitted by
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
|
category: ASP.NET | Views: 230
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 1 month, 28 days ago, submitted by
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...
1 comment
|
category: jQuery | Views: 349
|
|
tags:
jQuery, VisualStudio | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: ASP.NET | Views: 4
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: AJAX | Views: 13
|
|
tags:
jQuery, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 14 days ago, submitted by
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...
1 comment
|
category: AJAX | Views: 203
|
|
tags:
jQuery, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: ASP.NET | Views: 4
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: ASP.NET | Views: 40
|
|
tags:
asp.netmvc, TroyGoode, MVC, ASP.NET, ASPNETMVC | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 2 months, 24 days ago, submitted by
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
|
category: AJAX | Views: 295
|
|
tags:
jQuery, ReadIt, template, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: AJAX | Views: 7
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
published 3 months, 9 days ago, submitted by
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
|
category: AJAX | Views: 302
|
|
tags:
jQuery, AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: AJAX | Views: 2
|
|
tags:
AJAX | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
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
|
category: ASP.NET | Views: 10
|
|
tags:
ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|

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