"Doubt is uncomfortable, certainty is ridiculous." - Voiltaire

Monatsarchiv für March 2009

 
 

YASIHTCAAF – Too many logins…

I’m tired of creating accounts.  For a while I used fake information to fill out these forms.  Typing in a random noun into google maps and using that information.  There are probably 5000 accounts pointing back to email address I’ve used over the past 10 years.  Gardening forums, sql server forums, video game forums, you name it, they all require logins.

Sure, I’ll login to my email and confirm, yes, I realize you’ll send me shit in the email on my birthday and invite me back when I don’t post any more.  Good thing you have a forgot password link because your irrelevant username/password requirements force me to use credentials I’m not familiar with.  Thanks for being so concerned somebody might steal my account on your video game forum.  Oh look, a captcha. Deciphering “cvx88s0Q” from what looks like a childs finger-painting is always fun.

Now I usually just go someplace else anytime a site requires me to login to see some content.  Do I really need to read that programming article? Does my rpg character really need to find that sword?  Increasingly, the answer is no and I don’t think I’m alone.

If your thinking of starting a new internet site, like some kind of discussion board  or user voted content cms sharing link thing, you might want to think about taking advantage of the “uniquitus login” tools that are starting to popup.  Gmail, Yahoo, Facebook, Myspace all support this kind of interaction. You’d be hard pressed to find an internet user without an account one one of these websites.

I’m betting that propietary user account registration systems are going start fading out in the next couple of years.  We already have these digital identities, digital identies we use on a daily basis, it makes sense to allow users to use these systems instead of sining up for yet another account.  I’m sure there are others like me who are willing just to walk away when hit with Yet Another Site I Have To Create An Account For.

Answer by jfar for Database Development Mistakes Made by AppDevelopers

Original Question/Answer on StackOverflow.com

Blaming the db engine when the query that ran sooo fast on your development machine blows up and choke once you throw some traffic at the application.

Answer by jfar for Best UI You’ve Ever Used

Original Question/Answer on StackOverflow.com

Recently I’ve enjoyed Shelfari and Reddit. For desktop apps, Rhapsody is pretty nice.

Answer by jfar for Becoming a multi language programmer

Original Question/Answer on StackOverflow.com

Write something fun.

For example I’m in the opposite situation ( well, I’m no C# guru ) and getting back into php. For a first project I’m building an application to store the different types of fireballs stored in street fighter games. :D

Keeps you motivated and you can kind of explore the programming space a little more than you would if you implemented a boring blog system or shopping cart.

Answer by jfar for LINQ to Entities Searching text properties for multiple keywords

Original Question/Answer on StackOverflow.com

Looks like Linq to Entities doesn’t support contains:

http://msdn.microsoft.com/en-us/library/bb738638.aspx

I’d roll my own query for this one. Your probably going to want full control over the text search queries if you find out these types of searches become performance issues.

Answer by jfar for New Project : Online Image Search, While Keeping The Images Secure

Original Question/Answer on StackOverflow.com

What do you mean by secure?

Any image that I can see on my computer’s screen can be downloaded and saved to my hard drive.