Skip to main content

Home/ The Apple Group/ Group items tagged 8

Rss Feed Group items tagged

TheAppGuruz

Create Custom Keyboard for iOS8 - 0 views

  •  
    custom keyboard. Apple has finally allowed third-party developers to make keyboard apps for iOS. In this tutorial we create a demo application in swift that ...
  •  
    custom keyboard. Apple has finally allowed third-party developers to make keyboard apps for iOS. In this tutorial we create a demo application in swift that ...
Belinda Recio

My first iPhone/iPad app, "In Your Dreams" - 0 views

Hope it's okay to tell the group? The app is based on my previously published (Bulfinch/Little Brown, 2001) book and card set on dream symbolism, "Box of Dreams." Here's some info: In Your Dre...

iphone ipad app dreams dictionary journal symbols illustrated

started by Belinda Recio on 16 Nov 10 no follow-up yet
jincheng li

Paper Mac's Origami "Make your own Mac" @ The Apple Collection - 0 views

  • mini iPod (5 colors) newfrom Kieran Baxter iPod Shufflefrom Shin Tanaka iPod Shufflefrom Sestoren Mac minifrom Sestoren Paper mini iPodfrom Jonathan Wehlte Paper eMac from ATSpongeBob See SpyMac G5 Conversion Kitsee filmcanister.com iPod 2 PaperMacfrom Kieran Baxter See SpyMac See SpyMac See macworld.it iPod PaperMacfrom Kieran Baxter PowerMac G4 and an HD 23" Cinema Display from George Matthews "eMac" "Quicksilver" G4 from George Matthews Origami Software All Origami Books </A
  •  
    Comprehensive up-to-date news coverage, aggregated from sources all over theworld by Google News.‎Finance - ‎About Google News - ‎Languages and regions - ‎Editors' Pickswww.killdo.de.ggNews Online from Australia and the World ...News headlines from Australia and the world. The latest national, world, business, sport, entertainment and technology news from News Limited news papers.www.killdo.de.ggBreaking News Updates | Latest News Headlines ...Breaking News, Latest News and Current News from FOXNews.com. Breakingnews and video. Latest Current News: U.S., World, Entertainment, Health, ...www.killdo.de.gg
Jeff Johnson

FORTUNE: Techland AT&T to cut the price of Apple's new iPhone « - 0 views

  • When the 3G iPhone is introduced this summer, AT&amp;T, the exclusive U.S. iPhone sales partner with Apple,&nbsp;will cut the price by as much as $200, according to a person familiar with the strategy. AT&amp;T is preparing to subsidize $200 of the cost of a new iPhone, bringing the price down to $199 for customers who sign two-year contracts, the source says. Apple is expected to have two versions of the new iPhone, an 8-gigabyte-memory and a 16-gigabyte-memory model with price tags&nbsp;widely expected to be $399 and $499.
David Corking

Virtual Network Computing (VNC) - Tao of Mac - 0 views

  • Mac OS X includes a VNC server (check the Sharing preference pane, it's part of Apple Remote Desktop).
  • defaults write com.apple.ScreenSharing ShowBonjourBrowser_Debug 1
  • My current (minimalistic) Linux startup file, so that I remember that unsetting SESSION_MANAGER is the right way to avoid complaints from gnome-session: $ cat .vnc/xstartup #!/bin/sh unset SESSION_MANAGER [ -x /etc/vnc/xstartup ] &amp;amp;&amp;amp; exec /etc/vnc/xstartup [ -r $HOME/.Xresources ] &amp;amp;&amp;amp; xrdb $HOME/.Xresources xsetroot -solid grey vncconfig -iconic &amp;amp; gnome-session &amp;amp;
  •  
    aha - the complement to SSH
Mark Kabbbash

The iPhone keeps on kicking butt! The iPhone currently owns 10.8 of the market and does... - 0 views

  •  
    As the walls that divide television, computers, and cell phones crumble, it is increasingly clear that any device's fate will be decided by its ability to gather and present information on demand. And the cell phone has emerged, for now at least, as the single most important device in the global marketplace. Nokia has never managed to leverage its position as a world leader in handset sales to achieve similar dominance in the United States, where it has only 7% market share
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
anonymous

gleeBox: User Manual - 0 views

  • 1. The Basics
  • General keys gLaunch gleeBox (If you're focussed on an input field, press Alt+g (Option+g on Mac)) .Launch tab manager (In input fields, Alt+.). This feature is only in Chrome. TabMove to the next selected element Shift + TabMove to the previous selected element EnterLaunch a link or execute a command Shift + EnterLaunch a link in a new tab EscClose gleeBox/Tab manager
  • ...4 more annotations...
  • !Page Commands
  • These commands are used to take some action on the current page. Type in the command and press ENTER to execute.
  • !readTransform the page for a better reading experience using the Readability project !shortenShorten the URL of the current page using bit.ly !tweetRedirect to twitter.com with the URL of the current page in the text field !rssOpen the current page's RSS feed in Google Reader !shareShare the current page. Syntax: !share service Valid services are m(ail), g(mail), t(witter), fb/facebook, deli(cious), su/stumbleupon, (google)buzz, (google)reader and all of the over 200 service codes listed on the AddThis services directory. !helpOpen the manual (i.e. this page) !tipjarOpen the TipJar !optionsOpen the options page !inspect Syntax: !inspect textSearch for link containing text and return the jQuery selector for it !vPlay/Pause videos on YouTube !extOpen the Extensions page in Chrome !downOpen the Downloads page in Chrome !pluginsOpen the Plugins page in Chrome !snapTake a screenshot of the current page in Chrome !setSet gleeBox Options Syntax: !set option = value Option theme position size scroll bsearch vision Valid values { default, white, console, greener, ruby, glee } { top, mid(dle), bottom } { large, med(ium), small } { on, off } { on, off } jQuery selector to set as vision for current page Syntax: !set option += value Option scrapers visions Value name : selector url : selector !&lt;Any Text&gt;Execute Matching Bookmarklet You can also save bookmarklets and then execute them as a page command. For example, if you bookmark the Instapaper bookmarklet and rename its title to "later", you can then run it by typing in "!later" in gleeBox and pressing ENTER.
  • 2. Commands ?Scraper Commands Scraper commands let you select particular types of elements on the page. You can navigate the selected elements via the TAB key. ?hSelect main (h1, h2 &amp; h3) headings ?imgSelect linked images ??Select text input fields. Hit ENTER to give focus to the selected field. ?aSelect all links
Belinda Recio

App Reviewers Wanted - 0 views

I am looking for people who might be willing to review the "In Your Dreams" app on their blog or website. In addition to using "In Your Dreams" for dream exploration (and journaling), you can als...

app. ipad iphone dreams reviewers. free

started by Belinda Recio on 28 Dec 10 no follow-up yet
liza cainz

Help Gurus Offers Microsoft Tech Support - 1 views

Help Gurus offers Microsoft Tech Support for customers who are using windows application on their computers. They can give you quality technical support for Microsoft office applications, like Exce...

support service Desktop computer technical services PC tech

started by liza cainz on 19 Jan 11 no follow-up yet
Tahir Mirza

Redsn0w 0.9.8 Beta 6 Released To Jailbreak iOS 5 Beta 6 On iPhone 4/3GS, iPad & iPod touch - 0 views

  •  
    iPhone Dev Team released a Redsn0w update to tethered jailbreak the latest iOS 5 beta 6 firmware on iPhone, iPad and iPod touch. Few days back Apple released iOS 5 beta 6 firmware to developers but there are many non-developer users who installed iOS 5 beta 6 firmware on their iDevice and want to j
seth kutcher

Top Online PC Repair Service - 1 views

I consider my computer as my best friend because it is through it that I make a living. I have an online business and in order for me to monitor my sales, I need to stay in front of my PC for more ...

online PC repair

started by seth kutcher on 02 Nov 11 no follow-up yet
yabitomca22

Lower Cost roshe run gold trophy for sale Wellington -55% - 1 views

These online stores roshe run women you to place an online order for the current trend in roshe2x5jrun2x5jwomen 6X126T6F You can easily shop and purchase a few of the most perfect collections onlin...

roshe run women air max thea womens

started by yabitomca22 on 10 Jan 15 no follow-up yet
thinksys_inc

Why Your Web Apps Need to Use AngularJS? - 0 views

  •  
    Developers love AngularJS. They just really really love it. Don't believe us? Look at the GitHub activity. AngularJS probably has the highest number of contributions than any other competing JavaScript framework. Check out Google searches or even StackOverflow mentions - AngularJS is all over.
  •  
    Developers love AngularJS. They just really really love it. Don't believe us? Look at the GitHub activity. AngularJS probably has the highest number of contributions than any other competing JavaScript framework. Check out Google searches or even StackOverflow mentions - AngularJS is all over.
datarecoverybase

A new Free iPhone dta recovery detected - 2 views

We are Data recovery service provider, If you have loosed, deleted or Currepted you data from Drive, Servces, SD Card, iphone, Cellphone etc. Connect with us (On Call Or mail) we help out your prob...

apple iphone mac software

Raúl - [^BgTA^]

Macuarium.com - Las 10 lecciones de oro de Steve Jobs - 1 views

  • 1.- "La innovación distingue al líder del seguidor" 2.- "Sé una vara de medir de la calidad. Hay gente que no se acostumbra a un entorno donde se requiere la excelencia" 3.- "El único modo de hacer un gran trabajo es amar lo que haces. Si aún no lo has encontrado sigue buscando. No te conformes. Al igual que con el resto de asuntos del corazón, lo sabrás cuando lo hayas encontrado" 4.- "Ya sabes que no somos mas que lo que comemos. Vestimos ropa que otros fabrican. Hablamos lenguajes que otros han creado. Usamos matemáticas que otros han desarrollado …&nbsp;Lo que quiero decir es que constantemente estamos adquiriendo cosas. Es un sentimiento extasiante y maravilloso crear algo que modifique la experiencia humana y el conocimiento" 5.- "Hay una frase en el Budismo, 'La mente del principiante'. Es maravilloso tener mente de principiante" 6.- "Nosotros creemos que ves la televisión básicamente para desconectar tu cerebro, y que trabajas en el ordenador cuando quieres conectar tu cerebro" 7.- "Soy la única persona que sabe que he perdido 250 mil millones de dólares en un año … y eso forja el carácter". 8.- "Cambiaría toda mi tecnología por una velada con Sócrates " 9.- "Estamos aquí para dejar huella en el universo. Sino … ¿para que otra cosa íbamos a estar aquí?" 10.- "Tu tiempo es limitado, así que no lo desperdicies viviendo la vida de otro. No te atrapes en los dogmas - que es vivir con los resultados de la creencias de otros. No dejes que el ruido de las opiniones de otros acallen tu propia voz interior. Y lo mas importante, ten el coraje de seguir a tu propio corazón e intuición. De algún modo, ya saben lo que realmente quieres llegar a ser. Todo los demás es secundario."
  •  
    Las 10 lecciones de oro de Steve Jobs
heatheronline

Cisdem Data Recovery 5.0.0 Brings Enhanced Recovery Accuracy up to 96.8% | Cisdem - 0 views

  •  
    Mac software developer Cisdem released Cisdem Data Recovery for Mac 5.0.0 which, with improved recovery accuracy, enhanced scanning speed, and a brand new interface, can fast and safely recover lost, deleted or formatted files from various internal and external storage devices.
« First ‹ Previous 121 - 140 of 159 Next ›
Showing 20 items per page