INFO 451 – ASP.NET Jan 18, 2010 The class: INFO 451 – ASP.NET sought to teach advanced e-commerce practices using ASP.NET and C#. The assignment: This was a semester-long group assignment, aimed at honing the skills of each individual, while teaching the real-world connection between all aspects of Information Systems: people, technology, and organization. ...
INFO 300 – Hardware & Software Jan 18, 2010 The class: Principles of computer hardware and software architecture, organization and operation. Introduction to data structures. The assignment: You assignment is to write a short research paper with a minimum of three references on the topic of web accessibility. ...
Free Software Architecture eBooks on MSDN Jan 6, 2010 Microsoft Application Architecture Guide, 2nd Edition Enterprise Solution Patterns Using Microsoft .NET Data Access Architecture Guide Found via http://apparchguide. ...
UpdatePanel won’t AsycPostback for anything. Dec 22, 2009 I spent a lot of time today and Friday trying to get my UpdatePanel to be handled properly. No matter what I did, my asynchronous triggers were only posting back. ...
Google Chrome Extension: New Tab Redirect! Dec 20, 2009 Thanks to the blizzard this weekend, I’ve been alone and stuck inside long enough to write an extension for Google Chrome. ...
jQuery check/uncheck all Checkboxes in ASP.NET Dec 17, 2009 For some odd reason, ASP.NET GridView wraps html elements in a span element. When you apply a CssClass to the asp:CheckBox for instance, you will have a span with that class and inside you’ll have an input with type=checkbox. ...
Extending IDataReader Dec 16, 2009 I like to access my DataReader objects via column name. Unfortunately, IDataReader supports getting items via integer indexer. To overcome this *obstacle*, I’ve written an extension method I’d like to share. ...
Microsoft SQL Server’s Database Publishing Wizard BatchParser error Nov 5, 2009 http://download.microsoft.com/download/4/4/D/44DBDE61-B385-4FC2-A67D-48053B8F9FAD/SQLServer2005_XMO_x64.msi Could not load file or assembly ‘Microsoft.SqlServer.BatchParser, Version=9.0.242.0, Culture=neutral, PublicKeyToken=89845dcd8080cc91’ or one of its dependencies. The system cannot find the file specified. ...
Converting from VS2003 to VS2008 Nov 3, 2009 http://datacogs.com/datablogs/archive/2005/01/28/209.aspx Recently, I converted a project from VS2003 to VS2008. The conversion deleted a file which wasn’t needed in VS2008. When I tried to “rollback” the source from source control to run in VS2003, it wouldn’t run. ...
Free Subversion Book by O’Reilly Nov 2, 2009 O’Reilly Media has released a free subversion book, located at http://svnbook.red-bean.com/ It’s downloadable as a PDF, single-page HTML and multi-page HTML. ...