« Posts by Tim

Fixing the Sync Between Your iPad and Aperture

Here’s the solution that worked for me:

1) Quit iTunes;
2) Locate the Aperture library;
3) Right click the Aperture library, select Show Package Contents;
4) Trash the folder “iPod Photo Cache”;
5) Open iTunes again and sync.

 

Increase Maximum Upload Size in WordPress

Requires the creation of a php.ini file in the wp-admin folder with the following code:

memory_limit = 32M
upload_max_filesize = 32M
post_max_size = 32M
file_uploads = On

Thanks to C. Bavota for the fix  Consult this link for additional info.

All WordPress Links from Home Page No Longer Work!

Don’t panic.  Here’s the fix:

  • Login to the back end: wordpress-url/wp-login.php
  • Go to Settings > Permalinks
  • Without making any changes to the settings, hit “Save.”
  • This “resets” your permalink settings… and should fix the problem!

CSS Tips for WordPress 2011 Theme

Super-comprehensive.

“disk utility mac file system formater failed”

I recently purchased two Lacie 2 terrabyte USB 2 drives and had difficulty formatting them on my Macbook Pro, Leopard, OS 10.5.8.  Then I found the answer:

Fantastic, this finally gave me the answer I was looking for, after whole 2 minutes of thinking and 10 seconds of searching.

Just for clarification reasons: click on the line of the drive, not the partition, and click the tab “Partition”, then look on the bottom for “Options”, click that, and do as he explained (select GUID for Intel Macs).

To see the entire thread, follow this link.