HTML - Yikes! Need Some Extreme Optimization.
Alright, well, I have been redesigning my website, and what I usually do when designing a website is design it, clean it up, then optimize it as best as I can.
Well, usually my trusty little web page speed test, apparently my new design is SUPER slow. It failed 4/7 areas for speed. Note: This is the first time that I've designed all of the images and coding for my site, I used to just find a template, then redesign it to fit my needs. Anywho, here's my page: www.letarde.com/new Can someone tell me why it is failing the speed test? PS: After looking closer at the speed test, apparently my entire page is almost 300KB!!!!!! What the heck! Similar TutorialsOk, here is the code to view my polls results. It is supposed to view the poll in the same division as the poll is posted... however this code doesn't work very well when having the page in a folder other than the main directory: Code: <a href="$this->form_forward?action=results&poll_ident=$poll_id">$pollvars[result_text]</a> Click the "view results" page on the homepage: http://www.pzfantasyfootball.com to see what its supposed to do... Then click the view results on this page: http://www.pzfantasyfootball.com/ran...lyrankings.php to get an error message. I tried sticking http://www.pzfantasyfootball.com in front of the code I gave... but the result was it opening the results in a big white screen, rather than in the same position. Help would be greatly appreciated! First I am not sure if this is the right place to post this, it might need to be in a different language section. Sorry for that if it is. I need to create a set of drop down boxes, most likely 6. Each box needs to have 4-5 different options in it. There is no order in which they need to be set up because the user HAS TO be able to start with whatever box they want. From their choice in the first box, certain selections in the other drop down boxes would have to be eliminated. Same with the second, third and so on. There can be no predetermined order of what one they start with because not all the boxes will apply to every user. Another way to imagine the basic concept if I am not clear enough is go to any car website like kbb.com. When you first select the company who makes your car, Honda for example, the next box over will bring up a list of all the cars Honda makes. Then when you choose the car, Accord for example, the next box will give you the option of the manual or automatic and so on. I am kind of looking for this functionally, but I need it to be where you can start with any box and no matter what you choose in the first box, it does not eliminate all other choices, just 1 or 2 from each box (based on the selection). I know this is kind of hard to understand, it is even harder for me to describe. lol. If you can give me any help that would be wonderful, even if it is just a language this would be able to be accomplished in. I would really like there to be a web version for a website as well as a stand alone program to run on computers (this will probably be done in C# I am guessing). Thank you so much, Brian Stoiber Is it possible to set a table's width as something like this? HTML Code: <table width="100%-100px"> Hello, I have a simple problem and tried to google but did not get anything much. I want a simple HTML page which had a image aligned absolutely to the right in the middle and touching the scrollbar. Now, I can achieve this by having the image as the body background. However, when I use it in a image tag, it is aligned to the right ut there is space between the scrollbar and image. about a centimeter. Can anyone help.? Please note that there is no text just a image which has a map tag. I just need to align it to the extreme left or right touching the browser. this works great. if I put the no repeat option Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>S</title> </head> <body background ="6.jpg"> </body> </html> however when I use as a regular image there is a gap. Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <title>S</title> </head> <body> <img src = "6.jpg" align = right> </body> </html> Thanks, Sunil I have recently become interested in code optimization and to that effect I would like to ask you a simple question for now and more later using the same thread. I know that things like images and videos are probably going to be the biggest bandwidth hogs on my computer, so I was wondering if hosting them on my own site is a mistake. Should I link them using something like imageshack and youtube? What would be the main differences? could someone tell me different techniques for proper SEO besides meta words and whatnot. Thanks, Tham. |