Welcome

Hi, my name is Adrian Tomic!

I’m a creative with a passion for design, animation and communication from Stockholm, Sweden. I work locally and overseas, helping agencies and clients to get the most out of the web. If you need a sound idea, a smart strategy, a new modern design or just a standards compliant WordPress theme; I’m the guy that can help you.

Read more About me

Selected Works

The Truth About Dyson | Client: Dyson | Agency: SSF Tokyo | My role: Interactive Art Director

Plants | Client: Hyper Island | My role: Idea / Animator

The Night Stories | Client: T/J | Agency: Lowe Brindfors | My role: WordPress Developer

Posts & Tweets

Wordpress: Edit link highlight with jQuery

This is a simple jQuery script that you can use for your WordPress theme. I use it on a theme I made for a client. It makes it easier to see what they are editing when they mover the house over the edit-button.
Anyway, here’s the script:

$("a.post-edit-link").hover(
function () {
$(this).parents(".hentry").css("background", "yellow");
},
function [...]

By Adrian Tomic on July 15th, 2010.

No Comments.

Read more

Latest Tweets


The End