webpage

How to show thumbnails of webpages in a WPF user control?

This WPF application/usercontrol needs to show a link of a webpage (say on a button), then on mouseover, show a thumbnail (150X150) of the real-time webpage like a tooltip? Here are some thing that come to mind. In the ToolTip.Content embed a tiny webbrowser control and have it load the link - Personally I don't like this idea of usin...

Firefox extension to write a script in a web page

Hello! I am new to firefox extension building and would like some help on an application I am creating. I would like to create a firefox extension that on choosing to activate the firefox extension, opens a new tab and sends the script to the page to display a certain amount of text or perform some sort of activity. The only problem wit...

link to Print in a webpage

Hi, Can I put a link on my webpage to the Printer ? To go to the same page like Ctrl-P goes in Firefox, IE. Thank you. ...

Possible to remove extentions on php pages?

When I go to some websites I notice that there is no file extension on the page. Actually, this site is a proper example. Anybody know how this is done? :] ...

Simple web site on hostmonster

I have a domain registered and hosted at hostmonster. I want to create a simple web site but don't really have the skills to pick out colors and backgrounds that would look good. Does anybody know of any templates I can modify and upload create the site. Thanks in advance, Paul ...

What's the easiest way to grab a web page in C ?

I'm working on an old school linux variant (QNX to be exact) and need a way to grab a web page (no cookies or login, the target URL is just a text file) using nothing but sockets and arrays. Anyone got a snippet for this? note: I don't control the server and I've got very little to work with besides what is already on the box (adding i...

What’s the easiest way to grab a web page in C ? (via https)

Almost the same question as this one here: http://stackoverflow.com/questions/825327/whats-the-easiest-way-to-grab-a-web-page-in-c however the conditions have changed and I need to connect via https, this is a bit more tricky, anyone got any snippets? I am on a qnx platform, building and compiling additional libraries and rolling it ou...

Display a .swf file as ASP .Net Page header

I have an ASP. Net 2.0 website with C# 2005 as the programming language. I am using CSS for the layout. Currently I am using a plain/static .Gif image as my header. I would like to enhance the look by using some animation in the header. I used some flash utilities to design my required animated banner. But since I was unable to use the ....

Print Web page with background colors

I have a javascript backed 'print' button on my webpage where the user can print the webpage. This works ok except the background color of various elements does not print. Is there a method of printing a web page whereby the background color of the various elements will print? ...

replace image with a video embeded

Hi I'm trying to modify a web page so that it loads faster. Since I have some videos embeded (blip.tv but can change it to youtube if it helps) I was wondering if you could load an image where the video should be and on click replace the image with the video and start playing (without reloading the whole page). I think I've seen this be...

How to include PHP file in SHTML pages?

I have a shtml file index.shtml in which I want to include a PHP file which performs some programing and returns HTML data. I am trying to include my PHP file but I don't know how to do that, I tried following but nothing is working, Following line is just printing an error, "[an error occurred while processing this directive] ": <!--...

javascript to get paragraph of selected text in web page

Hi, After highlighting text, I would like to obtain the paragraph in which the selected text resides. var select = window._content.document.getSelection(); Any pointers please? ...

I want a way to know if a particular web page is completely loaded using javascript

Hi, I want a way to know if a particular web page is completely loaded using javascript Ex) A web page can have dynamic contents getting displayed through Ajax, or contents comming through javascript, all the images and css.I need to find out when all these contents are loaded properly and the webpage is stablilized. I got some point...

Load a page in the same window via javascript

How do you load a page in the same window via javascript? ...

Connect to URL and dump webpage in Groovy

I would like to open a webpage from groovy, dump the specified webpage and eventually dump the webpage behind an anchor tag. Does anybody has some sample code for this? ...

Application Design - Daemon w/ WebPage FrontEnd

I have an application that scans an input directory every five seconds and when a job (i.e. file) is placed in the directory the application reads it, processes it and outputs another file(s) in an output directory. My question is, If I wanted to put a web based front end on this application, how would I wait for the processing to be co...

Qt how can i get content of web-page

Hello, i'm trying to get web-page data in string that than i could parse it. I didn't found any methods in qwebview, qurl and another. Could you help me? Linux, C++, Qt. EDIT: Thanks for help. Code is working, but some pages after downloading have broken charset. I tried something like this to repair it: QNetworkRequest *request = new...

How do i output a dynamically generated web page to a .html page instead of .py cgi page?

Hi So ive just started learning python on WAMP, ive got the results of a html form using cgi, and successfully performed a database search with mysqldb. I can return the results to a page that ends with .py by using print statements in the python cgi code, but i want to create a webpage that's .html and have that returned to the user, a...

Displaying data in a webpage from logged text files

Hello, I have multiple text files with logged data like this: 6/23/09 17:00 0.443 6/23/09 17:05 0.443 6/23/09 17:10 0.443 6/23/09 17:15 0.443 6/23/09 17:20 0.443 6/23/09 17:25 0.443 6/23/09 17:30 0.443 ... I'd like to create a webpage that displays this data from different files in a more readable manner. I'd like to create ...

Browser limitation with maximum Page length

We are managing html contents from datasource and directly write on the web pages using asp.net C#. Here we are facing the problem : On the page complete contents are not displaying but while we check the Page source and copy/paste it into a static html page all contents will be displayed. Is there any limitation of browser related to ...