Archive for February, 2008

Blue Almonds - Free Clean & Simple Wordpress theme

Thursday, February 28th, 2008

Hi!

Do you like this theme? I got it for free ;-)

  • widget(ized)! (people can simply add new blocks)
  • 2 columns
  • Seo Friendly Theme
  • XHTML VALIDATE - This Page Is Valid XHTML 1.0 Transitional!
  • CSS VALIDATE - This Page Is Valid CSS 2.1!
  • Demo: here
    Download: download Blue Almonds theme here

    blue almonds

    A few reviews also:

    you have a good theme there , clean and nice.

    It is a nice design. It is very simple and clean. I do like the colors and the little bear in the header. All text is very clean and easy to read.

    Special offer expiration - how to increase your sales conversion

    Thursday, February 28th, 2008

    This is a tip that can greatly increase your sales conversion ratio by getting your visitors to buy now. Simply, it adds a date to any text on your page that you can use to place a deadline for purchase. A deadline has been proven in some cases to double the response rate. Most purchases are made on impulse, this just helps things along. Here is an example.

    This special offer expires:

    You see? I think that is really easy method to boost sales. The date changes automatically to current date.

    How to add this script?
    Well… this is JavaScript and it doesn’t need any special server with php, mysql etc. Just put this code somewhere in your site (before buy in button).

    <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(""+montharray[month]+" "+daym+"")
    </SCRIPT>

    Good luck with your sales! :)

    Welcome to my Marketing Daily Tips blog!

    Thursday, February 28th, 2008

    Hi!

    My name is Lucas and today I opened this marketing tips blog. This site is now under construction, but in next few days I will finish my work and I will start adding marketing and making money online tips. So please be patient and wait for new unique posts and tools from me.

    PS. Sorry but my english isn’t good enough. :) I am still learning how to write and I believe that blogging will increase my language skill.