Mikesdotnetting

Stories submitted by friends of Mikesdotnetting

Announcing the 2010 Encosia Holiday Giveaway(encosia.com)

submitted by gt1329agt1329a(7849) 1 year, 5 months ago

Enter for a chance to win VS2010 Ultimate with one year of MSDN or up to a year's free membership at TekPub. read more...

add a comment |category: |Views: 2

tags: another

Don’t let jQuery’s $(document).ready() slow you down(encosia.com)

submitted by gt1329agt1329a(7849) 1 year, 9 months ago

A couple examples of situations where jQuery's $(document).ready() may be unnecessarily slowing you down. read more...

add a comment |category: |Views: 22

tags: another

Sometimes, even jQuery can’t save you from yourself(encosia.com)

submitted by gt1329agt1329a(7849) 1 year, 10 months ago

This post describes a cross-browser problem I had with jQuery that turned out to be my own fault, including a runthrough of debugging process and the eventual solution. read more...

add a comment |category: |Views: 7

tags: another

Using an iPhone with the Visual Studio development server(encosia.com)

submitted by gt1329agt1329a(7849) 1 year, 11 months ago

A workaround to allow testing ASP.NET sites from external devices, for iPhone/mobile testing. read more...

add a comment |category: |Views: 9

tags: another

ASMX ScriptService mistake – Invalid JSON primitive(encosia.com)

submitted by gt1329agt1329a(7849) 1 year, 11 months ago

Background on what causes this infamous "invalid JSON primitive" error and an example of how to fix the most common cause. read more...

add a comment |category: |Views: 168

tags: another

I’m giving away 10 free months of TekPub this week(encosia.com)

submitted by gt1329agt1329a(7849) 2 years ago

A contest to win free trial memberships to TekPub, running all this week. read more...

add a comment |category: |Views: 12

tags: another

A few thoughts on jQuery templating with jQuery.tmpl(encosia.com)

submitted by gt1329agt1329a(7849) 2 years ago

Some thoughts on the current state of the jQuery.tmpl plugin, and suggestions for making it better. read more...

add a comment |category: |Views: 413

tags: another

5 Steps Toward jQuery Mastery(encosia.com)

submitted by gt1329agt1329a(7849) 2 years, 1 month ago

Five quick tips that I found valuable while learning jQuery in depth. I learned them the hard way so you don't have to! read more...

add a comment |category: |Views: 700

tags: another

ASMX ScriptService mistake: Installation and configuration(encosia.com)

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

Continuing my series of posts about ASMX services and JSON, this post will cover two common mistakes that plague the process of getting a project’s first ASMX ScriptService working: Installing System.Web.Extensions into the GAC and configuring your web.config. read more...

2 comments |category: |Views: 169

tags: another

ASMX and JSON – Common mistakes and misconceptions(encosia.com)

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

The first in a series of posts dealing with common misconceptions and mistakes when it comes to using ASMX services as a backend for AJAX. read more...

add a comment |category: |Views: 460

tags: another

How you can force the Ajax Script Loader to use jQuery 1.4(encosia.com)

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

How to modify the new ASP.NET Ajax Script Loader to inject jQuery 1.4 instead of 1.3.2, without waiting on the team to update Start.js. Also covers how to make it use jQuery Validate 1.6 instead of 1.5.5. read more...

1 comment |category: |Views: 164

tags: another

Emulate ASP.NET validation groups with jQuery validation(encosia.com)

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

How to implement a light-weight CSS "flag" based approach for emulating WebForms' validation groups, in order to effectively use jQuery validation within the confines of WebForms' single form element. read more...

1 comment |category: |Views: 229

tags: another

Using jQuery validation with ASP.NET WebForms(encosia.com)

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

A couple workarounds to allow using the jQuery validation plugin with ASP.NET WebForms' single, monolithic form element, including source. read more...

add a comment |category: |Views: 391

tags: another

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

Is Silverlight the new WebForms?(encosia.com)

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

Is Silverlight becoming the same crutch that WebForms was nearly a decade ago? read more...

add a comment |category: |Views: 715

tags: another

Did it with .NET - CodeRush Xpress for C# and VB is Live!(diditwith.net)

submitted by webdevvote.comwebdevvote.com(40) 2 years, 9 months ago

Last October, DevExpress released a massively powerful FREE tool specifically for C# developers called CodeRush Xpress. Today, in partnership with Microsoft, DevExpress has outdone themselves with a brand new version of CodeRush Xpress containing full support for both C# and Visual Basic. This release merges CodeRush Xpress with Refactor! for Visual Basic, creating one giant über-tool with an amazing features: read more...

add a comment |category: |Views: 11

tags: another