Free Software and Marketing Tools

Here's where you can get some really helpful FREE tools for your web site and your internet marketing success. For example, a software script to put today's date on your website (which then updates automatically every day) plus free keyword tools, one of which will tell you which keywords to avoid (because they are too competitive).

 

Here's to your internet marketing success!

 

Paul

 

Paul Hooper-Kelly Gives you free software and marketing toolsl

Paul Hooper-Kelly

FREE Software Code – Website Calendar

 

Your website always looks more professional if you display the date, like this . So here's a bit of Javascript to give you a date that changes at midnight.

 

 

How To Use These Codes

 

It doesn’t matter if you've never written a line of code in your life. If you can copy and paste, you can use these useful code fragments to make your website look really professional.

 

It's really a simple matter of copying the code on the page and then transferring it to your own website, at the point where you want it, whilst your page is in HTML mode. Then test your page, to make sure it all works.

 

These codes are given in good faith and without responsibility on the part of Quercus Projects or Internet Marketing Magician. 

 

 

Your code is below. This will give you the date USA style, with the month followed by the date. For the European style date (the date followed by the month) use the second fragment of code below :

 

 

USA style date, which gives the month first 

 

 

<FONT face=Verdana,sans-serif color=#000000 size=2><STRONG><SCRIPT><!--

        var mydate=new Date()

        var year=mydate.getYear()

        if (year < 1000)

        year+=1900

        var day=mydate.getDay()

        var month=mydate.getMonth()

        var daym=mydate.getDate()

        if (daym<10)

        daym="0"+daym

        var dayarray=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")

        var montharray=new Array("January","February","March","April","May","June","July","August","September","October","November","December")

        document.write(""+dayarray[day]+", "+montharray[month]+" "+daym+"")

        // -->

      </SCRIPT>

 </STRONG></FONT>

 

 

Use the code below if you want the European style date (the date followed by the month). For the date USA style, with the month followed by the date, use the code above.

 

European style Date, which gives the day first 

 

<FONT face=Verdana,sans-serif color=#000000 size=2><STRONG><SCRIPT><!--

        var mydate=new Date()

        var year=mydate.getYear()

        if (year < 1000)

        year+=1900

        var day=mydate.getDay()

        var month=mydate.getMonth()

        var daym=mydate.getDate()

        if (daym<10)

        daym="0"+daym

        var dayarray=new Array("Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday")

        var montharray=new Array("January","February","March","April","May","June","July","August","September","October","November","December")

        document.write(""+dayarray[day]+", "+daym+" "+montharray[month]+"")

        // -->

      </SCRIPT>

 </STRONG></FONT>

  

The best way to use this code is copy it from here and paste it into a Microsoft Word document, which you can save as your master copy for future use. Then paste it again, into your document and you can change the typeface and color on this version, if you wish, before copying and pasting to your website, in the pages and in the positions where you want a date to show.

 

Paste it into the page with your editor set to HTML mode. Then test it to ensure you're happy with it. This code is great for putting a live calendar on your landing page and also on your special offers which expire at midnight. Nota Bene: The clock will not be visible on your HTML editor - only when viewed via the internet.

 

 

FREE Software Code - A Live Link To Your Website

  

This code is useful to bring people to your website from other places. It is a piece of HTML code where your URL remains hidden. All you see is the name of the link.

 

 

How To Use These Codes

 

It doesn’t matter if you've never written a line of code in your life. If you can copy

and paste, you can use these useful code fragments to make your website look

really professional.

 

Full instructions are on each page, but it's really a simple matter of copying the code

on the page and then transferring it to your own website, at the point where you

want it, whilst your page is in HTML mode. Then test your page , to make

sure it all works.

 

These codes are given in good faith and without responsibility on the part of

Quercus Projects or Internet Marketing Magician.

   

 

Your code is below:

 

<A href="http://www.yourwebsiteaddresshere/">text_for_the_visible_link_here</A>

 

 

The best way to use this code is copy it from here and paste it into a text editor like NotePad, WordPad or TextPad because it won't introduce any extaneous code, which might occur with Microsoft Word. Then paste it again, retaining the first paste as your master copy.

 

Then, insert your website address in place of the red text taking great care not to introduce any spaces.

 

Then insert the text you want to be seen on the webpage, again taking great care not to introduce any spaces.

  

Save the code and paste it to a spare page on your website, when in HTML mode, and then test it to ensure you're happy with it before you paste it into its final position.  This code is great for putting live links in to your forum posts and at the foot of any articles you publish.

 

 

Finding Ultra Competative Keywords Best Avoided!

I doubt there is a more positive person on the planet than I, but – at the same time – you have to temper positivism with realism. So here’s a free "Keyword Competiveness" tool you should refer to after you wake up at 3 o'clock in the morning with a brilliant idea and before you waste time getting started on an impossible venture.

 

It allows you to check out the opposition, particularly for those high paying AdSense keywords we'd all love to build a set of websites around.

 

The higher the percentage figure shown the more competitive the keyword is. So, for example a very competitive word, like "mortgage" has a rating of 85%. I dare not think what rating "golf" has! 

 

Check it out at:

Keyword Competitiveness Tool 

 

 

   

 

Google Trends

This is a very useful facility – so new it's still in beta testing at Google - which can show you current trends based on recent searches. That can inspire you with ideas for new products, websites, blogs, before your competitors are even out of bed!

 

It's free, so check it out right now at:

  Google Trends

 

return to home page