total freaking geekery

Free Desktop Wallpaper: Terminal

Thursday, October 1st, 2009

terminal nocal 1024x768 300x225 Free Desktop Wallpaper: Terminalthis month’s calendar wallpaper goes back to our geeky roots.  (well, for some of us, anyway.)  it’s inspired by geeks on film in movies like hackers, the matrix, johnny mnemonic, and war games.  if your more comfortable with a blinking cursor than a graphical interface, this wallpaper goes out to you.

as always, we have widescreen and standard versions available and this time we included a variant for your iphone as well.  the zip file contains calendar and non-calendar versions in the following sizes:

widescreen
1920 x 1200
1440 x 900

standard
1600 x 1200
1280 x 960
1024 x 768

iphone (calendar-only)
320 x 480

download terminal now 0 B
downloaded 138 times

Free Desktop Wallpaper: Eternal September

Monday, August 31st, 2009

This wallpaper started out as an idea to just do a big, typographic design.  I was planning on just slapping some big LOREM IPSUMs in a really wide, blocky font and doing something cool with textures.  As I got into it, it seemed silly to have a calendar wallpaper that just said Lorem Ipsum, so I made the big, blocky text say September.  I had the idea that I wanted to fill at least part of the screen with some text, and “lorem ipsum” would have worked for that, but then that seemed silly if I was using a big September.  So, after some Googling, I learned about Eternal September, or the September that Never Ended.  I won’t recap the story behind Eternal September, you can read about it on Wikipedia, but I pulled the text from the jargon file and used that for the text on the wallpaper.

eternal september calendar 1024x768 300x225 Free Desktop Wallpaper: Eternal SeptemberThis wallpaper is available for widescreen and standard resolutions in the following sizes:

standard
1600 x 1200
1024 x 768

widescreen
1920 x 1200
1440 x 900

download eternal september 244.1 MB
downloaded 124 times

Easy javascript to spice up your search box and save space

Monday, August 17th, 2009

Hey again.  Been super busy around here lately, but something I found made me want to share.  This is a quick and easy trick that looks awesome and will save valuable space on your website.  Ever seen those boxes where you enter your email address or a search and it says “enter search/name/whatever here” and that text goes away as soon as you click there?  If you’re not using a Revolution/StudioPress theme, it’s probably not built into your site for you.  Here’s how to add that functionality.  (Note: for anyone familiar with javascript stuff, you don’t need to worry — there’s no external files attached to this one, just a quick code snippet and then you’re on your way.)

First, a little setting: this will work in any <input> box — that is a box that you type into.  So a search box, email submission form, whatever.  Also, you will need to edit code.  I am going to use WordPress as an example, and I am going to use the search box, but this can be applied to any input box once you know the basics.  Ready?  Here we go:

Find the default search form (searchform.php).  If your theme doesn’t have one, you can make one by copying searchform.php from the WordPress Default theme (or, really, any WP theme).  The searchform.php just handles the actual search box itself, so you’re not likely to mess anything up.  Once you have it, open searchform.php in your favorite text editor, HTML editor, or the Theme Editor in the WordPress admin.  You’ll probably see something like this:

<form method="get" id="searchform" action="<?php bloginfo('url'); ?>/">
<label class="hidden" for="s"><?php _e('Search for:'); ?></label>
<div><input type="text" value="<?php the_search_query(); ?>" name="s" id="s"  />
<input type="submit" id="searchsubmit" value="Search" />
</div>
</form>

That’s your search form.  To make text display in the input box (which is where you type stuff), replace this line:

<input type="text" value="<?php the_search_query(); ?>" name="s" id="s"  />

with this:

<input type="text" value="Search this website..." name="s" id="s" onfocus="if (this.value == 'Search this website...')
{this.value = '';}" onblur="if (this.value == '') {this.value = 'Search this website...';}" />

If you want, you can change the “Search this website…” to be whatever text you want, but make sure you change it everywhere.  What it’s doing is a simple if statement that is triggered when you click inside the box (onfocus) or somewhere else (onblur): if the text in the box says “Search this website…” change the text to ” ” (i.e. nothing).  if the text in the box is ” ” (i.e. nothing), change it to “Search this website…”  Easy.  And now you can get rid of this part entirely:

<label for="s"><?php _e('Search for:'); ?></label>

thereby saving space.  Handy, and also visually interesting.  Also, as I said, no external javascript files to upload, and can be applied just about anywhere, once you get the hang of it.

If you liked this post, feel free to share with one of the links below, or follow our RSS feed.  Also, we’re on Twitter, and you can follow us there.  Thanks!

arcane palette home about arcane palette creative design contact arcane palette creative design arcane palette free stuff arcane palette's commitment to being green arcane palette portfolio arcane palette design services arcane palette swag