-
Recent Posts
Recent Comments
Category Archives: Programming
I started something new on this blog then took it away…
On a whim the other day, I thought I should just start to post links to various developer-related news items I find. Then I promptly thought I should move that to my new podcast site. So here is the soft … Continue reading
Posted in Podcast Mike Productions, Programming
Leave a comment
Daily Developer Links 2010-04-15
Three Monitors For Every User Unsub links at the TOP of your emails will lead to higher conversions . . . Please do not change your password – Uh, what?!? Slashdot asks How Many Hours a Week Can You Program? … Continue reading
Posted in Programming
Leave a comment
Daily Developer Links 2010-04-14
An Introduction to Google’s Go Programming Language Simple daily git workflow 34 cheat sheets for web designers and developers Much ado about NULL: An introduction to virtual memory Much ado about NULL: Exploiting a kernel NULL dereference After 19 years, … Continue reading
Posted in Programming
Leave a comment
Print Table Field Listing from MS SQL Management Studio
So I don’t loose this again. This is how you can print a listing of all fields in a table in MS SQL Server. sp_help <table_name> Source
Posted in Programming
Leave a comment
Creating a SubReport in SQL Server Reporting Services
I am documenting this here because this is very difficult to find anywhere online. When you are creating a report in Visual Studio, one of the options you have is to create a subreport. I tried to make one a … Continue reading
Easy Field Encyption for System i
I just finished up an article about field encryption for the System i over In My Honest Opinion at midrange.com
Posted in Programming
Leave a comment
System i Developers and .NET 2.0 Articles
There is a good series of articles I need to finish reading on using .NET and System i together. System i Developers and .NET 2.0: ASP.NET and the Declarative Programming Model System i Developers and .NET 2.0, Part 2: Web … Continue reading
Posted in Programming
Leave a comment