pages

How to use a custom watermark on different pages in your document

May 31, 2010

When you add a watermark to a document in Word 2007, by default, it will be added to your entire document. Therefore if you add a watermark to your document it seems that you have no control over where it will appear. Sometimes this is not what you want. Having the words confidential or do [...]

Read the full article →

Make backlinks to your Ebay Auction listing

May 28, 2010

Making backlinks to your // <![CDATA[ document.write(''); // ]]>Ebay auction listings is great because it creates traffic to your listing which in turn may convert to sales. Therefore it is in your best interest to get as many links on other sites that point to your Ebay listings. Also See Listing Links Policy USA ,Listing [...]

Read the full article →

How do I block an IP address from accessing my site?

September 7, 2007

In order to block a certain IP Address from access to your site you can add the following to the htaccess file in your web server document root ( most often named public_html, httpdocs, or webdocs) directory (edit to make the below IP the offender’s): <Limit GET> order deny,allow deny from 209.23.123.110 </Limit> This will [...]

Read the full article →