Articles Tagged with "design"
You are currently browsing 6 articles tagged with "design".
An Even Newer OurFuture.eu
Published Wednesday 10th of March 2010
OurFuture.eu initially asked for two different suggestions for the new design and I recently finished nr 2.

All the functionality is the same, and most module-styling is identical (both the new design and the old grassy one extends "base-ole" - only the framing is different.
Laters
Be the first to post a comment
New OurFuture.eu - Running on aFramework
Published Monday 22nd of February 2010
I've mentioned before that I've been semi-busy (I still find time to snorkel :) with freelance.

A few days ago we went live with the new site (OurFuture.eu) and I'm pleased with how it all worked out.
Join 6 others and post a comment
Sidkritik.se - Få konstruktiv kritik på din hemsida
Published Monday 15th of February 2010
Många forum har en avdelning för kritik på hemsidor och de är ofta rätt aktiva. Jag har däremot aldrig sett en sida helt dedikerad till just hemsiderecensioner så jag bestämde mig för att bygga en.

Join 9 others and post a comment
Accessible, Stylish Modal Windows With Modern CSS
Published Wednesday 12th of August 2009
With this tutorial I will try to show you a way to do accessible, stylish modal windows (complete with an overlay-div) without using a single image and just a couple of div-elements.
Our goal is to create a generic modal that can be re-used and that has these basic features:
Modals should be hidden by default, except if the user has JavaScript disabled
The modal should be centered in the view port, even as the user scrolls
The modal should have those semi-transparent, rounded corners I've been seeing a lot of lately :)
There should (obviously) be an overlay behind the modal, preventing the user from interacting with anything behind it
Clicking outside the modal (i.e. on the overlay) should hide the overlay as well as all open modals (could be optional)
Clicking a link pointing to a modal (a[href=#login] for example) should open the modal and display the overlay
Don't use any images and keep it accessible!
You can check out the example here. We'll kick off simple with the HTML.
Join 23 others and post a comment
New Domain, Design, Front-end and Back-end
Published Monday 1st of June 2009
Por fin! A brand new design on a brand new domain running on a brand new back-end!

It took a little longer than I expected but I've finally "finished" AndreasLagerkvist.com.
Join 7 others and post a comment
Past Designs
Published Sunday 31st of May 2009
I work as a web developer for a living. By web developer I mean I take a PSD from a designer and I turn it into HTML, CSS and JS. In other words, I never really design for money.
In my spare time, however, and for my own projects, I always like to do the design myself. There's a really nice feeling of satisfaction when you draw something that you actually like.
It doesn't happen often, and most of the time someone else has probably done it before you but it still feels really nice when you look at something you've created yourself and you feel happy with it.
I've created numerous designs particularly for my old site exscale.se. Most of them are rubbish. I mean total rubbish, but here's three that I was actually kind of pleased with after I finished them.
Join 3 others and post a comment
Random jQuery Plug-ins
Max Length Form Controls
Gives form-controls with a 'maxlength-XXX'-class a max-length and prohibits user from entering more than set amount. It also displays number of charac...
Vibrate
This plug-in makes any element you want "vibrate" every now and then. Can be used in conjunction with blink for maximum annoyance!
Ajax Loader
Use this plug-in when you want to inform your visitors that a certain part of your page is currently loading. The plug-in adds a faded 'loading-div' o...