Current location: Hot Scripts Forums » Advertising Forums » General Advertisements » I most definately suggest DevelopingCentral.com For Any Website Design/Development!


I most definately suggest DevelopingCentral.com For Any Website Design/Development!

Reply
  #1 (permalink)  
Old 09-22-04, 06:32 AM
Salty777 Salty777 is offline
Newbie Coder
 
Join Date: Sep 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
I most definately suggest DevelopingCentral.com For Any Website Design/Development!

I recently hired Eugene from
Developing Central too design and develop a site for me! Here is the site he designed and developed! I am still amazed how fast and efficient he has been

less then 2 weeks from start to finish and here is the end result!

http://www.nationalcasinodirectory.com

Now is this site awesome or what?? Let me know what you think...and most of all remember Eugene at http://DevelopingCentral.com if you need any design/development for your websites!!


http://developingcentral.com/

Thanks Eugene


Jeromy Benzie
Timely Ventures Inc.
(509)467-6474
http://www.nationalcasinodirectory.com
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #2 (permalink)  
Old 09-24-04, 07:45 PM
php~pro php~pro is offline
Wannabe Coder
 
Join Date: Jun 2004
Location: In a nice house.
Posts: 132
Thanks: 0
Thanked 0 Times in 0 Posts
Its an image map and a rating script and results pages. Nothing great. Nothing new, apart from the below.


Address: http://www.nationalcasinodirectory.com
Encoding: iso-8859-1
Doctype: HTML 4.01 Transitional
Errors: 125
Revalidate With Options
:
Show Source Outline
Parse Tree ...no attributes
Validate error pages Verbose Output

Help on the options is available.
No DOCTYPE Found! Falling Back to HTML 4.01 Transitional

A DOCTYPE Declaration is mandatory for most current markup languages and without one it is impossible to reliably validate this document. I am falling back to "HTML 4.01 Transitional" and will attempt to validate the document anyway, but this is very likely to produce spurious error messages for most non-trivial documents.

So what should I do? Tell me more...
DOCTYPE Fallback in effect!
The DOCTYPE Declaration in your document was not recognized. This probably means that the Formal Public Identifier contains a spelling error, or that the Declaration is not using correct syntax. Validation has been performed using a default "fallback" Document Type Definition that closely resembles HTML 4.01 Transitional, but the document will not be Valid until you have corrected the problem with the DOCTYPE Declaration.
This page is not Valid HTML 4.01 Transitional!

Below are the results of attempting to parse this document with an SGML parser.

1.

Line 4, column 0: no document type declaration; implying "<!DOCTYPE HTML SYSTEM>"

<html>

The checked page did not contain a document type ("DOCTYPE") declaration. The Validator has tried to validate with the HTML 4.01 Transitional DTD, but this is quite likely to be incorrect and will generate a large number of incorrect error messages. It is highly recommended that you insert the proper DOCTYPE declaration in your document -- instructions for doing this are given above -- and it is necessary to have this declaration before the page can be declared to be valid.


2.

Line 150, column 16: there is no attribute "TOPMARGIN"

<body topmargin="0" leftmargin="0" onLoad="return rotate();">

You have used the attribute named above in your document, but the document type you are using does not support that attribute for this element. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Transitional" document type to get the "target" attribute), or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS to achieve the desired effect instead).

This error may also result if the element itself is not supported in the document type you are using, as an undefined element will have no supported attributes; in this case, see the element-undefined error message for further information.

How to fix: check the spelling and case of the element and attribute, (Remember XHTML is all lower-case) and/or check that they are both allowed in the chosen document type, and/or use CSS instead of this attribute.


3.

Line 150, column 31: there is no attribute "LEFTMARGIN"

<body topmargin="0" leftmargin="0" onLoad="return rotate();">


4.

Line 173, column 87: required attribute "ALT" not specified

...bgTopLeft.png" width="26" height="60"><td>

The attribute given above is required for an element that you've used, but you have omitted it. For instance, in most HTML and XHTML document types the "type" attribute is required on the "script" element and the "alt" attribute is required for the "img" element.

Typical values for type are type="text/css" for <style> and type="text/javascript" for <script>.


5.

Line 177, column 20: there is no attribute "HEIGHT"

<table height="36" border="0" cellspacing="0" cellpadding="0">


6.

Line 179, column 44: document type does not allow element "FORM" here

<form action="/index.php" method="get">

The element named above was found in a context where it is not allowed. This could mean that you have incorrectly nested elements -- such as a "style" element in the "body" section instead of inside "head" -- or two elements that overlap (which is not allowed).

One common cause for this error is the use of XHTML syntax in HTML documents. Due to HTML's rules of implicitly closed elements, this error can create cascading effects. For instance, using XHTML's "self-closing" tags for "meta" and "link" in the "head" section of a HTML document may cause the parser to infer the end of the "head" section and the beginning of the "body" section (where "link" and "meta" are not allowed; hence the reported error).


7.

Line 181, column 11: document type does not allow element "TR" here

<tr>


8.

Line 183, column 45: element "NOBR" undefined

... <td class="title" colspan="4"><nobr>Search Our Casino Directory</nobr></td>

You have used the element named above in your document, but the document type you are using does not define an element of that name. This error is often caused by incorrect use of the "Strict" document type with a document that uses frames (e.g. you must use the "Frameset" document type to get the "<frameset>" element), or by using vendor proprietary extensions such as "<spacer>" or "<marquee>" (this is usually fixed by using CSS to achieve the desired effect instead).


9.

Line 189, column 11: document type does not allow element "TR" here

<tr>


10.

Line 191, column 108: required attribute "ALT" not specified

...earchLeft.png" width="31" height="38"></td>


11.

Line 199, column 93: required attribute "ALT" not specified

...earchRight.png" width="8" height="38"></td>


12.

Line 205, column 13: end tag for "TABLE" which is not finished

</table>

Most likely, You nested tags and closed them in the wrong order. For example <p><em>...</p> is not acceptable, as <em> must be closed before <p>. Acceptable nesting is: <p><em>...</em></p>

Another possibility is that you used an element (e.g. 'ul') which requires a child element (e.g. 'li') that you did not include. Hence the parent element is "not finished", not complete.


13.

Line 209, column 88: required attribute "ALT" not specified

...gTopRight.png" width="26" height="60"><td>


14.

Line 223, column 68: required attribute "ALT" not specified

...c="./images/mapSmall.png" width="114" height="64">


15.

Line 231, column 89: document type does not allow element "FORM" here

....com/?action=subscribe" method="post">


16.

Line 233, column 11: document type does not allow element "TR" here

<tr>


17.

Line 239, column 11: document type does not allow element "TR" here

<tr>


18.

Line 250, column 11: document type does not allow element "TR" here

<tr>


19.

Line 259, column 71: document type does not allow element "FORM" here

...p://nationalcasinodirectory.com/" method="get">


20.

Line 263, column 11: document type does not allow element "TR" here

<tr>


21.

Line 280, column 11: document type does not allow element "TR" here

<tr>


22.

Line 297, column 11: document type does not allow element "TR" here

<tr>


23.

Line 320, column 148: required attribute "ALT" not specified

...banner0" src="" border="0" hspace="3"></a></td>


24.

Line 332, column 192: required attribute "ALT" not specified

...0" width="120" height="40" hspace="3"></a></td>


25.

Line 365, column 138: required attribute "ALT" not specified

...tory.com/" title="Washington Casinos">


26.

Line 367, column 130: required attribute "ALT" not specified

...irectory.com/" title="Oregon Casinos">


27.

Line 369, column 161: required attribute "ALT" not specified

...tory.com/" title="California Casinos">


28.

Line 371, column 138: required attribute "ALT" not specified

...directory.com/" title="Idaho Casinos">


29.

Line 373, column 140: required attribute "ALT" not specified

...irectory.com/" title="Nevada Casinos">


30.

Line 375, column 138: required attribute "ALT" not specified

...rectory.com/" title="Arizona Casinos">


31.

Line 377, column 148: required attribute "ALT" not specified

...odirectory.com/" title="Utah Casinos">


32.

Line 379, column 135: required attribute "ALT" not specified

...rectory.com/" title="Montana Casinos">


33.

Line 381, column 138: required attribute "ALT" not specified

...rectory.com/" title="Wyoming Casinos">


34.

Line 383, column 142: required attribute "ALT" not specified

...ectory.com/" title="Colorado Casinos">


35.

Line 385, column 145: required attribute "ALT" not specified

...tory.com/" title="New Mexico Casinos">


36.

Line 387, column 184: required attribute "ALT" not specified

...directory.com/" title="Texas Casinos">


37.

Line 389, column 150: required attribute "ALT" not specified

...ectory.com/" title="Oklahoma Casinos">


38.

Line 391, column 138: required attribute "ALT" not specified

...irectory.com/" title="Kansas Casinos">


39.

Line 393, column 158: required attribute "ALT" not specified

...ectory.com/" title="Nebraska Casinos">


40.

Line 395, column 153: required attribute "ALT" not specified

...ry.com/" title="South Dakota Casinos">


41.

Line 397, column 145: required attribute "ALT" not specified

...ry.com/" title="North Dakota Casinos">


42.

Line 399, column 140: required attribute "ALT" not specified

...ctory.com/" title="Minnesota Casinos">


43.

Line 401, column 134: required attribute "ALT" not specified

...odirectory.com/" title="Iowa Casinos">


44.

Line 403, column 158: required attribute "ALT" not specified

...ectory.com/" title="Missouri Casinos">


45.

Line 405, column 150: required attribute "ALT" not specified

...ectory.com/" title="Arkansas Casinos">


46.

Line 407, column 160: required attribute "ALT" not specified

...ctory.com/" title="Louisiana Casinos">


47.

Line 409, column 156: required attribute "ALT" not specified

...ctory.com/" title="Wisconsin Casinos">


48.

Line 411, column 158: required attribute "ALT" not specified

...ectory.com/" title="Illinois Casinos">


49.

Line 413, column 164: required attribute "ALT" not specified

...ory.com/" title="Mississippi Casinos">


50.

Line 415, column 140: required attribute "ALT" not specified

...rectory.com/" title="Alabama Casinos">


51.

Line 417, column 144: required attribute "ALT" not specified

...ctory.com/" title="Tennessee Casinos">


52.

Line 419, column 158: required attribute "ALT" not specified

...ectory.com/" title="Kentucky Casinos">


53.

Line 421, column 156: required attribute "ALT" not specified

...rectory.com/" title="Indiana Casinos">


54.

Line 423, column 161: required attribute "ALT" not specified

...ectory.com/" title="Michigan Casinos">


55.

Line 425, column 150: required attribute "ALT" not specified

...odirectory.com/" title="Ohio Casinos">


56.

Line 427, column 148: required attribute "ALT" not specified

...rectory.com/" title="Georgia Casinos">


57.

Line 429, column 156: required attribute "ALT" not specified

...rectory.com/" title="Florida Casinos">


58.

Line 431, column 161: required attribute "ALT" not specified

....com/" title="South Carolina Casinos">


59.

Line 433, column 169: required attribute "ALT" not specified

....com/" title="North Carolina Casinos">


60.

Line 435, column 150: required attribute "ALT" not specified

...ectory.com/" title="Vigrinia Casinos">


61.

Line 437, column 159: required attribute "ALT" not specified

...y.com/" title="West Virginia Casinos">


62.

Line 439, column 150: required attribute "ALT" not specified

...ry.com/" title="Pennsylvania Casinos">


63.

Line 441, column 139: required attribute "ALT" not specified

...ectory.com/" title="New York Casinos">


64.

Line 443, column 146: required attribute "ALT" not specified

...directory.com/" title="Maine Casinos">


65.

Line 445, column 124: required attribute "ALT" not specified

...rectory.com/" title="Vermont Casinos">


66.

Line 447, column 136: required attribute "ALT" not specified

...y.com/" title="Massachusetts Casinos">


67.

Line 449, column 135: required attribute "ALT" not specified

...y.com/" title="New Hampshire Casinos">


68.

Line 451, column 133: required attribute "ALT" not specified

...ry.com/" title="Rhode Island Casinos">


69.

Line 453, column 129: required attribute "ALT" not specified

...tory.com/" title="New Jersey Casinos">


70.

Line 455, column 132: required attribute "ALT" not specified

...ory.com/" title="Connecticut Casinos">


71.

Line 457, column 126: required attribute "ALT" not specified

...ectory.com/" title="Delaware Casinos">


72.

Line 538, column 135: required attribute "ALT" not specified

...s/icoGold.png" width="10" height="10"> <img src="./images/icoGold.png" width=


73.

Line 538, column 191: required attribute "ALT" not specified

...s/icoGold.png" width="10" height="10"> <img src="./images/icoGold.png" width=


74.

Line 538, column 247: required attribute "ALT" not specified

...s/icoGold.png" width="10" height="10"> <img src="./images/icoGold.png" width=


75.

Line 538, column 303: required attribute "ALT" not specified

...s/icoGold.png" width="10" height="10"> <img src="./images/icoGold.png" width=


76.

Line 538, column 359: required attribute "ALT" not specified

...s/icoGold.png" width="10" height="10"> </td>


77.

Line 566, column 135: required attribute "ALT" not specified

...s/icoGold.png" width="10" height="10"> <img src="./images/icoGold.png" width=


78.

Line 566, column 191: required attribute "ALT" not specified

...s/icoGold.png" width="10" height="10"> <img src="./images/icoGold.png" width=


79.

Line 566, column 247: required attribute "ALT" not specified

...s/icoGold.png" width="10" height="10"> <img src="./images/icoGoldSilver.png"


80.

Line 566, column 309: required attribute "ALT" not specified

...oldSilver.png" width="10" height="10"> <img src="./images/icoSilver.png" widt


81.

Line 566, column 367: required attribute "ALT" not specified

...icoSilver.png" width="10" height="10"> </td>


82.

Line 595, column 135: required attribute "ALT" not specified

...s/icoGold.png" width="10" height="10"> <img src="./images/icoGold.png" width=


83.

Line 595, column 191: required attribute "ALT" not specified

...s/icoGold.png" width="10" height="10"> <img src="./images/icoGold.png" width=


84.

Line 595, column 247: required attribute "ALT" not specified

...s/icoGold.png" width="10" height="10"> <img src="./images/icoSilver.png" widt


85.

Line 595, column 305: required attribute "ALT" not specified

...icoSilver.png" width="10" height="10"> <img src="./images/icoSilver.png" widt


86.

Line 595, column 363: required attribute "ALT" not specified

...icoSilver.png" width="10" height="10"> </td>


87.

Line 629, column 135: required attribute "ALT" not specified

...s/icoGold.png" width="10" height="10"> <img src="./images/icoGold.png" width=


88.

Line 629, column 191: required attribute "ALT" not specified

...s/icoGold.png" width="10" height="10"> <img src="./images/icoGold.png" width=


89.

Line 629, column 247: required attribute "ALT" not specified

...s/icoGold.png" width="10" height="10"> <img src="./images/icoSilver.png" widt


90.

Line 629, column 305: required attribute "ALT" not specified

...icoSilver.png" width="10" height="10"> <img src="./images/icoSilver.png" widt


91.

Line 629, column 363: required attribute "ALT" not specified

...icoSilver.png" width="10" height="10"> </td>


92.

Line 658, column 127: required attribute "ALT" not specified

...icoSilver.png" width="10" height="10"> <img src="./images/icoSilver.png" widt


93.

Line 658, column 185: required attribute "ALT" not specified

...icoSilver.png" width="10" height="10"> <img src="./images/icoSilver.png" widt


94.

Line 658, column 243: required attribute "ALT" not specified

...icoSilver.png" width="10" height="10"> <img src="./images/icoSilver.png" widt


95.

Line 658, column 301: required attribute "ALT" not specified

...icoSilver.png" width="10" height="10"> <img src="./images/icoSilver.png" widt


96.

Line 658, column 359: required attribute "ALT" not specified

...icoSilver.png" width="10" height="10"> </td>


97.

Line 716, column 148: required attribute "ALT" not specified

...banner1" src="" border="0" hspace="3"></a></td>


98.

Line 728, column 193: required attribute "ALT" not specified

...0" width="120" height="40" hspace="3"></a></td>


99.

Line 748, column 102: required attribute "ALT" not specified

...s/icoGold.png" width="10" height="10"> <img src="./images/icoGold.png" width=


100.

Line 748, column 158: required attribute "ALT" not specified

...s/icoGold.png" width="10" height="10"> <img src="./images/icoGold.png" width=


101.

Line 748, column 214: required attribute "ALT" not specified

...s/icoGold.png" width="10" height="10"> <img src="./images/icoGold.png" width=


102.

Line 748, column 270: required attribute "ALT" not specified

...s/icoGold.png" width="10" height="10"> <img src="./images/icoGold.png" width=


103.

Line 748, column 326: required attribute "ALT" not specified

...s/icoGold.png" width="10" height="10"> </td>


104.

Line 766, column 102: required attribute "ALT" not specified

...s/icoGold.png" width="10" height="10"> <img src="./images/icoGold.png" width=


105.

Line 766, column 158: required attribute "ALT" not specified

...s/icoGold.png" width="10" height="10"> <img src="./images/icoGold.png" width=


106.

Line 766, column 214: required attribute "ALT" not specified

...s/icoGold.png" width="10" height="10"> <img src="./images/icoGoldSilver.png"


107.

Line 766, column 276: required attribute "ALT" not specified

...oldSilver.png" width="10" height="10"> <img src="./images/icoSilver.png" widt


108.

Line 766, column 334: required attribute "ALT" not specified

...icoSilver.png" width="10" height="10"> </td>


109.

Line 784, column 102: required attribute "ALT" not specified

...s/icoGold.png" width="10" height="10"> <img src="./images/icoGold.png" width=


110.

Line 784, column 158: required attribute "ALT" not specified

...s/icoGold.png" width="10" height="10"> <img src="./images/icoGold.png" width=


111.

Line 784, column 214: required attribute "ALT" not specified

...s/icoGold.png" width="10" height="10"> <img src="./images/icoSilver.png" widt


112.

Line 784, column 272: required attribute "ALT" not specified

...icoSilver.png" width="10" height="10"> <img src="./images/icoSilver.png" widt


113.

Line 784, column 330: required attribute "ALT" not specified

...icoSilver.png" width="10" height="10"> </td>


114.

Line 802, column 102: required attribute "ALT" not specified

...s/icoGold.png" width="10" height="10"> <img src="./images/icoGold.png" width=


115.

Line 802, column 158: required attribute "ALT" not specified

...s/icoGold.png" width="10" height="10"> <img src="./images/icoGold.png" width=


116.

Line 802, column 214: required attribute "ALT" not specified

...s/icoGold.png" width="10" height="10"> <img src="./images/icoSilver.png" widt


117.

Line 802, column 272: required attribute "ALT" not specified

...icoSilver.png" width="10" height="10"> <img src="./images/icoSilver.png" widt


118.

Line 802, column 330: required attribute "ALT" not specified

...icoSilver.png" width="10" height="10"> </td>


119.

Line 820, column 104: required attribute "ALT" not specified

...icoSilver.png" width="10" height="10"> <img src="./images/icoSilver.png" widt


120.

Line 820, column 162: required attribute "ALT" not specified

...icoSilver.png" width="10" height="10"> <img src="./images/icoSilver.png" widt


121.

Line 820, column 220: required attribute "ALT" not specified

...icoSilver.png" width="10" height="10"> <img src="./images/icoSilver.png" widt


122.

Line 820, column 278: required attribute "ALT" not specified

...icoSilver.png" width="10" height="10"> <img src="./images/icoSilver.png" widt


123.

Line 820, column 336: required attribute "ALT" not specified

...icoSilver.png" width="10" height="10"> </td>


124.

Line 849, column 148: required attribute "ALT" not specified

...banner2" src="" border="0" hspace="3"></a></td>


125.

Line 870, column 60: there is no attribute "VALIGN"

<div align="right" style="padding-right: 10px" valign="bottom">

Last edited by php~pro; 09-24-04 at 07:51 PM.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
  #3 (permalink)  
Old 10-01-04, 05:27 AM
Salty777 Salty777 is offline
Newbie Coder
 
Join Date: Sep 2004
Posts: 10
Thanks: 0
Thanked 0 Times in 0 Posts
Actually its a huge PHP database with automated searches automated pages, automated banner rotation, auto newsletter....and many other options!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiShare on FacebookShare on Stumble UponShare on Twitter
Reply With Quote
Reply

Bookmarks

Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
website design problem :-( nick1 CSS 3 07-24-05 07:40 AM
FS: Prozilla Memberships (Turnkey Sites) - $10-15 less than Retail! rockergrrl General Advertisements 0 08-11-04 01:05 AM
website design problem :-( nick1 HTML/XHTML/XML 1 06-30-04 01:31 PM
running website from CD taher786 Script Requests 2 08-20-03 10:04 AM


All times are GMT -5. The time now is 10:46 PM.
vBulletin® Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.