Home / ASP.NET Weblogs

Browse by Tags

Related Posts

  • Interesting Finds: 2008.11.08~2008.11.11

    .NET Code better – measure your code with NDepend C# Tutorial - Writing a .NET Wrapper for SQLite WPF Toolkit adds Ribbon Control to .NET 3.5 SP1 .NET URL Rewriter and Reverse Proxy: Url Rewriter 2.2 How to Use the Facebook Developer Toolkit 2.0 - starter kit How to Build Facebook Applications...
    Posted to gOODiDEA.NET (Weblog) by gOODiDEA on 11-10-2008, 12:00 AM
    Filed under: .NET, Javascript, jQuery, Regex, Facebook, SQLite, WPF, NDepend
  • Interesting Finds: 2008.10.08~2008.10.09

    .NET Richmond Code Camp 2008.2 - Functional C# Recap ASP.NET MVC with NHaml - F# Edition Formatting strings - String.Format vs String.Concat Encodo C# Handbook XmlDocument vs XElement Performance MPI.NET 1.0 Is Now Released...! Database Interview With Denny Cherry About SQL Server SQL Server - 2008 ...
    Posted to gOODiDEA.NET (Weblog) by gOODiDEA on 10-08-2008, 12:00 AM
    Filed under: Interesting Finds, .NET, Javascript, ASP.NET MVC, SQLServer, WinDbg, Performance, Regex, Cheat Sheet, Hang
  • Interesting Finds: 2008.06.15

    Debug ASP.NET Case Study: Deadlock waiting in GetToSTA SQLServer SQL Server Scale Out SQL Code Layout and Beautification Web 15 Tools to Help You Develop Faster Web Pages Ionics Isapi Rewrite Filter - 1.2.14 Step by Step: Kerberos in NLB with Shared Content YUI Compressor for .Net .NET XSLTs to Assembly...
    Posted to gOODiDEA.NET (Weblog) by gOODiDEA on 06-14-2008, 12:00 AM
    Filed under: Web, .NET, Javascript, Add-In, SQLServer, WinDbg, Performance, XSLT, IIS, Regex, Visual Studio, YUI, NLB
  • Interesting Finds: 2009.01.12

    .NET Asynchronous Fire and Forget With Lambdas There is never a collection of Value Objects Reading all bytes from a Stream Introducing tweet#, the complete fluent C# library for Twitter A Professional HTML Rendrer you will use Debug Challenges of Debugging Optimized x64 Code .NET Hang: My application...
    Posted to gOODiDEA.NET (Weblog) by gOODiDEA on 01-12-2009, 12:00 AM
    Filed under: .NET, Javascript, ASP.NET MVC, jQuery, WinDbg, Utility, Regex, Twitter
  • Regular Expressions Are Your Friend

    I recently came across this JavaScript code: function phonescrub(elmt){ str=elmt.value;str2="";ii=0; while (ii < str.length){ ch=str.charAt(ii); kk=0; while (kk < 10){ if (ch==""+kk){str2=str2+ch}; kk++; } ii++; } elmt.value=str2; } It's a little difficult to decipher, so I'll interpret it. Start...
    Posted to Kev'n Roberts (Weblog) by kevnroberts on 06-26-2009, 12:00 AM
    Filed under: RegEx, JavaScript, Regular Expressions
Page 1 of 1 (5 items)