Blog

Type (copy) into Terminal:

sudo /Applications/TextEdit.app/Contents/MacOS/TextEdit /System/Library/CoreServices/SystemUIServer.app/Contents/Resources/English.lproj/Localizable.strings

After you type your password, TextEdit will come up and it will open a text file (Localizable.strings) with root editing powers. Search for these lines:

/* Format screencapture file names */
"%@ %@ at %@" = "%1$@ %2$@ at %3$@";

Between the quotes on the right side of the equals sign is the date and time addition. Just edit it, something like this:

/* Format screencapture file names */

In VMware settings -> sharing click the plus sign and add your htdocs or sites folder to allow VMware access to those files.

and

In VMware settings -> Network select the option
"connect directly to the physical network (bridged)

Find your macs address
About this mac -> More info -> Network
IPv4 Addresses: 192.168.(your address)

In wordpress

Settings->

Replace the localhost url
WordPress Address (url)
Site Address (url)

http://192.168.(your address)/(your site)

And in your IE browser put
http://192.168.(youraddress):8888/(your site)

Other notes:

I would recommend to creating several websites with Wordpress as a good stepping stone before working with Drupal.
Wordpress is a lot more friendly and doesnt have those pesky
module dependancies and it's a fun and easy way to get familiar with php.

My issue with drupal default.settings.php :

I came across a problem creating my settings.php. im used to just entering my info manually in my editor.
$db_url = 'mysql://username:password@localhost/databasename';

But drupal doesnt seem to like this. So its better just to copy and rename the default.settings.php

Having both a fine arts and a new media background, on Feb 21st I attended Moose Camp hosted by Northern Voice at UBC during the day and Fuse at the Vancouver art gallery during the night. It was here I got to observe these two cultures close at hand. Just like Dian Fossey and the Gorillas, I couldn't help but to compare the males of these species.

There are three ways you can embed your youtube channel on to your facebook page:

Method 1:
Add the following app: Facebook | Static FBML http://www.facebook.com/apps/application.php?id=4949752878
picture-2

Click add to page , select your page, close, then navigate to your page

drupal logo

Drupal is a free and open source content management system (CMS) written in PHP.