Online subliminal messaging

May 25th, 2006

You’re just going to love this one! I’m sure you’ve heard of subliminal advertising before. You know it’s when words or images would flash up on the screen to persuade your subconscious mind to act.

Well, I’ve got an interesting twist on this idea that could be very effective and might help to encourage your potential customers to take certain actions on your website.

Have you ever seen those ticker tape messages that appear at the bottom of your web browsers window? If you’ve not follow this link and you can see an example of the script I’m about to give to you.

Can you see any potential here for subliminally commanding someone to “try your product risk free today”?

I’ll let your marketing skills put this script to the most effective use ;-)

Here’s how to install today’s script…

A. Select all of the text in the first box below then copy to clipboard (Ctrl+c) then paste (Ctrl+v) it above the </head> tag of your HTML source code.

B. You should place your text in the line:
scrollingText = "Place here your scrolling text";
You can edit the scrollingDelay to change the scrolling speed.
(default is 100.)

That’s all there is to it, follow this link and you can see how it should look when you’ve installed it on your web page.

by Michel Komarov, © Copyright 2004. iCoder.com

 

Share in social bookmarking:These icons link to social bookmarking sites where readers can share and discover new web pages.  digg del.icio.us BlinkList Reddit NewsVine YahooMyWeb co.mments

Related Articles:

Page printing for offline reading

May 23rd, 2006

When it comes to reading something online you can’t beat printing it out and reading it in your own time whilst drinking a nice cup of cofee long after you’ve left your computer.

This script will help you to make it easier for your potential customers to do just the same (coffee is optional ;-) )

What a link like this will do on your sales page is encourage the consumption of your web page. The easier it is for people to consume or read your webpage the more sales you’ll make, it’s as simple as that.

Preface. When you have your page within a frame you will have a problem with printing the page. You can aid printing by placing this script on the page.

Read the rest of this entry »

Countdown to extra profits

May 21st, 2006

Have you seen those popup windows that have a timer in them? You know the ones where if you respond within a certain period of time you’ll get a discount or extra bonuses. Then when you don’t respond the window automatically closes, never to be seen again.

This device can be a really powerful psychological sales generating device when used in conjunction with good web copy to encourage people to order quicker.

Now’s your chance to do the same with the script I’m about to give you.

For the very best results set this up so your countdown window only appears once.
Read the rest of this entry »

Special offer expiry date with a twist

May 19th, 2006

Simply follow the short instructions below and before you know it you’ll have an active deadline date counting down the days until your offer expires.

So where’s the twist?

What’s extra special about this unique code is as soon as the offer is over the HTML code you placed inside this script will no longer be seen on your website.

For example inside the HTML code could be an order button giving your visitors the chance to order at a discount. As soon as the special offer date has been reached the discount order button just disappears!

Read the rest of this entry »

Todays’ date

May 17th, 2006

Simply follow the short instructions below and before you know it you’ll have today’s date on your web page every single day of the week. This will help to make your website look as up-to-date as possible.

Read the rest of this entry »

How to install JavaScrips…

May 15th, 2006

Here is some more information about JavaScripts and how to install them.

Getting your Web page to respond or react directly to user interaction with form elements is the main purpose of a JavaScript-program.

“Why JavaScript?” - you say.
“I have powerful CGI and PHP scripts on my server!”.

Well…

Why JavaScript?

Do you need to open a PopUp or PopUnder window when your website visitor enters or leaves your site?

Do you need to validate a form before it’s submitted to a server?

Only a JavaScript-program can help you in this cases.

Only a JavaScript-program can detect user activity and react with tasks you need. CGI and PHP scripts cannot.

Only a JavaScript-program can recognize your web page loading and open a PopUp or PopUnder window. CGI and PHP scripts cannot.

A JavaScript-program has the ability to process many other events such as a selection of list-items or filling out forms. CGI or PHP can do neither of these things.

Also, JavaScript is suitable for form validation before sending the information gathered to server. CGI or PHP can only do this after.

Read the rest of this entry »