ASP.NET MVC 4 In my ASP.NET MVC 4 partial view, I was having an issue where VaidationSummary and VaidationMessageFor were coming up blank. I scratched my head on this for quite some time. I finally came across this entry at the MVC forums at MSDN. It turns out I wasn’t passing the ViewData from parent… Continue reading Pass Additional ViewData to an ASP.NET MVC 4 Partial View While Propagating ModelState Errors
Anything Worth Doing Is Worth Overdoing or: Extending an Amazon AWS CloudFormation Template
The need for stability Meg’s sites, megbitton.com and soulsimagined.com have uptime requirements that far and away exceed those of mine. Almost the entirety of her business is predicated on a persistent Internet presence. As I’m sure you understand, a few minutes of downtime could lead to a belief that she’s no longer in business. This… Continue reading Anything Worth Doing Is Worth Overdoing or: Extending an Amazon AWS CloudFormation Template
Seek and Ye Shall Find or: Why I Wrote an Adobe Photoshop Lightroom Spotlight Importer
What catalog is that file in? That’s what I hear often from my wife Meg; a professional photographer. Meg uses Adobe Photoshop Lightroom for cataloging the pictures she takes for her business as well as the pictures she take of our family. An underlying frustration that I find with Lightroom is the fact that photos… Continue reading Seek and Ye Shall Find or: Why I Wrote an Adobe Photoshop Lightroom Spotlight Importer
Absence Makes the Heart Grow Fonder or: Performing an XSLT Transformation on the Server
The MultiMarkdown ToC Do you ever feel like you’re never finished? I do, and I’m not happy with the fact that I haven’t been able to make Scrivener trigger the mmd-xslt script following a compile to MultiMarkdown HTML. Fine. As with the original XML epiphany, I knew there had to be code to perform an… Continue reading Absence Makes the Heart Grow Fonder or: Performing an XSLT Transformation on the Server
Au Contraire, Mon Frère or: Putting the ‘X’ in XHTML
To snippet or not to snippet My last post spoke of the need to use a snippet of XHTML in order to include it in a WordPress Page. This rule was short-lived. Why am I recanting my story? I switched to MultiMarkdown 3 and attempted the use its XSLT transformation capabilities; something of which requires… Continue reading Au Contraire, Mon Frère or: Putting the ‘X’ in XHTML
Necessity Is The Mother of Invention or: Updating a WordPress Page From a Sparse-Checkout of a Git Repo
Learning I’ve been working on this app spec for weeks at work. In an effort to improve on what I’d accomplished, I reached out to my friend, and one of the smartest people I know, Peter Becan. I wanted him to teach me how to do it right. Peter’s been doing this sort of thing… Continue reading Necessity Is The Mother of Invention or: Updating a WordPress Page From a Sparse-Checkout of a Git Repo
Import PDF into Visio 2007
I had a need to import some CAD drawings into my Visio document. The CAD drawings were provided to me as PDF documents. Visio has no native way to insert a PDF into a drawing. SnagIt to the rescue. Besides being an excellent app for making screenshots, it installs itself as a printer. Well, all… Continue reading Import PDF into Visio 2007
SqlCeReplication PublisherSecurityMode
I’ve been toying around with SQL Server CE replication. For whatever reason, my code was failing with the following exception when I called Synchronize(): Failure to connect to sql server with provided connection information. sql server does not exist, access is denied because the iis user is not a valid user on the sql server,… Continue reading SqlCeReplication PublisherSecurityMode
What Is The Right Foreground For a Given Background
I am working on a SQL Server 2005 Reporting Services (SSRS) report that has differing row colors based on a value in each data row. The color value is defined in the database. When I initially created the report, each row had a variable background color but the foreground color was black. The first time… Continue reading What Is The Right Foreground For a Given Background
Request Tracker RT_SiteConfig.pm
Don’t forget when you update the RT_SiteConfig.pm file, you need to restart httpd. I was banging my head against the wall of this one until I had a moment of clarity.