Geeks with Blogs
HomeAbout
  • Converting An Enter Key Press Into A Tab Key Press For Web Forms
    <script language="JavaScript"\> function ModifyEnterKeyPressAsTab() { if (window.event && window.event.keyCode == 13) {
    Brian T. Jackett · 2010-01-27
  • GroupJoin method tutorial
    INTRODUCTION Some time ago I published an article describing in very little details GroupBy method that comes with LINQ framework. Now I want to show you…
    Martinez · 2010-01-27
  • 800704a6 Error while opening JavaScript driven pages in IE8 – Work arounds
    In my project, there is a WebBrowser Control in a form. It opens a webpage dynamically which in-turn opens an IE popup using Window.Open() during OnLoad…
    Pranav · 2010-01-27
  • Silverlight Cream for January 27, 2010 -- #788
    In this Issue: Richard Waddell, Scott Barnes, Bob Bartholomay, Alex van Beek, Sergey Barskiy, Chris Klug, Microsoft Expression Blog
    Dave Campbell · 2010-01-27
  • Composite Application Library (“PRISM”) and loading modules from multiple directories
    I’m working on a project where we are using the Composite Application Library from Microsoft’s patterns & practices team. You can read the official…
    Jamie Kurtz · 2010-01-26
  • Silverlight Cream for January 26, 2010 -- #787
    In this Issue: Andrea Boschin, and Walter Ferrari Shoutouts: Scott Guthrie has a great post up: SilverlightShow has Featured Author: Interview with…
    Dave Campbell · 2010-01-26
  • Silverlight Cream for January 22, 2010 - 2 -- #785
    In this Issue: Deborah Kurata, and Praveen. Shoutouts: David Anson announced: Update to free ConvertClipboardRtfToHtmlText tool and source code gives more…
    Dave Campbell · 2010-01-22
  • Silverlight Cream for January 22, 2010 -- #784
    In this Issue: Brett Balmer, Shawn Wildermuth, Tim Greenfield, Anoop Madhusudanan, Victor Gaudioso, David Kelley
    Dave Campbell · 2010-01-22
  • SharePoint: Populating Drop Down List Field with Data from Different Site
    So, one of my SharePoint buddies from Dallas gave me a call yesterday and had a problem. They needed to populate a drop down field with data from a…
    Mark Rackley · 2010-01-21
  • QandA: When do I get charged for compute hours on Windows Azure?
    This question keeps coming up. Hence I will have a stab at explaining it. First I think we can all happily agree that the following service on Windows…
    Eric Nelson · 2010-01-19
  • Faker Gem - A Quick and Dirty Introduction
    One of the first ruby gems I used was the Faker Gem, a nice little ruby gem that...wait for it... Fakes Data! Usage is simple; first grab the gem using…
    Alex Moore · 2010-01-18
  • Silverlight Cream for January 18, 2010 -- #782
    In this Issue: Rene Schulte, Jim Wightman, Michael Wolf, Karl Shifflett, Braulio Diez, Walt Ritscher, Mike Taulty, and Deborah Kurata.
    Dave Campbell · 2010-01-18
  • Silverlight Cream for January 17, 2010 -- #781
    In this Issue: Jim Wightman, Richard Waddell, Fredrik Normén(2), Einar Ingebrigtsen, Sergey Barskiy, Chris Klug, Dan Wahlin, Walt Ritscher, and Jonas…
    Dave Campbell · 2010-01-17
  • MS BRE Backward Chaining - Part 1: Situating the Business Rules Engine
    This is the first of a three-part series, as follows: - Part 1: Situating the Business Rules Engine - Part 2: Backward Chaining: the 'Simple Name' pattern…
    Charles Young · 2010-01-17
  • LinqToWikipedia - A custom .NET Linq provider - Part I
    LinqToWikipedia - A custom.NET Linq provider - Part I This article is a two-part series regarding the LinqToWikipedia provider. The first article will…
    Michael Ballhaus · 2010-01-16
  • Silverlight Cream for January 15, 2010 - 2 -- #780
    In this Issue: Justin Angel, Brett Balmer, and Fredrik Normén(2). Shoutouts: The Silverlight Team Blog announced IIS Smooth Streaming Player Development…
    Dave Campbell · 2010-01-15
  • Visual Studio 2010 and .NET Framework 4 Launch Date is Monday 12th April
    Which is fantastic news. I’m really looking forward to it especially as the UK team are planning to put on a great week for UK developers with the help of…
    Eric Nelson · 2010-01-14
  • Step by Step sign up for the 25 hour free Windows Azure Platform Introductory Special
    You can learn the Windows Azure Platform and develop against it locally on your own machine using only the SDK and a copy of Visual Studio (details here)…
    Eric Nelson · 2010-01-13
  • Step by Step sign up for the MSDN Subscriber offer for the Windows Azure Platform
    You can learn the Windows Azure Platform and develop against it locally on your own machine using only the SDK and a copy of Visual Studio (details here)…
    Eric Nelson · 2010-01-13
  • TFS 2010 Beta 2 and MS Project 2007 Integration (FieldMapping.xml)
    I was running into an odd problem today when trying to add some new custom columns to a Microsoft Project project plan. These fields were driven by the…
    Matt deClercq · 2010-01-13
← Prev1…107108109…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.