datacom

Stories kicked by datacom

Do you know about this undocumented Google CDN feature?(encosia.com)

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

Information on an undocumented feature of the Google AJAX APIs CDN (jQuery UI themes hosted on the CDN, including images). read more...

add a comment |category: |Views: 450

tags: another

To Boldly Ask IT for Development Work(simple-talk.com)

submitted by AndrewRMClarkeAndrewRMClarke(30) 2 years, 10 months ago

Are you ever mystified by the way that, in Science-Fiction films, the crew of space-ships are able to reprogram their ships' computers in order to respond to emergencies, needing no more than a brief klip...klop...klip on the keyboard to effect a huge software change. Phil Factor has found real-life in IT to be so different, and so he wonders if there a more realistic way that one might imagine IT's contribution to Space adventures. read more...

add a comment |category: |Views: 11

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

Treating Warnings as Errors in Visual Studio(blackwasp.co.uk)

submitted by BlackWaspBlackWasp(4212) 2 years, 11 months ago

The compiler used by Visual Studio can produce errors when code cannot be built and warnings when it completes compilation successfully but there are areas of concern. To avoid warnings being missed or ignored, there is an option to treat them as errors. read more...

add a comment |category: |Views: 173

tags: another

Thread.Sleep is a sign of a poorly designed program.(msmvps.com)

submitted by PeterRitchiePeterRitchie(1505) 2 years, 11 months ago

Other than for debug code, Peter details why Thread.Sleep isn't for production code. read more...

add a comment |category: |Views: 554

tags: another

Automatically minify and combine JavaScript in Visual Studio(encosia.com)

submitted by gt1329agt1329a(7849) 3 years ago

As you begin developing more complex client-side functionality, managing the size and shape of your JavaScript includes becomes a key concern. It’s all too easy to accidentally end up with hundreds of kilobytes of JavaScript spread across many separate HTTP requests, significantly slowing down your initial page loads. I hope you’ll find that this technique is a good compromise between the tedium of using manual minification tools and the overwrought complexity of setting up some of the more “enterprisey” automation solutions. read more...

add a comment |category: |Views: 514

tags: another

Eager loading a One-to-Many collection w/ NHibernate(devlicio.us)

submitted by dwhittakerdwhittaker(13.1k) 3 years, 2 months ago

A quick overview on how to resolve a common one-to-many issue with eager loading when you get multiple records back from the child collection. read more...

1 comment |category: |Views: 302

tags: another

Use jQuery to catch and display ASP.NET AJAX service errors(encosia.com)

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

An example of how to detect errors that occur when requesting ASP.NET AJAX web services and page methods with jQuery, how to handle them, and how to more attractively present errors to the user. read more...

1 comment |category: |Views: 263

tags: another

There is More Content than Just the Front Page on DotNetKicks(beckelman.net)

submitted by beckelmwbeckelmw(2755) 3 years, 4 months ago

Are you tired of going to DotNetKicks and finding the same stories on the front page for days in a row? Trust me, there is some great content out there that never makes the front page. You just have to look a little deeper. When you do, you can help put some of that great new content in front of the masses. Even if you don’t submit stories yourself, you can still help out by giving the initial votes that push a story to the front page. read more...

add a comment |category: |Views: 249

tags: another

How to rotate JavaScript ads during ASP.NET AJAX requests(encosia.com)

submitted by gt1329agt1329a(7849) 3 years, 4 months ago

An examination of why it's difficult to work with JavaScript based advertising during ASP.NET AJAX partial postbacks, and my suggested solution to solving that problem. Additionally, if you click within the next 15 minutes, a bonus deferred ad loading technique is included at no extra charge. Operators are standing by to take your HTTP request! read more...

add a comment |category: |Views: 119

tags: another

Fun With Named Formats, String Parsing, and Edge Cases(haacked.com)

submitted by johnsheehanjohnsheehan(4785) 3 years, 4 months ago

Recently I found myself in a situation where I wanted to format a string using a named format string, rather than a positional one. Ignore for the moment the issue on whether this is a good idea or not, just trust me that I’ll be responsible with it. read more...

add a comment |category: |Views: 271

tags: another

Skip the Visual Studio Splash Screen(visualstudiohacks.com)

submitted by javeryjavery(5523) 3 years, 4 months ago

Anything to speed up Visual Studio. read more...

add a comment |category: |Views: 645

tags: another

Username Availability Validator AJAX Control, Release Demo(mosesofegypt.net)

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

Back in September last year (2008), I posted a demo about Username Availability Validator Control. This control developed by the community on a contest initiated by Dave Ward on August 2008 as I remember. At that time the control was in beta. On October 2008 the control was released to public on its first version. And finally I wrote a a very simple documentation on the project Wiki. read more...

add a comment |category: |Views: 257

tags: another

Get SOLID: Single Responsibility Principle - Karl Seguin(codebetter.com)

submitted by leedumondleedumond(2144) 3 years, 5 months ago

SOLID is a popular acronym that refers to a set of 5 important class design principles. Today I want to talk about the first part of SOLID: Single Responsibility Principle (SRP). read more...

1 comment |category: |Views: 397

tags: another

jQuery Intellisense Updates from Microsoft(west-wind.com)

submitted by rstrahlrstrahl(7226) 3 years, 6 months ago

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: |Views: 364

tags: another

SubSonic 3.0 Preview 1: Linq Has Landed(blog.wekeroad.com)

submitted by ChadMoranChadMoran(535) 3 years, 6 months ago

Rob Conery explains some features of SunSonic 3.0 Preview 1 read more...

2 comments |category: |Views: 417

tags: another