Some Design Principles To Consider
7/24/2007
| Author: Brian Pautsch
| Category: Thoughts
| 1715 Views
|
I came across an interesting set of principles that you might want to keep in mind the next time you set out to design an application, a website, or even improve your daily life. They are The Laws of Simplicity and w...
Build an iPhone friendly webpage
7/14/2007
| Author: Brian Pautsch
| Category: Applications
| 5180 Views
|
digg_url = "http://digg.com/apple/Build_an_iPhone_friendly_webpage_Sample_code_included";
I just got the new iPhone and it's amazing. What you see it doing in the commercials is accurate...and it does a lo...
I Forgot The sa Account Password!
7/12/2007
| Author: Brian Pautsch
| Category: Applications
| 1761 Views
|
At one time or another, we will all find ourselves trying to remember the sa password. Now, thanks to Rodney Landrum's article and the sp_help_revlogin stored procedure, there is an easy way to deal with this.
You...
Use Dynamic Connection Strings MDAAB
7/4/2007
| Author: Brian Pautsch
| Category: Code Snippets
| 2035 Views
|
I recently came across a situation where I needed to pass the Microsoft Data Access Application Blocks a dynamic connection string. Out of the box, the DAAB does not support this. Solution: Create a simple method that ac...