By Will Strohl on 7/25/2007I know I haven't posted any new blogs lately... As the saying goes, I have been really busy.Read More » |
By Will Strohl on 6/29/2007If your Visual Studio crashes as much as mine does, you have invariably ran into an error stating "Unable to write to output file [filepathandname]: Unspecified error". At first, this error really ticked me off, as it left me with no path to troubleshoot and correct the error.Read More » |
By Will Strohl on 6/27/2007While I was writing a class to allow me to quickly grab preformatted JavaScript functions (i.e., confirm, alert, etc.), I came across the need to ensure that a string passed into those methods would not throw a JavaScript error upon rendering. This could possibly happen if the message contained singles quotes for contractions, quotes, etc.Read More » |
By Will Strohl on 6/26/2007In DotNetNuke, you generally are always working with the tab (page) that you are currently on whether it be at the module level or not. However, on occassion, you might need to access the properties of another tab (page) that you are not currently on.Read More » |
By Will Strohl on 6/25/2007Since I was just thinking about it, here is a theory have about the latest and final release of the Jason Bourne films, The Bourne Ultimatum. (And no, I have no affiliation with any part of the film industry, I haven't read any spoilers, books, etc.)Read More » |
By Will Strohl on 6/25/2007I have a great need for a current project to optimize whereever I can. The DotNetNuke SqlDataProvider is one of those areas where optimizations are NEEDED.Read More » |
By Will Strohl on 6/15/2007I forgot to mention yet another tid-bit about this Safari release...Read More » |
By Will Strohl on 6/14/2007I just wanted to hit on a very good point when it comes to the Safari web browser... SPEED.Read More » |
By Will Strohl on 6/12/2007A friend and colleague just sent me a link to the download page for the Safari web browser. I was instantly impressed that Apple is attempting to make their web browser a serious player in the Internet world by making it a cross-platform player, but I am equally not impressed with this release.Read More » |
By Will Strohl on 6/11/2007I have come to realize that many people have the need in their DotNetNuke (DNN) applications to create a new user "on-the-fly". Here is how to do it...Read More » |