Geeks with Blogs
HomeAbout
  • A good url regular expression ?
    Update 8/11/2009: This post has moved and a new better version of the regex is there: http://flanders.co.nz/2009/11/08/a-good-url-regular-expression-repost…
    Ivan Porto Carrero · 2005-12-01
  • Arrays: Copy vs. Clone
    Occasionally when working with an array is may be useful to make a copy of that array. What might not be apparent is that by making a copy of an an array…
    Daniel Forhan · 2005-12-01
  • Serializing A String Within a CDATA Element (.NET 1.1)
    Apparently .NET 2.0 does this out of the box but, I don’t get to play with it for awhile so…. Today I had the need to serialize some error messages in…
    Chris Martin · 2005-11-30
  • HOW TO Enable ClickOnce Compression on IIS
    ClickOnce supports using HTTP compression for the file downloads, a Web server technology that uses the GZIP algorithm to compress a data stream before…
    Juan Ignacio Gelos · 2005-11-30
  • How to install Visual Studio 2005 on XP with just SP1
    Where I work there's a firewall application required in some parts of the network that doesn't play nicely with XP SP2. So we're still on SP1 while the…
    Lorin Thwaits · 2005-11-30
  • Debugging a .Net Windows Service the "easy way"
    Mark Pearce describes how to debug a .Net Windows service from Visual Studio: > To do this, you need to emulate what the Service Control Manager (SCM)…
    Brad Corbin · 2005-11-29
  • "Prison Break" a joke, "24" coming soon!
    "Prison Break" a joke, "24" coming soon! Well I had a big feeling “Prison Break” would be a big let-down for their “fall finale”. As I suspected they…
    Eric Pearson · 2005-11-28
  • Hierarchical Queries in SQL Server 2005
    TheServerSide.Net has a nice article on performing Hierarchical queries using CTEs on SQL Server 2005. http://www.theserverside.net/articles/showarticle.ts…
    Juan Ignacio Gelos · 2005-11-28
  • "The test form is only available for requests from the local machine"
    If you simply open the web config file and add the following, you will be able to access the test form outside of the localhost:
    Juan Ignacio Gelos · 2005-11-28
  • DNN and the Lovely "Multiple controls with the same ID" Error
    After having this problem several times and continually forgetting the fix, I figured I'd go ahead and make a post about it. Hopefully, it'll save someone…
    Michael Flanakin · 2005-11-25
  • Patterns aren't just for software (ExpertsExchange 20051004)
    For the last newsletter I wrote a brief article describing what design patterns were and the educational benefits that they can have as they are…
    Greg Young · 2005-11-22
  • Nautical Terminology: Dead Horse
    When a Sailor pays off a debt to the command (advance pay, overpayments, etc.) they say they have paid off a Dead Horse. The saying comes from a tradition…
    Mark Treadwell · 2005-11-18
  • Introducing the Infragistics UIElementViewer Utility
    A core concept of the Infragistics NetAdvantage Windows Forms control is the idea of UIElements. UIElements are the individual elements of a control, that…
    Devin Rader · 2005-11-17
  • Fixing Internal SOAP processing failure
    I've exposed quite a lot of my orchestrations as web services; while doing that I faced numerous problems sojust thought of summarizing all possible…
    Vishal H · 2005-11-16
  • "Geek & Greet" Christmas Dinner
    Dave Oliver and Sarah Blow Cordially Invite All C9ers and Girly Geeks to a Christmas Dinner! Date: Saturday 17th December 2005 Time: 7:30pm Location:…
    Sarah Blow · 2005-11-16
  • Remove NewLine characters from the data in SQL Server
    > UPDATE: Xavid at 8/2/2007 in a comment suggested a simpler code: > > > REPLACE(REPLACE(REPLACE(MyField, CHAR(10), ''), CHAR(13), ''), CHAR(9), '')
    Michael Freidgeim · 2005-11-15
  • Installing Windows Update client error 0x8007041d
    When installing the latest version of the Windows Update Client, you may recieve an error that references this code: 0x8007041d
    Robert Kloosterhuis · 2005-11-14
  • Creating pdf in .NET from html
    In a previous article I mentioned iTextSharp as a library that you can use to generate pdf documents from. I couldn't get it to work. Today i downloaded…
    Ivan Porto Carrero · 2005-11-13
  • SQL Server 2000 and 2005 same machine?
    Ok, I've seen this debated all over the place, and I am looking for an answer from someone who has actually done it. Can the two co-exist? Are there any…
    Theo Moore · 2005-11-13
  • Differences between Visual Basic Trim function and String.Trim() method
    Today I recognized that Visual Basic Trim function removes spaces only, but String.Trim() method removes all white space characters(see Remarks here)…
    Michael Freidgeim · 2005-11-11
← Prev1…195196197…227Next →
Geeks with Blogs

A community archive of developer blogs and technical articles, preserved at their original URLs.

Browse

HomeAboutArchive
© 2026 Geeks with Blogs. Posts by their original authors.