Archive for webtips

Installing Analytics on a Large Website

have you ever needed to install Google Analytics all static HTML files on your website ? If you have a large website that can be a lot of work so you have a few options. You can have the apache webserver install it automatically on the fly http://ballade.cs.ucla.edu/~kirill/analytics.html The downside here is that this requires [...]


Read More here .. Comments

8 Tips for Tracking With Google

If you are tracking clickthrus, events, conversions using Google Analytics here are a few tips, ideas and hints for tracking and then later on improving your webpage using Google tools : analytics, adwords and Google website optimizer. New to Google Analytics is something called event tracking. Google events are slightly different than goals in Google [...]


Read More here .. Comments (20)

All You Ever Need To Know About SEO

Finally its all here from Google’s Mouth – http://googlewebmastercentral.blogspot.com/2008/11/googles-seo-starter-guide.html Or just download it here .. Great info but I didnt see any mention of having W3C valid HTML which is one additional thing to consider. search-engine-optimization-starter-guide


Read More here .. Comments

How To Rsync Between Two Webhosts in Three Easy Steps

If you have webhosting contracts with two different companies you can backup data by passing it back and forth on a regular schedule using Rsync. It requires a bit more work initially but then you put this backup on a automated regular interval (cron job) Here is How to Setup Rsync in Three Easy Steps. [...]


Read More here .. Comments

5 Simple Strategies To Quickly Backup WordPress Blogs

As mentioned in a recent post, I had several blogs that were infected with HTML Iframe virus. I really not sure how it happened but it reinforces the point that you NEED A BACKUP STRATEGY if you work / make your living online. Here are Five Simple Things you can do to backup your WordPress [...]


Read More here .. Comments

HTML:Iframe-inf wordpress Infection

If your blog has been infected by the HTML:Iframe-inf  infection according to avast here are two scripts that can help you. First What is the HTML:Iframe infection? – Its just a line of text that is inserted at the end of every index.php and/or index.htm in your website. Nothing to freak out about but you [...]


Read More here .. Comments (25)

3 ways to do direct linking to a clickbank checkout page

how to directly link to the order page clickbank http://www.netprofitstoday.com/blog/video-how-to-link-directly-to-a-clickbank-product-order-page/ Some nice tools per setting cookies when visitors land on your page http://smugmarketing.com/tools/cookie.html http://tools.marketingbully.com/covert-cookie/


Read More here .. Comments (7)

How To Count Inodes For Each Directory

Hostgator whom this website is hosted with limits you to 50,00o inodes per account.  So it not unlimited as they claim but nonetheless its pretty good hosting .. Here is a script that I wrote which helps you count each inodes in a directory #!/bin/bash # count inodes for each directory LIST=`ls` for i in [...]


Read More here .. Comments

Writing For Websites

Users on the web dont read – they skim … So here is what you need to do. Get to the point Use highlighted text Emphasize important things Read this article – http://www.useit.com/alertbox/9710a.html Use objective neutral language On a somewhat related note here is a website that my friend roman reffered to me and that [...]


Read More here .. Comments

How To Get Amazon’s S3 Service Working In Four Easy Steps

I have been hearing about Amazon’s S3 service for a while now. Recently on a Pppclassroom.com presentation Keith Baxter of Modern Click recommended it and today SoftwareProjects.com recommended it as well. Anyways, I finally installed it and got it working and it turns out it was a lot easier than I thought. 6 months ago [...]


Read More here .. Comments