img goes here

Being Framed

Posted by Rina Hatcher on 07/29/2010

#outer_container { width:500px; height:400px; overflow:hidden;-moz-border-radius:10px 10px 10px 10px;
margin:10px auto;
text-align:center;
}
.item { width:550px; height:400px; float:left; margin:0 auto;}

var current = 0;
var count;
function sliderReady() {
window.setInterval(’navigate()’, 10000);
}
$(document).ready(function() {
sliderReady();
count = $(’.item’).length;
var innerWidth = 550 * count;
$(’#inner_container’).css(’width’,innerWidth);
$(’.next’).click(function() {
navigate(’next’); // sets a value for “direction” in the function below
});
$(’.prev’).click(function() {
navigate(’prev’); // sets a value for “direction” in the function below
});
});
function navigate(direction) { // [...]

img goes here

Is SEO Comparable to a Play, Really?

Posted by Courtney Hume on 07/28/2010

It occurred to me the other day that SEO is a lot like a play. You ask, how so? Well, there are two sides to SEO (Search Engine Optimization): the on-page, which is the page viewed when typing in a url and the source code page, which is the part of the webpage that search [...]

img goes here

A New String of Advertising Nasties

Posted by Daniela Vander Zwiep on 07/27/2010

So I’m walking down the aisles in Walmart, when I remember I need a toothbrush. I turn down the toothbrush section when all of a sudden a loud obnoxious voice confronts me with, “Do you know what’s lurking in your toothbrush?” I look to find a TV blaring at me, in the toothbrush [...]