Skip to main content

Home/ The Apple Group/ Group items tagged don't

Rss Feed Group items tagged

David Corking

XCHAT FAQ - 0 views

shared by David Corking on 03 Nov 10 - Cached
  • !firefox -a firefox -remote 'openURL(%s,new-tab)'
    • David Corking
       
      This doesn't work on my Mac - I don't know why.
thanaads Thanaads Noo

Android launch: don't expect iPhone-like lines | Mobile Phone News Update - 0 views

  •  
    T-Mobile's launch of the Dream - a phone made by HTC and the first on the market to run Google's Android software - likely won't be accompanied by the mad rush that surrounded Apple's introduction of the iPhone.
thanaads Thanaads Noo

TV on the iPhone: Don't Hold Your Breath | iPhone News Updated - 0 views

  •  
    iPhone users shouldn't get their hopes up if they want to view television on the iPhone - or any video that doesn't come directly from iTunes, for that matter. In its zeal to maintain control over the user experience, is Apple denying its users a better experience?
Jeff Johnson

Lighthead - Caffeine - 0 views

  •  
    Don't let you Mac fall asleep
  •  
    Caffeine is a tiny program that puts an icon in the right side of your menu bar. Click it to prevent your Mac from automatically going to sleep, dimming the screen or starting screen savers. Click it again to go back. Right-click (or ⌘-click) the icon to show the menu.
Jeff Johnson

Tapeless camcorders are not a Mac's best friend - 0 views

  • Macworld Lab has been testing five high-definition, tapeless camcorders, and thus far, the results aren't pleasing. Three out of the five camcorders we tested don't work properly on a Mac. Now, before you drive to One Infinite Loop and camcorder vendors’ buildings crying “This is an outrage!” allow me to explain my definition of "not working on a Mac."
Jeff Johnson

Mac vs. PC: What You Don't Get for $699 - BusinessWeek - 0 views

  •  
    Now Microsoft is fighting back with its own advertising campaign. I've enjoyed some of its elements. The Seinfeld spots were weird. I was intrigued by some of the "I'm a PC" spots that aired last fall, depicting PC users engaged in a variety of jobs-teaching law, protecting endangered species, blogging for Barack Obama. The message: You can use a Windows PC and still do cool and interesting things. Not bad. Then came the adorable little girls: Kylie, age 4, and Alexa, age 7, e-mailing pictures of fish and stitching together pictures of a fort into one. Microsoft, it seemed, had finally found its advertising voice.
David Corking

Dr. Dobb's | A Moving Target | March 28, 2009 - 0 views

  • iPhone uses Objective-C -- challenging even for experienced C, C++, and C# programmers.
    • David Corking
       
      ???
  • Many companies first venture into mobile technology is providing BlackBerry e-mail access. Next, they often look to appplications for sales and other field employees, CRM, and business intelligence, such as performane dashboards. In short, mobile applications are integrating with corporate systems and other programs on a much more complex level.
  • One-fourth of companies are deploying CRM to handhelds,
  • ...1 more annotation...
  • We don't cover Palm in depth, since it's slipped to 2% of the smartphone market, says Gartner, while Symbian has half the world market, and the BlackBerry and iPhone make up about 70% of North America.
  •  
    I have to admit, I found this article a little confusing : I didn't understand how to use a 'usage profile' to choose a platform for clients or servers.
David Corking

Google Latitude finally makes it over to iPhone, as a web app | July 2009 - 0 views

  • Apple had some concern that people would confuse it for the native Maps app. We still don't get why it couldn't simply be added to Maps itself, but we're not the multibillion dollar company, here.
David Corking

How to Switch to the Mac - Tao of Mac | February 2007 | Rui Carno - 0 views

  • the installer creates the first user account. This is the important bit: it is an administration account – call it “Administrator” or something like that and create another for yourself afterwards (if you’re a UNIX head, this is not root, which is disabled).
    • David Corking
       
      Q: Why doesn't the installer _tell_ you this? It looks and feels like an ordinary unix user with 'sudo' access, but according to Tao, it can be troublesome. A: My guess is that Apple doesn't want you to have to remember two passwords. Perhaps Apple decided, unlike Tao, that the security of asking for passwords for important tasks is good enough.
  • Create your own Applications folder inside your home directory (Mac OS X will change the icon accordingly) and try out new stuff in there.
  • drag the entire Applications folder to the right-hand side of the Dock, forming what Apple calls a “stack”
  • ...2 more annotations...
  • Put things you want to share among users in the /Users/Shared folder.
  • Set up separate accounts for kids using the Simple Finder or Some Limits option under the Limitations tab.
    • David Corking
       
      In Mac OS X 10.4, you find this in preferences under Accounts, and click the "Parental Controls" tab, then select Finder and click Configure .... I don't think there is a "Limitations" tab.
  •  
    This article is packed with great tips that you won't find in other introductory tutorials. Therefore it is a bit heavy to read, and worth dipping into even if you have used Macs for a year or two.
Graham Perrin

XBinary: Extended Binary Format Support for Mac OS X - 0 views

  • Extended Binary Format Support
  • © Amit Singh
  • January 2009
  • ...51 more annotations...
  • —With the advent of x86-based Macintosh computers, Universal binaries, originally known as "fat" or multiple-architecture binaries, appeared in Mac OS X.
  • Universal Binaries
  • for one or more architectures
  • along with a header that describes each constituent binary.
  • a wrapper that contains Mach-O binaries
  • a "4-way fat" executable could consist of Mach-O executables for the i386 (32-bit Intel), x86_64 (64-bit Intel), ppc (32-bit PowerPC), and ppc64 (64-bit PowerPC) architectures
  • Mac OS X does not provide any kernel-level or user-level interfaces to extend binary format support.
  • we'll need to write special software
  • new kernel functionality
  • software will involve a kernel extension.
  • extend the kernel
  • and execute them through specified handler programs.
  • Let us call the new software that implements these features XBinary. binfmt_misc Those familiar with the Linux kernel will realize that functionality similar to what's been described here exists in Linux as the binfmt_misc kernel feature. XBinary is conceptually similar
  • XBinary also has some Mac OS X specific features.
  • download and install the XBinary package
  • a command-line tool (xbinary
  • a kernel extension (xbinary.kext)
  • research software at this point
  • choosing the best library from an extended fat library file.
  • for developers, researchers, and power users
  • take XBinary for a spin
  • XBinary: extended binary format support for Mac OS X Copyright (c) 2009 Amit Singh. All Rights Reserved. http://osxbook.com The XBinary software allows you to extend the Mac OS X kernel such that it can recognize arbitrary binary formats and execute them through specified handler programs. (Mac OS X natively supports executing only Mach-O binaries, Universal (fat) binaries, and interpreter scripts.) XBinary consists of a kernel extension (xbinary.kext) and this command-line tool, which lets you control the XBinary facility. This requires superuser privileges, so you should run this tool using sudo(8). The XBinary kext must be loaded for the facility to be available.
  • You can add and manipulate in-kernel entries that enable recognition of binary formats.
  • You can also specify flags that affect how a matched entry is processed. By default, the argument vector IS adjusted and setuid/setgid binaries are NOT allowed.
  • make experimentation involving new binary formats easy
  • Let us look at Java applications
  • then specify this wrapper script as the interpreter
  • and subsequently invoke the Java application launcher.
  • given a Java class file
  • a wrapper script
  • We don't even have to write such scripts
    • Graham Perrin
       
      :-)
  • a Universal binary containing, say, Tiger and Leopard versions
  • simplify code creation and maintenance.
  • Consider a 2-way fat binary containing i386 and x86_64 architectures.
  • operating system versions in addition to processor architectures.
    • Graham Perrin
       
      :-)
  • Now think of an "extended" fat binary mechanism that incorporates
  • our hypothetical extended fat binary contains eight "architectures"
  • the extended fat feature as implemented by XBinary is not a complete implementation
  • These examples assume that you are on an x86 (little-endian) machine.
  • XBinary requires Mac OS X 10.5.x (Leopard).
  • Executive Summary This document discusses XBinary, a new software that lets you add kernel-level support for executing files in arbitrary binary formats on Mac OS X.
  • Extending Executability
  • recognize arbitrary binary formats
  • using the xbinary tool
  • copious "help" output
  • Each entry must have as its name a unique identifier string up to 31 bytes in size. Additionally, a set of other arguments specify to the kernel how to recognize that binary format and which interpreter to invoke to handle it. XBinary can recognize a binary EITHER by matching magic bytes within the first page of the file OR by matching a file extension. OTHER_ARGS must be a valid combination of the following arguments (some are optional).
  • that will determine the startup class name
  • Bonus Feature: Extra Fat Binaries
  • Since XBinary is experimental, why not experiment with such a feature too?
  • XBinary wouldn't be able to help the dynamic linker
  • The XBinary software
Graham Perrin

preferred alternatives to Apple Support Communities for providing support to users and ... - 2 views

  • preferred alternatives to Apple Support Communities for providing support to users and developers of Apple products and services
  • 27-Jul-2011
  • Existing alternatives
  • ...28 more annotations...
  • Which existing forums — beyond Apple Support Communities — would you recommend?
  • importance: a pleasing experience
  • Existing alternatives: Logic…
  • some suggestions: https://discussions.apple.com/thread/2688917
  • Mac4Mac
  • http://mac4mac.freeforums.org/
  • a lot of 'chatter'
  • contributor to MacRumors
  • nonbreaking spaces appear as asterisks
  • Sussex Mac User Group (SMUG)
  • microblogs, where things can be kept brief
  • http://identi.ca/group/apple http://identi.ca/group/macosxhttp://identi.ca/tag/lion
  • less engaged with Twitter
  • for conversation, Twitter's interface is very poor
  • UIs that are pleasing, with reasonable quality of content
  • macos-x-server
  • Nabble interface to lists is even better
  • Stack Exchange
  • Apple (FAQ)
  • Super User (FAQ)
  • OpenID enabled
  • ##Apple-support group on Wuala
  • don't get sidetracked by the Wuala resource
  • Mac OS X Hints
  • requirement to type HTML
  • Macintoshian Achaia — Ars Technica OpenForum
  • no preferences for pagination
  • pagination makes reading something long more difficult
Graham Perrin

Diary of a Switcher: #lionsanity - removing the rough edges from OS X 10.7 Lion - 10 views

  • possibly making that directory read-only
    • Graham Perrin
       
      Do not prevent writes to things in your home directory. See comments on the page. 
  • subdirectories of ~/Library/Containers are sometimes used for the user's explicitly saved versions
  • Beware of making changes within ~/Library
  • ...3 more annotations...
  • answers to a question in Ask Different
  • allow the System to manage all things in this hidden area
  • if you don't understand what you're doing here then you may lose data
Mac Gizmo Guy

Save On Discount Mac MobileMe : Cheap Activation or Renewal Plans - 8 views

  •  
    No need to pay $99 to activate or renew your Dot Mac - Mobile Me email and web services. Explore these options to save on MobileMe year after year.
jerryli45

3 Methods to retrieve deleted text messages from an iPhone - 0 views

  •  
    Text messages don't actually get deleted Apple iOS stores every text message you ever made on your iPhone even you have deleted. When you using spotlight search to find something and maybe you will find that some text conversations you made months ago, which were deleted by yourself, are still showing up!
yaleinancy

Purchase nike free run 3 womens hot punch uk United Kingdom on Sale - 2 views

Meanwhile, across the nike running pink quiet and retiring NY couple Karlie Kloss and Joshua Kushner cuddled up at the tennis.The Emmys and VMAs this weekend provided the perfect opportunities for ...

nike running pink free hot run 3

started by yaleinancy on 01 Sep 14 no follow-up yet
paypal hack

Buy anything you want, withdraw as much as you want! - 0 views

  •  
    Guyz checkout the testmoney of people saying about paypal money hack with live proof http://unlimitedfreepaypal.blogspot.it/2015/01/unlimited-free-paypal-money-on-your.html#comment-form 100% paypal money hack with live proof, This tool will give you money and it is really free! Yes you heard it right! Unlimited free Paypal money on your Paypal account. Buy anything you want, withdraw as much as you want!. http://payaplfreehacker.webstarts.com Congratulations! I'm about to reveal to you a SECRET mass traffic software to earn up to $4000 in one day. Get ready to be SHOCKED! http://easymasstrafficsoftwares.webstarts.com if you are looking for girlfriend or boyfriend or friends join this new facebook apps now http://justbecauseittested.com
David Watson

Data Recovery: Recover Deleted Files Easily |Data Rescue - 0 views

  •  
    Data loss might be the worst thing that have ever happened to computer users. It means that hours, days or even years of work has gone. But don't panic. There is a chance to get them back if you take our advice. The first thing is to take a deep breath and stop what you're doing.
« First ‹ Previous 101 - 120 of 153 Next › Last »
Showing 20 items per page