January 2007
M T W T F S S
    Feb »
1234567
891011121314
15161718192021
22232425262728
293031  

Archive for January 26th, 2007

300 Free Application Icons

Friday, January 26th, 2007

Here’s a free resource for icons that can be used in your next Flex or Apollo application:

http://www.aspneticons.com/

aspneticons icons

Multiple Domains in WordPress mu

Friday, January 26th, 2007

In my effort to get WordPress mu set up I’ve been running into issues with getting multiple domains set up. I want new sites to fall under shackcasting.com domain, but for those that want to brand their pocket tours with their own domain I want to have the ability for them to point a host like blog.domain.com. I found a helpful thread in the mu forum for doing this type of set up.

I think I’m getting close, I can log in to the admin under blog.aspentreemedia.com, I still need to test uploading photos, comments and themes.

UPDATE: I did run into a problem where new pages would not work, the default About page worked but any new page would go to the sign up page. I was able to fix it by changing the vhost to true in wp-config.php. Here’s what I changed:

define(’VHOST’, ‘yes’);