SQL TIP: Auto Increment in an UPDATE statement.

code suggest edit

I needed to create a temp table in SQL with a column that contained an incrementing integer, without making that column an identity.

Read More

Commercial ASP.NET Controls

aspnet suggest edit

Has anyone out there used any of these ASP.NET component packages (such as Infragistics or Component One? I’m looking for reviews.

Read More

An Amendment To Save Marriages

politics suggest edit

Bush believes that an amendment is necessary to bring “clarity” to the issue of gay marriage and to preserve the social fabric of our great nation.

Read More

Jiraffe

personal suggest edit

We went on a triple date last night with Walt, Celine, Dan, and Judy to eat at Jiraffe. They are having some sort of Monday prefixe special. Unfortunately, a lot of French food has egg product in it to give it an added richness, which makes it difficult for my wife. I, on the other hand, had no problem with any of the food. Especially the Fois Gras. Very rich and tasty!

Read More

TIP: More on Exceptions and Serialization

code dotnet suggest edit

I just left to do some thinking where I get my best thinking done. While washing my hands, I realized I should mention a few issues with my previous recommendation.

Read More

Lunch

personal suggest edit

Just had lunch with Erik and Ben at Manpuku. If you’ve never been, Manpuku is on Sawtelle just north of Olympic in the strip mall where Hurry Curry is. If none of that made sense to you, then you probably don’t live in L.A. ;)

Read More

TIP: Decorate Custom Exception Classes With the Serializable Attribute

tips suggest edit

When writing a custom Exception class, don’t forget to mark the class as Serializable? Why? If the exception is ever used in a remoting context, exceptions on the server are serialized and remoted back to the client proxy. The proxy then throws the exception on the client. By default, .NET types are not serializable. But by adding a simple Serializable attribute decoration on your class, .NET is able to serialize your exception.

Read More

Weekend Update

personal suggest edit

Let’s see. On Friday we went to see a sneak preview of Starsky and Hutch. If you liked Zoolander, I think you’ll like this. It’s not the same, but has similar type of humor. It’s hard to approach Zoolander in my book, but Starksy and Hutch does well.

Read More

Talk About Awkward Moments

humor suggest edit

This is probably the funniest thing I’ve ever heard happening on a train:

Read More

Updated version of the RssBandit documentation

rssbandit rss suggest edit

UPDATE: Whoops! I should have read the SLA for my free hosting provider more carefully. There’s a size limit to the files I may post on my ftp server. I will work to rectify this situation by finding a new FTP site. In the meantime, email me and I will send you the documents referenced below.

Read More

Fraud Detection and Prevention

security suggest edit

My latest task is to produce reports useful for fraud detection. We’ve recently had incidents in which users from Vietnam opened up several accounts via stolen credit cards, deposited money via Paypal, then commit a charge back.

Read More

Asp.NET forums provide RSS Feeds

aspnet rss suggest edit

Wow. All this time, I̵ve tried to follow various Asp.Net Forums, only now to discover that each forum is syndicated via RSS! Nice!

Read More

Practice safe DateTime manipulation

csharp code suggest edit

What is the proper way to add three hours to a DateTime for the PST timezone? Is it this?

Read More

Better Social Networking through Blogistry

blogging suggest edit

agentLately it seems that everybody is playing “six-degrees of separation” by sprouting a social networking service. Some of the most prominent are Friendster.com, Tribe.com, MySpace.com, and Google’s Orkut. The promise these services make is that by joining, you’ll be where all your friends are and in the process make new friends and business contacts, though in reality they tend to look like glorified dating services. Look around the blogosphere and you’ll find several opinions concerning the problems and weaknesses of these services. For example, Dare’s take on social networking services, Warren Ellis’s evaluation of Orkut, and Don Park’s suggestion for improving existing services. Robert Scoble, a popular blogger, points out in this blog entry, that none of these networks interoperate. A person ends up entering his data into each site over and over again.

Read More

Snowboarding weekend

personal suggest edit

SnowboardingYesterday Akumi, Laura, Judy, and I drove to Mountain High (not a reference to smoking out) for a day of snowboarding. This would be my second time snowboarding since the big Conversion from skiing. Right now, I would rate myself as an intermediate snowboarder and advanced intermediate skiier.

Read More

Microsoft Dev Days

conferences suggest edit

What's the difference between a Debug vs Release Build?

That’s a question I’ve been asked several times, and to be honest, I really didn’t know all the details. Till now. Read on.

Read More

The Doh! Files: When Porn goes awry.

humor suggest edit

Interesting news item I found

Read More

Popping water balloons in 0 gravity

science suggest edit

A Balloon poppingThis site has several photographs and movies of NASA experiments where they pop water ballons in 0 gravity. They simulated the 0 gravity effect of being in outer space by flying an airplane in an elliptical orbit.

Read More

Log4Net

code logging suggest edit

I just finished reading the Log4Net Introduction and FAQ and realize I’ve been missing out all these years. I won’t retrofit my current App (just yet), but I definitely need to give Log4Net a try with future projects.

Read More