Comments on: jQuery look: Tim Van Damme http://jqueryfordesigners.com/jquery-look-tim-van-damme/ Tutorials and screencasts Thu, 22 Sep 2011 12:58:42 +0000 hourly 1 http://wordpress.org/?v=3.3.1 By: David G http://jqueryfordesigners.com/jquery-look-tim-van-damme/comment-page-2/#comment-7877 David G Wed, 31 Mar 2010 18:29:42 +0000 http://jqueryfordesigners.com/jquery-look-tim-van-damme/#comment-7877 <p>I am trying to use a system like this to shuffle content on a site. When an item is clicked on in the nav menu, I want the "Van Damme effect" to animate the content changing on the site. Currently I use a coda slider technique and I find this would look better. I want to animate it in the opposite order you do though, slide down into the bottom:0, then back up withe new content loaded. What would I change to achieve this effect? I am not really experienced in manipulating or writing javascript using jquery.</p> I am trying to use a system like this to shuffle content on a site. When an item is clicked on in the nav menu, I want the “Van Damme effect” to animate the content changing on the site. Currently I use a coda slider technique and I find this would look better. I want to animate it in the opposite order you do though, slide down into the bottom:0, then back up withe new content loaded. What would I change to achieve this effect? I am not really experienced in manipulating or writing javascript using jquery.

]]>
By: What Creative http://jqueryfordesigners.com/jquery-look-tim-van-damme/comment-page-2/#comment-7267 What Creative Tue, 19 Jan 2010 12:13:07 +0000 http://jqueryfordesigners.com/jquery-look-tim-van-damme/#comment-7267 <p>Hi</p> <p>Great tutorial thanks! Really nice little transitions effects, looking forward to using them on some projects!</p> <p>Chris</p> Hi

Great tutorial thanks! Really nice little transitions effects, looking forward to using them on some projects!

Chris

]]>
By: math http://jqueryfordesigners.com/jquery-look-tim-van-damme/comment-page-2/#comment-7167 math Wed, 06 Jan 2010 21:56:39 +0000 http://jqueryfordesigners.com/jquery-look-tim-van-damme/#comment-7167 <p>great tuto, thx a lot for sharing, but I'm still having some troubles with IE7/8, displaying a grainy text, do you know how I could fix this.</p> <p>thx again</p> great tuto, thx a lot for sharing, but I’m still having some troubles with IE7/8, displaying a grainy text, do you know how I could fix this.

thx again

]]>
By: Hugo Ruivinho http://jqueryfordesigners.com/jquery-look-tim-van-damme/comment-page-2/#comment-7155 Hugo Ruivinho Sat, 02 Jan 2010 20:57:27 +0000 http://jqueryfordesigners.com/jquery-look-tim-van-damme/#comment-7155 <p>one thing i noticed is that if I go to the About option and the go to the other two options, the bottom grey image gets weird in the corners</p> one thing i noticed is that if I go to the About option and the go to the other two options, the bottom grey image gets weird in the corners

]]>
By: AJ Clarke http://jqueryfordesigners.com/jquery-look-tim-van-damme/comment-page-2/#comment-7153 AJ Clarke Thu, 31 Dec 2009 00:54:07 +0000 http://jqueryfordesigners.com/jquery-look-tim-van-damme/#comment-7153 <p>I was wondering what came first... Tim Van Damme's site or the following wordpress theme: http://templatic.com/news/quick-mini-site-for-non-bloggers-using-visiting-card-free-premium-wordpress-theme</p> I was wondering what came first… Tim Van Damme’s site or the following wordpress theme: http://templatic.com/news/quick-mini-site-for-non-bloggers-using-visiting-card-free-premium-wordpress-theme

]]>
By: design:forge http://jqueryfordesigners.com/jquery-look-tim-van-damme/comment-page-2/#comment-7051 design:forge Fri, 27 Nov 2009 10:52:02 +0000 http://jqueryfordesigners.com/jquery-look-tim-van-damme/#comment-7051 <p>Hi, is there a way for the initial page loaded to not be animated, ie it appears static as per any normal page, then on clicking the relevant link the page scrolls up and fades into the next element?</p> <p>Many thanks Neil</p> Hi, is there a way for the initial page loaded to not be animated, ie it appears static as per any normal page, then on clicking the relevant link the page scrolls up and fades into the next element?

Many thanks Neil

]]>
By: Matt http://jqueryfordesigners.com/jquery-look-tim-van-damme/comment-page-2/#comment-6790 Matt Thu, 22 Oct 2009 16:46:29 +0000 http://jqueryfordesigners.com/jquery-look-tim-van-damme/#comment-6790 <p>One more thing - is there anyway to NOT show the hash at the end of the URL? I have my tabs on a page but if a user clicks on these tabs a few times and then decides to click on the browser back button they are taken back through the tab states. I've seen this disabled on some sites (you hover over the link and the # appears but doesn't affect the address bar).</p> <p>Cheers Matt</p> One more thing – is there anyway to NOT show the hash at the end of the URL? I have my tabs on a page but if a user clicks on these tabs a few times and then decides to click on the browser back button they are taken back through the tab states. I’ve seen this disabled on some sites (you hover over the link and the # appears but doesn’t affect the address bar).

Cheers Matt

]]>
By: Matt http://jqueryfordesigners.com/jquery-look-tim-van-damme/comment-page-2/#comment-6787 Matt Thu, 22 Oct 2009 14:25:11 +0000 http://jqueryfordesigners.com/jquery-look-tim-van-damme/#comment-6787 <p>Great tutorial! I'm having trouble embedding a google maps API in one of the panels. When the panel is selected and it animates open it seems to cut off the right hand side of the map. Has anyone else had this problem and if so any ideas on a solution?</p> <p>Cheers Matt</p> Great tutorial! I’m having trouble embedding a google maps API in one of the panels. When the panel is selected and it animates open it seems to cut off the right hand side of the map. Has anyone else had this problem and if so any ideas on a solution?

Cheers Matt

]]>
By: Kenneth Knudsen http://jqueryfordesigners.com/jquery-look-tim-van-damme/comment-page-2/#comment-6763 Kenneth Knudsen Fri, 16 Oct 2009 10:32:46 +0000 http://jqueryfordesigners.com/jquery-look-tim-van-damme/#comment-6763 <p>Found a solution for the IE FONT PROBLEM. This is a IE bug, so use the ie.css (or create it).</p> <p>the fix:</p> <p>instead of: font-weight: bold; use: font-weight: 900;</p> <p>it just works!</p> <p>Kenneth</p> Found a solution for the IE FONT PROBLEM. This is a IE bug, so use the ie.css (or create it).

the fix:

instead of: font-weight: bold; use: font-weight: 900;

it just works!

Kenneth

]]>
By: Kenneth Knudsen http://jqueryfordesigners.com/jquery-look-tim-van-damme/comment-page-2/#comment-6762 Kenneth Knudsen Fri, 16 Oct 2009 10:16:52 +0000 http://jqueryfordesigners.com/jquery-look-tim-van-damme/#comment-6762 <p>Hi!</p> <p>great tutorial ! but i'm having trouble with IE7+8 displaying the h1, strong, B with too much pixels - they get un-readable ? do you/any have suggetions for the issue/bug?</p> <p>Thanks ! Kenneth</p> Hi!

great tutorial ! but i’m having trouble with IE7+8 displaying the h1, strong, B with too much pixels – they get un-readable ? do you/any have suggetions for the issue/bug?

Thanks ! Kenneth

]]>