DCilley

Stories kicked by DCilley

UpdatePanel and Sys.Application.add_load Woes(atalasoft.com)

submitted by DCilleyDCilley(5) 2 years, 10 months ago

The ScriptManager usually puts calls to Sys.Application.initialize at the end of a page, right before the ending form tag. For custom composite controls, however, this call can come before the script has been output for your custom control. If you try to use the ScriptManager to initialize your control, it won't initialize in Firefox 3, Opera 9, or Safari 3. Here's how you can work around it. read more...

add a comment |category: |Views: 182

tags: another

Never worry about ASP.NET AJAX's "d" again(encosia.com)

submitted by gt1329agt1329a(7849) 2 years, 10 months ago

Since a lot of people are having trouble with it, I want to share one method you can use to completely isolate your code from the ".d" problem. In this post, I will show you how to detect the “.d” and how you can completely isolate your $.ajax success handler from it. read more...

add a comment |category: |Views: 214

tags: another

JavaScript Shortcuts(myviewstate.net)

submitted by kevinbabcockkevinbabcock(345) 2 years, 11 months ago

Write more compact JavaScript with these two tips. read more...

2 comments |category: |Views: 376

tags: another

Understand closures with JavaScript(devlicio.us)

submitted by DrWatsonDrWatson(690) 3 years, 3 months ago

Closures are a programming concept that can be a bit intimidating but it shouldn't be this way. Hopefully this short article can clarify how that works and how to avoid problems when using it. read more...

add a comment |category: |Views: 307

tags: another

JavaScript, 5 wyas to call a function(devlicio.us)

submitted by DrWatsonDrWatson(690) 3 years, 3 months ago

Get a hold of what can seem confusing when invoking functions in JavaScript. read more...

1 comment |category: |Views: 267

tags: another

DNK Community Guidelines - Suggestions welcome! (groups.google.com)

submitted by gavinjoycegavinjoyce(25.7k) 3 years, 5 months ago

Lets come up with some much needed community guidelines for DNK. Please post your suggestions and comments below, I'll update the community guidelines page on the Google group once we have reached a consensus. read more...

27 comments |category: |Views: 146

tags: another

ASP.NET Caching with .NET 3.5 Service Pack 1(aspnetpodcast.com)

submitted by wallymwallym(2085) 3 years, 5 months ago

Take a quick look at ASP.NET Caching with .NET 3.5 Service Pack 1. read more...

3 comments |category: |Views: 737

tags: another

Why Good Developers Are Not Getting 10 times the Pay?(itscommonsensestupid.blogspot.com)

submitted by nsoonhuinsoonhui(1810) 3 years, 5 months ago

The productivity gap between the good developers and the bad ones can be very huge. But why good developers are not getting significantly more than the bad ones? read more...

3 comments |category: |Views: 881

tags: another

jQuery Intellisense in VS 2008 - ScottGu's Blog(weblogs.asp.net)

submitted by TazerTazer(360) 3 years, 6 months ago

Last month I blogged about how Microsoft is extending support for jQuery. Over the last few weeks we've been working with the jQuery team to add great jQuery intellisense support within Visual Studio 2008 and Visual Web Developer 2008 Express (which is free). This is now available to download and use. read more...

add a comment |category: |Views: 343

tags: another

Adobe Flex reaches out to .NET developers(developerfusion.com)

submitted by james.crowleyjames.crowley(1212) 3 years, 6 months ago

An Adobe partner have today announced a free plug-in to allow .NET developers to write Flex front-ends to their applications entirely within Visual Studio, with full debugging and editing support. read more...

5 comments |category: |Views: 578

tags: another

Update on Silverlight 2 - and a glimpse of Silverlight 3 (weblogs.asp.net)

submitted by simonechsimonech(10.1k) 3 years, 6 months ago

ScottGu unveils the plans for Silverlight 3, shipping next year read more...

1 comment |category: |Views: 350

tags: another

Testing is hard but debugging just sucks A$$(devlicio.us)

submitted by JemmJemm(9604) 3 years, 6 months ago

"At the users group I asked the question to the group 'who creates automated tests as part of their daily development cycle?'. After I asked this question I followed it up with, and if you don't WHY, WHY, WHY, WHY...... Below are some of the answers I received (btw, not the first time I have heard these reasons)." read more...

1 comment |category: |Views: 366

tags: another

How to Use the Facebook Developer Toolkit 2.0(socialsnippets.com)

submitted by bkonbkon(210) 3 years, 6 months ago

The Facebook Developer Toolkit project has just released version 2.0 of their ASP.NET API into the wild, so let's go over the basics. In this article, we focus on creating an absolutely bare bones FBML application that leverages the API. Enjoy! read more...

1 comment |category: |Views: 391

tags: another

An easy way to test your GUI using NUnit(brian.genisio.org)

submitted by BrianGenisioBrianGenisio(1000) 3 years, 7 months ago

With this simple technique, functional (or unit) testing from the GUI is very easy. Take control of the problem yourself with this code example, and customize the tests to your application. I have been using this technique for over a year now with great results. read more...

add a comment |category: |Views: 49

tags: another

Removing unused CSS Classes from your web application(dotnetsurfers.com)

submitted by latishlatish(470) 3 years, 7 months ago

2 ways to clean up your Css by removing unused classes. read more...

1 comment |category: |Views: 1154

tags: another

JavaScript in Chrome(ejohn.org)

submitted by mosessaurmosessaur(5424) 3 years, 8 months ago

A full rundown of the JavaScript features and bugs in Chrome read more...

add a comment |category: |Views: 589

tags: another