I have the following issues on a website, would like to know how would you resolve these issue? 1- CSS is not used efficient. 2- Search engine need to be optimized. 3- Java Scripts are placed between HTML tags. 4- Redirecting homepage through JS code, using client side 5- Web page delay, a lot of objects. 6- Disable listings directories from apache (how) 7- web not compatible with Firefox Thanks -mu
On 02/08/09 14:41, madunix wrote:> I have the following issues on a website, would like to know how would > you resolve these issue? > > 1- CSS is not used efficient. > 2- Search engine need to be optimized. > 3- Java Scripts are placed between HTML tags. > 4- Redirecting homepage through JS code, using client side > 5- Web page delay, a lot of objects. > 6- Disable listings directories from apache (how) > 7- web not compatible with Firefox > > Thanks > -mu > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centos > > >Hmm, seems to be like it needs a "complete overhaul" meaning... probably best to start from scratch. As for disabling listings. There is two methods. one of which is to edit httpd.conf and the other is if .htaccess is enabled, then you could use some .htaccess lines to do so. Be careful with .htaccess, could lead to exploitation if not made properly. And it does not compatible with Firefox either? Who would do that? It's kind of like disabling half the internet users. Anyhow, assuming the web server is Linux, to disable directory listing edit this file: /etc/httpd/conf/httpd.conf You should fine a line like so:* * Options All Indexes FollowSymLinks MultiViews Change to: Options All FollowSymLinks MultiViews That should do the trick :-) Hope this helps somewhat :-) -- Jake
madunix wrote:> I have the following issues on a website, would like to know how would > you resolve these issue?hire someone who knows what they are doing to fix it for me. Or go to the person who wrote it originally and have them fix it. I'm not a web developer, so that's why I'd hire someone, or some company. nate
On Sun, Aug 2, 2009 at 8:41 AM, madunix<madunix at gmail.com> wrote:> I have the following issues on a website, would like to know how would > you resolve these issue?In a later post, I think you said you had about 150 errors, when you ran it through an HTML validation check. Sounds like it was produced with something like M$ FrontPage 2000, which I am still using on 2 of our web sites and is known to produce terrible HTML. <snip>> 2- Search engine need to be optimized.The Meta Keywords Tag The Meta Keywords Tag should contain ONLY keywords which are also found in the viewable text on the page and be 874 characters or less in length (less is better). Make sure all keywords are found in the viewable text on the web page! I believe 20 keywords is the maximum suggested. Google AdWords Keyword Tool is described on this URL: http://www.wordstream.com/adwords-keyword-tool https://adwords.google.com/select/KeywordToolExternal You want a robots.txt file - http://www.robotstxt.org/ Information about robtots.txt file on this URL: http://www.robotstxt.org/robotstxt.html Good information about creating Meta Tags on this URL: http://www.metatags.org/create_metatags Better if Meta Tag "title" begins with a word that starts with A, B or C Below URL for KompoZer WYSIWYG HTML editor http://www.thesitewizard.com/topics/kompozer.shtm I've recently begun using KompoZer (on CentOS 5.3) for a new web site and it produces much better HTML. :-)> 5- Web page delay, a lot of objects.Try to keep it as clean and simple as is possible, so it will load more quickly. Slow loading pages discourage visitors and the majority of them will leave, before the page finishes loading. <snip>> 7- web not compatible with FirefoxThat is impossible to accept. If it is not a configuration setting in the program you have used to create the web site, you must begin using another, up to date program. HTH
Madunix wrote on Sun, 2 Aug 2009 15:41:29 +0200:> I have the following issues on a website, would like to know how would > you resolve these issue?Why? This questions is really not appropriate for this list. This list tolerates off-topic questions, up to a limit, I consider this question way over the limit. Please do not abuse this list. Thanks. Kai -- Kai Sch?tzl, Berlin, Germany Get your web at Conactive Internet Services: http://www.conactive.com