Real SEO
We all know that Google’s constantly changing around their search algorithm, and we all want to know what it is. Now I don’t know the numbers used, but I can tell you what they’re doing: Getting good, quality content where it belongs.
We all know that Google’s constantly changing around their search algorithm, and we all want to know what it is. Now I don’t know the numbers used, but I can tell you what they’re doing: Getting good, quality content where it belongs.
Regardless of what some people say, there is one area of rounded corners that hasn’t been dealt with much and that is rounding the corners of images. Before, if you wanted to round an image’s corners, you’d have to open it up in photoshop (or whatever image editor you use) and fix it up there. But no more…
Oftentimes I think people use different class names for different style-types, but when time comes to start styling, their CSS gets confusing. So for example, say I have a site with a couple of different sections and have several headers in each. Some of these headers will have a few similarities with each other, yet I’ll still want some in one section to look a little bit different than those in another section.
Note: Please realize that this post was written in 2006, and a lot has changed since then–including YUI Grids. I am not too familiar with how the framework works now, but I am told it’s much better than it was when I wrote this article. Also note that I am not against all CSS frameworks and am even known to use them occasionally myself.
So yesterday I published a post defending frameworks, saying that if they helped you out: use them. Well that was before Dustin mentioned that Yahoo’s created a CSS Framework. I checked it out…and after having done so, I now take back some of what I said yesterday.
An unfortunate downfall of WordPress’s the_category() is that one cannot define what comes before and after each category.
There are actually two ways to create curved corners on link hovers, and I’ll be explaining both of these along with their respective advantages and disadvantages.
I just finished my first JavaScript object, and I’m pretty pleased with myself. What this does is make things much easier to move or copy an element from one section of your document to another. See the demo to try it out.
Last week I came across a problem where I needed to float a container, but I also needed to position something absolutely inside that container. Now I suppose I could’ve done something like this:
I absolutely hate having to switch all the “< " and ">” signs in my code to “<” and “>”, respectively. I also hate having to write “&” anytime I want to include an ampersand. This makes including code snippets on my blog and whatnot extremely annoying, and today I finally got fed up.
Oftentimes one of the biggest excuses I hear from people as to why they don’t use CSS for all their presentation is that they have a really hard time getting it to work the way they want cross-browser. It’s a valid complaint–Thanks to Microsoft, it can be difficult to get your CSS to simultaneously work in multiple browsers.