webpage

Web Page Counter

What is a free and easy way to capture hits to a page on my site. I do not want a counter to show up on the page. I do have a db as part of the website. Thanks ...

jQuery web page height

Let's say that a web page is twice the height of the browser window (thus there's a scroll bar). How do I retrieve the height of the web page in jQuery? ...

How to get the content of a remote page with JavaScript?

I have a URL of a remote page from a different domain which I have to download, parse, and update DOM of the current page. I've found examples of doing this using new ActiveXObject("Msxml2.XMLHTTP"), but that's limited to IE, I guess, and using new java.net.URL, but I don't want to use Java. Are there any alternatives? ...

How to efficiently determine if webpage comes from a website

I have some unknown webpages and I want to determine which websites they come from. I have example webpages from each website and I assume each website has a distinctive template. I do not need complete certainty, and don't want to use too much resources matching each webpage. So crawling each website for the webpage is out of the questi...

How to add to a mouseover javascript menu?

I currently started working on my school's website and have already encountered a problem. There has been a request to add a link to an existing menu that has been around for a couple of years. The menu is javascript and I really don't have any experience with it. I just know HTML. I think, but am not sure, that it's just mouseover and i...

How to display the output of a webcam on a webpage?

I want to develop a live chat application. To this end I need both audio and video control on my website. Does anyone have any idea how to achieve this? ...

Strange image load problem html/php

I have been trying to solve this strange problem with a website I am designing. The image for the logo doesn't load in Firefox - you need to hover your mouse over the ALT text that is displayed, and the logo will then load. This does not happen in IE - where the logo loads as it should. This just started happening, and I cannot seem...

What is the best way to store downloaded files?

Sorry for the bad title. I'm saving web pages. I currently use 1 XML file as an index. One element contains file created date (UTC), full URL (w. query string and what not). And the headers in a separate file with similar name but appended special extension. However, going at 40k (incl. header) files, the XML is now 3.5 MB. Recently I ...

How to download a webpage in every five minutes ?

I want to download a list of web pages. I know wget can do this. However downloading every URL in every five minutes and save them to a folder seems beyond the capability of wget. Does anyone knows some tools either in java or python or Perl which accomplishes the task? Thanks in advance. ...

download webpage by asp.net

given a url how can i download the webpage to my harddrive with asp.net e.g. if you open the url http://www.cnn.com in ie6 and use file save as, it will download the html page to your system. how can i achieve this by asp.net ...

evaluating/parsing javascript from a programatically downloaded webpage

I was wondering if there was some type of library (preferably for .NET) that allows a web page downloaded (for instance, using HttpWebResponse) that can evaluate javascript variables and evaluate and parse javascript procedures. ...

.NET - download a web page with multiple authentication

There is a particular secure web page that we are required to download and parse. Its from this parsed data we need to do a host of other things... The so-called 'multiple authentication' part goes like the follows: If you've hosted web sites on IIS and turned on the Integrated Security feature (with anonymous browsing turned off), you'...

What html/CSS/JS technology widgets does pagii.com use?

I am interested in creating a web page editor like the one used in pagii.com? It's unique among the web based editors I have seen in that it offers a great deal of customization. For example you can insert an image and drag it anywhere on the screen and resize it on the fly. The elements can be placed anywhere on the screen and layered i...

Website for generic web images used as background for header text?

For some web sites I want to have a header text on top of an image. I don't want the image to be a photo, a picture of anything nor a repeating textured background. I am not sure what I am looking for but the image needs to be subtle and not strong. An example could be random color waves. The idea is to use these images instead of a bor...

Multiple displays of the one image file on a web page = multiple http requests to the same file???

If I display abc.jpg 20 times on a web page, does loading of the web page cause 20 http requests to the abc.jpg? Or it depends if I am using relative or absolute paths? Thanks ...

SQL foreign keys with multiple tables

If I have three tables: music_genres ----------- music_type_id genres [other unique fields] minerals -------- mineral_id mineral [other unique fields] verbs ----- verb_id verbs [other unique fields] and these are populated with: rock jazz funk punk rock boulder stone shale rock wobble shake vibrate Now let's say I was displayin...

Log web page viewing sequence - even after BACK pressed

I have a log of web pages viewed by users. This is to facilitate diagnosis of problems, and review user activity (which can be revealing! and lead to improvements to the site) I log lots of data to enable recreating what the user did - all the Form variables, cookies, etc. I also log when the page finished rendering in the clients brow...

Embed xna game in a webpage

Is there a way to run an xna game from a web page without installing anything? Something similiar to java, silverlight or very close to a wpf browser applications (XBAP). Scenario: Go on webpage, Get asked to install the game. Game installs, game screen shows up in webpage. Can full screen, etc. The game is a full blown xna ...

Capture text selected on a web page (a la politico.com)

I'd like to be able to figure out the text that a user highlights on a given web page (we use jQuery if that helps), to capture and store in a database. Politico.com does this in a pretty slick way -- if you highlight text on an article page there and copy it, you copy not just the highlighted text but also a link back to the politico.c...

Javascript / jquery to stop loading heavy objects like image and flash on a webpage

Hi, Is there any way I can use JavaScript (or jquery) to stop loading unwanted objects on a webpage if i'm not interested in them. I use greasemonkey firefox addon to use bits of javascript for my better web experience and some sites use excessive flash and image content that is irrelevant to me. I'm able to hide their display using jque...