0
votes
2answers
41 views
Load image into memory immediately
I need to open all frames from Tiff image in WPF into memory and then delete the source. And after that I eventually need to render that image (resized according to window size). M …
3
votes
3answers
122 views
Keep a permanent connection to the server while navigating a website
Hi,
We are a young start-up launching a unique chat product next week. Our chat is currently based on Jabber (using Openfire as our Jabber server) via BOSH (using Punjab), with jQu …
0
votes
1answer
40 views
How to write bitmaps as frames to H.264 with x264 in C\C++?
How to write bitmaps (RGB) as frames to H.264 with x264 in C\C++?
Some Examples with source would be great!
0
votes
1answer
33 views
Why doesn’t the target attribute work in my frames?
I'm building a FRAME solution for my CMS. But, before you all start showing me disrespect about the entire frame thing keep in mind that this is a solution that would be visible on …
0
votes
3answers
62 views
URL Shortening that Leaves the Shortened URL in the Address Bar
I'm building an internal URL shortening website for my company. Since so few people will use it, we're letting people choose their own custom shortened URLs. So, for example, you c …
0
votes
1answer
67 views
Javascript; Accessing frameset frames from within other frames.
I have a system in place which uses a frameset, within the frameset frames there are some calls like;
top.frame1.location = "newlocation";
and
top.frame2.afunction();
Howeve …
2
votes
3answers
51 views
URL name not changing
hello, I hope that it's okay to ask this question here. As a complete beginner i was wondering how some websites url addresses don't change when you click on an internal link. So i …
0
votes
3answers
51 views
How can I keep a music player in the page footer that doesn’t reload when I click a link to a subpage?
I have been trying to solve this problem for a while now and have looked on numerous forums to find a solution. Here is my setup. Any help would be greatly appreciated!
I current …
2
votes
9answers
244 views
Access video frame by frame
What is the easiest-to-code-in technology that would give me real time access to a video's frames, and allow me to modify them. I am aware of DirectShow, but it's programming model …
1
vote
2answers
224 views
Best FRAME replacement object? IFrame? Scrollable DIV?
I've got a Classic ASP page full of frames and I'd like to find a cross-browser-friendly alternative. In many cases, the frame exists solely to allow the user to scroll a window of …
1
vote
1answer
185 views
Where’s my URL parameter?
I have a legacy web page made with frames (yah, I know). One frame (letFrame) is trying to update another frame (rightFrame) with the following anchor:
<a href="foo.asp?myVar=B …
0
votes
0answers
49 views
FrameSet / Frames, possible to hide and collapse in CSS. Also a position absolute question.
Hello,
I'm currently working with some god awful CRM system. Essentially each page is made up of two FRAMESET elements each containing a bunch of frames.
I need to create a print …
0
votes
1answer
132 views
How to retrieve HTML from Webbrowser control out of frames in .net (c#)
I know that I can get the HTML (source code) of a Webbrowser control via:
HtmlDocument htmldoc = webBrowser1.Document
But this does only provide the html code of the "parent page …
0
votes
1answer
45 views
Watin testing of FckEditor
I have been working on the integration testing of a webapp using watin.
The webapp uses fckeditor as one of the richtext controls.
Here is the piece of html of the viewsource of m …
2
votes
3answers
970 views
Detect failure to load contents of an iframe
I can detect when the content of an iframe has loaded using the load event. Unfortunately, for my purposes, there are two problems with this:
If there is an error loading the pag …
