preload

Craigslist Classifieds PHP Clone Script

Posted on: Mar 06, 2010 By: Kevin Rio | 0 Comments
This is a bare-bones classifieds script that will help web developers to quickly build a full-featured Craigslist clone. Read More

How To Check If A Number Is Between Two Values Tut

Posted on: Mar 05, 2010 By: Kevin Rio | 0 Comments
This tutorial will show you how to build a function that will validate if a number falls between a specific range of values. Read More

How To Validate A URL in PHP Tutorial

Posted on: Mar 04, 2010 By: Kevin Rio | 2 Comments
This tutorial will teach you how to build a function that can be used by PHP developers to validate a URL data-type. Read More

.NET & C# Website Scraper

Posted on: Mar 04, 2010 By: Kevin Rio | View Project
This is a website scraper implemented in C# and .NET that uses regular expressions (regex) to scrape only the text directly related to the website content. Read More

How to add data to an XML file in PHP

Posted on: Feb 23, 2010 By: Kevin Rio | 0 Comments
Manipulating XML files is not something all developers deal with on a daily basis, but it is something that must be done. This series of posts will each showcase the most popular XML manipulation techniques that a developer should know. In this entry you will learn how to add elements and text to an XML file from PHP. Read More

My Links Central: WordPress Widget For SEO

Posted on: Feb 22, 2010 By: Kevin Rio | 0 Comments
My Links Central is a WordPress widget that allows you to manage multiple WordPress sidebars from one central administration panel. I developed this widget for an SEO expert who wanted to be able to manage links on his 100+ blogs without having to update every blog when he wanted to add links. Read More

What is a website developer?

Posted on: Feb 17, 2010 By: Kevin Rio | 0 Comments
I wrote this article to clear up some misconceptions about what a website developer is, and how to find one suitable for your project. Read More

WordPress Tip: Get Current Category Name

Posted on: Feb 11, 2010 By: Kevin Rio | 0 Comments
A quick way to get the current category in your WordPress blog is by using this code: Read More

PHP Web Scraper

Posted on: Feb 10, 2010 By: Kevin Rio | View Project
A useful web scraper that can be used in an array of different development situations, including gathering product specifications from E-Commerce sites that do not provide an API or gathering useful information related to SEO techniques. Read More

Which Data Type To Use In MSSQL

Posted on: Feb 09, 2010 By: Kevin Rio | 0 Comments
Learning MSSQL? This tutorial will provide a solid introduction to what data types should be used in the more encountered situations, such as storing money data, dates, addresses, and more. Read More