Auto Clear and Restore Form Element

Here’s another neat trick: making the search (or any field for that matter) have an auto clear and restore javascript element. This comes from Perishable Press.
<form action=”http://domain.com/” method=”post”>
<p>
<input value=”Click here and this will disappear..” onfocus=”if(this.value == ‘Click here and this will disappear..’) {this.value = ”;}” onblur=”if (this.value == ”) {this.value = ‘Click here and [...]

No Comments Web 0 views
 

How To Do WordPress Drop Down Archives

Needed this for work; WordPress Drop Down Archives hard coded in so that if the user isn’t using a widget, then it’s enabled by default.
The code comes from Pro Blog Design and is here:
<select name=”archive-dropdown” onChange=’document.location.href=this.options[this.selectedIndex].value;’>
<option value=”"><?php echo attribute_escape(__(‘Select Month’)); ?></option>
<?php wp_get_archives(‘type=monthly&format=option&show_post_count=1′); ?> </select>

1 Comment Updates 40 views
 
Million Dollar Baby Review

Million Dollar Baby Review

Andrea and I finally saw Million Dollar Baby last night. I have to say, I’ve been putting off seeing it for a long time now because it never seemed to be a particularly interesting movie to me despite the numerous awards it had won; although Andrea has been wanting to see it. I must say [...]

No Comments Reviews 0 views
 
San Francisco International Car Show

San Francisco International Car Show

Andrea and I attended the 2007 San Francisco International Car Show at the Moscone Center.

No Comments Gallery 0 views
 

Wedding Songs

We want to do a detailed post on how the whole wedding went, but we’ve just been so busy. Especially with the holidays here, time seems to fly by. Anyway, I thought i’d list the wedding songs that were of significance.

Our Grand Entrance song: Now and Forever – Air Supply
First Dance song: The One – [...]

4 Comments Discussion 0 views
 
Thank You

Thank You

Today, Andrea and I both have a day off of work; one of the many benefits of working for the government (State and County, respectively). I won’t lie, it’s really nice to have those three day weekends; gives you a chance to get errands, shopping, chores, extra sleep and many other things done.
But today isn’t [...]

No Comments Announcements, Discussion 0 views
 

Mac OS 10.5 Leopard and NetInfo Manager

Apple has axed NetInfo Manager out of Mac OS 10.5 Leopard. This sucks because I use NetInfo to work with the HOST files. Andy Jarrett reports on a solution at his blog.
Here’s how to fix it, verbatim, from his site:

From finder goto /etc/
Find a file called hosts right-click (or command-i) to Get Info and make [...]

5 Comments Technology 4,152 views
 
Andrea's Birthday

Andrea’s Birthday

We went to Mendocino County for Andrea’s Birthday.

No Comments Gallery 0 views
 

Happy Birthday Andrea Bui!

Happy Birthday wifey!!!

No Comments Updates 1 views
 

Mac OS 10.5 Leopard Initial Thoughts

My 15.5″ MacBook Pro has been running quite wonky for months now. I’ve been holding off on doing anything major in hopes that they would release Leopard any day and finally Apple set a date! So I received my copy October 28, 2007, backed up all my data, wiped my computer, and installed a fresh [...]

Related Posts with Thumbnails
1 Comment Technology 0 views