May 5th, 2009
When you use some kind of png fix in IE6 your google maps will not display a map but a grey area.
The markers are displayed as normal and so are the controls load fine.
Solution:
This is easy to fix: just clear the behaviour on your images inside the google maps element.
add this to your IE6 css file:
#map img {behavior: none}
And the maps are displayed again!
Tags: bugfix, css
Posted in css, tutorials | No Comments »
March 27th, 2009
Today I was working on a contact page with three contact forms, each in a differrent tab (with jquery’s UI Tabs). When a user posts a form and there are validation errors, you want the page to show the tab with the form that was submitted.
I used an anchor in the url to accomplish that, so the form has http://www.currenturl.com/contact#tabname as it’s action. The irritating side-effect is that the browser will go to the anchor link used by the UI Tabs on pageload.
I’ve found a way to prevent the browser window to scroll to an anchor on pageload. Ironically the solution is to use jquery’s scrollTo plugin.
All you have to do is add the line $.scrollTo(’0px’); in your $(document).ready function and the browser window won’t scroll to your anchor.
$(document).ready(function() {
$.scrollTo('0px');
});
Tags: bugfix
Posted in tutorials | No Comments »
March 24th, 2009
Check out this funny comic The Brads
Posted in must see this | No Comments »
March 22nd, 2009
I want to share this website with you where you can get really great free high quality textures. Lost and Taken gives away high quality textures that are all copyright-free.
“Use the images on Lost and Taken in any of your photographic or design projects, both personal and commercial (no need to give me credit). The only thing you can’t do with the images is use them in their original state as your own stock photography. Don’t sell them as your own or host them elsewhere.“
Tags: free stuff
Posted in free stuff, must see this | No Comments »
January 3rd, 2009
Here is another free logo ‘Fish Life’. In the .zip download file you’ll find a png and psd file.

Download
Tags: free stuff, psd
Posted in free stuff | No Comments »
December 24th, 2008
Here is another free logo ‘Webmasters’. In the .zip download file you’ll find a png and psd file.

Download
Tags: free stuff, psd
Posted in free stuff | No Comments »
December 19th, 2008
Here is a nice free logo ‘Helping People’. In the .zip download file you’ll find a png and psd file.

Download
Tags: free stuff, psd
Posted in free stuff | No Comments »
November 3rd, 2008
This is a great website where you can upload your pdf and it becomes a ‘real’ magazine where you can flip through the pages. It’s easy to embed in your facebook, myspace, blogger and some other sites. You can also get a html embed.
If you don’t mind some adverts it’s completely free!
Click here to visit Issuu
Tags: free stuff, website tools
Posted in free stuff, must see this | No Comments »
November 1st, 2008
Since retro/vintage style is a trend, here are some great links for inspiration.
Free retro/vintage resources:
Tags: free stuff, inspiration, retro/vintage, webdesign
Posted in free stuff, inspiration | 1 Comment »