michaelfox + example   55

ConversionMatrix - Develop
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 
may 2011 by michaelfox
OMG inset
body {
font-family : monospace;
text-shadow : 0 1px 0 rgba(255, 255, 255, 0.5);
text-align : center;
padding : 30px 0 0 0;
height : 800px; /*sory*/
color : #222;
background-image : -moz-radial-gradient(top, #ccc, #999);
background-image : -webkit-gradient(radial, 330 280, 10, 62 60, 800, from(#ccc), to(#999), color-stop(10%, #ccc));


}

style {
-webkit-box-shadow : 0 1px 3px #444 inset;
-moz-box-shadow : 0 1px 3px #444 inset;
-webkit-border-radius : 5px;
-moz-border-radius : 5px;
text-shadow : none;
display : block;
text-align : left;
margin : 0px auto;
padding : 15px;
width : 500px;
background : #eaeaea;
white-space : pre-wrap;

}
http://boaz.se/nder/s.miscellaneous/i-%3C3-inset/
css3  inset  box-shadow  gradients  demo  example  reference 
april 2011 by michaelfox
sdegutis/SDKeychain - GitHub
A very simple way to set and retrieve passwords from the Keychain, using a convenient Cocoa class.
http://www.degutis.org/
objective-c  cocoa  api  library  example  sample  keychain  password 
march 2011 by michaelfox
sdegutis/SDGlobalShortcuts - GitHub
A very simple API to add global shortcuts to your application! — Read more
http://www.degutis.org/
objective-c  cocoa  api  shortcuts  library  keyboard  example  sample 
march 2011 by michaelfox
Test (Sample) Data Generators
Sample / test data is an effective way to test web projects & applications. Other than meaningless data, real names, addresses, zip codes can make the whole testing stage easier.

WebResourcesDepot have collected some nice free test data generators which you may find useful:
data  database  design  development  generator  test  testing  sample  example  tools  webdev 
may 2010 by michaelfox

related tags

abbr  ant  apache  api  app  apple  applescript  automation  automator  bar  blog  boilerplate  box-shadow  browser  build  buttons  c  c++  choosing  chrome  chromebar  cli  cocoa  code  codeigniter  coding  codingstyle  collection  command  commandline  convert  css3  customization  data  database  decision  demo  design  development  document  documentation  editor  eventdriven  evented  events  example  express  extension  ffmpeg  find  foobar  framework  game  generator  git  github  github-repo  gitignore  gradients  gui  howto  htaccess  html  inset  inspiration  interface  ios  ipad  iphone  javascript  jquery  keyboard  keychain  library  list  lithium  loader  lorem  mac  macosx  markdown  modernizr  mongodb  mysql  node  objective-c  objectivec  open  osx  paradox  password  patterns  php  placeholder  plugin  plugins  preload  pricingtable  programming  project  projects  rails  reference  refsource  resources  robots  robots.txt  sample  services  shortcuts  snippet  sort  source  sourcecode  style  styleguide  sublime  symfony  template  test  testing  text  textmate  tips  tools  tutorial  udf  ui  unittesting  unix  unix.find  userdefinedfunctions  ux  webdev  xcode  yepnope 

Copy this bookmark:



description:


tags: