Mac — Finer Things in Tech
20 days ago by Aetles
You can hold ⌥ (Option) to make windows resize symmetrically, from the center. It even works when resizing from any corner in Lion. Update: You can also hold ⇧ (Shift) to resize a window proportionally.
As far as I can tell this is brand new in Lion, the first version of OS X that allowed resizing windows from any side.
mac
macosx
osx
tips
lion
osxlion
As far as I can tell this is brand new in Lion, the first version of OS X that allowed resizing windows from any side.
20 days ago by Aetles
briancarper.net (λ) - Keeping bash history in sync on disk and between multiple terminals
8 weeks ago by Aetles
PROMPT_COMMAND lets you specify a command that bash will run every time it shows you a fresh command prompt, i.e. every time you run a command and the command finishes. So the above tells bash to read any new lines that have appeared in ~/.bash_history since the last time it read it, and then append the last-run command from this terminal to ~/.bash_history, every time you run a command.
So now, if you type a command in one terminal, and want to access it via the history of another terminal, run a command in the other terminal (or just hit Enter) to trigger PROMPT_COMMAND, and then your history will be nicely up-to-date and synchronized with any other terminals you have open. Almost certainly, you'll never notice the tiny bit of overhead caused by bash constantly reading and writing to ~/.bash_history.
See man bash for more info on the history builtin.
bash
history
linux
tips
So now, if you type a command in one terminal, and want to access it via the history of another terminal, run a command in the other terminal (or just hit Enter) to trigger PROMPT_COMMAND, and then your history will be nicely up-to-date and synchronized with any other terminals you have open. Almost certainly, you'll never notice the tiny bit of overhead caused by bash constantly reading and writing to ~/.bash_history.
See man bash for more info on the history builtin.
8 weeks ago by Aetles
Radio? – Last.fm for Spotify Diskussioner – Last.fm
8 weeks ago by Aetles
Try dragging a track to the Last.fm app icon in Spotify to hear a similar track playlist. :)
spotify
tips
lastfm
8 weeks ago by Aetles
TidBITS iPhone iPad iPod: Where to Speak on Your iPhone 4
9 weeks ago by Aetles
And now for the surprise. When you take the iPhone away from your face during a call and put it into speakerphone mode (tap the Speaker button), the top microphone is the one that is now active. Did you know this? I sure didn’t.
iphone
tip
tips
9 weeks ago by Aetles
The iMessage Clipboard « Macdrifter
february 2012 by Aetles
This might seem obvious or dumb, depending on your sensibilities, but the new Messages app makes a decent universal clipboard.
Copy a link, photo or text and paste into iMessage on Mac, iPhone or iPad.1
Send a message to myself.
Boom.
ios
osx
imessage
clipboard
tips
Copy a link, photo or text and paste into iMessage on Mac, iPhone or iPad.1
Send a message to myself.
Boom.
february 2012 by Aetles
Fluid support in Lion - AgileBits Forums
february 2012 by Aetles
One thing I don't see mentioned above is that by default Fluid shares its cookies with Safari, so if you use the 1Password Safari extension to log into the site(s) for which you have created an SSB, you will be logged in in the SSB. It's not the same, I know, but if you didn't already know perhaps it will ease the pain.
1password
fluid
tips
osx
mac
safari
february 2012 by Aetles
How to: Quickly Save + Access Saved Mail Draft on iPhone, iPad, & iPod touch | Obama Pacman
february 2012 by Aetles
Q: How do I access my last saved email draft on my iDevice?
A: There is the long way, which is using “Mailboxes”, then scroll down to Accounts, select an account, click Drafts, then click on the draft. To go back to unified email inbox, you then have to hit back two times, then select All Inboxes. It’s surely long and tedious.
Short way: hold the Compose button (annotation 2) to bring up your last saved draft.
The shortcut to last draft is saved as long as you don’t restart your device. If you restarted the device, as of iOS 5.0.1, you have to use the long way to access your last draft.
iphone
ios
tips
A: There is the long way, which is using “Mailboxes”, then scroll down to Accounts, select an account, click Drafts, then click on the draft. To go back to unified email inbox, you then have to hit back two times, then select All Inboxes. It’s surely long and tedious.
Short way: hold the Compose button (annotation 2) to bring up your last saved draft.
The shortcut to last draft is saved as long as you don’t restart your device. If you restarted the device, as of iOS 5.0.1, you have to use the long way to access your last draft.
february 2012 by Aetles
The Super Sweet 1Password Trick You’re Almost Certainly Not Using | Bridging the Nerd Gap
february 2012 by Aetles
Open the 1Password app on your Mac and click over to the Logins area. You’ll see a big ass list of all of the logins currently stored in 1Password (duh). Now, I want you to position the main 1Password window right next to your favorite web browser.
Next, click and drag one of your commonly used 1Password logins onto your browser’s bookmark bar, like this:
What the heck?
You just created a bookmark for a website that you commonly use, but now it will automatically fire up 1Password and fill in the login for you and—if you have it configured to automatically submit login forms—just log you right in.
With a single freaking click.
1password
tips
Next, click and drag one of your commonly used 1Password logins onto your browser’s bookmark bar, like this:
What the heck?
You just created a bookmark for a website that you commonly use, but now it will automatically fire up 1Password and fill in the login for you and—if you have it configured to automatically submit login forms—just log you right in.
With a single freaking click.
february 2012 by Aetles
10.6: Change Mail's 'Copy Address' behavior - Mac OS X Hints
december 2011 by Aetles
In versions of Mail prior to OS X 10.6, you could copy an email address from a message by Control-clicking on the address and choosing Copy Address from the contextual menu. As part of my job, I do this a lot -- users will email me, asking to look up their account name, for instance, so I need to paste their email address into a web form.
In 10.6, it seems someone at Apple decided that Copy Address should really mean Copy Name And Address And Add Angle Brackets Around The Address, because that's exactly what happens when you use Copy Address in Snow Leopard's Mail app. Instead of getting Sue_Sample@somesite.com on the clipboard, you get Sue Sample <Sue_Sample@somesite.com>.
Besides now having an incorrect name on the Copy Address contextual menu item (thought admittedly, the alternative is a bit lengthy), this behavior is incredibly irritating if you want only the email address on the clipboard. Thankfully, some engineer somewhere deep within Apple included a hidden preference to change this behavior -- and the fine folks at Mac Daddy World (the Ecamm Network blog site) dug deep and discovered this preference.
email
mac
osx
mail
tips
In 10.6, it seems someone at Apple decided that Copy Address should really mean Copy Name And Address And Add Angle Brackets Around The Address, because that's exactly what happens when you use Copy Address in Snow Leopard's Mail app. Instead of getting Sue_Sample@somesite.com on the clipboard, you get Sue Sample <Sue_Sample@somesite.com>.
Besides now having an incorrect name on the Copy Address contextual menu item (thought admittedly, the alternative is a bit lengthy), this behavior is incredibly irritating if you want only the email address on the clipboard. Thankfully, some engineer somewhere deep within Apple included a hidden preference to change this behavior -- and the fine folks at Mac Daddy World (the Ecamm Network blog site) dug deep and discovered this preference.
december 2011 by Aetles
Anna's Alfred Hat Tips, Recent Documents tip from a user: favourite new...
december 2011 by Aetles
favourite new trick of @alfredapp -and it took way too long for me to find. Find app you want then press right twice to open most recent doc
alfred
tips
december 2011 by Aetles
Kelly Sutton's Tumblr, 12 Steps to Writing Better Web Code
november 2011 by Aetles
It’s been over a decade since Joel Spolsky wrote the Joel Test: 12 Steps to Better Code. The man was ahead of his time. Sure, things like version control are a no-brainer for any competent shop out there. With the ease of tools out there, most teams have a bug database and have reasonably up-to-date schedules. Heck, most software companies out there do pretty well on Joel’s 12 steps. But those 12 steps are no longer enough.
I’ve become somewhat of a process nut, which is weird. Usually I’ve got my finger over the big red deploy button before anyone else. But that’s not process, that’s deploying. I like to hear how other companies work. I see the most trivial roadblocks frustrate some developers. Many companies, both big and small, pay too little attention to process. It hurts morale, it contributes to unnecessary work and it will eventually lead to a product falling apart.
This is my attempt to codify what I think are 12 great supplemental steps to Joel’s first 12. Like Joel’s, you should give a binary answer to each question: “yes” or “no.”
code
development
programming
tips
I’ve become somewhat of a process nut, which is weird. Usually I’ve got my finger over the big red deploy button before anyone else. But that’s not process, that’s deploying. I like to hear how other companies work. I see the most trivial roadblocks frustrate some developers. Many companies, both big and small, pay too little attention to process. It hurts morale, it contributes to unnecessary work and it will eventually lead to a product falling apart.
This is my attempt to codify what I think are 12 great supplemental steps to Joel’s first 12. Like Joel’s, you should give a binary answer to each question: “yes” or “no.”
november 2011 by Aetles
Genius and Easy DIY Organization: Bread Clips as Power Cord Labels » Curbly | DIY Design Community « Keywords: organization, tips, office, wire
november 2011 by Aetles
Bread clips as power cord labels. Doesn't get much simpler or clever...er. Unplggd also suggests using them to label your cords at both ends so you don't have to do the 'tug test'. You know, when you tug on the cord to see which one reacts at the other end?
organization
tips
office
wire
cables
november 2011 by Aetles
Securing Your WordPress Website - Smashing WordPress
november 2011 by Aetles
Security has become a foremost concern on the Web in the past few years. Hackers have always been around, but with the increase in computer literacy and the ease of access to virtually any data, the problem has increased exponentially. It is now rare for a new website to not get comment spam within days of its release, even if it is not promoted at all.
This increase in naughty behavior, however, has spurred developers to write better code, and framework vendors have implemented many functions to help coders in their battle against the dark side.
Because data validation and sanitization is a big part of both security safeguards and normal user-input processing, by securing our code we will be not only protecting our behinds, but offering a better, more solid user experience.
While a large part of this article is specific to WordPress, a sizeable chunk is about general practices that anyone can use. Even the WordPress-centric sections contain useful logic, so reading them may well be worth it even if you use a different framework.
security
tips
wordpress
This increase in naughty behavior, however, has spurred developers to write better code, and framework vendors have implemented many functions to help coders in their battle against the dark side.
Because data validation and sanitization is a big part of both security safeguards and normal user-input processing, by securing our code we will be not only protecting our behinds, but offering a better, more solid user experience.
While a large part of this article is specific to WordPress, a sizeable chunk is about general practices that anyone can use. Even the WordPress-centric sections contain useful logic, so reading them may well be worth it even if you use a different framework.
november 2011 by Aetles
What tiny thing in Lion makes you smile or has caught you off guard? - Apple - Stack Exchange
august 2011 by Aetles
I would like to call for a place to list some little things that surprise you about Lion. There are so many articles and lists of all the new features with information overload, I would rather focus this spot of the site on tiny delights with a note why it makes a difference to you.
Please one topic per answer, this isn't a race to enumerate everything that changed. This isn't the place for massive topics like the implications of FileVault 2 on your entire workflow - just a stroll past some little gems, fun oddities or subtle changes specific to Lion.
mac
osx
tips
osxlion
Please one topic per answer, this isn't a race to enumerate everything that changed. This isn't the place for massive topics like the implications of FileVault 2 on your entire workflow - just a stroll past some little gems, fun oddities or subtle changes specific to Lion.
august 2011 by Aetles
Go To URL Faster on iPad - Mac OS X Hints
february 2011 by Aetles
The process of loading a URL in a new tab on iPad can be rather cumbersome and slow. First, one launches Safari from the home screen, waits for the app to open and the old webpage to re-render, then one hits the tab switch button, presses the new tab space, waits for that tab to open, waits for it to switch to the search panel (this is the most irritating part of the process, since it seems to take even longer when what one really wants is the URL bar), and finally, one clicks on the URL bar to enter in a new URL.
To simplify this process considerably, just add a new icon to your Springboard that goes directly to about:blank. Details after the jump.
mactips
iostips
tips
mac
ios
mobilesafari
ipad
iphone
To simplify this process considerably, just add a new icon to your Springboard that goes directly to about:blank. Details after the jump.
february 2011 by Aetles
CSS tips and tricks, Part 2
april 2005 by Aetles
Roger Johansson bjuder på tips och tricks för CSS som är mycket användbara. Detta är del 2.
css
tips
tricks
456
Berea
Street
Webbutveckling
april 2005 by Aetles
CSS tips and tricks, Part 1
april 2005 by Aetles
Roger Johansson bjuder på tips och tricks för CSS som är mycket användbara. Detta är del 1.
css
tips
tricks
456
Berea
Street
Webbutveckling
april 2005 by Aetles
Quickies for Unix
march 2005 by Aetles
Massor av bra tips för den Unix-intresserade macanvändaren som gärna vill lära sig mer om vad man kan köra vid kommandoraden.
Borkware
unix
quickies
tips
kommandorad
command
line
Mac
Aetles
Mactips
march 2005 by Aetles
related tags
1password ⊕ Aetles ⊕ alfred ⊕ apple ⊕ bash ⊕ Berea ⊕ Borkware ⊕ cables ⊕ clipboard ⊕ code ⊕ command ⊕ css ⊕ Daily ⊕ development ⊕ email ⊕ fluid ⊕ history ⊕ imessage ⊕ ios ⊕ iostips ⊕ ipad ⊕ iphone ⊕ Jeffrey ⊕ kommandorad ⊕ lastfm ⊕ line ⊕ linux ⊕ lion ⊕ mac ⊕ macosx ⊕ mactips ⊕ mail ⊕ mobilesafari ⊕ office ⊕ organization ⊕ os ⊕ osx ⊕ osxlion ⊕ programming ⊕ quickies ⊕ Report ⊕ safari ⊕ security ⊕ spotify ⊕ Street ⊕ The ⊕ tip ⊕ tips ⊖ tricks ⊕ unix ⊕ uppdatera ⊕ Webbutveckling ⊕ wire ⊕ wordpress ⊕ x ⊕ Zeldman ⊕Copy this bookmark: