Site Archives

40 Free Photo Prints from Snapfish (Free P&P)

Posted by andrew on August 19th, 2006

For those in the UK:

Snapfish, an online photo printing website (owned by HP) is offering 20 free prints for new registrants.
And if you put in the code SKYPHOTO during checkout, you get free P&P, which means you pay nothing at all! I’ve tried this before and the photos were delivered completely free (and […]

How to Add “Read More” Link to Wordpress

Posted by andrew on August 4th, 2006

If you’re wondering why I kept posting about Wordpress “How-To”, it’s for my own record.
Anyway, here’s the guide to add “Read More” link to your Wordpress blog. Under index.php (might be different depending on your Template/Theme), look for the following code:
<?php the_content(”); ?>
Replace with this:
<?php the_content(’Read on…’); ?>
That’s it! Ok…so it’s “Read on…” and […]

Extension Problems with Firefox 1.5.0.6

Posted by andrew on August 4th, 2006

Seems like I’m having some extensions problems as soon as I upgraded my Firefox to the latest version, 1.5.0.6. Adsense Notifier and GMail Manager doesn’t seem to work. Did some Google search but no one else had the same problems.
Anyone had any problems with theirs as well? Any solutions?

How to Correctly Include Code in Your Wordpress Blog Posts

Posted by andrew on August 3rd, 2006

Most of the time, when you include code using the < code> and < / code> in Wordpress editor, you will get weird codes (like addition of spaces, weird symbols coming out etc). To solve this, make use of this Wordpress plugin called “Code Markup“.
Steps:
1. Download the plugin here: Right Click and Save As..
2. […]

How to Add “Edit This” Link to Wordpress

Posted by andrew on August 3rd, 2006

Just add the following code anywhere in the template file:
<?php edit_post_link(); ?>
It will appear only when the owner is logged in.
To add little “ummm”, use this code:
<?php edit_post_link(’Nehneheneheneh’); ?>
Add anything you want to replace “Nehneheneheneh”.
For more info, visit:
Template Tags/Edit Post Link
Editing the Edit This WordPress Template Tag

20 Free minutes for UK and EU Skype users

Posted by andrew on August 3rd, 2006

Skype is offering up to 100 free minutes in August to UK and some other EU countries. It’s similar to the previous free minutes giveaway, but this time, they are offering the free minutes every Thursday for users from the UK and Poland:
United Kingdom, Poland
Every Thursday in August (Aug 3, 10, 17, 24, 31)
As for […]