Build An Anchor Tag Scraper

Seo Tools
Everyone can use a good anchor text scraper, right? I built a few before, but this one was much easier to build, thanks to an open source PHP library. With a few lines of code, you can retrieve all the anchor tags in one fell swoop. Lets dig in, shall we?

Filed under:

Get Your URLs From Your XML Sitemaps

Webmaster wizard
A PHP snippet that lets you scrape the URLs from your XML sitemap.

Filed under:

Customizing Your Wordpress Search Results Page

Wordpress logo
The standard Wordpress search results page can be a little boring for some. If you are a theme developer, you likely will want to makeover this page and give the user the ability to do so. Here's the basics.

Filed under:

The Need For A Vector Box Model

CSS
Laying out fixed pixel ads is a pain. Responsive web design is not fool proof. Such are the ongoing challenges web designers and developers face when building websites. But is there a truly holy grail in building web layouts that adapt and scale appropriately? Yes there is, and its possible through vectors.

Filed under:

Don't CSS Reset To Blank My Bullets!

CSS logo
How many times have you hit your head on the table when you have performed a CSS Reset and your lists are messed up?

Filed under:

Backgrounds In Responsive Web Design

CSS
Attempt to use a background image that doesn't span the height or width of the screen fully, and you get one ugly website. The new CSS3 background-size property will allow you to get around this unsightly problem.

Filed under:

CSS3 Media Queries Are Not The Magic Bullet

CSS
Although there is much talk about CSS3 media queries I want to give an example of why one shouldn't look at them to be the silver bullet solution in your web designs.

Filed under:

Things To Do After Installing Wordpress

Wordpress logo
You just installed Wordpress and are now wondering what to do. Here is some suggestions to make your site more secure, SEO friendly, and useful for your visitors.

Filed under:

A Look At Wordpress' WP Class

wordpress logo
This is my interpretation in pseudo code of the WP class in Wordpress. I did this mainly to know what's going on under the hood. If you get anything of value from it, great.

Filed under:

Styling With First-Letter

CSS
In this tutorial, we are going to have some fun. We are going to focus on the first-letter selector and along the way pick up a bag of CSS selector tricks.

Filed under: