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....
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
...
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"/>
<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...
Does wxPython support viewing pages that embed css, javascript and flash content in any way? If yes, how?
...
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
...
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 ...
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 page tags properly.and it should avoid empty lines in the source page.
I am spending my time on tags aligning.
...
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...
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.
...
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
...
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.
...
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...
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...
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...
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...
Standalone tools or web services. Free or non-free.
Tools with API or maven integration are appreciated.
Thanks.
...
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...
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 ...
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...