Wordpress 2.6 is Now Available!

July 15, 2008

Wordpress 2.6 ‘Tyner’ has been officially released today. I’ve just upgraded my blog to newest version. It works really great. I recommended you upgrade to Wordpress 2.6 for a better performance.

Here are some of the smaller features and improvements in 2.6:

  • Word count! Never guess how many words are in your post anymore.
  • Image captions, so you can add sweet captions like Political Ticker does under your images.
  • Bulk management of plugins.
  • A completely revamped image control to allow for easier inserting, floating, and resizing. It’s now fully integrated with the WYSIWYG.
  • Drag-and-drop reordering of Galleries.
  • Plugin update notification bubble.
  • Customizable default avatars.
  • You can now upload media when in full-screen mode.
  • Remote publishing via XML-RPC and APP is now secure (off) by default, but you can turn it on easily through the options screen.
  • Full SSL support in the core, and the ability to force SSL for security.
  • You can now have many thousands of pages or categories with no interface issues.
  • Ability to move your wp-config file and wp-content directories to a custom location, for “clean” SVN checkouts.
  • Select a range of checkboxes with “shift-click.”
  • You can toggle between the Flash uploader and the classic one.
  • A number of proactive security enhancements, including cookies and database interactions.
  • Stronger better faster versions of TinyMCE, jQuery, and jQuery UI.

Click Here To Download Wordpress 2.6

Easy Way To Find DoFollow

July 11, 2008

NoDoFollow is FireFox extension which will help you to identify that a blog has dofollow or nofollow comments easily.  NoDoFollow add-on will highlights the links on the page, color coded according to their follow status. To activate NoDoFollow add-on, just click right  menu and select “NoDoFollow”. Red highlights for “NoFollow” and blue highlights for “DoFollow”

NoDoFollow Firefox Add-On

Click Here To Download NoFollow Add-On

ProBlogger Error Page

July 11, 2008

Problogger Error Page

When I tried to open ProBlogger Blog to read Darren’s new post like I usually do. It’s redirected to “Oops Something Went Wrong” page. I liked the idea how they created an error page like this.

Time to Join Pepperjam Network!

July 4, 2008

Pepperjam Network is one of top major affiliate networks these days. They have over 300 advertisers like Ebay, SEOmoz and many more. They are giving away $10 to new publisher for signing-up. Not only $10 Sign-Up Bonus, you can make up to $50 per month by just blogging about Pepperjam Network or any Pepperjam Network tool. Plus you can make an additional $7 for every new pupblisher when they sign up under you. You only have to earn $25 on Pepperjam Network for payout. They pay every two weeks via PayPal, direct deposit, or paper check.

Sign Up with Pepperjam Network Today!

Using PHP to Redirect Affiliate Links

July 3, 2008

You may have seen many bloggers use redirect pages to send out their affiliate links when people click on their affiliate links. Cloaking your affiliate links to prevent from having your affiliate links hijacked. Your affiliate links can be hijacked. There are malware, virus, etc. out there that many people have on their computers without even knowing that will detect when an affiliate link is clicked and replace your affiliate ID with the hijackers.

First set up a directory on your server for your redirect pages to go. To make it easy I recommend creating a directory simply named “go” (i.e.: www.yoursite.com/go/).

This is how to create redirect page for your affiliate links by using a PHP script.

<html>

<head>

<title>TITLE</title>

<meta http-equiv=”Content-Language” content=”en-us”>

<meta name=”robots” content=”noindex, nofollow”>

<script>window.location=” your affiliate url“;</script>

<meta http-equiv=”refresh” content=”1; url=”your affiliate url“>

</head>

<body>

<p align=”center”>You will be taken to the correct page shortly.

<br>If this page does not load after 5 seconds, please

<a href=”your affiliate url“>click here</a>.</p>

</body>

</html>

Just copy and paste on NotePad and change 3 “your affiliate link” to your affiliate link URL. After that save the file with an easy to remember name that ends with .php. Upload this new file to the “go” folder on your server.Your link will look something like this http://www.gettycash.com/go/tla.php

Whenever someone clicks on your disguised link (http://www.yoursite.com/go/website.php), they are going to be redirected to your real referral link. :D