Skip to main content

Home/ The Apple Group/ Group items tagged p

Rss Feed Group items tagged

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
Lin Lisa

Getting Started with Chrome extension - Diigo help - 0 views

  • Use the “Save” option to bookmark a page. Bookmarking saves a link to the page in your online Diigo library, allowing you to easily access it later.
  • Highlighting can also be accomplished from the context pop-up. After the Chrome extension is installed, whenever you select text on a webpage, the context pop-up will appear, allowing you to accomplish text-related annotation. Highlight Pop-up Menu – After you highlight some text, position your mouse cursor over it and the highlight pop-up menu will appear. The highlight pop-up menu allows you to add notes to, share, or delete the highlight.
  • Sticky Note Click the middle icon on the annotation toolbar to add a sticky note to the page. With a sticky note, you can write your thoughts anywhere on a web page.
global125

Company Formation UK - 0 views

  • Use the “Save” option to bookmark a page. Bookmarking saves a link to the page in your online Diigo library, allowing you to easily access it later.
  • Highlighting can also be accomplished from the context pop-up. After the Chrome extension is installed, whenever you select text on a webpage, the context pop-up will appear, allowing you to accomplish text-related annotation. Highlight Pop-up Menu – After you highlight some text, position your mouse cursor over it and the highlight pop-up menu will appear. The highlight pop-up menu allows you to add notes to, share, or delete the highlight.
  • Sticky Note Click the middle icon on the annotation toolbar to add a sticky note to the page. With a sticky note, you can write your thoughts anywhere on a web page.
  •  
    We provide Online Company Formation , Company Formation with Bank Account , Company formation with Registered office Address ,Private Limited Company Formation and post incorporation services.
fazlulkarimrifat

Getting Started with Chrome extension - Diigo help - 0 views

  • Use the “Save” option to bookmark a page. Bookmarking saves a link to the page in your online Diigo library, allowing you to easily access it later.
  • Highlighting can also be accomplished from the context pop-up. After the Chrome extension is installed, whenever you select text on a webpage, the context pop-up will appear, allowing you to accomplish text-related annotation. Highlight Pop-up Menu – After you highlight some text, position your mouse cursor over it and the highlight pop-up menu will appear. The highlight pop-up menu allows you to add notes to, share, or delete the highlight.
  • Sticky Note Click the middle icon on the annotation toolbar to add a sticky note to the page. With a sticky note, you can write your thoughts anywhere on a web page.
accmin

Apple - Education - 1 views

shared by accmin on 22 Feb 07 - Cached
soffy123 liked it
  • Apple has been in the classroom empowering teachers and students to teach, learn, and collaborate for 30 years. Students now learn anywhere with today's digital tools that accommodate their individual learning styles. And this is just the beginning. Apple TV and iPhone continue that tradition. K-12 For decades, Apple has helped schools empower teachers, simplify systems, and inspire students to achieve more. Apple 1 to 1 Learning Podcasting Apple Mobile Learning Labs Apple Digital Learning Series Students Live your digital life on the Mac and on the go. Study Play Share iPod and iTunes Higher Education Apple technology is the platform of choice for many professions. Prepare your students for the real world. Creative and Pro Science and Technology iPod, iTunes, and iTunes U Apple Authorized Training IT/Administration Combining the power of UNIX with industry-leading ease of use, Apple offers compatibility and competitive cost for learning systems.
  •  
    www.killdo.de.gg Most quality online stores. Know whether you are a trusted online retailer in the world. Whatever we can buy very good quality. and do not hesitate. Everything is very high quality. Including clothes, accessories, bags, cups. Highly recommended. This is one of the trusted online store in the world. View now www.retrostyler.com
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
shalani mujer

Enjoying Worry-Free Computer Use - 1 views

As an executive of a medium-sized company in Oakland, life has always been hectic to me except on weekends. Nevertheless, when I have some work that needs to be rushed, I am forced to do it at home...

tech support

started by shalani mujer on 08 Jul 11 no follow-up yet
joey potter

Amazing Computer Technical Help Services! - 1 views

I have never been this amazed before. ComputerTechnicalHelpNow computer technical help specialists fixed my computer in just minutes! And not just that, they did the repair online through remote a...

computer technical help

started by joey potter on 11 Jul 11 no follow-up yet
ruconstance

Австралия. Google тестирует беспилотники доставки - 1 views

Google объявил экспериментировать службы поставок, беспилотные самолеты, онлайн проект, также работающих на гигант Amazon. Два года исследований, что Google название «Проект крыло» успешно по неско...

tech

started by ruconstance on 27 Oct 14 no follow-up yet
accmin

Apple - Education - Products - iTunes U - 0 views

shared by accmin on 22 Feb 07 - Cached
soffy123 liked it
  • Apple shares common goals with education — to advance teaching, learning, and research through innovation, and to engage and empower students. Students expect a campus environment that accommodates their digital lifestyle, adapts to their individual learning needs, and encourages collaboration and teamwork. Introducing a way to simplify and meet all these needs — iTunes U. Education beyond the classroom. iTunes U* is a free, hosted service for colleges and universities that provides easy access to their educational content, including lectures and interviews, 24 hours a day, 7 days a week. Based on the same easy-to-use technology of the iTunes Store, iTunes U also offers typical Apple simplicity and portability. Through iTunes U, students can download content to their Macs or PCs, regardless of their location. They can listen to and view that content on their Mac or PC, or transfer it to iPod for listening or viewing on the go. Instructors can easily post and change content on their own without impacting the IT department. And, of course, students can upload their own content to share with professors or with the class. It stands out. And fits in. iTunes U is the easiest, most powerful way to manage a broad range of audio or video content and make it available quickly and easily to students, faculty, and staff. And it is the only application that supports the overwhelmingly popular iPod. iTunes U complements other higher education online learning systems, leveraging existing investments in technology infrastructures.** And thanks to Apple’s hardware and software integration and management tools, it all works together. Sound academics. Legal music. In addition to providing a great conduit for digital academic content, iTunes is also the largest source of legal digital music available online. So students can buy and download music that has both educational and entertainment value, with all copyrights honored and the full support of the music industry.  
  •  
    www.killdo.de.gg Most quality online stores. Know whether you are a trusted online retailer in the world. Whatever we can buy very good quality. and do not hesitate. Everything is very high quality. Including clothes, accessories, bags, cups. Highly recommended. This is one of the trusted online store in the world. View now www.retrostyler.com
Jyrki Lilja

|| TrajiklyHip - Blog ||: A Fix for Time Machine's Backup Failure - 0 views

  • To get Time Machine going again, you need to remove the errant files with the following steps: Ensure your backup device is turned on and connected to your computer (wirelessly or wired, it doesn't matter) Turn off Time Machine using the big button in Time Machine preferences. NOTE: I did not execute this step and was still able to fix Time Machine. Make sure the backup volume (which is just part of the backup drive) is mounted to your desktop/Finder. You may have to initiate (and subsequently cancel) a Time Machine backup process in order to see the drive on the desktop or in Finder. Access your backup volume in Finder (it should be named "Backup of your-computer-name..." or something similar) and double-click into the "Backups.backupdb" folder. Next, click into the "your-computer-name" folder. You should see a bunch of folders with dates. These are all the dates corresponding to days you ran a successful backup. At the bottom of the folder listing will be one or two things you need to move to the trash. You may see only one or both of these, but delete the file that starts with a date (it should be the date the backup failure started) and ends in ".inProgress." Also delete a file named "Latest" if it exists. Return to Time Machine preferences and turn Time Machine on. Remember, I was successful without performing this step. Initiate a backup using the Time Machine drop-down in the menu bar or wait until the next scheduled backup run. A final but important step, be patient. Time Machine may sit in "preparing" mode for a while. It's important to at least let it run for an hour or so to see if the process will continue actually writing files to your backup volume.
accmin

Apple Human Interface Guidelines: Icon Genres and Families - 0 views

  • For example, the icons for user applications are colorful and inviting, while utilities have a more serious appearance. Figure 10-2 shows user application icons in the top row and utility icons in the bottom row. These genres are further described in "User Application Icons" and "Utility Icons".Figure 10-2  Two icon genres: User application icons in top row; utility icons in bottom rowThe graphic flexibility of Aqua icons can also help users identify files associated with an application. In iTunes, for example, a visual cue provided in the application icon is carried over into icons for other files associated with iTunes, forming an icon family, as shown in Figure 10-3.
  •  
    This page is no longer found.
leengy

Apple - iLife - Tutorials - iLife '06 Multimedia Tutorials - 0 views

shared by leengy on 18 Feb 07 - Cached
  • iLife ’06 Multimedia Tutorials Whether you're taking digital photographs, putting your home videos on DVD, or writing your own songs, iLife ’06 has an easy solution for you. With these tutorials, you can watch step-by-step movies that will help you learn the great things you can do with iPhoto 6, GarageBand 3, iTunes, iMovie HD 6, iDVD 6, and iWeb. Use these tutorials just the way you want; proceed through the tutorials topic by topic or use the Tutorial Menu links to find the topic you need. Look for the iLife Connections links within each tutorial to see how seamlessly you can use these applications together—how, for example, you can take your iPhoto slideshow to iDVD or use GarageBand to score a movie in iMovie HD. To start an iLife ’06 tutorial, select an application you want to learn about from the top menu bar, abov
  •  
    Visit News www.killdo.de.gg. How to make the 1000 visitor from PR9 backlinks. Buy cheap service www.fiverr.com/radjaseotea/making-best-super-backlink-143445
liza cainz

Dependable Online Computer Repair Support - 3 views

I found out that my ex-boyfriend already have a new girlfriend and I never expected it would hurt this much, I still love him. I was in the mood to listen to slow music but I was further disappoint...

support service Desktop computer technical services PC tech

started by liza cainz on 09 Mar 11 no follow-up yet
ruconstance

Huawei в честь 64-разрядный 4 X проходит через китайского телекоммуникационно... - 1 views

В попытке битвы Xiaomi растет мы должны сказать, монополия на китайском рынке, Huawei представил смартфон ассортимент честь. Он разработан с аналогичных «дешевые & впечатляет» тактика, потому ч...

Technology

started by ruconstance on 21 Oct 14 no follow-up yet
‹ Previous 21 - 40 of 630 Next › Last »
Showing 20 items per page