Tag Archive for 'mac'

Opinions surround iPad

Artists: “This iPad will benefit us a lot.”
Someone: “How so?”
Artists: “For starter, we need only to rent a one-by-one exhibition hall.”

“$500 is okay but what will I do with that?”
“Well, at the worst case, you can just hang it on the wall to show your photos.”

“Honey, I’m going to order an iPad.”
“What is that and how much does it cost?”
“It’s gorgeous new product from Apple which has 10′ display and it costs $500.”
“Okay, but make it two, will you?”

Someone: “With iPhone and iPad, why do we need Mac anymore?”
Software developer: “Well, you need one to develop apps for them.”

Analysts: “One year from now, students around the country will be laying on parks reading iPad.”
Students: “But… One year from now it will be another winter.”

See more on: firdausi’s post

My current desktop v.2

I added a prayer times on the desktop. I take the time from islam.de. Yes I know I’ve been suggesting Guidance for a long time, but it’s inaccuracy with the standard used around here is not that acceptable. So here it is…

My current desktop

This is how my current desktop looks like if all the applications are minimized (or in other spaces).

Mac-like Windows XP customizations

Unfortunately, I don’t have a luxury of using Mac in my work. Stuck with Windows XP, there was only one alternative for me, customize my Windows to work like a Mac on my house. No… not the user interface, for it there is already an article (though it’s bit old).

There were several applications I missed the most when I was using a Windows. I missed how typing ‘myemail’ will automatically expand it to my email address thanks to the courtesy of TextExpander.

And I missed my Spotlight, others may miss their Quicksilver, LaunchBar, Butler or whatever, but the point is I missed an application launcher.

And of course I missed my Growl and my BBEdit, or TextMate if that is matter.

So I’m looking for alternatives for those applications on my Windows and at the end, I’m pretty happy. This is what I do.

TextExpander

The most common used text expansion on Windows perhaps is Texter. This is more or less because it’s developed by Lifehacker team, which actively endorses the use of TextExpander. Unfortunately, the last version is 0.6 and it’s released two years ago. I found it hard to believe that this software is still to go.

texter

Another application I found is Breezy. This application looks very good but on my very first try I found a very annoying bug. The very first template I created was my email address. So if I type ‘myemail’ it will expand to my email address. But I don’t why Breezy will replace this with my email address with ‘Q’ instead of ‘@’. I’m using a German keyboard and so this problem maybe is not that matter for you using a US or UK keyboard. I’m still tempted with this but until they got a fix for this particular bug, I won’t use the software.

breezy

So I kept looking and the last one I found was AutoHotKey. This one is an open source project and actually is more than a text expansion program. You can define any hotkey with it and the possibilities are almost limitless. The bad news is it doesn’t have a user interface and you will have to script your text expansion configurations. This isn’t really that hard and the fact that it doesn’t have an annoying bug make it my current choice.

So with AutoHotKey you have to define a script. For my email, the script is very easy:

;
; AutoHotkey Version: 1.x
; Language:       English
; Platform:       Win9x/NT
; Author:         A.N.Other <myemail@nowhere.com>
;
; Script Function:
;	Template script (you can customize this template by editing "ShellNew\Template.ahk" in your Windows folder)
;

#NoEnv  ; Recommended for performance and compatibility with future AutoHotkey releases.
SendMode Input  ; Recommended for new scripts due to its superior speed and reliability.
SetWorkingDir %A_ScriptDir%  ; Ensures a consistent starting directory.

:*:myemail::nanda.....@....

But it doesn’t stop just there. The list of other things you can do is BIG:

  1. Change the volume, mute, and other settings of any soundcard.
  2. Make any window transparent, always-on-top, or alter its shape.
  3. Use a joystick or keyboard as a mouse.
  4. Monitor your system. For example, close unwanted windows the moment they appear.
  5. Retrieve and change the clipboard’s contents, including file names copied from an Explorer window.
  6. Disable or override Windows’ own shortcut keys such as Win+E and Win+R.
  7. Alleviate RSI with substitutes for Alt-Tab (using keys, mouse wheel, or buttons).
  8. Customize the tray icon menu with your own icon, tooltip, menu items, and submenus.
  9. Display dialog boxes, tooltips, balloon tips, and popup menus to interact with the user.
  10. Perform scripted actions in response to system shutdown or logoff.
  11. Detect how long the user has been idle. For example, run CPU intensive tasks only when the user is away.
  12. Automate game actions by detecting images and pixel colors (this is intended for legitimate uses such as the alleviation of RSI).
  13. Read, write, and parse text files more easily than in other languages.
  14. Perform operation(s) upon a set of files that match a wildcard pattern.
  15. Work with the registry and INI files.

Spotlight/Quicksilver/LaunchBar/Butler

The one alternative for this application launcher is for me Launchy. This is also an open source project and also expandable like Quicksilver.

launchy

To make it works, you just need to type Alt+Space (or whatever hotkey you want) and start typing the beginning letters of the application you want to launch. It is a big time saver for me! And if you ready to explore more, you can even launch a website, do some calculations and even create your own extension for the application.

BBEdit/TextMate

I’ve written this before. The alternative for TextMate in Windows is E-TextEditor.

Beware that to use its full capabilities, you will be asked to install Cygwin on your Windows. This may be undesirable for some.

e-texteditor

Good thing about E-TextEditor is it is compatible (they said so) with TextMate. So any bundle out there for TextMate can be used without any modification also in E-TextEditor.

The bad news about E-TextEditor is that it’s not free. But so do BBEdit and TextMate, so I don’t think it will be a big problem then. And another bad news is I think this application is not ready for a big file. For those big file, I suggest to use the Notepad++.

Growl

outlook_preview

This one is pretty easy to find. Just search for ‘growl windows’ and you will get the site. Hopefully more and more applications will use this centralized notification system instead of building their own.

That’s for today. My Windows is looked a little bit better with those tools and if you have any idea how can I improve this, leave a comment down there.

10.6.2 Audio Problem

If you have a problem with audio after upgrading the Mac to 10.6.2, you might want to check the Sound in System Preferences. For whatever strange reasons, the default output can be changed to internal speaker after the upgrade.