Archive for April, 2009
Thursday, 30 April 2009 22:30
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 [...]
Thursday, 23 April 2009 14:28
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 [...]
Tuesday, 21 April 2009 15:07
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!
Tuesday, 21 April 2009 14:54
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 [...]