November 14, 200916 yr Hey guys, Check out my new portfolio site at http://www.velawebdev.com Gimme your feedback! In particular, I've noticed that if you click on the links too quickly the other pages begin to load prematurely. Any ideas on how I can fix the jquery for this? Here's a look at the source jQuery script: http://pastebin.com/d16e624d6 Thanks! G
November 14, 200916 yr I like your use of jquery, but that text needs to be changed its difficult to read. Otherwise it's good
November 14, 200916 yr Is it for other developers to view or potentional clients? If the latter i'd recommend making a more "human readable" definition for each page (e.g. jquery, etc)
November 14, 200916 yr it's ok but links way too hard to read main copy should not be all in italics - italics are for emphasis (read 'contrast') only no way to get back to 'about me' section
November 14, 200916 yr I agree, you really need to change the text on the left. It's barely readable. At first glance i saw 'ass' when i hovered over it said 'css' maybe that's just my mind though I've noticed that if you click on the links too quickly the other pages begin to load prematurely. You can use $(window).load() to delay jquery so that it can only be fired once the whole document has loaded. Is that what you meant? Edit: i've just seen what you meant. Try using .stop() prior to .animate() http://docs.jquery.com/Effects/stop
November 14, 200916 yr line 129, the end tag is </li when it needs to be </li> text is too hard to read, you need to make the site accessible so using a font like that, doesn't help
November 15, 200916 yr Author Wow guys! Thanks for all the great feedback. I incorporated nearly all your suggestions. Check it out! http://www.velawebdev.com/ Happy coding! G
November 15, 200916 yr I agree, you really need to change the text on the left. It's barely readable. At first glance i saw 'ass' when i hovered over it said 'css' maybe that's just my mind though You can use $(window).load() to delay jquery so that it can only be fired once the whole document has loaded. Is that what you meant? Edit: i've just seen what you meant. Try using .stop() prior to .animate() http://docs.jquery.com/Effects/stop Hmm i'm not too sure this would work - it'd make the animation a bit shoddy wouldnt it? stopping half way through EDIT: on the portfolio there's a broken closing li tag <li>Students hand in work</li
November 15, 200916 yr Wow guys! Thanks for all the great feedback. I incorporated nearly all your suggestions. Check it out! http://www.velawebdev.com/ Happy coding! G I like it a lot better. It was difficult to read, but looking good now.
Create an account or sign in to comment