Monthly Archive for November, 2006

Mobile Scan

Mobile Scan enables you to trace your mobile phone location via satellite. Simply enters your 10 digit mobile number, set the current date and time and scan away. Don’t worry; the numbers are NOT saved in any way!

Exclude Category in WordPress

This is probably the fastest way to exclude category in WordPress besides using a plugin.
Dump this code anywhere in Theme’s template functions.php file (For example, functions.php file for a Theme named “default” would probably reside in the directory wp-content/themes/default/functions.php):

function exclude_category($query) {
if ( $query->is_feed ) {
$query->set(’cat’, ‘-5′);
}
return $query;
}

add_filter(’pre_get_posts’, ‘exclude_category’);

The code example above is for excluding [...]

Poetry of Life

Poetry of Life is a new website containing Love Poems, Poems about Life, Friendship, Sadness and many more. Submit your poems today or visit to read many of the wonderful works of writings by them.

Financial Calculators to Plan Your Financial Future

Finance News Today recently launched an extensive array of financial calculators to make personal finance planning much easier for internet users. The financial calculators cover a broad assortment of tools to help with debt management, investing, mortgages, and more. These tools are free to use and are a handy tool to bookmark and use on [...]

MacShout - A new Mac blog

MacShout is a new Mac blog that covers about Apple, Mac and iPod. It also focuses on finding and review new applications, peoples and websites. If you are seeking for the latest Apple insights, Mac rumors, Mac announcements, iPod news or even cool new technology websites then MacShout is worth a visit.

Mind your headings

Headings help you define the structure and the hierarchy of a document properly. There are six levels of headings in HTML which consists H1, H2, H3, H4, H5 and H6. Even so, the most widely used headings are H1, H2 and H3. Please keep in mind that H1 is the largest heading where H6 is [...]

Kuala Lumpur Malaysia WordPress Meetup

I’ve been thinking about this for months now which involves WordPress user in Malaysia. I wonder whether it’s possible to organize a WordPress Meetup in Kuala Lumpur, MY. No specific date yet, but it’s worth a shot. Any thought?

Older Page 2 of 3 Newer