Archive for the ‘How-To’ Category

Quick Tip: Assign Shortcuts to Photoshop Actions

Posted on February 28th, 2008 in How-To, Photoshop | No Comments »

Actions are a great way to accelerate your Photoshop workflow, but clicking though the actions panel to choose the one you want can be a hassle. I recently decided to streamline the process even further by assigning keyboard shortcuts to my most used actions.

Assigning the shortcuts is easy, the option is just buried in the Photoshop actions menu.

To get started, fire up PS (I’m using CS3) and click the actions tab. Choose the action that you want to assign the shortcut to then click the tiny arrow (expertly circled in the image on the left) to open the actions menu. Then choose Action Options. This brings up a window where you can choose the F-key you want to use. You can also specify if you want to make use of the CTRL and/or Shift keys for your shortcut. Click OK and you’re done.

Now you can fire off actions without having to aim your mouse. It scores points for boosting both speed and laziness - a win-win situation.

How-To: Setup Apache, MySQL and PHP on Windows

Posted on August 2nd, 2007 in How-To, Windows Server | 3 Comments »

Since I did a write-up on setting up a WIMP server, I figured I’d do the same for a WAMP (Windows, Apache, MySQL and PHP) server. In this how-to I will be using Apache 2.2.3 (windows installer) and the latest versions of PHP5 and MySQL 5. I have created a directory on my C drive named ‘web’ (C:\web) where my website(s) files will reside. In this example I used Windows XP Professional running as a virtual machine inside VMWare Server.

Please note, this is what I got working on a test server, and I’m sure it isn’t secure enough for a production environment. This is just the bare bones setup on how I got everything working together so I could test web apps like Moodle and Wordpress. I suggest you try this on a test machine, such as a Virtual Machine, so you don’t make a mistake and kill a working OS. If something breaks, it isn’t my fault.

Read the rest of this entry »

How-To: Setup IIS, MySQL and PHP on Windows

Posted on June 18th, 2007 in How-To, Windows Server | 1 Comment »

When trying to setup a WIMP (Windows, IIS, MySQL, PHP) server, I was surprised at how difficult it was to find a simple walk through of the setup online. I figured I would take notes as I went along and post them here.

Please note, this is what I got working on a test server, and I’m sure it isn’t secure enough for a production environment. This is just the bare bones setup on how I got everything working together so I could test web apps like Moodle and Wordpress. I suggest you try this on a test machine, such as a Virtual Machine, so you don’t make a mistake and kill a working OS. If something breaks, it isn’t my fault.

Read the rest of this entry »

How-To: Get RIS Working with VMWare Server

Posted on June 11th, 2007 in How-To, VMWare, Windows Server | No Comments »

While experimenting with Remote Installation Services (RIS) in VMWare I ran into a few snags. The PXE wasn’t receiving the proper file from my W2K3 server (also in VMWare). Luckily I found a few solutions from the links below. I’m reposting/rewording it here in case those sites ever go offline. Read the rest of this entry »