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:

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:

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:

A Wordpress Navigation Pager

Wordpress logo
Here's a PHP and CSS code snippet to generate your very own navigation pager. No need for a plugin. Just raw code you can put in your functions.php.

Filed under:

Creating A Custom Wordpress Page

Wordpress logo
Want to add some spice to your Wordpress website so that it doesn't look like everyone else's? Here's a quick tutorial on how to build custom Wordpress pages to give it that distinguished look.

Filed under:

Using CSS3 Media Queries

Website Design
Welcome back to our series in Responsive Web Design. This issue we will look at CSS3 media queries and how they can help build truly responsive web pages that can adapt to its device's viewport.

Filed under:

Responsive Web Design

Website Design
As new devices come online, the challenges web designers face today grows. Mobile devices, tablet computers, and desktop systems all have screens that vary in width, size, and resolution. Here's some tips on how to get a handle on this situation by using technologies available today.

Filed under: