webpage

Design Page cannot be viewed!!

In Visual Studio 2008, while editing the web page, it is displaying some error and I cannot design my page in design view, I can do only in Source code. It is showing the following error in design view... Master Page Error 'The Page Contains Markup that is not valid when attached to a master page Correct the problem in Code View' Wat...

Best ways to teach someone with no html experience how to position an image in a web page using a browser based WYSIWYG editor?

I am trying to teach someone with no HTML experience how to position an image in a web page using an online HTML Editor (like FCKEditor or Telerik RadEditor) without getting into html and css. They have no interest in learning these. What are some good ways to position an image wherever they want it to be without touching html and css...

Getting size of a webpage with TWebBrowser in Delphi

Hi dudes, How can I get the size (chars or Bytes) of a webpage loaded using TWebBrowser? I mean "size" as length of HTML content of a webpage loaded. Thanks in advance. ...

playing any video on a website (flash, divx, avi/wmv (m2ts/mts, mkv?))

How can I embed any type of video onto a webpage, youtube seems to be able to upload any type of video and I'd like to know if I can do that too without huge amounts of resources and money (the website would be very small with definitely under 100 member, most likely under 50) Is there a player that plays all formats, or would I have t...

Error - Web Page Has Expired in PHP?

I have six pages for a registration form in my PHP project. In between any of the page if I press the back button from the explorer bar I get the error: "Webpage has Expired". I am using $_POST to submit the data. I can't understand why this occurs? ...

Embed a webclip

Hey- I am wondering if there's a way I can embed a webclip into a webpage, as in, I can have a portion of a webpage embedded as a widget into another page. I was thinking it might be possible someway though Mac OS X's Dashboard widgets, one can take a webclip and make a dashboard widget, as I hear that they are HTML based, and thus one c...

What algorithms could I use to identify content on a web page

I have a web page loaded up in the browser (i.e. its DOM and element positioning are both accessible to me) and I want to find the block element (or a sorted list of these elements), which likely contains the most content (as in a continuous block of text). The goal is to exclude things like menus, headers, footers and such. ...

How to design a webpage to be print friendly?

What are the right sizes for a webpage to be printed on A4 size paper? What other stuff should be considered? *inline CSS is preferred in this case Clarification: This web-page's only propose is to be printed, since it is a receipt. Clarification # 2: This web-page is for the internal use of the company I'm working for. They would lik...

check if webpage exists and see if it contains string in vb.net

I need to check if a webpage exists if it does whether a certain string exists anywhere on the page. Preferably I'd like to do this without a webbrowser control, so that images don't have to be downloaded and it doesn't have to be rendered. So is there a way to do this? ...

set clipboard content in any browser

I need to set my user's clipboard when they trigger an event on my webpage. I realize each browser has a different way to do this, so do you know of a library or code snippet that will achieve this cross-browser? ...

rapidly create webpage front end

Exposition: I'm familiar with C/C++/Scheme & OpenGL. I have this client/server program written in Clojure that serves as a todo-list/wiki/forum. The server is written in Clojure. The client is written in Clojure and uses SWT. Question: I want to rapidly create a web client version of this. What is the best way to do this? (I Don't use...

NSURLConnection offline web page with image(s)

Hey I'm developping an app that download the content of a web page on the iPhone then store it so the user would be able to access it offline. I'm using NSURLConnection to download the page, as is the doc. But it downloads only the HTML code without extra content like images. Even if images are not in a NSData structure, I would like ...

how do i know how much time took the whole page loading time in asp.net?

i currently use the context.timestamp function to get the time in the beginning of the request but i want to know if i can check the time sooner in the pipeline (before the load page phase) or the timestamp is the earlier time i can get. now i need to find the latest time after the request was processed, of course i can check the time in...

retriving complete webpage using httpclient

hi.i am a new bie to java.i had a problem i need to save a complete webpage(with all its contents like images,css,javascript e.t.c) like how we can do with save as-->complete webpage option with HttpClient lib.plese show me a way how to do this. ...

Ruby on Rails for web applications, Django for webpages?

Days ago I read something like "Ruby on Rails is for web applications, Django is for standard webpages". Is that true? I have to decide in the next weeks if I go with Ruby on Rails or Django for an university project. It will be an email marketing software. What do you advise me to use? ...

Which language offers the most portability in terms of tabbing a webpage menu?

This may be a subjective question, I am new here so keep that in mind... I have searched and searched and been unable to determine what the best way is the do a tabbed menu for a webpage. The webserver is Unix based, so anything .NET is out of the question. It seems that AJAX/javascript is the 'nicest' way to go, but I've heard there ...

non resizable web page using asp.net as

hi i want to create web page which can not be maximized or minimize how to create such,, and sometime we can see some advertising page which is fixed so i want to create like that,, ...

Download file and display contents with javascript

I have a simple webpage which has a link, on pressing it a file is downloaded(rest web service call). I need to read the file and display the contents using javascript. How do I do this? ...

Help needed to align controls in a webpage

I’m not too familiar with webpage design and am having a problem. I have the following datalist which is displayed ok but it is the section near the bottom that I am having with. I want the Hyperlink image to be on the same line as the “Details” text. Unfortunately the text appears below the Hyperlink control. Is there an easy fix to get...

Professional Tips and Tricks

I'm trying to polish my web programming skills with the unobtrusive yet extremely helpful polish I find on many sites. Stackoverflow.com, for one. When I ask a question, the page submits the question, and my browser reloads itself displaying my question. My back button works like it really should, not asking me (from a user's perspect...