New IE8 "Feature" Chris Gardner, January 1, 0001 It appears I stumbled upon a hidden IE8 "feature." Unfortunately, this was an intentional feature. Let me set the stage. I am currently working on the advanced version of the table I posted about last ... New IE8 "Feature" 0 0 0
Html Table with Fixed Header and Scrollable Body Chris Gardner, January 1, 0001 I have created the world's greatest web control. OK, it's more like I reinvented the wheel. I present to you a cross-browser table with a fixed header and scrollable body. Column 1 Column 2 Column 3 Row ... Html Table with Fixed Header and Scrollable Body 0 0 17
Silverlight Cream for August 21, 2011 -- #1133 Dave Campbell, January 1, 0001 In this Issue: AfricanGeek, Dhananjay Kumar, Erno de Weerd, Jesse Liberty(-2-), Den Delimarsky, Austin Andrews, John Papa, Morten Nielsen(-2-), Andrej Tozon(-2-), and Michael Washington. Above the Fold: ... Silverlight Cream for August 21, 2011 -- #1133 0 0 0
Did Google and HP Thread WP7’s Needle? andrewbrust, January 1, 0001 I’m on vacation this week, and I didn’t intend to write a blog post. But after the sea changes in the mobile computing industry and, ironically, my extra time to ponder it, I really couldn’t stay silent. ... Did Google and HP Thread WP7’s Needle? 0 0 1
Chrome going native raccoon_tim, January 1, 0001 Microsoft isn’t the only one who seems to be pushing native computing once again. We’re now seeing Google at the same table with the current beta release of Chrome. Yes, Chrome now supports native applications ... Chrome going native 0 0 0
Silverlight, My Love, Please Don’t Go Away MOSSLover, January 1, 0001 Occasionally I write a rant or two and this one has been boiling for ages. First off you need to read Mike Watson’s Blog Post on Silverlight Ambiguity in Office 365: http://jmikewatson.wordpres... ... Silverlight, My Love, Please Don’t Go Away 0 0 1
Edulinq an excellent LINQ+TDD guide George Mamaladze, January 1, 0001 Recently I stumbled across a question on stackowerflow.com about Edulinq. Its a series of blog posts turned at the end into a free eBook. Downloaded to my eBook reader and had a lot of fun in subway. There ... Edulinq an excellent LINQ+TDD guide 0 0 2
Interview question - there's a lot wrong with this code :) Steve Wilkes, January 1, 0001 I had some really great responses to my last post regarding some bad code I've shown to interviewees - pretty much everything I intended to be bad was spotted, as well as some interesting points I hadn't ... Interview question - there's a lot wrong with this code :) 0 0 4
Using GMap.NET – Great Maps for Windows Forms & Present... saifkhan, January 1, 0001 Recently I was working on a project where I needed to implement mapping functionality - I am not new to mapping technology, as a matter fact, a few years back I created my own Winform mapping control which ... Using GMap.NET – Great Maps for Windows Forms & Present... 0 0 58
"Cancel me if you can" or PLINQ cancelability & responsiveness in... George Mamaladze, January 1, 0001 Download Source Code Challenge Just had the first chance to apply PLINQ (Parallel LINQ) to the real task. When I am playing around with some new technology everything works fine, the real understanding ... "Cancel me if you can" or PLINQ cancelability & responsiveness in... 0 0 3
Creating a PHP MD5() Extension Method for C# David Hoerster, January 1, 0001 In the project that I’m working on (let’s call it BrainCredits v2.0), I wanted to integrate a user’s Gravatar into the system (like how StackOverflow does it). To Gravatar’s credit, they make it very easy ... Creating a PHP MD5() Extension Method for C# 0 0 6
Be carefully by using PostSharp regarding license choice Marko Apfel, January 1, 0001 Initial situation If you download and install PostSharp you run the professional edition in trial mode if you don’t configure additional things – also if you want to run the community edition. There is ... Be carefully by using PostSharp regarding license choice 0 0 0
Correcting wrong AssemblyInfo Copyright and Vendor-information Marko Apfel, January 1, 0001 Initial situation Normally all of our installations are registered to the company name. But now we have the effect that some (developer) tool seems to overwrite this registry entries. That results in the ... Correcting wrong AssemblyInfo Copyright and Vendor-information 0 0 0
Silverlight Cream for July 27, 2011 -- #1121 Dave Campbell, January 1, 0001 In this Issue: Max Paulousky, Ollie Riches, Derik Whittaker, John Garland, WindowsPhoneGeek, Manas Patnaik, Xianzhong Zhu, John Papa, Dhananjay Kumar, Jesse Liberty, Peter Torr, Gill Cleeren, and Jonas ... Silverlight Cream for July 27, 2011 -- #1121 0 0 0
Using CTE to concatenate rows by group TomPepe, January 1, 0001 CTEs or common table expressions can be used to make recursive SQL stantements. CTEs are ANSI-99 standard. Please read www.sql-server-performance.... for more information. I have only ... Using CTE to concatenate rows by group 0 0 0
Preparing for the 70-400 System Center Operations Manager 2007, C... Matt Griffin, January 1, 0001 Recently I began studying for the 70-400, System Center Operations Manager 2007, Configuration. Before I was told that we needed someone certified in SCOM I didn't even know what it was! I began like every ... Preparing for the 70-400 System Center Operations Manager 2007, C... 0 0 0
SharpBox 1.1 ready for production (updated) Dirk Eisenberg, January 1, 0001 Over 6 months ago we released SharpBox 1.0.3 our last bugfix and service release. In the last few months we were focused on reworking our library core to achieve a couple of simplicity and feature goals. ... SharpBox 1.1 ready for production (updated) 0 0 1
Samsung Omnia WP7–What’s holding it back in South Afr... MarkPearl, January 1, 0001 I recently obtained a Samsung Omnia 7 with the WP7 OS. Straight off the bat - let me say how impressed I am with this phone and how easy it is to use. It took about 3 minutes to have all my Gmail and Facebook ... Samsung Omnia WP7–What’s holding it back in South Afr... 0 0 0
NuGet-Package-Management mit ArcObjects Marko Apfel, January 1, 0001 Motivation Wie gehen Sie in dieser Situation vor: Eine von Ihnen verwendete .NET-Drittbibliothek liegt in einer neuen Version vor und Sie müssen die Abhängigkeiten in all Ihren Projekte aktualisieren. ... NuGet-Package-Management mit ArcObjects 0 0 2
Silverlight Cream for July 20, 2011 -- #1119 Dave Campbell, January 1, 0001 In this Issue: Gill Cleeren, Adam Kinney, Peter Torr, John Garland, Kunal Chowdhury, Telerik, WindowsPhoneGeek, Xianzhong Zhu, Jesse Liberty(-2-), and Michael Washington. Above the Fold: Silverlight: "Showing ... Silverlight Cream for July 20, 2011 -- #1119 0 0 0
The story of QuadTree perforamnce optimization George Mamaladze, January 1, 0001 Download QuadTreeOptimization.zip c# project Background Today I'd like to share with you interesting experiences I made last several evenings when working on one of my open source hobby projects - Source ... The story of QuadTree perforamnce optimization 0 0 2
Silverlight Cream for July 18, 2011 -- #1118 Dave Campbell, January 1, 0001 In this Issue: Colin Eberhardt, Kunal Chowdhury, WindowsPhoneGeek, Jesse Liberty(-2-), Xianzhong Zhu, John Papa, Jeff Prosise(-2-), Above the Fold: Silverlight: "Silverlight TV 78: Designing Tiles and ... Silverlight Cream for July 18, 2011 -- #1118 0 0 0
Why .NET LinkedList does not support Concat and Split operations? George Mamaladze, January 1, 0001 Why .NET LinkedList does not support Concat and Split operations? Download SimpleLinkedList source code Concat O(1) or O(n) ? The .NET LinkedList is a circular doubly linked list, where each node holds ... Why .NET LinkedList does not support Concat and Split operations? 0 0 2
WPC 2011: A Spring in Redmond’s Step andrewbrust, January 1, 0001 I just got back from Microsoft’s 15,000 attendee-strong Worldwide Partner Conference (WPC) in Los Angeles, and I have to say, the company and its partners are pumped. How can this be, given the number ... WPC 2011: A Spring in Redmond’s Step 0 0 1
Android: Sharing an options menu between mutiple activities tutor... Bill Osuch, January 1, 0001 Say you've got an app that has multiple activities, and you want each activity to use the same options menu (the menu that appears when the user taps the MENU button). Rather than repeating the Inflater ... Android: Sharing an options menu between mutiple activities tutor... 0 0 6
First Post - Thanks GeeksWithBlogs rodelljr, January 1, 0001 I wanted to take this time to introduce myself. My name is Roger O'Dell Jr. My development training is in .NET, but my current job requires me to work with Java and Android. I have been doing mobile development ... First Post - Thanks GeeksWithBlogs 0 0 1
Silverlight Cream for July 12, 2011 -- #1116 Dave Campbell, January 1, 0001 In this Issue: Rudi Grobler, Roy Dallal, Hannah Watkins, AfricanGeek, Kunal Chowdhury(-2-), Beth Massi, Mohamed Mosallem, Michael Crump, and Jesse Liberty. Above the Fold: Silverlight: "Communicating between ... Silverlight Cream for July 12, 2011 -- #1116 0 0 0
Silverlight Cream for July 10, 2011 -- #1115 Dave Campbell, January 1, 0001 In this Issue: Kunal Chowdhury(-2-), Kevin Hoffman, Pontus Wittenmark, Peter Kuhn, András Velvárt, Rudi Grobler, WindowsPhoneGeek, Jesse Liberty, Nigel Sampson, Stephen Price. Above the Fold: Silverlight: ... Silverlight Cream for July 10, 2011 -- #1115 0 0 0
Actualización de Estándares Web - HTML5 para el Edi... Jason Ulloa, January 1, 0001 Hace unos días recibi un email de Microsoft con noticias sobre Visual Studio, y algo que me encanto fue ver que por fin tenemos soporte para HTML y CSS 3 en el editor de VS. Así que, me di la tarea de ... Actualización de Estándares Web - HTML5 para el Edi... 0 0 0
Using NuGet in a MSBuild-target to have the packages at the last ... Marko Apfel, January 1, 0001 Motivation Encouraged from the article “Using NuGet without committing packages to source control” I decided to wrap the NuGet-call in a MSBuild target instead of using a pre-build event. Because we also ... Using NuGet in a MSBuild-target to have the packages at the last ... 0 0 1
Note to self: Visual Studio makros for build events Marko Apfel, January 1, 0001 Note to self: Visual Studio makros for build events 0 0 0
Testing for FireFox, Chrome User Agents, using the IE9 Developer ... Harish Ranganathan, January 1, 0001 IE9 Toolbar’s Browser Mode allows us to test for different versions of IE. This feature has been there right from IE8 Developer Toolbar. But, I always thought that the testing was just limited to the different ... Testing for FireFox, Chrome User Agents, using the IE9 Developer ... 0 0 4
Phoenix Silverlight User Group Meeting July 6 with Dave Campbell Dave Campbell, January 1, 0001 Phoenix Silverlight User Group Meeting July 6 featuring Dave Campbell Come out to Interface Technical Training tomorrow (July 7, 2011) in Phoenix to see me struggle through explaining how to use Jeremy ... Phoenix Silverlight User Group Meeting July 6 with Dave Campbell 0 0 0
Flowing Bowling Game Kata I Ralf Westphal, January 1, 0001 Ron Jeffries challenged me to show how Flow-Design and Event-Based Components can help software development. This is the problem he posed in the Software Craftsmanship discussion group: Solve bowling scoring. ... Flowing Bowling Game Kata I 0 0 0
Localization Approach for ASP.NET Web site Michael Freidgeim, January 1, 0001 String Resources For string resources we will use local/global resources connecting to DB using DbResourceProvider from “Creating a Data Driven ASP.NET Localization Resource Provider and Editor” http://www.west-wind.com/pr... ... Localization Approach for ASP.NET Web site 0 0 0
Why does Eclipse say Another Transaction is Already in Progress w... Paula DiTallo, January 1, 0001 The message may also say something line: Unable to update app: Error posting to URL: https://appengine.google.co... 409 Conflict Another transaction ... Why does Eclipse say Another Transaction is Already in Progress w... 0 0 5
How to create a patch rajeshkolli, January 1, 0001 Hello.. How do i create a patch for my web application ? Hello we have a scenario like changes we have made in application should be reflected, previously we use to send whole package build , inspite of ... How to create a patch 0 0 0
Why does my browser take me to Scour.com? (redirect virus) Paula DiTallo, January 1, 0001 The "scour" or Rootkit.Win32.TDSS virus has a long history which can be found here: http://en.wikipedia.org/wik... Here is the primary symptom: after searching for something in your web browser using ... Why does my browser take me to Scour.com? (redirect virus) 0 0 6
Website Developer benonsoftware, January 1, 0001 I am officially today making a website developer/designer business. Prices are client-by-client basics. I charge pretty cheaply compared to other companies. For expertise I have knowledge in advance HTML, ... Website Developer 0 0 0
Use CompiledQuery.Compile to improve LINQ to SQL performance Michael Freidgeim, January 1, 0001 After reading DLinq (Linq to SQL) Performance and in particular Part 4 I had a few questions. If CompiledQuery.Compile gives so much benefits, why not to do it for all Linq To Sql queries? Is any essential ... Use CompiledQuery.Compile to improve LINQ to SQL performance 0 0 1
Rotating text using CSS Renso, January 1, 0001 Goal: Rotating text using css only. How: Surprisingly IE supports this feature rather well. You could use property filters in IE, but since this is only supported on IE browsers, I would not recommend ... Rotating text using CSS 0 0 1
Unable to add users to Microsoft Dynamics CRM 4.0 after database ... Wes Weeks, January 1, 0001 Working with a client in our Multi-tenant CRM environment who was doing a database migration into CRM and as part of the process, a backup of their Organization_MSCRM database was taken just prior to starting ... Unable to add users to Microsoft Dynamics CRM 4.0 after database ... 0 0 2
HTML5 Boilerplate Tiago Salgado, January 1, 0001 Along with HTML5 Boilerplate's rock solid commitment to cross-browser consistency, H5BP brings you delicious documentation, a site optimizing build script, and a custom boilerplate builder. In addition ... HTML5 Boilerplate 0 0 2
Inside Red Gate - The Office simonc, January 1, 0001 The vast majority of Red Gate is on the first and second floors (the second and third floors in US parlance) of an office building in Cambridge Business Park (here we are!). As you can see, the building ... Inside Red Gate - The Office 0 0 0
Whitepaper “Aufbau eines pragmatisch smarten DevTree“ Marko Apfel, January 1, 0001 Motivation Kommen Ihnen diese Szenarien bekannt vor: der Build scheitert, weil ein Kollege ein 3rd Party Framework eingeführt hat und nur lokal auf seiner Maschine die benötigten Bibliotheken installiert ... Whitepaper “Aufbau eines pragmatisch smarten DevTree“ 0 0 1
DearPeeps russ61, January 1, 0001 I registered a domain name today: (dearpeeps.com, dearpeeps.net, dearpeeps.info & dearpeeps.org) for an idea… The idea came to me this morning on the bus. Idea: Where could you go if you want to ask ... DearPeeps 0 0 2
SilverlightShow for June 6-12, 2011 Dave Campbell, January 1, 0001 Check out the Top Five most popular news at SilverlightShow for SilverlightShow Top 5 News for June 6-12, 2011. Here are the top 5 news on SilverlightShow for last week: Why Silverlight/WPF developers ... SilverlightShow for June 6-12, 2011 0 0 0
HTML5: LocalStorage() Natasa Gavrilovic, January 1, 0001 LocalStorage() is one of the new features of HTML5 that found widespread use among PC and phone developers. It can save up to 5MB of data locally, on a user device in a key-value database inside a web ... HTML5: LocalStorage() 0 0 2
Google Documents have very limited table support Michael Freidgeim, January 1, 0001 I am using Google Documents for text editing and generally it works quite well. However I've found, that table support is very limited. I've tried to copy and paste single row of the table, but didn't ... Google Documents have very limited table support 0 0 1
Windows 8, HTML5, JavaScript and Silverlight yuriylsh, January 1, 0001 Preamble Microsoft’s first introduction of upcoming Windows 8 spurred lots of discussions among developers. The most noticeable part of the demonstrations at D9 conference and Computex show, as well as ... Windows 8, HTML5, JavaScript and Silverlight 0 0 5