Tech
Working in SQL Server 2008 I received this confusing error when editing the structure...
Firefox 3 is awesome we all know that, but there are some things that that would...
Today I was trying to edit the value in a table cell through the query browser in...
I have entered into a relationship with a new piece of high tech equipment, Drobo....
So Apple has announced the iPad. This is a follow up to the predictions I posted...
Read More Posts From Tech
Josh's Rambling
Over the past few years, Tom’s shoes have become well known, hip and trendy....
I admit that I love all flavors of social networks, including spatial once. My current...
I have entered into a relationship with a new piece of high tech equipment, Drobo....
I really suggest that you read this book. I’ve been leveraging social media...
I saw this and it brought teh LOLz. Thought I would share. Check out this guys...
Read More Posts From Josh's Rambling
tutorials
Working in SQL Server 2008 I received this confusing error when editing the structure of a table: “Saving changes is not permitted. The changes that you have made require the following tables to be dropped and re-created. You have either made changes to a table that can’t be re-created or enabled the option Prevent saving changes that require... [Read more of this review]
Firefox 3 is awesome we all know that, but there are some things that that would just be nice to have. One of those things would be the ability to control what appears for the auto suggest when you type in the URL bar. Most of the time FireFox does a very good job of figuring out what you want to do, but when it goes bad, it goes really bad and gets... [Read more of this review]
Today I was trying to edit the value in a table cell through the query browser in Microsoft SQL Server Management Itudio and I kept getting the following error: Data has changed since the Results pane was last retrieved. Do you want to save your changes now? (Optimistic Concurrency Control Error) Click Yes to commit your changes to database anyway. Click... [Read more of this review]
There are several ways to problematically detect if an iPhone has an internet connection, but most of them cant tell you how the iPhone is connected to the internet. Apple has sample code to accomplish just this task. The Reachability class is not shipped with the SDK, but is part of a sample project of the same name. http://developer.apple.com/iphone/library/samplecode/Reachability/index.html Using... [Read more of this review]
The wrong way to do string comparisons in the iPhone SDK if(myTitle == @"HELLO") The right way if([myTilte isEqualToString:@"HELLO"]) Read More →
Read More Posts From tutorials