J
Jon Spivey
I can't see the point of "cloaking" HTML - even if it were possible. If for
no other reason than HTML is so easy to write and what are the chances that
even if I saw your HTML I'd want the exact same layout. Javascript might be
a different issue. I got something working a couple of years back by using
ASP to hide client side Javascript code - prompted a lively debate in this
newsgroup but I never used it. Just not worth the trouble. What I do with
javascript is make the code very hard to follow, single letter variable
names, line breaks in odd places etc so that anyone who can decipher it
would have the knowledge to write the code himself anyway. I also make sure
to do something in an un-obvious way - this way if someone takes the code
and claims it as their own work I can say "OK, if this is your work why did
you do x like this"? I've had a few legal tussles on one of my sites that
relies on some clever javascript, offensive and defensive. Bottom line seems
to be if you put something on the web be prepared for it to be stolen.
Just for the heck of it it might be interesting to come up with a good way
to hide HTML - just so we could have a different answer to give to folks who
ask this question
--
Cheers,
Jon
Microsoft MVP
no other reason than HTML is so easy to write and what are the chances that
even if I saw your HTML I'd want the exact same layout. Javascript might be
a different issue. I got something working a couple of years back by using
ASP to hide client side Javascript code - prompted a lively debate in this
newsgroup but I never used it. Just not worth the trouble. What I do with
javascript is make the code very hard to follow, single letter variable
names, line breaks in odd places etc so that anyone who can decipher it
would have the knowledge to write the code himself anyway. I also make sure
to do something in an un-obvious way - this way if someone takes the code
and claims it as their own work I can say "OK, if this is your work why did
you do x like this"? I've had a few legal tussles on one of my sites that
relies on some clever javascript, offensive and defensive. Bottom line seems
to be if you put something on the web be prepared for it to be stolen.
Just for the heck of it it might be interesting to come up with a good way
to hide HTML - just so we could have a different answer to give to folks who
ask this question
--
Cheers,
Jon
Microsoft MVP
Tom Pepper Willett said:Jon: As you know, that ill-gotten code can be easily rendered with the
enter key ;-)
Now, there is such a thing as "cloaking", but this wasn't it. Google
turned
up some interesting hits. As I understand, it's all about redirection.
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
===
| Thank you Tom, I'm going to study that ill-gotten code and educate
myself
| ;-)
|
|
| --
| Cheers,
| Jon
| Microsoft MVP
|
| | > and here it is:
| >
| > <!-- Cloaked -->
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| >
| > <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
| > <html>
| > <head>
| > <title>Grant-Review.com - We Review the Best Grant Programs and
| > Databases!</title>
| > <style>
| >
| > A {
| > text-decoration: none;
| > color:000000;
| > font-size: 10;
| > font-family: verdana;
| > font:900
| > }
| > a:hover{color:red}
| > a:visited{color:000000}
| > td{color:000000;font-family:verdana;font-size:10}
| > font.bold{font:900}
| > td.left{color:000000;font-family:verdana;font-size:11}
| > </style>
| > <link rel="stylesheet" type="text/css" href="style.css">
| > <script language="JavaScript" type="text/javascript">
| > <!--
| > var url="http://www.grant-review.com";
| > var title="Grant-Review.com - The Grant Review Resource!";
| > function makeLink(){
| > if(document.all)
| > window.external.AddFavorite(url,title)
| > else
| > alert("Sorry. Netscape users must bookmark the pages manually
by
| > hitting <Ctrl-D>");
| > }
| > // -->
| > </script>
| >
| > </head>
| >
| > <body leftmargin=0 topmargin=0 marginheight="0" marginwidth="0"
| > bgcolor="#094863">
| >
| > <table border="0" cellpadding="0" cellspacing="0" align="center">
| > <tr bgcolor="#FFFFFF">
| > <td width="10" bgcolor="#FFFFFF"><img src="images/px1.gif" width="1"
| > height="1" alt="" border="0"></td>
| > <td bgcolor="#FFFFFF" valign="top">
| > <table width="722" border="0" cellspacing="0" cellpadding="0">
| > <tr>
| > <td>
| > <table width="722" border="0" cellspacing="0"
cellpadding="0">
| > <tr>
| > <td width="21"><img src="images/head01.gif" width="21"
| > height="46"></td>
| > <td background="images/head_fon.gif" width="100%"></td>
| > <td width="239"><img src="images/divider.gif"><a
| > href="index.html"><img src="images/head02testa.gif" border="0"></a><a
| > href="mailto:[email protected]?subject=Support"><img
| > src="images/head02testb.gif" border="0"></a></td>
| > </tr>
| > </table>
| > </td>
| > </tr>
| > <tr>
| > <td><img src="images/main01.jpg" width="286" height="54"><img
| > src="images/main02new.jpg" width="436" height="54"></td>
| > </tr>
| > <tr>
| > <td><img src="images/main03.jpg" width="286"
height="129"><img
| > src="images/main04.jpg" width="436" height="129"></td>
| > </tr>
| > <tr>
| >
| > </tr>
| > </table>
| >
| > <table border="1" cellpadding="0" cellspacing="0" width="722">
| > <tr bgcolor="#ffffff" valign="top">
| >
| > <td bgcolor="#D1D6DB" background="images/fon01.jpg" width="250"
| > style="background-position: top; background-repeat: repeat-x;">
| > <center><br><p style="font-size: 12px;"><img src="images/e06.gif"
| > width="16"
| > height="9" alt="" border="0"><b>Grant News - <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></b></p></center>
| >
| > <!-- Grants News -->
| > <table width="100%">
| >
| > <tr>
| > <td><center><TABLE bgColor="#094863" border=0 cellPadding=1
| > cellSpacing=0 width="80%">
| > <TBODY>
| > <TR>
| > <TD>
| > <TABLE bgColor=#ffffff border=0 cellPadding=4 cellSpacing=0
| > width="100%">
| > <tr>
| > <font face="Arial, Helvetica, sans-serif" size="1"
| >
color="#ffffff"> Grant
| > Bulletin
| > </tr>
| > <TBODY>
| > <TR>
| > <TD>
| >
| >
| > <MARQUEE id=m1 SCROLLDELAY=1 SCROLLAMOUNT=1 direction=up>
| > <table cellspacing=0 cellpadding=0 border=0 width=100% height=50%>
| > <tr>
| > <td>
| >
| >
| > <font class="text" face="Arial, Helvetica, sans-serif" size="1"
| > color="#000000"><li>Grant-Review.com now links you to Grant Databases
| > containing over 10,000 Grant Programs!</font>
| > <br><br>
| >
| > <font class="text" face="Arial, Helvetica, sans-serif" size="1"
| > color="#000000"><li>1,000,000 entrepreneurs will get grant money to
start
| > or
| > expand a business this year!</font>
| > <br><br>
| > <font class="text" face="Arial, Helvetica, sans-serif" size="1"
| > color="#000000"><li>4,000,000 people will get grant money to invest in
| > real
| > estate this year!</font>
| > <br><br>
| > <font class="text" face="Arial, Helvetica, sans-serif" size="1"
| > color="#000000"><li>6,000,000 people will get grant money to go to
college
| > this year!</font>
| > <br><br>
| > <font class="text" face="Arial, Helvetica, sans-serif" size="1"
| > color="#000000"><li>10,000,000 people will get free help and training
for
| > a
| > better job!
| > </font>
| > <br><br>
| > <font class="text" face="Arial, Helvetica, sans-serif" size="1"
| > color="#000000"><li>Get up to $9,500.00 to pay your bills!
| > </font>
| > <br><br>
| > <font class="text" face="Arial, Helvetica, sans-serif" size="1"
| > color="#000000"><li>Get up to $20,000.00 to fix up your home!
| > </font>
| > <br><br>
| > <font class="text" face="Arial, Helvetica, sans-serif" size="1"
| > color="#000000"><li>Get up to $500,000.00 to Start a Business!
| > </font>
| > <br><br>
| > <font class="text" face="Arial, Helvetica, sans-serif" size="1"
| > color="#000000"><li>....and much, much more in the Grant Databases!
| > </font>
| > <br><br>
| > <font class="text" face="Arial, Helvetica, sans-serif" size="1"
| > color="#000000"><li>Don't Forget to Bookmark us - Click <font
| > color="#ff0000"><A HREF="javascript:makeLink()">Here</a></font>!
| > </font>
| > <br><br>
| > </td>
| > </tr>
| >
| > </table>
| > </marquee>
| > <center>
| > <a onclick="exit=false" href="javascript:m1.start();"
| > onclick="m1.start();"><font class="text" face="Arial, Helvetica,
| > sans-serif"
| > size="1" color="navy"><b>Start</b></font></a> |
| > <a onclick="exit=false" href="javascript:m1.stop();"
| > onclick="m1.stop();"><font class="text" face="Arial, Helvetica,
| > sans-serif"
| > size="1" color="navy">Stop</b></font></a>
| > </center>
| > </td>
| > </tr></td>
| >
| >
| > </TD>
| > </TR>
| > </TBODY>
| > </TABLE>
| > </TD>
| > </TR>
| > </TBODY>
| >
| >
| >
| > </center>
| > </table>
| > <!-- #EndEditable --></td></td>
| > </tr>
| > </table>
| > <br><br>
| > <hr width="75%">
| >
| > <A HREF="javascript:makeLink()"><center><p class="t01"
style="font-size:
| > 11px;"><strong><font color="#ff6633">:: Bookmark Us
| > ::</font></strong></center></a>
| > <hr width="75%">
| > <!-- Begin send-a-friend.net HTML code -->
| > <a href="#" onclick="var win =
| > window.open('http://www.send-a-friend.net/send.php?user=2451'
| > ,'','menubar=no,toolbar=no,location=no,personalbar=no,directories=no,'
| > +'status=no,resizable=no,scrollbars=yes,left=30,top=30,width=416,'
| > +'height=410'); win.opener = window; if (win.focus) win.focus();
| > return false;">
| > <!-- End send-a-friend.net HTML code -->
| > <center><p class="t01" style="font-size: 11px;"><strong><font
| > color="#ff6633">:: Email a Friend ::</font></strong></center></a>
| > <!-- End send-a-friend.net HTML code -->
| > <hr width="75%">
| > <br><br>
| >
| >
| > <table width="100%">
| >
| > <tr>
| > <td><center><TABLE bgColor="#094863" border=0 cellPadding=1
| > cellSpacing=0 width="80%">
| > <TBODY>
| > <TR>
| > <TD>
| > <TABLE bgColor=#ffffff border=0 cellPadding=4 cellSpacing=0
| > width="100%">
| > <tr>
| > <font face="Arial, Helvetica, sans-serif" size="1"
| > color="#ffffff"> New
Grant
| > Product Listings
| > </tr>
| > <TBODY>
| > <TR>
| > <TD>
| >
| >
| >
| > <table cellspacing=0 cellpadding=0 border=0 width=100% height=50%>
| > <tr>
| > <td>
| >
| > <p class="left"><br><br><img src="images/e06.gif" width="16"
height="9"
| > alt="" border="0"> <b>New Grant Product:</b> <p><font
| > class="text" face="Arial, Helvetica, sans-serif" size="1"
| > color="#000000"><font color="#ff0000"><b>How To Write and Get a
| > Grant:</b></font> As seen on TV - This package shows you were to
obtain
a
| > grant for any worthwhile purpose from over 10,000 different sources.
| > Receive
| > money to pay your bills, buy real estate, start a business, travel the
| > world, and much, much more.</font><br><br><a
| >
href="http://www.lesko.com/lesko_cart/cybercart.cgi/lesko:djd:grants.htm
| > " target="new"><font color="#ff6633">More Information</font></a></p>
| > <br>
| > <hr width="80%">
| > <br><br>
| > <p class="left"><img src="images/e06.gif" width="16" height="9" alt=""
| > border="0"> <b>New Grant Product:</b></font>
| > <p><font class="text" face="Arial, Helvetica, sans-serif" size="1"
| > color="#000000"><font color="#ff0000">Free Money to Change Your
| > Life:</font>
| > Nice Book and Audio Package categorized by 20 different Grant Target
| > Groups.
| > The Book is jam packed with 1100 pages of grant information and there
are
| > 6
| > cassettes so you can listen in your car. Perfect gift package.
| > </font><br><br><a
| >
href="http://www.lesko.com/lesko_cart/cybercart.cgi/lesko:djd:freemoneywa.htm"
| > target="new"><font color="#ff6633">More Information</font></a></p>
| > <br>
| > <hr width="80%">
| > <br><br>
| > <p class="left"><img src="images/e06.gif" width="16" height="9" alt=""
| > border="0"> <b>New Grant Product:</b></font></b><p> <font
| > class="text" face="Arial, Helvetica, sans-serif" size="1"
| > color="#000000"><font color="#ff0000">Womens Grants 4 Pack:
</font>This
4
| > Pack package is designed exclusively for women. The Package contains 4
| > titles - "Free Money & Help For Women Entrepreneurs", "Free College
Money
| > And Training For Women", "Free Stuff For Women's Health, Fitness and
| > Nutrition" and "Free Stuff for Busy Moms". </font><br><br><a
| >
href="http://www.lesko.com/lesko_cart/cybercart.cgi/lesko:djd:wom69.htm"
| > target="new"><font color="#ff6633">More Information</font></a></p>
| > <br>
| > <hr width="80%">
| > <br><br>
| > <p class="left"><img src="images/e06.gif" width="16" height="9" alt=""
| > border="0"> <b>New Grant Product:</b></font><font
class="text"
| > face="Arial, Helvetica, sans-serif" size="1" color="#000000"><p><font
| > color="#ff0000">Women Entrpreneurs Grant Package:</font> Another 4
Pack
| > package exclusively for Women Enterpeneurs. Nicley laid our product.
You
| > can
| > save $25 if you order today! </font><br><br><a
| >
href="http://www.lesko.com/lesko_cart/cybercart.cgi/lesko:djd:bizwoman.htm
| > " target="new"><font color="#ff6633">More Information</font></a></p>
| > <br>
| > <hr width="80%">
| > <br><br>
| > <p class="left"><img src="images/e06.gif" width="16" height="9" alt=""
| > border="0"> <b>New Grant Product:</b></font> <p><font
| > class="text" face="Arial, Helvetica, sans-serif" size="1"
| > color="#000000"><font color="#ff0000">Money Finder for
Business:</font>
| > Fantastic Resource for locating business grant money at the federal
and
| > state levels. Guides and grant databases have been created
specifically
| > for
| > each state. A must have if you plan on starting or expanding your
existing
| > business.</font><br><br><a
| >
href="http://www.lesko.com/lesko_cart/cybercart.cgi/lesko:djd:index.html"
| > target="new"><font color="#ff6633">More Information</font></a></p>
| > <br>
| > <hr width="80%">
| > <br><br>
| > <p class="left"><img src="images/e06.gif" width="16" height="9" alt=""
| > border="0"> <b>New Grant Product:</b></font> <p><font
| > class="text" face="Arial, Helvetica, sans-serif" size="1"
| > color="#000000"><font color="#ff0000">Free Money to Pay Your
Bills:</font>
| > Learn where you can get money to pay your Mortgage, Rent, Closing
Costs,
| > Education Costs, Health Bills, Chile Care , Home and Auto Repairs,
| > Entertainment, Travel and Even Credit Card Bills! 770 Pages in Guide.
Two
| > Free Bonuses with purchase!</font><br><br><a
| >
href="http://www.lesko.com/lesko_cart/cybercart.cgi/lesko:djd:bills.htm
| > " target="new"><font color="#ff6633">More Information</font></a></p>
| > <br>
| > <hr width="80%">
| > <br><br>
| > <p class="left"><img src="images/e06.gif" width="16" height="9" alt=""
| > border="0"> <b>New Grant Product:</b></font> <p><font
| > class="text" face="Arial, Helvetica, sans-serif" size="1"
| > color="#000000"><font color="#ff0000">Free Health Care:</font> No
Money?
| > No
| > insurance? No problem! This guide lists over 6,000 sources of Health
| > Care...
| > FREE to anyone - Rich or Poor! Great Price - Great
Value!</font><br><br><a
| >
href="http://www.lesko.com/lesko_cart/cybercart.cgi/lesko:djd:fhealth.htm
| > " target="new"><font color="#ff6633">More Information</font></a></p>
| > <br>
| > <hr width="80%">
| > <br><br>
| > <p class="left"><img src="images/e06.gif" width="16" height="9" alt=""
| > border="0"> <b>New Grant Product:</b></font> <p><font
| > class="text" face="Arial, Helvetica, sans-serif" size="1"
| > color="#000000"><font color="#ff0000">Free Stuff for Busy Moms
:</font>
| > Guide lists thousands of Grant Sources for Busy Moms. Learn where you
can
| > get a Free Car, $1,260 A Month For Child Care , $20,000 Grant To Fix
Up
| > Your
| > Home, $200 To Pay Your Phone Bill, $700 for your Utility Bill, $15,000
To
| > Start A Business and much, much more! </font><br><br><a
| >
href="http://www.lesko.com/lesko_cart/cybercart.cgi/lesko:djd:fmoms.htm
| > " target="new"><font color="#ff6633">More Information</font></a></p>
| > <br>
| > <hr width="80%">
| > <br><br>
| > <p class="left"><img src="images/e06.gif" width="16" height="9" alt=""
| > border="0"> <b>New Grant Product:</b></font> <p><font
| > class="text" face="Arial, Helvetica, sans-serif" size="1"
| > color="#000000"><font color="#ff0000">Gobs and Gobs of Free Stuff
:</font>
| > Free Stuff for the whole family! Over 923 Free Items for Mom, Dad,
kids,
| > Grandparents and even your Boss! </font><br><br><a
| >
href="http://www.lesko.com/lesko_cart/cybercart.cgi/lesko:djd:fgobs.htm
| > " target="new"><font color="#ff6633">More Information</font></a></p>
| >
| >
| > <br>
| > </td>
| > </tr>
| >
| > </table>
| > </td>
| > </tr></td>
| >
| >
| > </TD>
| > </TR>
| > </TBODY>
| > </TABLE>
| > </TD>
| > </TR>
| > </TBODY>
| > </center>
| > </table>
| > <!-- #EndEditable --></td></td>
| > </tr>
| > </table>
| > <br><br><br><br><br><br><br>
| > <hr width="75%">
| > <br>
| >
| > </td>
| >
| > <td width="520">
| > <br>
| > <center><img src="images/head1.png">
| > <img src="images/head2.png"></center>
| >
| > <table width="90%" align="center">
| >
| > <tr>
| > <td>
| > <p class="t01"><img src="images/but01.gif" width="95" height="96"
alt=""
| > border="0" align="left"><p class="t01" style="font-size:
11px;">Welcome
| > and
| > thank you for visiting Grant-Review.com!
| >
| > <p class="t01" style="font-size: 11px;">
| > Each Year the US Government and Private Foundations disperse billions
of
| > dollars to individuals from all walks of life just like you. There are
no
| > special requirements, no collateral requirements and no credit check
| > requirements. Once the money has been awarded, it is yours to keep and
you
| > have need to pay it back!
| >
| > <p class="t01" style="font-size: 11px;">
| > The money can be used to buy or expand a business, purchase a home,
| > remodel
| > your home, pay bills, purchase a car, pay taxes, pay medical expenses,
pay
| > for college and much, much more!
| >
| > <p class="t01" style="font-size: 11px;">
| > Our primary objective when desiging this site was to review all the
| > different grant software books and programs available on the Internet
| > today
| > and provide honest opinions on the most popular. We have done
extensive
| > reasearch, invested hundreds of man-hours and spent many dollars
during
| > our
| > analysis.
| >
| > <p class="t01" style="font-size: 11px;">
| > Choosing the right guide or software can direct you to all applicable
| > grants
| > and can guide you through the process of obtaining the grant. We
recommend
| > paying a small fee and joining one of the programs listed below. Your
| > small
| > investment may bring very large returns!
| >
| >
| > <br><br>
| > <hr width="75%">
| > <p class="t01" style="font-size: 11px;">
| > We have reviewed the top grant programs and databases for you and we
have
| > provided in-depth opinions and reviews. The following table lists the
five
| > most popular grant programs and databases. Please click on the grant
| > program
| > name and you will be forwarded to our review and rating for that
specific
| > program. </font>
| > </td>
| > </tr>
| > </table></center>
| > <br><br><br>
| > <font face="arial" size="2"><b><center><a name="table">Grant Program
Quick
| > Reference</a></center></b></font>
| > <p><center><table border="1" bordercolor="#094863" width="95%"
| > height="200"
| > cellpadding="0">
| > <tr>
| > <td bgcolor="#094863"><strong><font face="arial" size="1"
| > color="white"><center>Grant Database<br><center><font face="arial"
| > size="1"
| > color="red">Click Link For Rating</center></font></strong></td>
| > <td bgcolor="#094863"><strong><font face="arial" size="1"
| > color="white"><center>Grant List Rating<br>(x/10)</center></td>
| > <td bgcolor="#094863"><strong><font face="arial" size="1"
| > color="white"><center>Refund Policy<br>(Days)</center></td>
| > <td bgcolor="#094863"><strong><font face="arial" size="1"
| > color="white"><center>Overall Rating</center></td>
| > <td bgcolor="#094863"><strong><font face="arial" size="1"
| > color="white"><center>One Time Fee</center> <center>($)</center></td>
| > <td></td>
| > </tr>
| > <tr>
| > <td><font face="arial" size="1"><center><a
| > href="#uncsam">Grant-Sources</a></center></font></td>
| > <td><font face="arial" size="1"><center>9.7</center></font>
| > </td>
| > <td><font face="arial" size="1"><center>90</center></font></td>
| > <td><font face="arial" size="1"><center><img
| > src="images/star5.gif"></center></font></td>
| > <td><font face="arial"
size="1"><center>34.95</center></font></td>
| > </tr>
| > <tr>
| > <td><font face="arial" size="1"><center><a
| > href="#govgrants">UncleSamsMoney</a></center></font></td>
| > <td><font face="arial" size="1"><center>9.3</center></font></td>
| > <td><font face="arial" size="1"><center>90</center></font></td>
| > <td><font face="arial" size="1"><center><img
| > src="images/star5.gif"></center></font></td>
| > <td><font face="arial"
size="1"><center>34.95</center></font></td>
| > </tr>
| > <tr>
| > <td><font face="arial" size="1"><center><a
| > href="#scholguide">Scholarship/Grant Guide</a></center></font></td>
| > <td><font face="arial" size="1"><center>9.1</center></font></td>
| > <td><font face="arial" size="1"><center>90</center></font></td>
| > <td><font face="arial" size="1"><center><img
| > src="images/star4.gif"></center></font></td>
| > <td><font face="arial" size="1"><center>49</center></font></td>
| > </tr>
| > <tr>
| > <td><font face="arial" size="1"><center><a
| > href="#fedgrant">FederalGrants</a>
| > </center></font></td>
| > <td><font face="arial" size="1"><center>6.1</center></font></td>
| > <td><font face="arial" size="1"><center>30</center></font></td>
| > <td><font face="arial" size="1"><center><img
| > src="images/star2.gif"></center></font></td>
| > <td><font face="arial"
size="1"><center>39.95</center></font></td>
| > </tr>
| > <tr>
| > <td><font face="arial" size="1"><center><a
| > href="#today">Today-I-Can</a>
| >
| > </center></font></td>
| > <td><font face="arial" size="1"><center>5.8</center></font></td>
| > <td><font face="arial" size="1"><center>90</center></font></td>
| > <td><font face="arial" size="1"><center><img
| > src="images/star2.gif"></center></font></td>
| > <td><font face="arial"
size="1"><center>19.95</center></font></td>
| > </tr>
| > </table>
| > </center></center>
| > <p>
| > <a name="uncsam"><hr width="75%"></a>
| > <center><table width="90%">
| >
| > <tr>
| > <td>
| > <font face="verdana" size="1"><a
| > href="http://hop.clickbank.net/?cview/grantsourc"target="blank_"><font
| > face="verdana">Grant-Sources.com</a>
| > <p>
| > <font color="#339900"><b>Review:</b></font> This product is by far the
| > best
| > on the web today. The step-by-step guide clearly explains the process
of
| > applying for grants. The directory lists literally thousands of
| > private/federal/state grant agencies and contact information for each.
| > They
| > even give 10 (yes, that's 10) free bonuses. For content and value,
this
| > guide receives the editors top choice!
| >
| > <ul>
| > <li>Grant Application Tutorial
| > <li>Private Foundation Grant Database and Links
| > <li>State Government Grant Database and Links
| > <li>Federal Government Grant Database and Links
| > <li>10 Free Bonuses (including Ultimate Grant Guide)
| > <li>90-Day Guarantee
| > </ul>
| > <p>
| > <font color="#339900"><b>Final Verdict:</b></font> Grant-Sources.com
| > offers
| > the best and most comprehensive grant search program on the WWW today.
The
| > grant guides and programs listed and are of exceptional quality and
the
| > program delivers the goods. The price is normally $69.95 but has been
| > reduced to $34.95 for a limited time. Customer service is prompt and
| > extremely helpful. This program is simply the BEST OF THE BEST and
| > receives
| > our TOP RATING for grant listings- <b>9.7/10</b> and our TOP RATING
for
| > overall rating- <b>5 Stars</b>.</p>
| >
| >
| > <p>
| > <font color="#339900"><b>Price:</b></font> $34.95 for a limited time
| > (regularly $69.95)
| > <p>
| > <center><p class="t02" style="font-size: 11px;"><a
| > href="http://hop.clickbank.net/?cview/grantsourc"target="blank_"><font
| > color="#ff0000">More Information</font></a></center>
| > <p>
| > <a name="govgrants"><hr width="75%"></a>
| > <p class="t02" style="font-size: 11px;"><a
| >
href="http://hop.clickbank.net/?cview/uncsam"target="blank_">UncleSamsMoney</a>
| > <p>
| > <font color="#339900"><b>Review:</b></font> This site has been around
for
| > several years and has served thousands of customers. They have a great
| > database detailing grant programs from both governmental and private
| > foundations. The product is well organized and very good value and you
| > recieve several bonuses with purchase.
| >
| > <ul>
| > <li>Private Foundation Grant Database and Links
| > <li>State Government Grant Database and Links
| > <li>Federal Government Grant Database and Links
| > <li>Several Bonuses with Purchase
| > <li>90-Day Guarantee
| > </ul>
| > <p>
| > <font color="#339900"><b>Final Verdict:</b></font> The fact that this
| > program has been in operation for several years lends credence to the
| > program. Nicely constructed and easily navigated. Our rating for grant
| > listings- <b>9.3/10</b>. Our overall rating <b>5 Stars</b>.</p>
| >
| >
| > <p>
| > <font color="#339900"><b>Price:</b></font> $34.95
| > <p>
| > <center><p class="t02" style="font-size: 11px;"><a
| > href="http://hop.clickbank.net/?cview/uncsam"target="blank_"><font
| > color="#ff0000">More
| >
Information</font></a> <a
| > href="#table"><font color="#ff0000">Table</font></a></center>
| > <p>
| > <a name="scholguide"><hr width="75%"></a>
| > <p>
| > <a
| >
href="http://hop.clickbank.net/?cview/sgguide"target="blank_">Scholarship/Grant
| > Guide</a>
| > <p>
| > <font color="#339900"><b>Review:</b></font> If I was to sum this guide
up
| > in
| > one word it would be "excellent"! The guide focuses primarily on
| > scholarships and grants for education but it does offer grant
information
| > and resources. The guide is easy to follow and the resources are
great.
If
| > you are in the market for educational money, this is your "must-have"
| > guide.
| >
| >
| >
| > <ul>
| > <li>Grant/Scholarship Application Tutorial
| > <li>Private Foundation Grant/Scholarship Database and Links
| > <li>State Government Grant/Scholarship Database and Links
| > <li>Federal Government Grant/Scholarship Database and Links
| > <li>5 Great Free Bonuses
| > <li>90-Day Guarantee
| > </ul>
| > <p>
| > <font color="#339900"><b>Final Verdict:</b></font> If you are
searching
| > for
| > Scholarship/Educational grants, this is the one for you. Very well
| > categorized and nicely laid out product makes it very easy to locate
all
| > eligible grant money. The bonuses (focused primarily on scholarships
and
| > educational grants) are also excellent. Our rating for grant listings-
| > <b>9.1/10</b>.Our overall rating- <b>4 Stars</b>.</p></p>
| >
| >
| > <p>
| > <font color="#339900"><b>Price:</b></font> $49
| > <p>
| > <center><p class="t02" style="font-size: 11px;"><a
| > href="http://hop.clickbank.net/?cview/sgguide"target="blank_"><font
| > color="#ff0000">More
| >
Information</font></a> <a
| > href="#table"><font color="#ff0000">Table</font></a></center>
| > <p>
| > <a name="fedgrant"><hr width="75%"></a>
| > <p>
| > <a
| >
href="http://hop.clickbank.net/?cview/mygov1"target="blank_">FederalGrants</a>
| > <p>
| > <font color="#339900"><b>Review:</b></font> We personally think this
guide
| > is high considering the subject matter. The material content of the
guide
| > is
| > good but you have to endure a great many popups before you get to the
core
| > content.
| >
| > <ul>
| > <li>Private Foundation Grant Database and Links
| > <li>State Government Grant Database and Links
| > <li>Federal Government Grant Database and Links
| > <li>90-Day Guarantee
| > </ul>
| > <p>
| > <font color="#339900"><b>Final Verdict:</b></font> We think the value
| > ratio
| > for this product is extremely low. The core material is average but
the
| > package doesn't include any bonuses and the price is amongst the
highest
| > of
| > all the guides we've reviewed. The guarantee period is also amongst
the
| > lowest. Our rating for grant listings- <b>6.1/10</b>.Our overall
rating-
| > <b>2 Stars</b>.</p>
| >
| >
| > <p>
| > <font color="#339900"><b>Price:</b></font> $39.95
| > <p>
| > <center><p class="t02" style="font-size: 11px;"><a
| > href="http://hop.clickbank.net/?cview/mygov1"target="blank_"><font
| > color="#ff0000">More
| >
Information</font></a> <a
| > href="#table"><font color="#ff0000">Table</font></a></center>
| > <p>
| > <a name="today"><hr width="75%"></a>
| > <p>
| > <a
| >
href="http://hop.clickbank.net/?cview/makngmoney"target="blank_">Today-I-Can</a>
| > <p>
| > <font color="#339900"><b>Review:</b></font> Strange Name, Average
product.
| > The foundation listings in this guide are good. Foundation listings
are
| > broken down into categories (personal, business, etc). I have
personally
| > check into some of these foundations and conformed for myself that
they
| > are
| > grant making entities. The guide is a little short on grant
application
| > process and contains the same government grant listings found in other
| > guides. Considering price and content, we think this guide merits a
grant
| > listings rating of 5.8 and an overall rating- <b>2 Stars</b>.
| >
| > <ul>
| > <li>Grant Application Instruction
| > <li>Private Foundation Grant Database
| > <li>90-Day Guarantee
| > </ul>
| > <p>
| > <font color="#339900"><b>Final Verdict:</b></font> The program focuses
on
| > private foundations only - there are no references to state and
federal
| > grant programs. The price is the lowest in our review but the focus is
| > extremely narrow and there are no bonuses. We recommend going with one
of
| > the other programs on this page! Our rating for grant listings-
| > <b>5.8/10</b>.Our overall rating- <b>2 Stars</b>.</p>
| >
| >
| > <p>
| > <font color="#339900"><b>Price:</b></font> $19.95
| > <p>
| > <center><p class="t02" style="font-size: 11px;"><a
| > href="http://hop.clickbank.net/?cview/makngmoney"target="blank_"><font
| > color="#ff0000">More
| >
Information</font></a> <a
| > href="#table"><font color="#ff0000">Table</font></a></center>
| > <p>
| > </td>
| > </tr>
| > </table></center>
| >
| > <hr width="95%">
| > <br><br>
| > <center><img src="images/trail1.png"></font>
| > <br><br>
| > <hr width="95%">
| >
| > </td>
| > </tr>
| > </table>
| > </td>
| > <td width="10" bgcolor="#FFFFFF"><img src="images/px1.gif" width="1"
| > height="1" alt="" border="0"></td>
| > </tr>
| > </table>
| > <table border="0" cellpadding="0" cellspacing="0" width="742"
| > align="center">
| > <tr>
| > <td height="10" bgcolor="#FFFFFF"><img src="images/px1.gif" width="1"
| > height="1" alt="" border="0"></td>
| > </tr>
| > <tr bgcolor="#094863">
| > <td height="35">
| > <p class="menu01">
| > <center><a href="index.html"><font face="arial" size="1"
| >
color="white">Home</font></a>
| > <a href="mailto:[email protected]?subject=Support"><font
face="arial"
| > size="1"
| > color="white">Contacts</a>
| > </center>
| > </p>
| > </td>
| > </tr>
| > <tr bgcolor="094863">
| > <td>
| > <p class="menu03"><center><font face="arial" size="1"
| > color="white">Copyright ©2003 Grant-Review.com - All rights
| > reserved.</center></p>
| > </td>
| > </tr>
| > </table>
| >
| >
| > <map name="Map">
| > <area shape="rect" coords="3,15,62,33" href="#">
| > <area shape="rect" coords="68,15,153,34" href="#">
| > <area shape="rect" coords="160,15,235,34" href="#">
| > </map>
| > </body>
| > </html>
| >
| > --
| > ===
| > Tom "Pepper" Willett
| > Microsoft MVP - FrontPage
| > ---
| > About FrontPage 2003:
| > http://office.microsoft.com/home/office.aspx?assetid=FX01085802
| > ===
| > | > | Hi Don,
| > |
| > | I've seen this - all they do is put the "cloaked" comment then 100
line
| > | breaks at the top of their source so when you view source you see
blank.
| > | Scroll down. HTML code is nothing these days, anyone with reasonable
| > | intelligence who can buy a copy of FP or Dreamweaver and a decent
book
| > can
| > | write it. What counts is the talent to design an attractive page or
the
| > | skill to do something server-side - you can't "steal" skill or
talent
| >
| > |
| > | --
| > | Cheers,
| > | Jon
| > | Microsoft MVP
| > |
| > | | > | > I'm still learning FP2003 and was wondering:
| > | > I just visited a web site that was protecting their content. When
you
| > | > click
| > | > on "View source" in your browser, you get a window that is blank,
| > except
| > | > for
| > | > a comment that says the source is "cloaked".
| > | >
| > | > Is this something you can set up using FP2003?
| > | > Does anyone know how to do this?
| > |
| > |
| >
| >
|
|