delete

DJ SUMMEY...

DOING WORK ! at a guitar center...
delete

Cool render a friend and I did almost 10...

Get the latest Flash Player to see this player. [Javascript required to view Flash movie, please turn it on and refresh this...
delete

Don’t be so possessive! Getting ri...

So you say the only thing you really liked about Vista was the way they did away with the possessive adjective for your data folders – “Documents” instead of “My Documents,” and so forth. Now in Windows 7, it’s back again. What’s up with that? Maybe they were afraid we would get them confused with somebody else’s documents? At any rate, you can change it if you want. Here’s how: Click the Windows Explorer icon on the taskbar. In the left pane, navigate to the drive where Windows 7 is installed. In the right...
delete

The application has failed to start beca...

I ran into this lame issue today… I wrote a C++ app sent it to my beta tester ( Andrew) and he said it failed … So i went on the mission and found the fix ! Not only did i find a fix but i found a reason and thats good because most of the time we never know  the true reason behind a strange issue. The issue is normally convoluted in a sea of code  that dates back  years well not this time!  Read on! Reason This is a known Windows issue, primarily occurring on Windows Vista. It can occur for several reasons. In some cases it occurs because the machine has...
delete

YourTube...

I wrote an application in c# called “YourTube” to help you download your YouTube videos. This app will allow you to download YouTube vids in the following  qualities: -Regular quality -High quality -High Def (720) I hope this will help you archive your favorite YouTube vids, and remember please donate! DOWNLOAD Thank...
delete

PowerShell tips...

  The first thing you need to do is make sure that Powershell is set to execute Powershell scripts, instead of only allowing interactive commands to be run in the Powershell environment. Type the following at the Powershell command prompt:   set-executionpolicy RemoteSigned   This will allow the system to run Powershell scripts that are created locally (Remote Powershell scripts that may be downloaded must be signed). Once this is done, you can create your Powershell script using notepad. Just make sure you name the file with an extension of .ps1 . Now to run the...