webpage

Parse a certain value ie current temperature from a website using RUBY

Hi Friends, I have to parse only the 'current temperature' value in a webpage and display it. Kindly help me out please. ...

What is the difference between .html and .htm file extension in a Basic Web Page?

Possible Duplicate: .htm vs .html What is the difference between .html and .htm file extension in a Basic Web Page? ...

Ajax Push Engine

Hi, I'm researching methods to find ways for an event driven web application where a server can push data to the web page. Can I use APE ?? If so how can I use it and some resources please?? Thank You!! ...

Prompts for windows authentication when viewing a page in Web site

Hello All, When i try to view a PARTICULAR page in my web site, it prompts for user name and password. Irrespective of providing proper user name/password and clicking OK or directly clicking Cancel button, the page is getting loaded properly. I am not sure why the authentication screen appears!!! It happens only for that particular pag...

How to download a webpage in php

Hello! I was wondering how I could download a webpage in php for parsing? ...

Using EJB in Wicket WebPage

When I'm using @EJB annotation to access stateless EJB through remote interface in common HttpServlet, it works OK: public class ListMsgs extends HttpServlet { @EJB private Msgs msgsRI; ... protected void processRequest(...) ... { List msgs = msgsRI.getAll(); ... } ... } But when I'm trying the same thing in Wick...

What's the differnce between surfing and downloading speed?

I have spent quite a lot of time searching an answer for this question but haven't found an satisfactory answer. My perception is that everything that you see in your browser is downloaded on your PC. The proof for this is: Let a webpage load in your browser and when its loading completes then select working offline or close your intern...

List of external websites

I've seen several websites where there are pages that only contain a list of hyperlinks to useful resources for visitors. I'm renovating a website that has one of those listing pages. I am curious about the usefulness of them. Is there any use-case of such a listing page? And under what circumstances is the maintenance of a webpage sol...

Is there any plugins or frameworks or tools to make the web pages nice, for a programmer?

I'm a programmer, I can build a web site, but the pages looks ugly. I don't know how to choose the colors, how to design the icons. Building a simple website cost me several hours, but tried to make it beautiful will cost me several days. I don't want it as nice as those famous websites, but I want it clean, and all pages have same styl...

Webpage error (saying Done, but with errors on page)

Hi, I'm the administrator for http://fcboro.co.uk and am having problems trying to solve a webpage error. When I load the page up on IE8, I keep getting a error in the bottom left hand corner, saying "Done, but with errors on page." When I look into it, the message says that the error is on line 22, char 5, but I have no idea where or w...

Extract Meta Keywords From Webpage?

I need to extract the meta keywords from a web page using Python. I was thinking that this could be done using urllib or urllib2, but I'm not sure. Anyone have any ideas? I am using Python 2.6 on Windows XP ...

How to transform form tag code into a page that have a master page ?

I have asp.net web page that have the following : <form id="WebCaptureForm" name="WebCaptureForm" onsubmit="return checkform(this);" enctype="multipart/form-data" method=post action="http://site/page.aspx?idn=1&amp;tr=100d1165&amp;action=savenew"&gt; I want to make new page with master page that contain the same code but how ca...

How to load web html into memory for iPhone

I am looking to retrieve information from particular webs pages for an iPhone app. What I have in mind is to load the html source code into a string and parse the string for info that I need, but I have no clue how to load a web page source code into a string, or if it is possible at all. So my questions would be: How to load an web ...

How can I get the HTML from a web page in Bada?

I don't know what other details I should provide. But I am very disoriented. I am not a web developer so I don't know what classes to use. It's not like I can tell the difference between HttpResponse, HttpHeader, HttpSession, HttpTransaction etc. ...

Does webpage content go to DRAM or Video RAM, and what if Video RAM runs out?

If the project has a page that uses jCarousel, and it has a <ul> (or <div>) that is 15860 x 375px, with 32-bit / pixel, that's close to 24MB. Or, what if it is 1000 x 700 pixel per screenful, 6 screenful per webpage, and 5 tabs of such pages, with 32 bit per pixel 1000 x 700 x 6 x 5 x 4 = 84MB does these 24MB or 84MB go to Video RAM o...

generate image (e.g. jpg) of a web page?

I want to create an image what a web page looks like, e.g. create a small thumbnail of the html + images. it does not have to be perfect (e.g. flash /javascript rendering). I will call use the code on linux, ideally would be some java library, but a command line tool would be cool as well. any ideas? ...

ASP.NET Page Rendering

How does the ASP.NET page rendering happens from Server to Client Browser? The question is, consider the Page has a Header and Footer which are User controls and contain many server controls. Does ASP.NET start sending the HTML to client browser, once it gets some of the controls being rendered and converted in their respective HTML? Or...

Automatically save web pages monthly for later print

I need to schedule the saving of the webalizer first stats webpage of many sites monthly on a vista machine. Any thoughts on the best way to go about this? ...

how can I print a web page with all its css style attached to the page?

I want to add a print button to enable users to print my web page. However when I print all the css styles are lost. It seems the printer only keeps the basic html elements. If I also want to print out the page exactly as it looks like in a browser, what should I do? I mean if I use a color printer it will print a colorful page with css ...

How can I have a JS script update a page for everyone viewing it?

I'm creating a web application that allows users to make changes through Javascript. There is not yet any AJAX involved, so those changes to the DOM are being made purely in the user's local browser. But how can I make those DOM changes occur in the browser of anyone else who is viewing that page at the time? I assume AJAX would be invo...