Sunday, Feb 05, 2012
Login

Archive for April, 2009

Fix: HP Mediacenter Blu-ray Error

Use this link to find a software update for the HP Media Center by Cyberlink for playing Blu-ray DVDs when and if you are getting the message that you need to update your DVD software/hardware. The error message on the computer states you need to visit the site http://cyberlink.com/bdupdate and perform an update of your DVD [...]


Using properties in an ASP.net Web Control

When creating a web control in an ASP.net application many times you will need to make references to information, data values and other contents of the web control from the web control parent. This is done by adding a Property statement on the control. It could be as simple as a Username and Password control [...]


Multiple Excel spreadhseet instances

In recent versions of windows there exists the option to group your applications on the taskbar. Also, in Excel, there exists the option to group your windows in one instance of Excel so that 15 Excel spreadsheets can fit in one Excel applcation instead of 15 different Excel apps. Clutter!


Ungrouping Taskbar Applications

In recent versions of Windows there exists the option to group your applications on the Taskbar. This is expected to reduce the amount of windows on the screen. To reduce clutter. It’s helped me, but at times, I can’t tell which window is which, or I want to compare side by side and it’s clumsy [...]


SQL variables can act on each other

There are many situations when you have a variable in a stored procedure and you want to add to it. Well, there is definately a slick way to build on variables within a single select statement. It’s necessary to reveal how this works in detail because it’s difficult to explain. So, the answer is in [...]