webpage

Overlay Webpage on 3D Application?

I'm looking for a free substitute for a library called Awesomium, that would allow me to display a local html page on top of a rendered openGL scene, such that the user could interact with the webpage (ie. click buttons), but also interact with the scene, when the mouse is no longer on top of the web page window. Any suggestions? Or any...

How to evaluate Javacript within C#? (need to get all links for a web page, including java-script generated ones)

Hi, Background: I have to download webpages with their resources for offline viewing, however as part of this I have to "rewrite" the URL's for links with the HTML webpage so they work. This is fine more the standard types of links however I'm realizing now that there are some links that are dynamically created by javascript. Questi...

Easing/Automating the Creation of Manuals, Web Pages, Packages, etc. for Public Release

Hi, I have no problem creating software. I have dozens of projects that I would be more than happy to release to the public. The problem is that after I put the finishing touches on something (eg final release build), I end up blocked because it’s not as simple as just putting an EXE on the Internet for people to download. I have diffic...

Functionality similar to FakeWeb for Java

Hello, to test my program against webpages, which change quite often, I need to mock the answers. I've found FakeWeb for Ruby, which would be a good starting point. Unfortunately, there seems to be no library, which provides similar functionality for Java. So, my question is: How can I "record" requests and response pairs and "replay" ...

web page: semi-transparent elements -> PNG

I have a web site that makes use of CSS box shadows. To make the web site look good in more browsers, I want to make use of semi-transparent PNGs instead. And to avoid having to redraw elements in a graphics program, I would like to know: Is there a way to extract semi-transparent elements from a web page and store them in semi...

Use VBA code to click on a button on webpage

I am editing a vba program and want to code the vba to click on a button in a webpage. The html for the button is: <input type=image src="/lihtml/test_button3.gif" align=left alt=File_Certificate_Go> I imagine I would have to set a variable to getElementBy??? and then variable.click, but I can't figure out how exactly to get the eleme...

get statistics web pages in zend framework

whats the best way to get Statistics Web pages by the users visited ? anybody may explain how do we implement to get statistics web pages by the each users visited and the most page is visited? ...

I've finally done it. I've created a web page that IE7 will crash when trying to open.

http://www.ddrewdesign.com/portfolio/ I've run that on three different VMs and my brother's regular (and very adequate) beige box, and it crashes every one of them. Anyone know what I might be doing wrong? I suspect it's a client-side issue, because the page loads fine in every other browser I've tested it in. I've already tried disabl...

I'm getting the warning: HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, etc... (Help!)

I'm building a webpage and I'm getting the following warning (and the page loads but when I change of section it never loads and displays the warning). The warning: HTTP/1.1 200 OK Cache-Control: no-store, no-cache, must-revalidate, post-check=0, pre-check=0 Pragma: no-cache Content-Type: text/html Expires: Thu, 19 Nov 1981 ...

Read value from one aspx page to another

hi, i have two pages: 1) web control(ascx page) and 2) web page(aspx page without master page). Now i calculate some values on page2 through google api through Javascript on render, and i need to transfer these values to page 1 in a hidden field through code. please help Khushi ...

How can I set up my vbs program to know when Firefox has loaded a web page completely?

Hi All I am using Firefox to load programmatically a webpage (I use a vbs file).    1. Dim objShell    2. Set objShell=CreateObject("WScript.Shell")    3. objShell.Run "firefox.exe http://www.google.com/" Then, I have set a time out to allow browser to load completely the web page before my program to continue with the next steps (a web ...

Printing from web pages (reports especially) with greater precision.

Hello. I am re-engineering a windows application to be ported to web. One area that has been worrying is 'printing'. The application is data intensive and complex reports need to be generated. The erstwhile windows application takes advantage of printer APIs and extends sophisticated control to the users. It supports functions like page...

How to manually create Friendly URLs? (PHP)

How to manually create Friendly URLs? (PHP) So I have created simple php file which echos requested string. Now it has form echo.php?string=bla+bla+bla&font=times I want to see it like echo/bla+bla+bla/times How to do such thing (not using external libs)? ...

Is it possible to avoid page reload after accept of an activex object.

I have a multi-page flow of webpages (jsp). After the user have done a lot of work i need to use an activex component, if not pressent on the machine the user is presented yellow bar at the top to accept the component, after accepting the page is reloaded and the user must repeat all the work, do to the fact that the page is reloaed - ca...

Webpage - Wordpress,Joomla or any other tempalates for my custom site

Dear All, I am working for a university project and for this project I have the following custom scenario Could some body point me to right resource( any template or framework) ? 1) Registered student can create a topic , Once he creates a topic I have to generate dynamically a web page for this topic with 4 main areas ( some what l...

ASP.NET Web Page Not Available

It's pretty difficult to show code for ASP.NET here, so I will try my best to describe my problem. I have a FileUploadControl and a Button that calls a function when it's clicked. It seems that the Button function works when there is nothing chosen for my FileUploadControl. However, when there is something chosen in the FileUploadContro...

Webpage layout order for my webapp - does it matter if the Sidebar is programmatically displayed before the main content?

OK that's the worst title I could ever possibly think up. But I'm not too sure how to phrase it! What I mean is, is it inefficient for the browser, search engine optimisation, or any other important factors, if programmatically my float:righted sidebar appears in the markup before the main content div, which is set to float:left? To th...

Should I embed a blog section with a plugin or change it completely to Wordpress, Drupal, etc?

Right now I have a static webpage (work, portfolio, homepage, about, contact). I want to add a blog section. What should I do? To replace completely my static page with Wordpress or Drupal? Embed some kind of jQuery-Wordpress-Drupal type of plugin? or something else? Here is my webpage: http://alexchen.zxq.net/ Any suggestions? P S...

how to get a data from a url and redirect based on the content

HI.. i want to know how to fetch or get a data from a url (for ex : in the following url http://abc.xyz.com i need to fetch only xyz and have to redirect to that xyz web page) and have to redirect it to the web page based on the content which i fetched. thank u ...

Retrieving a web page including embedded objects

I'd like to fetch a web page including images, flash animations and other embedded objects. What's a straightforward way of achieving this? ...