Han, Leia, and Time Travel

Nothing to post today because I've been pondering deep philosophical questions:

Suppose Han wants to marry Leia. Suppose Han told Leia that he wanted to marry her. Suppose Leia went back in time and told Padmé that Han wanted to marry her.

Who's the first person to know that Han wants to marry Leia? Is it Han, Leia, or Padmé?

iTunes 7 Screenshots

iTunes Screenshot from Apple

I updated to iTunes 7 this morning to find that the user interface got even better than before. Take a look: iTunes Screenshot

iTunes Screenshot

iTunes Screenshot

iTunes Screenshot

iTunes Screenshot

iTunes Screenshot

How To Copy Files from Your iPod to Your Local Hard Drive

The website's going to be down shortly as I upgrade my blogging software.

YamiPod Screenshot

There are several perfectly legitimate reasons for why you might want to copy files from your iPod. It could be for backup. Or it could be that you want to be able to listen to music at work even if you forget your iPod at home. Unfortunately, iTunes doesn't let you copy the files from your iPod to your local computer (which is, in my opinion, perfectly ridiculous -- you don't know how many times I ranted at an otherwise good application for exactly this reason).

Enter YamiPod Yamipod is a free iPod manager for Mac OS X or Linux or Windows. It doesn't even require an installation (on Windows, at least); it runs straight out of the box.

YamiPod Copy Screenshot

In Memorium

Pluto No Longer a Full-Fledged Planet

For Pluto.

:-(

Keyboard Shortcuts for Mouse-Haters

Life-saving keyboard shortcuts that will make your life better now that you know them. Windows-only. If you're a Mac user, go away. 1. ALT + SPACE + N = Minimizes the currently active window. 2. WINDOWS + M = Minimizes all windows. Or, you can also use WINDOWS + D to minimize/restore all windows. 3. ALT + PRINT SCREEN = Screenshot of the current window. ( <— Woohoo! ) 4. CTRL + TAB = Switches between windows in the current application. 5. CTRL + F6 = Same as above, except that the above sequence acts like an ALT+TAB for the application whereas this one just goes to the next active window. 6. WINDOWS + E = Opens Windows Explorer. 7. WINDOWS + L = Locks the computer. 8. WINDOWS + BREAK = Opens System Properties. 9. WINDOWS + CTRL + F = Opens computer search. 10. WINDOWS + R = Opens run.

There are also the well-known ( one hopes ) CTRL+C (copy), CTRL+V (paste), CTRL + X (CUT), CTRL+W (close active window), ALT+F4(close active application) that I couldn't possibly live without.

Read more at Keyboard Shortcuts for Windows

10 (+ 2) Kick-Ass Wallpapers

From Deviantart.

1. Throb by pixelcatalyst

Screenshot of Throb

Source

2. Falling Rains 2 by preppy

Falling Rains 2

Source

3. Liquid Flower WP by gavinwm

Liquid Flower WP

Source

4. Dreamcatcher by viperv6

Dreamcatcher

Source

5. Nemesis Ovaela by syragon

Nemesis Ovaela

Source

6. Dysphoria by zilla774

Dysphoria

Source

7. Ghostic Widowmaker by zygrael

Ghostic Widowmaker

Source

8. Sylon by viperv6

Sylon

Source

9. Sweet Sugar by sypheck

Sweet Sugar

Source

10. Transfer Section 47 by niteangel

Transfer Section 47

Source

Bonus: convergingDivides by riftfusion

Converging Divides

Source

Bonus 2: Parallel Dimensions by jedeye459

Parallel Dimensions

Source

A Bit More Wordpress

Wordpress Templated Screenshot

Wordpress Templated is, as you might have guessed from the screenshot, a little utility written to make your life better by making theme-creation easier.

For example, if you are anything like me, you can never remember the doctype specification for — wait for it — any doctype. Well, now you don't have to: simply type in "{Doctype type="Xhtml 1.0 Strict"}", click a button, and sit back and watch as you get the doctype url back. On second thought, don't sit back, because you'll surely get frustrated at having to come right back to an upright position. ;-)

Go play with Wordpress Templated

Let me know what you think

Selecting Different Fonts In the Command Prompt Window

I'm working on a side project that makes creating Wordpress themes easier and therefore makes me happier. It's almost ready, but while I procrastinate on putting the finishing touches on the application, let's talk about seeing your command prompt in a completely different light font. Lucida Console is an okay font, but the thing is there are better fonts out there. Turns out that it's really easy to change the default font of the command prompt; though you might get a bad case of jitters at touching the registry. ;-)

1. Open up the registery

Go to Start > Run and type in regedit. This opens up the registery editor. Before doing any changes, we'll be sane and backup our registery. Go to File > Export and give your registery backup an appropriate name. Hopefully, we won't have to use it.

2. Navigate to the Appropriate Entry

Once you're done backuping the registery, navigate to:

HKLM
Software
Microsoft
WindowsNT
CurrentVersion
Console
TrueTypeFont

Where HKLM = "HKEYLOCALMACHINE."

3. Create a new REG_SZ Key

Right-click on the right pane and select New > String Value. Give the new key the name: "00" (or "000" if you already have a "00," and so on...). Microsoft says:

The name needs to be incrimented with "0" for each additional font.

4. Enter the font name

Right-click on your newly-created key and select "Modify". Type in the name of the font you want in the "Value data" box. So for example, if you want the Consolas font, type in "Consolas" (without the quotation marks, of course).

Read the aforementioned Microsoft article on what criteria your fonts should satisfy.

Restart your computer.

5. Set Your Font as the Default Font

Hopefully, you were able to boot up without a problem. Go to the command prompt. Right-click on the title bar and select "Defaults". Go to the "Font" tab. Select your new font in the "Font" section and set the size appropriately. :D

Extra: Set Font For the Current Window Only

Right-click on the title bar and select "Properties" instead of "Defaults". Set the font to whatever and click OK. You'll be asked whether you want to set it for the current window only or save it for all future windows with the same title.

3 of 4 pages « First  <  1 2 3 4 >

On the Side