Home   |   TWP Auctions   |   Contact
The Website Professionals
Real world webmaster resources.
TWP Auctions - the free eBay script RSS feed Forum

Tips, tricks & tools

Convert HTML to escape characters

Quick Escape is a neat little tool that lets you quickly convert HTML to escaped characters – for example converting <a> to &lt;a&gt; – which can then be pasted back in to your HTML source code so that it renders on screen as code. This is perfect for adding visible code to your WP posts, forum posts, or your website. It’s here.

Stop Wordpress from automatically inserting paragraph tags

Wordpress paragraph tags

By default, Wordpress automatically inserts paragraph tags all over the place when displaying ‘the_content’ – this often gets in the way when you’re trying to space out your text, and also creates validation issues (inserting implicit <p>). If you want to strip the automatically inserted paragraph tags from your content, simply insert this line in your template file above ‘the_content’ tag:

<?php remove_filter (‘the_content’, ‘wpautop’); ?>

Installing XP on a SATA drive

Installing XP to a SATA drive

If you want to use a SATA (Serial ATA) drive as your Windows system drive, then you’ve probably already found out that the Windows XP install CD doesn’t contain any SATA drivers, which means it can’t see your SATA drive, and therefore can’t install Windows onto it – unless you make your own XP install disc…
Continue reading…

How to backup Blogger blogs

How to backup Blogger blogs

I recently found a really easy way to backup Blogger blogs in RSS format – which is useful if you want to then import the posts somewhere else.

All you need to do is visit the address below – if you’ve got more than 1000 posts, then change the number at the end:

http://YourBlogName.blogspot.com/search?max-results=1000

Then just save the source, and you’re done. If you want to save all your images, then have a look at the excellent Firefox plugin DownThemAll.

Block AdSense on your computer

If you monetize your websites using Google AdSense, the last thing you want to do is accidently click your own ads. To completely disable AdSense on your PC, here’s what your should do.

1. Open your hosts file using Notepad. Depending on what version of Windows you’re using, it can be found here:

Windows 95 – C:windows
Windows 98 – C:\windows
Windows Me – C:\windows
Windows 2000 – C:windows\system32\drivers\etc
Windows XP – C:\windows\system32\drivers\etc
Windows NT – C:\winnt\system32\drivers\etc
Windows Vista – C:\winnt\system32\drivers\etc

2. Paste this at the bottom of the file:

127.0.0.1 pagead2.googlesyndication.com

3. Restart your browser – AdSense should be GONE!

Backup your hosted Wordpress.com blog including images

Wordpress trailing slash

It’s easy enough to backup the text content of a Wordpress.com blog using Manage > Export to download it in XML format – this can easily be imported into any recent version of Wordpress. But if you want to backup all the images you’ve uploaded to Wordpress.com without downloading them one by one, download and install the excellent Firefox extension DownThemAll, then go to your Wordpress blog’s Manage > Media Library page and set DownThemAll to download all your image links on the page.

« Previous page
Next page »
Featured website templates for July 2010:

Copyright © 2010 The Website Professionals - All rights reserved
Links | Firefox resources | Privacy policy