vote up
0
vote down

How Fanboys See .NET Data Access Strategies

Just a play off of the recent "How Fanboys See Operating Systems" post that's been circulating the web. Entity Framework NHibernate Subsonic ADO.NET Datasets as seen by… Entity Framework NHibernate Subsonic ADO.NET Datasets
 
Kevin Pang
Mar 07 2010 02:39 AM
vote up
0
vote down

Hanselminutes Podcast 203 - Women in Technology in the Muslim World

My two-hundred-and-third podcast is up. I was in Egypt and had the opportunity to sit down with Lamees and Abeer, two successful women in IT. Lamees is a programmer transitioning to Systems Analysis, and Abeer is a veteran Senior Systems Analyst and
Mar 06 2010 04:06 AM
vote up
1
vote down

The ethics of aggregating other peoples' content

Content theft Most of the recent - what I'll call - "discussions" about content aggregators have revolved around content theft. I'm not going to flip-flop on that topic: when you use someone else's work, you ask first, and if given the okay, you
 
AaronBertrand
Mar 11 2010 11:02 AM
vote up
0
vote down

MVVM for Dummies

I think that I have found one of the best articles on MVVM that I have ever read: http://jmorrill.hjtcentral.com/Home/tabid/428/EntryId/432/MVVM-for-Tarded-Folks-Like-Me-or-MVVM-and-What-it-Means-to-Me.aspx This article sums up what is in MVVM and what
 
Martin Hinshelwood
Mar 05 2010 11:33 PM
vote up
0
vote down

An Interview with KDEPIM Contributor Tobias König

Welcome to another interview with a KDE contributor. Last time we interviewed Marco Martin from KDE Plasma team, this time we talked with Tobias König from KDEPIM about Akonadi and the TV series Lost ;) The original interview in Italian is available in
 
giovanni
Mar 07 2010 09:43 PM
vote up
0
vote down

Rx: Refilled

Refilled. Download from here. Details here.
 
Matt
tags: .net
Mar 07 2010 03:36 PM
vote up
0
vote down

Bite-sized XMPP News #4

Here's a collection of interesting XMPP-related updates from the microblogging world this week: malditogeek: http://github.com/malditogeek/Pocho takes the stage! #weekendhack #xmpp #redis #ruby # Pocho looks to be a neat little XMPP bot that stores
 
Jack Moffitt
Mar 07 2010 09:23 AM
vote up
0
vote down

10 Interesting wall decorations by Wallys Paper

if (typeof Meebo == 'undefined') { Meebo=function(){(Meebo._=Meebo._||[]).push(arguments)}; (function(q){ var args = arguments; if (!document.body) { return setTimeout(function(){ args.callee.apply(this, args) }, 100); } var d=document, b=d.body,
Mar 07 2010 03:04 AM
vote up
0
vote down

Microsoft's Courier 'digital journal'

I have no idea if this thing is real or not but ooooh, I hope it is. It looks sensational.  via Engadget who has more images and video and says it’ll be an inch thick, weighs a little over a pound, and isn't much bigger than a 5x7 photo when closed.
 
stevecla01
tags: courier
Mar 06 2010 08:04 AM
vote up
0
vote down

Welcome to the All New Webmonkey

As you may have noticed, we’ve given Webmonkey an entirely new coat of paint. The visual design has been refreshed — something we’ve been doing every couple of years since we launched in 1996 — and we honestly think the site has
 
Michael Calore
Mar 06 2010 08:00 AM
vote up
0
vote down

SharePoint 2010 release dates

From Microsoft Office 2010 Engineering ...In addition to the Office 2010 Technology Guarantee, were excited to confirm that Office 2010, SharePoint 2010, Visio 2010 and Project 2010 are on schedule and will release to manufacturing (RTM) next month.For
Mar 08 2010 04:13 AM
vote up
0
vote down

Tech Thoughts Daily Net News – March 7, 2010

The best way to fight viruses? Stop using Windows – You can accuse Microsoft of many things but you can never accuse the company of being short on chutzpah. The latest example of the brazen manner in which the company reacts to problems which it
Mar 07 2010 09:51 PM
vote up
0
vote down

Handling errors when connecting to a database using PHP PDO

PHP's PDO database abstraction class offers a better way to connect to databases than the mysql_* etc style functions, or using a 3rd party database library. This post looks at handle errors when connecting and a follow up post later this week will look
Mar 07 2010 09:50 PM
vote up
0
vote down

Java's Iterators and Iterables

What is an Iterator?From Wikipedia: In computer science, an iterator is an object that allows a programmer to traverse through all the elements of a collection, regardless of its specific implementation. The point of using an iterator is to allow the the
tags: java
Mar 07 2010 09:50 PM
vote up
0
vote down

Free Visual Studio and TFS training?

S.A. Architect will be offering FREE training covering Visual Studio and TFS in both 2008 and 2010 versions! This will be done in real life, so you will need to travel to somewhere in Johannesburg and so to figure out where, all you need to is click Yes
 
Robert MacLean
Mar 07 2010 06:00 PM
vote up
0
vote down

Weekly Web Design and Development Inspiration – N.31

This is our selection of our favorite web designs from the past week, some sites we discovered, but the most of them have been recommended by our readers. Thanks for all your recommendations, and we hope you like the selection of sites as much as we do,
Mar 07 2010 03:34 PM
vote up
0
vote down

Correlation Between Typing Speed and Programming Competence

A colleague recently asked me, "Have you noticed that the better developers we've worked with are also fast typists?" I acknowledged that I had noticed relatively quick typing speed to be a common trait of most of the best developers that I know.
Mar 07 2010 11:26 AM
vote up
0
vote down

40+ Stunning Website Designs and Textures With Heavy Use of Bokeh Effects

if (typeof Meebo == 'undefined') { Meebo=function(){(Meebo._=Meebo._||[]).push(arguments)}; (function(q){ var args = arguments; if (!document.body) { return setTimeout(function(){ args.callee.apply(this, args) }, 100); } var d=document, b=d.body,
Mar 07 2010 07:15 AM
vote up
0
vote down

SQLAuthority News – Office 2010 Readiness Check – Are you ready for Office 2010?

PowerPivot for Excel is a data analysis tool that delivers unmatched computational power directly within the application users already know and love—Microsoft Excel. Office 2010 is the next version of Office 2010. We all know Office 2010 is on the verge
Mar 07 2010 07:14 AM
vote up
0
vote down
vote up
0
vote down

Microsoft Fix Their Non-Random Browser Choice Screen

According to several reports during the past week, Microsoft's browser choice screen was not as random as it could be. Craig describes the problem and reveals Microsoft's solution. Related posts:Microsoft Starts the European Browser Choice Update
 
Craig Buckler
Mar 07 2010 12:56 AM
vote up
1
vote down

Getting code ready for production

I am currently doing the production-ready pass through the Rhino DivanDB code base, and I thought that this change was interesting enough to post about: public void Execute() { while(context.DoWork) { bool foundWork = false;
 
Ayende Rahien
Mar 06 2010 04:24 PM
vote up
0
vote down

Default value for OLE DB Destination FastLoadMaxInsertCommitSize in SQL Server 2008

The FastLoadMaxInsertCommitSize property of the OLE DB Destination is used to determine how many rows should be committed as a single transaction when using the FastLoad option. In SQL Server Integration Services (SSIS) 2005 the default value for this
 
jamiet
Mar 06 2010 03:09 PM
vote up
0
vote down

Programming What You Love

This post is a simple one… its one to remind all the programmers to take a moment out from your programming job or even take some time off from your main hobby project… take time to enjoy programming. Recently I tried to learn some Android
 
Justin
Mar 06 2010 02:35 PM
vote up
0
vote down

Adding user to phpbb3 during registration from site

If you are looking for adding user into phpbb3 forum when any user register into your site, than i might help you as i faced the same situation. Today i faced this situation where my client needs the same user in phpbb forum(auto entry) whenever user
 
Rakshit Patel
Mar 06 2010 10:57 AM
vote up
0
vote down

Productivity Tip: Being Effective Involves Utilizing The Magic Minutes.

Jack had taken three rounds of convincing before he agreed to show up at a meeting. Now as we sit there and watch people talk about the insignificantly stupid things like building a uniform process for improving developer productivity, I can here the
Mar 06 2010 09:03 AM
vote up
0
vote down

Consultants, know how the IRS determines employee status

Chip Camden offers independent consultants tips on how to be savvy when it comes to the IRS's 20 factors for determining whether a worker is an employee under common law rules.
 
Chip Camden
Mar 06 2010 08:02 AM
vote up
0
vote down

Video Trip Report: If this is Tuesday, this must be Cairo

This last week over a 7 day period, I went to Munich, Cairo and Dubai. I presented in three keynotes and did a total of 10 sessions. I crossed 12 time zones and missed my kids. I talked to/with/at about 3000 people. I'm utterly shattered. I took some
Mar 06 2010 08:00 AM
vote up
0
vote down

Merged ZFS from OpenSolaris to OSX

Wow, that took a long time. But I've finally managed to get the OpenSolaris codebase (shadowed at http://github.com/alblue/onnv-gate-zfs/tree/onnv_72, in case you're interested) merged in with the original Apple code changes of zfs119. The merged code is
 
AlBlue
tags: mac
Mar 06 2010 06:37 AM
vote up
0
vote down

5 Most Popular Posts on WebWorkerDaily This Week

Just in case you missed any of them, here are the five most popular posts on WebWorkerDaily this week: Improved Productivity: A 12-Step Program Amber shares her 12-step program for getting more productive. How to Handle a Narcissist Chances [...]
 
Edit Staff
Mar 06 2010 05:58 AM
vote up
0
vote down

Creating a Custom Silverlight Pre-Loader

I have been doing Silverlight development since it was released. One question I get asked a lot is how do to create a custom pre-loader for my application. What do I mean by pre-loader? Well, it can be called many things; it could be called a pre-loader,
 
Brian Lagunas
Mar 06 2010 05:57 AM
vote up
0
vote down

Open Source CouchDB Heads to the Cloud

NoSQL database variant gears up with commercial support from cloud vendor and project sponsor Cloudant.
Mar 06 2010 05:56 AM
vote up
0
vote down

NUnit vs. MsTest: NUnit wins for Unit Testing.

People are still wondering what are the differences between the two most popular unit testing frameworks in the .NET world: the open source NUnit and the commercial MsTest). Here’s a short list of what i remember instantly: Nunit contains a [TestCase]
Mar 06 2010 05:22 AM
vote up
0
vote down

Herding Code 75: Barry Dorrans on Developer Security

This week on Herding Code, Barry Dorrans educates, entertains, insults and scares us with his expert commentary on application security, threat modeling, analysis tools and common attacks.  You’ve been waiting for this show.  I just know
 
jon_galloway@yahoo.com (Herding Code)
tags: podcast
Mar 06 2010 04:45 AM
vote up
0
vote down

WebPagetest.org – top tool

I’m loving WebPagetest.org. In Even Faster Web Sites I said, “[WebPagetest] hasn’t gotten the wide adoption it deserves.” It got a boost after Matt Cutts mentioned WebPageTest.org in his interview with WebProNews. But I still meet
 
Steve Souders
Mar 06 2010 03:48 AM
vote up
0
vote down

Second Intellisense patch for the 2010 RC

We had a number of reports about Intellisense crashes soon after the RC was released.  After much investigation, the vast majority of reports have boiled down to two issues.  We released a patch for the more common of the two a week or so
 
bharry
Mar 05 2010 09:16 PM
vote up
0
vote down

Delete Invasive Flash Cookies – Two Free Tools

Invasive Web Sites – Another Look at Flash Cookies. I first wrote on the issue of Flash Cookies back in September 2009, (LSO (Flash Cookies) – A Serious Attack on Your Privacy), and since then, if my own experience with these obnoxious web trackers is
Mar 09 2010 07:12 AM
vote up
0
vote down

Got 15 Minutes To Help Out With A University Study? I Mean, To Play A Game?

Bram De Moor, one of my coworkers, has developed a small game which is a part of a university study. I can’t tell you what the study is about, since that would ruin the purpose of the game (and if anyone leaves a comment mentioning it, it will be
tags: off topic
Mar 08 2010 03:16 PM
vote up
0
vote down

Episode 204: XSS Protection in Rails 3

It is easy to be vulnerable to cross site scripting attacks in earlier versions of Rails, but Rails 3 solves this by automatically escaping unsafe input.
 
Ryan Bates
Mar 08 2010 03:13 PM
vote up
1
vote down

Telemetry Myopia: The Toyota “Fail Safe” system Debacle and Google cavalier attitude toward Privacy

For the past few weeks members of my team and I have been meeting with key individuals in Bing, Microsoft Online services, and Windows.  In those meetings we have focused on rich telemetry.  We’ve talked about technologies to collect data,
 
Ken Johnston
Mar 08 2010 10:04 AM