TroyNotes: Rock’n Austin 09 Special Report
Marketing is everywhere and you can learn a ton just by paying attention to what grabs YOUR attention.
15 tips in 5 minutes to amplify your marketing
All these shots were taken downtown on my trip to Austin for the Traffic and Conversion Summit Seminar. I got a total kick out of putting this report together that gives 15 tips taken from the real world you can use immediately in your business.
Click here to download the PDF version of the TroyNotes-Rock’n Austin 2009 Report
If you want more fast tipsin the future, please optin-in below
function isValidEmail(str) {
return (str.indexOf(“.”) > 2) && (str.indexOf(“@”) > 0);
}
//This function simulates the onsubmit event handler.
//This function should be called by javascript code instead of
function checkform()
{
//alert(“checking form”);
//name field
strfield1 = document.forms[0].name.value
strfield2 = document.forms[0].from.value
if (strfield1 == “” || strfield1 == null || !isNaN(strfield1) || strfield1.charAt(0) == ‘ ‘)
{
alert(“”Name” is a mandatory field.nPlease amend and retry.”)
return false;
}
if (!isValidEmail( strfield2))
{
alert(“”Email” is a mandatory field.nPlease amend and retry.”)
return false;
}
return true;
}
If you enjoyed this report, please leave a comment below.

{ 1 trackback }
{ 0 comments… add one now }