Interactive Designer and Developer
Design and development for one of Norways oldest design agencies Grid Design for their relaunch of Grid Change 2012. The site is fully responsive down to iPad and iPhone and all the key features of WordPress including post-types, taxonomies, content-types and custom admin fields.
The site has a keen focus on sharing knowledge and experience as well as presenting the true importance of what differences good design may have on your product besides the estetics.
A complete redesign of the front-page for Kristiansand Dyrepark done in November 2011.
Shopify design for our bike store at Dot Grid. Identity by Tony Næss, webdesign and Shopify integration was done by me.
I had a really hard time trying to figure out the rewrite rules for WordPress MU using Nginx. This is what worked for me.
# This is cool because no php is touched for static content
try_files $uri $uri/ /index.php?q=$uri&$args;
#rewrite for blog files
rewrite ^.*/files/(.*) /wp-includes/ms-files.php?file=$1 last;
if (!-e $request_filename) {
rewrite ^.+/?(/wp-.*) $1 last;
rewrite ^.+/?(/.*\.php)$ $1 last;
rewrite ^(.+)$ /index.php?q=$1 last;
}
I tried everything, and this is the only thing that worked for me on WordPress 3.0.4. I placed this outside of the location directive, and directly into server {
To make /wp-admin work, I added a rewrite rule that would redirect any access to /wp-admin to the main site url /wp-admin/. Works good for single user sites, but fails off course on a multiuser setup.
rewrite ^/(.+/)?wp-admin$ http://domain1.com/$1wp-admin/ permanent;
This was my final project in Motion graphics while studying at the Academy of Art University.
student.no