Center HTML Vertically via Angular Directive

One of common tasks that come up when you write an HTML app is a requirement to center some component inside a screen.  Centering horizontally is very easy with Twitter Bootstrap.  However, center vertically is not supported by Bootstrap, at least they do not have a style for that.  Since in an Angular application you …

Continue reading ‘Center HTML Vertically via Angular Directive’ »

Building Message Dialog with Angular, Bootstrap and TypeScript

I blogged previously about building a generic Please Wait dialog with Twitter Bootstrap.  One other common scenario that comes up in typical business application is the scenario when you need to show some information to the user and ask him to click a button to select an option based on this information.  Essentially I am …

Continue reading ‘Building Message Dialog with Angular, Bootstrap and TypeScript’ »

Problem Installing Crystal Reports Redistributable 64 bit version

I was trying to install Redistributable package for one of the software systems I am working on on my Windows 8 64 bit machine.  The install kept failing with an error.  It stated: Error 1935. An error occurred during the installation of assembly component {XXXX I enabled MSI logging.  As a result in the log …

Continue reading ‘Problem Installing Crystal Reports Redistributable 64 bit version’ »