-
Open Apple menu -> System Preferences -> Bluetooth and disable Bluetooth on Mac as well as any other nearby Macs or devices which will try to pair with and confuse the controller.
-
Reset PS3 controller by inserting paperclip into pinhole near L2 button.
-
Connect PS3 controller to Mac with USB cable.
-
Enable Bluetooth.
<?xml version="1.0" encoding="utf-8"?> | |
<project> | |
<!-- <meta /> | |
Use meta nodes to set metadata for your application. The description is ignored | |
on most targets, but is useful for packaging like Chrome Apps or Opera Widgets. | |
For compatibility with Android and webOS, the package name must include at least |
Weirdly, there's not an awful lot of information on what makes a light, fast and modern Linux laptop on the internet, even for a popular distribution like Ubuntu. I like to run Ubuntu as, for better or worse, it's what we use on our production systems.
Normally with linux laptops, you run the gauntlet of esoteric specialist hardware matched up with shaky drivers - a sure fire recipe for burning a weekend (or few weeks even). It's such drudgery to have to plod through all this stuff. I need a decent laptop that I can install Ubuntu on and for everything to just work.
By everything, I mean all of it - wireless (b/g/n), gigabit ethernet, battery indicator, cpu stepping, VGA port/dongle, bluetooth, HDMI port, sleep, SD card reader, camera, microphone, usb, multitouch (especially two-finger scroll) and special laptop keys like brightness and volume. I wanted as near to zero config as possible with good default choices.
I decided to take an educated guess on such a linux laptop recently: the Samsung 350U (speci
<!-- Add the following lines to theme's html code right before </head> --> | |
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.0/jquery.min.js"></script> | |
<script src="http://static.tumblr.com/fpifyru/VCxlv9xwi/writecapture.js"></script> | |
<script src="http://static.tumblr.com/fpifyru/AKFlv9zdu/embedgist.js"></script> | |
<!-- | |
Usage: just add <div class="gist">[gist URL]</div> | |
Example: <div class="gist">https://gist.github.com/1395926</div> | |
--> |
Choose a ticket class: <select id="tickets"></select> | |
<p id="ticketOutput"></p> | |
<script id="ticketTemplate" type="text/x-jquery-tmpl"> | |
{{if chosenTicket}} | |
You have chosen <b>${ chosenTicket().name }</b> | |
($${ chosenTicket().price }) | |
<button data-bind="click: resetTicket">Clear</button> | |
{{/if}} |