michaelfox + apple 126
5 Primal Superfoods for Fertility and Pregnancy | Mark's Daily Apple
22 days ago by michaelfox
from Mark's Daily Apple http://www.marksdailyapple.com/ Author: Mark Sisson Date: May 02, 2012 at 11:00AM
ifttt
googlereader
Mark's
Daily
Apple
22 days ago by michaelfox
ConversionMatrix - Develop
may 2011 by michaelfox
Apple Format Conversions
Device Screen Resolution Command
iPhone / iPod Touch / iPod Nano / iPod Classic 320×480 ffmpeg -i INPUT-acodec aac -ac 2 -ab 160k -s 480x320 -vcodec libx264 -vpre slow -vpre iPod640 -b 1200k -f mp4 -threads 0 OUTPUT
iPhone 4 / iPod Touch 4 640×480 ffmpeg -i INPUT-acodec aac -ac 2 -ab 160k -s 640x480 -vcodec libx264 -vpre slow -vpre iPod640 -b 1200k -f mp4 -threads 0 OUTPUT
iPad 1024×768 ffmpeg -i INPUT-acodec aac -ac 2 -ab 160k -s 1024x768 -vcodec libx264 -vpre slow -vpre iPod640 -b 1200k -f mp4 -threads 0 OUTPUT
Apple Universal 1280×720 ffmpeg -i INPUT-acodec aac -ac 2 -ab 160k -s 1080x720 -vcodec libx264 -vpre slow -vpre iPod640 -b 1200k -f mp4 -threads 0 OUTPUT
apple
ios
ffmpeg
convert
command
example
reference
Device Screen Resolution Command
iPhone / iPod Touch / iPod Nano / iPod Classic 320×480 ffmpeg -i INPUT-acodec aac -ac 2 -ab 160k -s 480x320 -vcodec libx264 -vpre slow -vpre iPod640 -b 1200k -f mp4 -threads 0 OUTPUT
iPhone 4 / iPod Touch 4 640×480 ffmpeg -i INPUT-acodec aac -ac 2 -ab 160k -s 640x480 -vcodec libx264 -vpre slow -vpre iPod640 -b 1200k -f mp4 -threads 0 OUTPUT
iPad 1024×768 ffmpeg -i INPUT-acodec aac -ac 2 -ab 160k -s 1024x768 -vcodec libx264 -vpre slow -vpre iPod640 -b 1200k -f mp4 -threads 0 OUTPUT
Apple Universal 1280×720 ffmpeg -i INPUT-acodec aac -ac 2 -ab 160k -s 1080x720 -vcodec libx264 -vpre slow -vpre iPod640 -b 1200k -f mp4 -threads 0 OUTPUT
may 2011 by michaelfox
Managing updates in Google Software Update - Google Help
march 2011 by michaelfox
Update Frequency
To change how frequently Google Software Update checks for updates, execute the following in the Terminal application:
$ defaults write com.google.Keystone.Agent checkInterval <frequency>
where <frequency> is the elapsed time in seconds between update checks.
To disable Google Software Update from checking for updates, execute the following in the Terminal application:
$ defaults write com.google.Keystone.Agent checkInterval 0
Manual Updates
Google Software Update also provides a way to manually update all Google software on a user's Mac. Here's how:
In Finder, select Go > Go to Folder.
In the window that appears, enter one of the following locations. It's expected that one of these folders won't be found:
/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/
~/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/
In the folder that opens, double click the file named 'CheckForUpdatesNow.command'.
Terminal will open to run the file. When you see the message '[Process completed]' you can close Terminal. Once this is done, your Google programs will be up to date.
apple
chrome
google
mac
update
To change how frequently Google Software Update checks for updates, execute the following in the Terminal application:
$ defaults write com.google.Keystone.Agent checkInterval <frequency>
where <frequency> is the elapsed time in seconds between update checks.
To disable Google Software Update from checking for updates, execute the following in the Terminal application:
$ defaults write com.google.Keystone.Agent checkInterval 0
Manual Updates
Google Software Update also provides a way to manually update all Google software on a user's Mac. Here's how:
In Finder, select Go > Go to Folder.
In the window that appears, enter one of the following locations. It's expected that one of these folders won't be found:
/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/
~/Library/Google/GoogleSoftwareUpdate/GoogleSoftwareUpdate.bundle/Contents/Resources/
In the folder that opens, double click the file named 'CheckForUpdatesNow.command'.
Terminal will open to run the file. When you see the message '[Process completed]' you can close Terminal. Once this is done, your Google programs will be up to date.
march 2011 by michaelfox
AppleScript for Pasting To Gist
february 2011 by michaelfox
tell application "Safari"
activate
open location "http://gist.github.com"
end tell
delay 1
tell application "System Events"
tell process "Safari"
keystroke "v" using {command down}
end tell
end tell
applescript
gist
apple
osx
mac
safari
activate
open location "http://gist.github.com"
end tell
delay 1
tell application "System Events"
tell process "Safari"
keystroke "v" using {command down}
end tell
end tell
february 2011 by michaelfox
Home
january 2011 by michaelfox
Introduction
Mac AirVideo Client is a Mac GUI client application that can interact with the Air Video Server from Air Video using the airvideo.rb ruby script created by jphastings
Streaming
Air Video can stream videos in almost any format to your iPhone, iPad and iPod touch. And now to your Mac. You don't need to copy your videos to the device just to watch them.
Server
The Server can be downloaded from here
apple
video
airvideo
media
osx
itunes
Mac AirVideo Client is a Mac GUI client application that can interact with the Air Video Server from Air Video using the airvideo.rb ruby script created by jphastings
Streaming
Air Video can stream videos in almost any format to your iPhone, iPad and iPod touch. And now to your Mac. You don't need to copy your videos to the device just to watch them.
Server
The Server can be downloaded from here
january 2011 by michaelfox
iPhone Application Development (Winter 2010) - Download free content from Stanford on iTunes
december 2010 by michaelfox
Tools and APIs required to build applications for the iPhone platform using the iPhone SDK. User interface designs for mobile devices and unique user interactions using multitouch technologies. Object-oriented design using model-view-controller pattern, memory management, Objective-C programming language. iPhone APIs and tools including Xcode, Interface Builder and Instruments on Mac OS X. Other topics include: core animation, bonjour networking, mobile device power management and performance considerations. Prerequisites: C language and programming experience at the level of 106B or X. Recommended: UNIX, object-oriented programming, graphical toolkits Offered by Stanford’s School of Engineering, the course will last ten weeks and include both the lecture videos and PDF documents. A new lecture will be posted a week after each class meeting. Subscribe to this course, and automatically receive new lectures as they become available. Released with a Creative Commons BY-NC-ND license.
iphone
programming
ios
ipad
osx
cocoa
objective-c
podcast
itunes
itunesu
stanford
courses
apple
december 2010 by michaelfox
10.5: Add Quick Look support for certain file formats - Mac OS X Hints
july 2010 by michaelfox
I have a lot of files that contains data in plain text format with different extensions -- things like .cfg, .dat and .tex. However, those files are not recognized by the Quick Look viewer. It is possible to make these other files visible with the default Quick Look viewers by simply adding a UTI (Uniform Type Identifiers) file reference to an application's Info.plist file.
For example, TeXShop is an application that writes Latex files in plain-text with the .tex extension. If you want to see these .tex files with Quick Look, conrol-click on TexShop.app in the Finder and chose Show Package Contents from the pop-up menu. Navigate into Contents, then open Info.plist with TextEdit and add the public.plain-text string to the UTTypeConformsTo key as follows:
First look for the UTExportedTypeDeclarations section in the original file:
quicklook
apple
osx
reference
For example, TeXShop is an application that writes Latex files in plain-text with the .tex extension. If you want to see these .tex files with Quick Look, conrol-click on TexShop.app in the Finder and chose Show Package Contents from the pop-up menu. Navigate into Contents, then open Info.plist with TextEdit and add the public.plain-text string to the UTTypeConformsTo key as follows:
First look for the UTExportedTypeDeclarations section in the original file:
july 2010 by michaelfox
iPadIntro.js (AdLib Usage Example)
april 2010 by michaelfox
http://gist.github.com/358506
What was more interesting is that there was an entire framework running this web application. The framework weighed in at 4,300 lines of code, and was unmistakably an Apple-born API. Every class and constant was prefixed with the letters “AD” and some of the classes include ADTabBarController, ADScrollPane, ADViewController, ADView, ADToolbar, and dozens more.
ipad
javascript
lib
apple
web
kit
resources
What was more interesting is that there was an entire framework running this web application. The framework weighed in at 4,300 lines of code, and was unmistakably an Apple-born API. Every class and constant was prefixed with the letters “AD” and some of the classes include ADTabBarController, ADScrollPane, ADViewController, ADView, ADToolbar, and dozens more.
april 2010 by michaelfox
AdLib - Apple’s secret iPad web framework? - Almost Done
april 2010 by michaelfox
What was more interesting is that there was an entire framework running this web application. The framework weighed in at 4,300 lines of code, and was unmistakably an Apple-born API. Every class and constant was prefixed with the letters “AD” and some of the classes include ADTabBarController, ADScrollPane, ADViewController, ADView, ADToolbar, and dozens more.
ipad
javascript
lib
apple
web
kit
resources
april 2010 by michaelfox
apple developer ipad javascript library - ui-ipad.js
april 2010 by michaelfox
What was more interesting is that there was an entire framework running this web application. The framework weighed in at 4,300 lines of code, and was unmistakably an Apple-born API. Every class and constant was prefixed with the letters “AD” and some of the classes include ADTabBarController, ADScrollPane, ADViewController, ADView, ADToolbar, and dozens more.
iphone
javascript
lib
apple
web
kit
resources
april 2010 by michaelfox
QuartzCompositions.com the central source for Quartz Composer :: Index
development osx mac reference programming apple iphone objective-c wiki objectivec xcode cocoa macosx code tutorial quartz quartzcomposer composer video animation visualization screensaver graphics art resources
january 2010 by michaelfox
development osx mac reference programming apple iphone objective-c wiki objectivec xcode cocoa macosx code tutorial quartz quartzcomposer composer video animation visualization screensaver graphics art resources
january 2010 by michaelfox
related tags
account ⊕ addressbook ⊕ adobe ⊕ airport ⊕ airvideo ⊕ amazon ⊕ animation ⊕ apache ⊕ api ⊕ app ⊕ apple ⊖ applescript ⊕ appletv ⊕ apps ⊕ art ⊕ automation ⊕ automator ⊕ backup ⊕ bash ⊕ boot ⊕ bootcamp ⊕ browser ⊕ builder ⊕ buttons ⊕ calendar ⊕ chapters ⊕ chrome ⊕ cli ⊕ clone ⊕ cocoa ⊕ code ⊕ coding ⊕ coherent ⊕ collection ⊕ command ⊕ commandline ⊕ composer ⊕ configuration ⊕ convert ⊕ coredata ⊕ courses ⊕ css ⊕ css3 ⊕ customization ⊕ Daily ⊕ dashboard ⊕ data ⊕ database ⊕ date ⊕ debugging ⊕ defaults ⊕ design ⊕ desktop ⊕ development ⊕ divx ⊕ documentation ⊕ dotmac ⊕ dvd ⊕ DVR ⊕ encode ⊕ environment ⊕ example ⊕ extras ⊕ feeds ⊕ ffmpeg ⊕ finance ⊕ finder ⊕ firefox ⊕ flash ⊕ fonts ⊕ foxconn ⊕ framework ⊕ free ⊕ frontrow ⊕ generator ⊕ gist ⊕ github ⊕ google ⊕ googlereader ⊕ graphics ⊕ growl ⊕ gui ⊕ guide ⊕ guidelines ⊕ hack ⊕ hacks ⊕ handler ⊕ harddrive ⊕ HDTV ⊕ helloworld ⊕ hometheater ⊕ howto ⊕ htmac ⊕ html ⊕ htpc ⊕ ical ⊕ icons ⊕ ifttt ⊕ inspiration ⊕ interface ⊕ ios ⊕ ipad ⊕ iphone ⊕ ipod ⊕ isight ⊕ iterm ⊕ itlp ⊕ itunes ⊕ itunesu ⊕ jailbreak ⊕ javascript ⊕ keyboard ⊕ keychain ⊕ kit ⊕ learning ⊕ lib ⊕ library ⊕ linux ⊕ lion ⊕ list ⊕ log ⊕ lp ⊕ mac ⊕ macbook ⊕ macmini ⊕ macosx ⊕ mail ⊕ maintenance ⊕ Mark's ⊕ mdfind ⊕ mdls ⊕ mdutil ⊕ media ⊕ memory ⊕ mini ⊕ mirror ⊕ mobile ⊕ mobileme ⊕ money ⊕ mp3 ⊕ network ⊕ networking ⊕ objective-c ⊕ objectivec ⊕ omni ⊕ open ⊕ opensource ⊕ organization ⊕ osx ⊕ path ⊕ plugin ⊕ podcast ⊕ preferences ⊕ productivity ⊕ profile ⊕ programming ⊕ protocol ⊕ PVR ⊕ quartz ⊕ quartzcomposer ⊕ quicklook ⊕ rails ⊕ receipt ⊕ reference ⊕ resources ⊕ ringtone ⊕ rss ⊕ rsync ⊕ ruby ⊕ rubycocoa ⊕ s3 ⊕ safari ⊕ screensaver ⊕ scripting ⊕ scripts ⊕ sdk ⊕ security ⊕ service ⊕ shell ⊕ showcase ⊕ sleep ⊕ sms ⊕ software ⊕ sound ⊕ source ⊕ sourcecode ⊕ spotlight ⊕ sproutcore ⊕ sqlite ⊕ stanford ⊕ stevejobs ⊕ storage ⊕ subtitles ⊕ support ⊕ sync ⊕ system ⊕ templates ⊕ terminal ⊕ textmate ⊕ theme ⊕ themes ⊕ time ⊕ tips ⊕ toolbar ⊕ tools ⊕ toread ⊕ tutorial ⊕ tv ⊕ tweals ⊕ typography ⊕ ubuntu ⊕ ui ⊕ uitableview ⊕ update ⊕ url ⊕ utilities ⊕ ux ⊕ versioncontrol ⊕ video ⊕ visualization ⊕ wallpaper ⊕ web ⊕ WebDav ⊕ webdesign ⊕ webdev ⊕ webkit ⊕ widget ⊕ wifi ⊕ wiki ⊕ workflow ⊕ xcode ⊕ xp ⊕Copy this bookmark: