jquery script for vertical centering

i know i havent been around much, but here’s a quick tip for vertical centering. there are some ways to do it with css, but as far as i’m concerned, i’d rather do it with a script to save myself trouble, and sorry, no demo for this one, but you’re more than welcome to leave [...]

Read full story Comments Off

Horizontal centering of an absolutely positioned element

hello again, ladies and gentlemen! today, I will explain something many, many designers have had trouble with at one or other time in their career. horizontal centering of an absolutely positioned element! well, since css has the “text-align: center” option, one would think that that would be enough, right? but NO! it doesn’t work. hell [...]

Read full story Comments Off

conditional comments and cross browser designs

yea, I know i haven’t been here for a while, but i got flooded with my own projects and this new game I found… so today’s post is about conditional comments. so first, lets try to imagine this situation where we designed the most amazing site that can ever be imagined. it has all the [...]

Read full story Comments Off

new updates feed

from now on all updates will be made through the blog’s FB page notes. I decided to keep the blog posts to being articles. anything new about the blog, or me, will be made through the FB notes. I added the RSS feed on the right, feel free to check it out, and comment! this [...]

Read full story Comments Off

affecting multiple elements with javascript / part 2

in the last post I talked about how to affect multiple elements using arrays and the “for” loop. this post will be about more of the different arrays you can use it on, and more ways to use the arrays. first, you should know that aside from the “document.getElementsByTagName()” there’s also “document.getElementsByClassName()” and you can [...]

Read full story Comments { 7 }