webpage

Convert webpage to image from ASP.NET

I would like to create a function in C# that takes a specific webpage and coverts it to a JPG image from within ASP.NET. I don't want to do this via a third party or thumbnail service as I need the full image. I assume I would need to somehow leverage the webbrowser control from within ASP.NET but I just can't see where to get started....

java socket to read content of webpage

Is it possible to use java socket API to read content of a webpage, ex: "www.yahoo.com"? Can somebody here show an example? And how about reading content of a page protected by the web app login screen? Thanks in advance, dara kok ...

Favicon for all the pages in my website

I've learned that the way to add favicon for a web page is to have the following lines in the page. <link rel="SHORTCUT ICON" type="image/x-icon" href="http://mysite.com/faviconfilename.ico"/&gt; <link rel="icon" type="image/x-icon" href="http://mysite.com/faviconfilename.ico" /> Should i add this code in each and every page my site h...

Webpage viewer in wxPython?

Does wxPython support viewing pages that embed css, javascript and flash content in any way? If yes, how? ...

Measuring Loading time of a web page (C#)

Hi All I would like to know if there is a simple way of measuring the time it takes from when you hit Enter, to the time where a web page is fully displayed/loaded. Would I need to use a Timer for this, or are there existing features built into the Web Browser control (or .net framework) that I have missed out on? Thank you ...

Doing things depending of the action in a web page with Jquery.

Hi... Anyone know how to do this: When some user left my site by closing the browser or tab or going to other site I would like to do an action (show an alert) and if the user clicks on a link or button to other page of my own site I would like to do another action... If I use unload event I can't differentiate between these two kind ...

How can I scrape the current webpage with php/javascript?

I have made the following webpage for generating interactive todo lists: http://robert-kent.com/todo/todo.php Basically, the user pastes a numbered todo list and each task is placed into it's own div with a unique id. Users can add notes to the tasks (done with javascript) and can click the green check when the task is done to hide it. ...

Is there any option available to align the aspx source page tags in proper format.

Is there any option available to align the aspx page tags properly.and it should avoid empty lines in the source page. I am spending my time on tags aligning. ...

Detect End of Video Playback in Web Page

Is there a widely supported video playback technology for web pages that provides an event/hook that can be captured from Javascript when playback reaches the end of the stream? My goal is to provide a web page that plays a video and then asks the user a question about the video once playback is complete. The question would be hidden o...

Confused with web page layout.

I dont know, if it is right forum to ask such question. I am new in web designing and developemnt. I am confused with page layout and pixels. How can I get right information on page designing, and idea of page layout, and pixel measuremnt. ...

Sharepoint | webpage search for document library

Dear All, I totaly new to sharepoint, I would like to create a simple webpage, inside WSBS2008, to search a specific document library. The search should identify the filename of the files and retrive a list of them How should I do it? Can anybody help me starting with this? BR Gameiro ...

Cannot use a leading .. to exit above the top directory.

Hi EveryBody, I want to redirect to a page in root directory from a page within a Admin directory. But i am getting the following error. Cannot use a leading .. to exit above the top directory. ...

Reverse Engineer a web page

Hi, I wish to reverse engineer any web-page into a logical representation of the page. For example, if a web page has a menu, then I want a logical menu structure perhaps in XML. If the webpage has an article, I want a article XML node, if it has a title for the article I want a title XML node. Basically, I want the logical form of the w...

Online webpage archive service

Hello, I am looking for a service that can take a snapshot of a webpage at a certain time and save it online. Something like: http://www.diigo.com or http://www.iterasi.net/ (like a bookmark, but also with content). The first doesn't do that well with javascript and doesn't save the complete page while the latter doesn't have free acc...

Reading Web 2.0 HTML Source Code with Perl

Is it possible to read HTML Web 2.0 Source Code that is dynamically generated ? The Perl LWP with its agent->response does not pick up any dynamically generated HTML code. Many websites today are generating dynamic html. If I am shoppping for best prices, and the prices are dynamically fetched and dumped, then I am out of business. Are...

What is the fastest way to scrape HTML webpage in Android?

I need to extract information from an unstructured web page in Android. The information I want is embedded in a table that doesn't have an id. <table> <tr><td>Description</td><td></td><td>I want this field next to the description cell</td></tr> </table> Should I use Pattern Matching? Use BufferedReader to extract the information...

Tools to make full web page screenshots in different browsers

Standalone tools or web services. Free or non-free. Tools with API or maven integration are appreciated. Thanks. ...

Is there a limit to the scroll length of a web page?

I have a client who is building a business application that will be used with IE8 only. One of the requirements is to display all of the data in a single page. I am anticipating this data table to be somewhere between 3K - 10K pixels in length. In the worst case scenarios, more than 25K pixels. What are the technical considerations whe...

Web page database query optimization

I am putting together a web page which is quite 'expensive' in terms of database hits. I don't want to start optimizing at this stage - though with me trying to hit a deadline, I may end up not optimizing at all. Currently the page requires 18 (that's right eighteen) hits to the db. I am already using joins, and some of the queries are ...

Directly embedding JPEGs in an HTML file

I can embed a mime encoded JPEG in an html page by saving the page from IE using the File-SaveAs menu and selecting (Web Archive, single file (*.mht)). Renaming this .mht file with .eml enables Outlook to open it and send an HTML email. My questions are: How can I embed JPEG images directly in HTML pages (no external files). Are the...