HTML - Image Request Headers
If I have an image on my web server how do I monitor the requests made for that image? i.e record the ip address and browser that made each request.
Thanks Similar TutorialsHi everyone. Was just wondering out of interest, what everyone's preferred method for their website headers is. Which of these do you prefer? 1. Setting background attributes for a #background div via your css file. 2. Having the image and anything else in an include file and using php includes. 3. Placing the code directly within your header div in the main code page. Of these three, no.3 is one I generally just don't do. The other two are both good options I think. With 1, a problem that arises is you are unable to use the alt attribute for any images set via your CSS file, which obviously falls down on the accessibility side. With 2, you can set an alt attribute for any images, I therefore prefer this method. Hello Everyone, I have had a continuing problem where I have a small to midsize gap in my header on my site, The Final Fight.com. I also have the same problem with my forums, which the gap became apparent when I made a new forum skin that matches our homepage. Any Help with this problem would be GREATLY appreciated. Thanks, MAYH3M why doesnt ebay use headers? h1 h2 ect.. I viewed the source and was surprised not to find a h1, h2 or h3 ect.. I am just wondering if anyone knows why eBay isn't web standards compliant? Code: <h1>Kookaburras from<br /> The Margaret River Rock</h1> I need to align that but i don't know how. Since h1 doesn't have an align attribute in XHTML and I'm not experienced in it at all. Thanks. Hi, I have just started to manage a website on Wordpress. There is a header at the top of every page. It used to say the name of the website, but for some reason it has changed to the name of a post that was made a long time ago. Does anyone know how to change this header? Thank you very much. I know this is very rudimentary, but Im having trouble getting the header and footer of my site to bleed off the page. Right now I have it contained, and you can see that there is negative space around these elements. See here http://sassnyc.com/stage/andrewsass.com/ I'm trying to figure out how to fix this, and I know its simple... I am going to do my first website, and I need headings at the top of the page with , Home, Products, Services and Contact headings at the top but I need them to be inside a rectangular tab with round edges. So I need help in information on whether I have to format or style the headings with css eg. h1.one font-family etc etc. and then on the header <h1 class="one"> etc etc. I might be wrong but is there way I can get the headers I want to be round edged? I am new to html so my answer might have been totally wrong just using my own assumptions. Thanks for help and if someone has ideas for other type of header styles I could use I will appreciate the info. Alright, this is an admittedly novice question but I haven't been able to figure it out yet and would love some help. I'm currently coding a website (my first, clearly) that will ultimately have a large number of pages. I understand the value of writing semantic code and pairing it with an external style sheet to make changes in design quick and easy across a website. My question is, how do you code common elements across the website (ie headers, navigation bars, footers, etc) so that making a change only once (such as adding a tab to the navigation bar) will change it across the site, without having to change the code on each individual page? I understand that you can do this with php, but it doesn't seem to be the common solution. Is there another way to accomplish this without php? Thanks in advance everybody! Just getting my feet wet. using XMLSpy stylesheet designer to help guide. I'm converting XML to HTML, which is Microsoft's recommended way of controlling the import of XML into Excel. I've got the stylesheet below in productive use. However, I want to make one key change. I want the name of XML elements to become the text column headings so I can deal with files that have dynamic column names. Suggestions appreciated. Here is typical XML: <NewDataSet> <Table> <Name>Linda Britt</Name> <RFQCount>324</RFQCount> <RFQResponseCount>556</RFQResponseCount> </Table> </NewDataSet> Here is the stylesheet. See comments regarding what I'm trying to change. <xsl:template match="/"> <html> <head></head> <body> <xsl:for-each select="NewDataSet"> <xsl:for-each select="Table"> <xsl:if test="position()=1"> <xsl:text disable-output-escaping="yes"><table border="0"></xsl:text> </xsl:if> <xsl:if test="position()=1"> <thead> <tr> <td > <span>Buyer Name</span> COMMENT: I want this to be "Name" from element name. </td> <td > <span># RFQs</span> COMMENT: I want this to be "RFQCount" from element name. </td> <td > <span># Responses</span> </td> </tr> </thead> </xsl:if> <xsl:if test="position()=1"> <xsl:text disable-output-escaping="yes"><tbody></xsl:text> </xsl:if> <tr> <td> <xsl:for-each select="Name"> <xsl:apply-templates/> </xsl:for-each> </td> <td> <xsl:for-each select="RFQCount"> <xsl:apply-templates/> </xsl:for-each> </td> <td> <xsl:for-each select="RFQResponseCount"> <xsl:apply-templates/> </xsl:for-each> </td> </tr> <xsl:if test="position()=last()"> <xsl:text disable-output-escaping="yes"></tbody></xsl:text> </xsl:if> <xsl:if test="position()=last()"> <xsl:text disable-output-escaping="yes"></table></xsl:text> </xsl:if> </xsl:for-each> </xsl:for-each> </body> </html> </xsl:template> </xsl:stylesheet> Hi: I am new to this group and to html programming .. sort of. I am trying to find a way to display http headers from an html file (index.html) The scenario is that I can display the http header variable and value information in my apache access.log file by setting the logformat in the httpd.conf file; and I need to verify that these are all available in the launched index.html file And recommedations greatly appreciated. Ron I need just a small text box and a submit button, when the text is written in the box, and submit pressed, it would change a code value. For example, if my code is: <input type="hidden" name="return_url_target" value="1"> I type in the text box 3, and press submit, then code is: <input type="hidden" name="return_url_target" value="3"> Lastly, it would need to be pre defined values (but not visibly), so for example, it would change target code value to 3, but not 4 even if you tried. If it is not too much trouble, i would love to have a version without a pre defined value, and one with a visible pre determined values (for example, shows all possible values when clicked, if you can just tell me the code, i can change it myself). Is this doable? This is the only thing that I need for my website, and I dont want to spend hours to learn a language, that I'm only going to use once. I would be truly grateful if someone would help me just a bit hello, the current navigation bar script i am using kinda.. laggs. does anyone have a better script i can use? im not done giving each button a link code. the bar has images. the code i am looking for doesnt need to be html format. it can be css or whatever. <a href="http://www.entertainmentcenter.com"><img src="button1.jpg" onmouseover="this.src='button1c.jpg';" onmouseout="this.src='button1.jpg';"/></a> <img src="button2.jpg" onmouseover="this.src='button2c.jpg';" onmouseout="this.src='button2.jpg';"/> <a href="Games Index/index.html"><img src="button3.jpg" onmouseover="this.src='button3c.jpg';" onmouseout="this.src='button3.jpg';"/></a> <img src="button4.jpg" onmouseover="this.src='button4c.jpg';" onmouseout="this.src='button4.jpg';"/> <img src="button5.jpg" onmouseover="this.src='button5c.jpg';" onmouseout="this.src='button5.jpg';"/> Hey all, New user here, wanted to ask a bit of help from some of you web gurus. I am currently assisting my company at work to make some modifications to our website. What I need done is probably really simple for some of you advanced guys on here, but I am not a web master by trade and it's really got me stumped! You see, I have a simple table with some image thumbnails on it. Above this table is a slightly larger view of one of the thumbs. (See attached code example) Now when I hover my mouse over one of the smaller thumbs, I would like the larger image above the table to change to whatever image is being hovered over. So if the user hovers the '3' on the thumbnail table, the top most image will change accordingly to display the '3' in the larger view. I have also attached the html document if it is any assistance.. And here's a snippet of my code: <html> <head> <meta http-equiv="Content-Language" content="en-us"> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> </head> <body> <p> <a style="text-decoration: none" href="../mysite/somewhere.html"> <img src="1.jpg" width="350" height="233" align="middle" border="0" /></a></p> <table border="1" width="31%"> <tr> <td width="99"> <a style="text-decoration: none" href="../mysite/somewhere"> <img border="0" src="1.jpg" width="243" height="162" id="img2"></a></td> <td width="107"> <a style="text-decoration: none" href="../mysite/somewhere"> <img border="0" src="2.jpg" width="243" height="162"></a></td> <td> <a style="text-decoration: none" href="../mysite/somewhere.html"> <img border="0" src="3.jpg" width="243" height="162"></a></td> </tr> <tr> <td width="99"> <a style="text-decoration: none" href="../mysite/somewhere.html"> <img border="0" src="4.jpg" width="243" height="162"></a></td> <td width="107"> <a style="text-decoration: none" href="../mysite/Somewhere.html"> <img border="0" src="5.jpg" width="243" height="162"></a></td> <td> <a href="../mysite/somewhere.html"> <img border="0" src="6.jpg" width="243" height="162"></a></td> </tr> <tr> <td width="99"> <a style="text-decoration: none" href="../mysite/somewhere.html"> <img border="0" src="7.jpg" width="243" height="162"></a></td> <td width="107"> <a style="text-decoration: none" href="../mysite/somewhere.html"> <img border="0" src="8.jpg" width="243" height="162"></a></td> <td> <a style="text-decoration: none" href="../mysite/somewhere.html"> <img border="0" src="9.jpg" width="243" height="162"></a></td> </tr> </table> </body> </html> Thank you guys for your time! So Ive been working on an HTML website and everything is going the way I want, except one thing. Everytime my pages load, a message pops up as shown in my attachment in this post. If anyone could help me get rid of this pop up message, I'd appreciate it a lot. I figure it has something to do with my HTML code. Do let me know if you need any other information to help me out thanks Hi, I've been searching for a forum where I can request a web template and was directed to this one. There are so many categories that I'm not sure if i posted in the right one. So may someone please create or find me a template resembling this one http://ezdocfiler.com. it will be greatly appreciated. Theres not much to it, i have the flash object already i just need the outer template. The Flash Hey guys, I have been trying to find a simple code example that will act as a start page to a website that i am building. I have seen this type of layout on many sites but i can't for the life of me find the code being used. Source code states that CSS is being used but i am wondering if HTML can be used instead. This is only for the sake of simplicity. I don't mind using HTML. The page is built and functions as follows: 1.Black background 2.Logo in center, hyperlinked 3.Site info in tiny text at bottom The page does not have a cursor(s) and the image/logo is always centered whether window is toggled in floting or maximized mode. I can't seem to find code that will enable this feature ie: automatic centering of image in the middle of the page. Also the image is protected. You canot right click it, only click on it to be lead to another link. Last but not least, the source is completely blank or in other words protected. I would like to know how this can be done. I could probably find out about most of the code if lead in the right direction but most importantly and to begin with is the code used to automatically center an image in the page and have it displayed without cursors on the right or bottom. Could someone please point me in the right direction/forum to get help with this ? Thank you for your time. Regards, Mike Dear group: My html skills are, according to the programmers on USENET, "circa 1987." And I'm sure this is true; I'm self-taught and have not learned CSS yet. Yet my pages seem to work, and I'm making an okay income. However, on some of my pages there is a line in the right margin of the central box and I'm not able to remove it, no matter what I try. I tried changing the size of the main, central box, and also tried adding centers. Nothing seems to work. This doesn't occur on my other 300 or so pages, so it's some small thing I'm not seeing. Could someone help me with this? I'm stuck. Page is at: http://beststudentviolins.com/resources.html <gnashing of teeth> Thanks!!! Hi There all, I have been looking around for tabs on the search engines. unfortunately all I can find is tabs with tabs . Below is 3 examples that I made with photoshop to give you an idea of what I am looking for. A tab type format without the tabs. The selector looks like a normal text type link line on top and on bottom but when the selected text is clicked it displays the content of the selected below/above (within the div box I think) it. I know that possibly <div>'s are involved but I have been struggling to figure out how to do this without the tabs that I see on the internet, and failed to design it so it looks like the images below. Can someone help me figure this out? Can this be done with just css or do I also need javascript as well?. As always, Thank you in Advance hi guys, this will make no sense why I want to do it, but its part of a bigger thing. I want a text box on a page, with a button next to it, (like google.com) you put in a *TextStringVariable* in the text box. you click the button. this launches a new browser with the url http://www.hyperthetical.com.au/*TextStringVariable* I only have front page by the way. I am thinking this is a piece of cake to those who know. I hope someone will help me. Cheers R Hi, How can I make a request line for Sam broadcaster? I have an example of what i want but I do not know how to change it to make it work for my radio website, it is: http://www.habboxlive.com/v4/requestline.php thanks. |