Renlok Posted November 7, 2006 Share Posted November 7, 2006 [url=http://welink.ej.am]http://welink.ej.am[/url]its a free direcory site still working on a few bits and peices but mostly done. Quote Link to comment https://forums.phpfreaks.com/topic/26478-welink/ Share on other sites More sharing options...
redbullmarky Posted November 7, 2006 Share Posted November 7, 2006 hmmm. Excuse the bluntness here1) what is it? it's not immediately obvious at all.2) you have two of the worst fonts you could pick on one page. the default font, and Comic Sans.3) it's very green4) the goooooooooooooooooogle ads jump out too much. i hate gooooooogle ads when there appears to be no effort to place them properly, rather just throwing them on the page to gain clicks and revenue. passing them off also as 'Our sponsors' is not good either. it just seems kinda misleading.5) the page [url=http://validator.w3.org/check?uri=http%3A%2F%2Fwelink.ej.am%2F]has no DOCTYPE and does not validate[/url]. for such a basic site to validate is not great, TBH Quote Link to comment https://forums.phpfreaks.com/topic/26478-welink/#findComment-121135 Share on other sites More sharing options...
steviewdr Posted November 7, 2006 Share Posted November 7, 2006 I get errors:Notice: SSI.php was unable to load a session! This may cause problems with logout and other functions - please make sure SSI.php is included before *anything* else in all your scripts! in /home/renlok/public_html/SSI.php on line 158Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/renlok/public_html/header.inc.php:2) in /home/renlok/public_html/header.inc.php on line 5Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/renlok/public_html/header.inc.php:2) in /home/renlok/public_html/header.inc.php on line 5-steve Quote Link to comment https://forums.phpfreaks.com/topic/26478-welink/#findComment-121202 Share on other sites More sharing options...
Renlok Posted November 8, 2006 Author Share Posted November 8, 2006 thanks for feedback and what does [quote]the page has no DOCTYPE and does not validate. for such a basic site to validate is not great, TBH[/quote]mean? im noob ^o^ Quote Link to comment https://forums.phpfreaks.com/topic/26478-welink/#findComment-121834 Share on other sites More sharing options...
redbullmarky Posted November 8, 2006 Share Posted November 8, 2006 doctype is what goes right at the top of your page. such as:[code]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml">[/code]right click/view source of most web pages and you'll see a bunch of stuff like that - all which serves the purpose of making sure your document is handled correctly by the client browser. Quote Link to comment https://forums.phpfreaks.com/topic/26478-welink/#findComment-121841 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.