Warning: Use of undefined constant Flash_Clock_Widget_widget - assumed 'Flash_Clock_Widget_widget' (this will throw an Error in a future version of PHP) in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/flash-clock-widget/flash-clock-widget.php on line 132

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: count(): Parameter must be an array or an object that implements Countable in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/fs/package.module.fs.php on line 258

Warning: preg_match(): Compilation failed: invalid range in character class at offset 31 in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/router/package.module.router.php on line 465

Warning: preg_match(): Compilation failed: invalid range in character class at offset 30 in /home/dolgov/blog.outdev.ru/docs/wp-content/plugins/nextgen-gallery/products/photocrati_nextgen/modules/router/package.module.router.php on line 465
Outsource Development
  1. Improve Font Smoothing

    Posted on February 13th, 2013 by AVDUncategorized

    To adjust, open Applications/Utilities/Terminal and type the following:

    defaults -currentHost write -globalDomain AppleFontSmoothing -int 0
    smooth_0
    Read the rest of this entry »

  2. Launching background processes at startup

    Posted on March 9th, 2010 by AVDGeneral

    The preferred way of launching background processes in Mac OS X means using launchd by creating LaunchDaemons and LaunchAgents which are simple plist (Property List) files which instruct launchd how to start or stop these processes. The important difference in the two is that LaunchDaemons are intended for processes which should remain running even with no users logged into the system.

    Read the rest of this entry »

  3. Make the hidden applications transparent

    Posted on February 28th, 2010 by AVDGeneral

    Open Terminal application and execute following command (Replace YES with NO to revert to original look):

    defaults write com.apple.Dock showhidden -bool YES

    Requires the Dock to be relaunched to take effect, so type “killall Dock” and press enter.

  4. Flattening the Dock

    Posted on February 28th, 2010 by AVDGeneral

    Open Terminal application and execute following command (Replace YES with NO to revert to original look):

    defaults write com.apple.dock no-glass -boolean YES

    Requires the Dock to be relaunched to take effect, so type “killall Dock” and press enter.

  5. Show fullpath at Finder’s title

    Posted on February 24th, 2010 by AVDGeneral

    Open Terminal application and execute following command (Replace YES with NO to revert to original title):

    defaults write com.apple.finder _FXShowPosixPathInTitle -bool YES

    Requires the finder to be relaunched to take effect, so type “killall Finder” and press enter.

  6. Show hidden files in Finder

    Posted on February 24th, 2010 by AVDGeneral

    Open Terminal application and execute following command (Replace TRUE with FALSE to hide hidden files again):

    defaults write com.apple.finder AppleShowAllFiles TRUE

    Requires the Finder to be relaunched to take effect, so type “killall Finder” and press enter.

  7. Copy Finder’s selection paths to the clipboard

    Posted on February 19th, 2010 by AVDGeneral

    After surfing the Google I’ve stopped at simple AppleScript summarized from several solutions.
    To use it follow original instruction found at Macworld » Mac » Software » Utilities » Copy paths from Finder selections.

    Read the rest of this entry »

  8. Portfolio

    Posted on September 23rd, 2009 by outdev.ruGeneral

    After all I’ve catologized little bit of my own and paticipated works and portfolio was created… -> link

    The only rest have to be made 🙂

  9. Blog startup

    Posted on September 22nd, 2009 by outdev.ruGeneral

    outdev.ru blog was successfully created… awaiting for interesting events and new posts…