- This topic is empty.
-
AuthorPosts
-
May 25, 2013 at 11:36 pm #833255
Anonymous
Inactivejust doe a a search for w3C validator and enter in your URL… do not be scared to see a few hundred issues

The W3C Markup Validation Service
also check speed with WebPagetest – Website Performance and Optimization Test
May 26, 2013 at 7:36 pm #833270
cuddlypawsMemberMay 27, 2013 at 9:44 am #833272
JennyMemberYou can also try some extensions offered in Chrome for free. They are convenient because you don’t have to go to any particular site, unually just checking with a command within the browser.
May 27, 2013 at 6:52 pm #833276Anonymous
InactiveI use the W3c HTML Validator add-on for Fire Fox. Once installed,
You visit your site or page and then from the FF ToolBar, select Tools > Web Developer > Page SourceThe source file opens in the top pane while the validation errors in the bottom pane.
I then click “Type” in the validation errors (bottom) pane to sort the errors by type.
You can click on an error and its highlighted in the top pane (source).Errors like ‘entity’ can be ingnored but I do use it to to find open tags and missing attributes like ALT for example.
for example – heaven4casinos
first error is at line 16 (that should be type= and not tyle=)
[PHP]
[/PHP]
June 1, 2013 at 12:56 am #833374Anonymous
InactiveI’ll use a couple, Brokenlinkcheck.com to scan for broken links & Copyscape.com to check for duplicate content.
@byebyebaby 251518 wrote:
What website do you all use to check a website for mistakes, improvements and all?
Also what is W3C or something? How do I get this done good?
June 1, 2013 at 5:48 pm #833377
CasinoCouponsMemberXenu is a pretty decent little tool for checking broken backlinks and 404s. Its a freebie download btw.
June 2, 2013 at 11:18 am #833384
MissMMemberAll great, thanks a lot guys! Anybody know how to expand the cash time, or expire time, that’s the main error I get overall.
June 2, 2013 at 1:56 pm #833385Anonymous
Inactivethat is getting into server level changes.. or possibly some .htaccess mods to force cache/ header expires..
June 2, 2013 at 1:57 pm #833386Anonymous
Inactivetry this
in your root .htaccess file
Header unset ETag
FileETag None[php]
# 2 HOURS
Header set Cache-Control “max-age=7200, must-revalidate”
Header set Cache-Control “public”
Header set Expires “Thu, 15 Apr 2015 20:00:00 GMT”
[/php]
-
AuthorPosts