5
votes
1answer
101 views

CSS Good Practice on a JavaScript Plugin

I've realized a jQuery Plugin recently and made a basic default CSS for it. As I'm mainly a server-side guy, I'm not too familiar with CSS and would like to have insight about what could be improved. ...
1
vote
0answers
104 views

Review my Card Matching Game. (Update to an earlier post)

I updated my code according to a few suggestions from my last post, so I thought I'd repost it to see what other feedback I could get. I also commented it heavily and fixed some of the functionality. ...
3
votes
1answer
245 views

Can my code be optimized more?

Preview: http://sparksonrails.pennfolio.com/ Jquery: function introIconFirst() { $('h2.ribbon').css( { 'marginTop': '+30px', 'opacity': '0' }).animate( { ...
1
vote
3answers
151 views

could someone please review my code. it seems too convoluted. I am just starting to learn to go from blog to hosting

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" > <head> ...