Archive for category Mac

Screen Capture in Snow Leopard

When Screen Capture command is issued the SystemUIServer runs a program named “screencapture”. This program is located at   “/usr/sbin/screencapture”. This utility has various options for taking pictures of the screen.
 

We can alter the default  ScreenCapture File Name and format in Snow Leopard by issuing the following commands in Terminal.

A. To Change default file format to jpg

    defaults write com.apple.screencapture type jpg
    killall SystemUIServer


B. To Change screen capture file name to the format [current date] at [time]

    defaults write com.apple.screencapture name “”
    killall SystemUIServer

Instead of empty string a specific name can also be given. In both the cases the second command is uses to restart the screencapture program era only then the changes made will be  effective.

Screen Capture Options:

  1. Pressing cmd+ shift+ 3 will capture the screen to a jpg file (if the default file format is jpg)
  2. Pressing cmd +ctrl +shift +3 will capture the screen to clipboard
  3. Pressing cmd+ shift +4 will give a cross-hair. Drag the cross-hair cover the desired area of the screen using left click pressed before releasing the left click will capture to  and release to capture a specific area. Pressing ctrl before releasing the mouse will capture to clipboard.
  4. Pressing cmd+ shift +4 and then the spacebar will turn the cursor to a camera which can be used to capture a specific open window from multiple open windows on the screen.

BeeDocs Timeline

Timeline: An interesting Mac OS X App that lets you draw timelines in a cool way. The videos on the site dont seem to work (on Firefox). Works on Leopard.

Interesting Podcasts

iPhone Programming Starter Kit

Cocoa docs that are useful to read for iPhone developers:

Links on GCC and Mach-o format

iPhone Jailbreak and Unlock

Pwnage 2.0 HowTo
http://news.metaparadigma.de/?p=347

Pwnage 1.1.4 Howto
http://news.metaparadigma.de/?p=109

Edit edge settings
http://news.metaparadigma.de/?p=29

Boot Neuter Howto
http://www.ilikemyiphone.com/?p=252

Mighty mouse disassembly and repair

Apple matters disassembly howto with photos

Free Mac Apps for Graphics/Media

  1. Scribus: Open source, Desktop publishing
  2. JAlbum: Create photo galleries for the Web
  3. Paparazzi: Make screenshots of webpages
  4. Linotype Explorer: Font management app 
  5. FotoFlexer: Image editor
  6. Xee: Fast image viewer
  7. Lego Digital Designer
  8. Colorate
  9. Front End Digital Media WorkShop
  10. Autodesk Maya
  11. Graphisoft ArchiCAD
  12. Simple CSS
  13. Blender
  14. HyperEngine-AV
  15. POV-Ray
  16. Gnuplot
  17. DAZ Studio
  18. Bryce
  19. Goldberg
  20. Image Tricks
  21. Inkscape
  22. NIH Image
  23. Comipro Plus
  24. Scratch
  25. Gimp
  26. Google SketchUp
  27. Seashore
  28. Pencil

iTunes Song Management Scripts

Useful scripts to manage music.

NoMachine NX cursor woes on Mac

Mac OS X (Intel) has a problem when using NX client (and possibly vnc, I haven’t checked). The mouse cursor turns yellow and is impossible to see on white background xterms.

Fortunately there is a fix:
http://www.nomachine.com/tr/view_notes.php?commid=110&id=TR07D01424
http://lists.apple.com/archives/x11-users/2006/Mar/msg00061.html