Archives
Admin / Logout

Adam Merrifield

a picture of me
I am a web designer, theme designer, professional photographer and internet personality. I make many pretty things and I write a lot of content for the internet.

I am one of those guys that, because of the industry I am in, need to be connected at all times. At any given moment you'll find me posting on a forum, updating with twitter, Digging things worthy of attention, uploading pictures, or tagging cool sites.

here i am

seyDoggy Systems:
This is home base, the corporate headquarters, the hub, if you will, seyDoggy.com.

seyDesign news:
these are the RapidWeaver related posts that originally appear in the seyDesign.com blog

Uploads from seyDoggy:
these are the pictures that I upload to flickr

Merrifield Photography:
as a professional photographer I my camera ready at Merrifield-Photography.com.

delicious.com/seydoggy:
these are the websites I want to share or revisit later on. I just tag them on delicious.com.

what i am

I am the owner and operator of seyDoggy Systems, a small theme, code and design outfit based in Kitchener, Ontario, Canada. We primarily develop web based technologies but have begun to dabble in the desktop realm.

what i do

I code like a fool. I design like a fool. I am happiest when I can split my time between the two (though I tire of Photoshop faster then I do TextMate or Terminal), and somehow I have managed to etch out a living doing so.

Quicksilver — LoveQuicksilver Blog

“Fixes up Triggers, puts advanced features on the mantelpiece, and drops ß62 off at the recycle centreUsers are appreciating the auto updates of Quicksilver and its plugins introduced recently. Unfortunately, a nasty bug in ß61 meant app updates failed to stick, leaving users with the false impression that they were running the latest version. In a few cases, QS ß62 crashing caused custom Catalogs to be deleted and mnemonics to be lost. Thanks to rapid user feedback, we were able to pull the release before many people were affected.”–via Quicksilver — LoveQuicksilver Blog.

| Trackback

Enable Debug Menu in Safari 5+

“Safari has a hidden “Debug” menu that offers some additional features for debugging the browser, including stress and load tests, sampling, javascript error logging, the ability to intentionally crash a page, and more. Intended for Safari developers, the Debug menu is different from the Developer menu, which is geared more at web developers, although there are a few options in the Debug menu that general web developers would find useful as well, notably advanced cache choices and CSS animation controls. If this sounds confusing, just enable both of them and poke around and you’ll quickly see the differences.”–via Enable Safari’s Hidden Debug Menu.

defaults write com.apple.Safari IncludeInternalDebugMenu 1
| Trackback

Quietly raising Movember awareness

mobro day 21I was hoping to pull off the same big contest and hoopla I pulled off last year during the Movember movement. Unfortunately internal scheduling and some farily big staffing changes has made that impossible this year. So instead, on a personal level, I am telling you about my mospace page.

I wish I could have offered you prizes and such like I did last year but I’m afraid that just wasn’t in the cards this year. If you could find it in your heart to donate anyhow, that would be much appreciated.

| Trackback

Installing Pear on OS X 10.7 Lion

Nothing big, just need to document this stuff or else I forget…

$ sudo cp /private/etc/php.ini.default /private/etc/php.ini
$ sudo php /usr/lib/php/install-pear-nozlib.phar
$ sudo pear config-set php_ini /private/etc/php.ini
$ sudo pecl config-set php_ini /private/etc/php.ini
$ sudo pear upgrade-all
| Trackback

Prevent Spotlight from indexing external HD’s

“If you, like me, get annoyed by the index files Spotlight creates any time you create an external hard drive, you might want to try this hint. Were going to set up a launchd service which runs a script every time a hard drive is mounted. This script will touch the .metadata_never_index file which prevents Spotlight from creating the index; see this hint on the hard drive.”–via Mac OS X Hints.

| Trackback

Intro to Scripting Mail | MacTech

“Email automation is usually popular among AppleScript developers using Mac OS X. By writing scripts to perform email-related processes, developers can automate processes such as sending batches of recipient-customized messages, archiving emails in text format or in a database, emailing status reports to administrators, and much more.”–via Article archive | MacTech.

| Trackback

Run Multiple Websites on One Server

“Here’s a simple tutorial to get many websites running on one ubuntu serverLet’s say you have root access to your own server and want to run many websites on it. If you have Ubuntu Server running with Apache, I will show you in a few easy steps how to configure and run as many websites on your server as the load can handle.Follow these simple instructions and your additional websites will up and running immediately.”–via Ubuntu Server – Configure and Run Multiple Websites on One Server | Tech Exposures.

| Trackback

Guide to Unix/Environment Variables

“Each program started from that shell will have VARNAME set to new value. The names of environment variables are case-sensitive; by convention they are uppercase. A shell variable is like an environment variable, except that it is not exported to new programs started from that shell. You could export it, but normally you just write a shell initialisation script to set it in each shell.”–via Guide to Unix/Environment Variables – Wikibooks, open books for an open world.

| Trackback

Jon Combe–jQuery/CSS and background-position

“The jQuery .css function allows one to retrieve an existing value from, or set a new value to, the DOM elements you specify.Of course, you dont need jQuery to do this but this is my website, and I like it, so there. Everything about this function works exactly as it says on the tin except, Ive found, when retrieving the background-position attribute in pre-IE9 Internet Explorer.”–via Jon Combe | Code | JavaScript, jQuery, CSS and the background-position attribute.

| Trackback
Powered by RapidWeaver, WP-Blog and WordPress 3.3.1