retweet
Sent from my iPhone
6/28/10 1:54 PM Facebook Steals the Architect of Google Chrome OS – http://bit.ly/ajOq4d |
Sent with Twitter for iPhone
Sent from my iPhone
here’s the directions, its really easy: http://teblog.typepad.com/david_tebbutt/2005/12/moving_from_typ.html
-one man’s struggle: http://vernonkesner.com/230/wordpress-mu-subdomains-on-plesk.php
-for MAMP testing, you need to get rid of the :8888 default port: http://www.sawmac.com/mamp/
-need to use your local IP address to access MU 127.0.0.1/
*I still can’t get this install to work… switching gears for now.
John Resig (@jeresig)6/23/10 5:57 PM IE 9 shipping with Canvas! http://j.mp/cTyuQg |
Sent with Tweetie
Sent from my iPhone
1) go into wp-config.php
2) add this define(‘WP_MEMORY_LIMIT’, ’128M’);
save, done. thanks justin ardoin at simplehelix.com for that one.
Pretty much, add a hook into the theme’s function.php, and specify more… ex:
add_filter('upload_mimes', 'custom_upload_mimes');
function custom_upload_mimes ( $existing_mimes=array() ) {
// add your ext => mime to the array
$existing_mimes['vcf'] = 'text/x-vcard';
$existing_mimes['vcard'] = 'text/x-vcard';
// add as many as you like
// and return the new full result
return $existing_mimes;
}
vcard.. heh
a more in dept summery is here: http://chrismeller.com/2007/07/modifying-allowed-upload-types-in-wordpress
http://codecanyon.net/item/events-calendar-pro-wordpress-premium-plugin/109301
Sent from my iPhone
to me, this is the ‘official’ release of wordpress 3.0… im prompted to automatically update to v3.0 