maxisix
-
How to y(vertically) center body.
here's an exemple : http://codepen.io/maxisix/pen/sEBla
-
Responsive video help
u should use http://css-tricks.com/video-screencasts/103-integrating-fitvids-js-into-wordpress/
-
Front-end developer
in montreal if you begin the salary is around 30 to 40k. It depend of the compagny size and your importance.
-
parallox scrool
just use a framework it'll be easier. http://johnpolacek.github.com/scrollorama/ or https://github.com/markdalgleish/stellar.js
-
Web Portfolio initial design critique/feedback
please dont use the lobster font! :D the rest is amazing !
-
Floats problem
He's right ! However, I do think you have structured this rather badly. I wouldn't be using spans at all.
-
Floats problem
is it what you want http://cl.ly/image/3q2a1U2F2M1M ?
-
Trying to use SASS (not scss)
SCSS is really nice but i like the SASS version without {} and ; . Normally i use LESS CSS. I just want to try :)
-
Website Testing Tools
https://developers.google.com/speed/pagespeed/ Codekit for minify and img compress
-
Not getting mail from Nice & Simple Contact Form
Did you look on ure spam box ?
-
Looking for a good less css / responsive boilerplate
now its only on CSS : Downloads include compiled CSS, compiled and minified CSS, and compiled jQuery plugins, all nicely packed up into a zipball for your convenience. :/
-
Critique on new website.
thats not bad ! You can take a look for an other typo on http://www.google.com/webfonts . You can remove the right border of contact and i'm not that sure that the gray block for affiliates and twitter really match with the rest of your website…
-
Best website to learn web design and web coding
css-tricks.com ? :D
-
How to make parallax website works on iPad ?
maybe because your not "really" scrolling. You can use hammer.js for touch event http://eightmedia.github.com/hammer.js/
-
Problems with gradient and round corners on menu ( IE)
Border-radius and gradient are not working on lower than IE9. You can try http://css3pie.com/ for radius and Gradient on IE8 and lower. An other exemple: http://thedevstop.wordpress.com/2012/01/26/css-gradients-in-ie6-ie7-ie8using-css3-pie-to-fill-t…
-
Gradient triangle
you can use a background gradient like this http://cssdeck.com/labs/css-gradient-triangles
-
Is -prefix-free faster than pure CSS ?
Great ! I'm using less CSS and I have great mixins soo i think i'll continue with this ! :) Thanks for your advice !!