Archive for March, 2010

SEO Steps to take after Installing WordPress Theme

There are a lot of articles on how to optimize WordPress blogs for the search engines. However, I still haven’t seen any articles outlining actual steps you need to take immediately after you install a fresh copy of WordPress theme.…

Ajaxed PHP Calendar For Displaying Availability

Ajax Availability Calendar is an open source PHP application for displaying the availability of an item (hotel room, appointment, etc.).

It comes with an Ajaxed administration panel (multiple admin users are supported) to manage the calendar.

PHP Calendar Script

The application is…

WordPress tip: Create a PDF viewer shortcode

The first step is to paste the following code into your functions.php file:

function pdflink($attr, $content) {
	return '<a class="pdf" href="http://docs.google.com/viewer?url=
        ' . $attr['href'] . '">'.$content.'</a>';
        }
add_shortcode('pdf', 'pdflink');

Once you saved the file, you’ll be able to use the…

What To Do When Reviewers Lie About You

by Mike Moran

When my friend called me, there was a little panic in his voice. He owned a successful, customer-friendly small business, and was generally an easygoing person. But he didn’t know what to do. A long-time and loyal…

Free CSS Template : Scene


Scene Template is a clean and professional website layout with an attractive menu style and used teal and white colors.

This post was generated by an RSS Feed from Template Mo

Real estate CSS template


Real Estate is a blue color, standards-compliant web template for real estate businesses.

This post was generated by an RSS Feed from Template Mo

WordPress plugin: Protect your blog from malicious URL Requests

Paste the following code into a text file, and save it as blockbadqueries.php. Once done, upload it to your wp-content/plugins directory and activate it like any other plugins. That’s all!

<?php
/*
Plugin Name: Block Bad Queries
Plugin URI: http://perishablepress.com/press/2009/12/22/

WordPress tip: Get rid of unused post revisions

Just run the following query on your WordPress database, and all revisions (As well as meta associated with it) will be deleted from your database.
Of course, do not forget to make a backup of your database before running…

50+ Free Resources for Charts and Graphs Solution

A chart or a graph is a visual representation of data, in which “the data are represented by symbols, such as bars, lines, or slices”. These symbols can represent tabular numeric data, functions or some kinds of qualitative structures. For…

Open Source And Live Web Analytics: SlimStat

SlimStat is an open source web analytics application that collects & presents statistics information about your website.

It is built with PHP-MySQL & can be integrated into websites with JavaScript (like Google Analytics) or PHP.

SlimStat

For  the given period,…