“They say it’s hard to judge a book by its cover. McAfee argues that it’s even harder to judge the safety of a Web site by its looks.
Think you can sniff out which sites are adware & spyware free? Take their spyware quiz and see.”
“They say it’s hard to judge a book by its cover. McAfee argues that it’s even harder to judge the safety of a Web site by its looks.
Think you can sniff out which sites are adware & spyware free? Take their spyware quiz and see.”
Enhancements in this release include:
* Tables with calculations, enabling you to perform spreadsheet operations right in your presentation
* Three-dimensional charts with realistic textures for displaying your data
* Advanced image editing for perfecting your photos
* Freeform BÈzier curves and curved shapes that greatly expand drawing capabilities
* New shapes, including customizable stars and polygons
* Image masking using a standard or custom shape to create unique photo cutouts
* Comments to use as notes or reminders when creating presentations
* New HD themes for presentations and portfolios, and themes for kiosks and storyboards
* New cinematic transitions, including blinds, doorway, fall, reflection, revolving door, swoosh, shutter, and fade through color
* Light Table View for displaying all your slides simultaneously so you can easily reorganize them
* Multiple columns in body text
* Export to iPhoto for use in photocasts, webpages, and book printing
* Export to iDVD to burn a DVD of your presentation with chapter breaks between slides and builds
* More animation control, enabling you to set unique timing and sequence of each bullet, table row, or chart series
* Interleaved builds to mix builds of bullets, table rows, or chart series with other object builds
This release requires Mac OS X 10.3.9 or later and offers the following enhancements:
* Tables with calculations, enabling you to perform spreadsheet operations right in your document
* Three-dimensional charts with realistic textures for displaying your data
* Advanced image editing for perfecting your photos
* Freeform BÈzier curves and curved shapes that greatly expand drawing capabilities
* New shapes, including customizable stars and polygons
* Image masking using a standard or custom shape to create unique photo cutouts
* Comments to use as notes or reminders when creating documents
* New Apple-designed templates, including newsletters, posters, flyers, technical reports, invoices, project proposals, and storyboards
* Mail merge using Address Book contacts or groups to quickly and easily personalize documents
* Enhanced page navigation using page thumbnails to reorganize the pages in your document
* New Search view for listing all the occurrences of a word or phrase in a document and jumping to any one
Here is a terminal command to hunt down corrupt .plist files. After it is done, select all in the terminal window and copy to TextEdit so to more easily find corrupt .plist files, if any.
*UPDATE*
Joel Siegel, suggests the following command.(it works!!!)
find ~/Library -name '*.plist' -exec /usr/bin/plutil -lint {} \; >~/Documents/plutil-1.txtAs he explains, “For non-Unix-heads, that last little but after the ‘;’ sends the output to a text file in the Documents folder in your home directory called plutil-1.txt. You can of course name that file whatever you wish, and place it in any directory you wish, by altering the path and the filename. Beware: If a file named plutil-1.txt already exists in the destination folder, this command will overwrite the old file with the new one, without warning. You can *append* the output to an existing text file by using >> instead of >”.