Skip to content

Introduction

Hello! This is Jussi's notepad on things technical. You're welcome to see if there's anything to help you around.

(This text is shown with the aid of blog introduction plugin without touching the theme files.)

Refine WordPress Search with Relevanssi

19-May-10

Adding some relevance (and other goodies) to WordPress default search: Relevanssi search enhancer plugin.

If only one could add the result count in the template I'd be perfectly happy.

Hide MobileMe Icon in Mac OS X

26-Apr-10

"Hold down the Apple key — also called the Command key or the propeller — then click on the MobileMe icon in the menubar and drag it off the menubar. You should see the icon change to semi-transparent as you drag it off the menu bar, then disappear in the puff of smoke when you release the mouse button.

You can use this same Apple+drag trick to rearrange most of the other icons in the menubar."

via Hide MobileMe Icon in MacOS | Wayne Hastings - Interactive and Graphic Design - Los Angeles, CA.

When First Publish in WordPress Always Fails

08-Apr-10

Using Twitter Tools plugin? Disable it and install WP to Twitter plugin instead.

Remove Dashboard [OS X]

23-Mar-10

Remove that resource hog dashboard via Terminal:

Disable it:

defaults write com.apple.dashboard mcx-disabled -boolean YES

Relaunch Dock to see the change:

killall Dock

Want the dashboard back? Enable it:

defaults write com.apple.dashboard mcx-disabled -boolean NO

WordPress Cookie Domain

01-Mar-10

Set WordPress cookie domain in wp-config.php.

define('COOKIE_DOMAIN', 'www.yoursite.com');