For sites with very large numbers of DOM elements, is there be any performance benefit to presenting some of the content within an iframe? For example, the application I'm working on has a very large html-based tree which could contain tens of thousands of nodes at one time (albeit not loaded all at once). Putting aside the usability p...
Is it possible to hide the uiwebview keyboard toolbar?(previous/next/done bar) or make the uiwebview use a keyboard that does not have it?
...
Hi there.
i am on windows 7. is their any way i could test the ie6 tuned codes on my local machine without installing the browser?
...
In Android and iPhone there is a way to prevent the browser's auto-zoom feature by specifying a meta tag with a viewport definition. Is there an equivalent in Symbian?
...
Hi,
While testing my site in Internet Explorer Compatibility View, I've noticed the font of a set of small, one-line paragraphs seems to distort, and I can't figure out why. It's fine in all other browsers, and this doesn't appear to be happening anywhere else on the site.
Thanks for any help.
...
Does anybody know any linux (php preferred) simple app to view large files online in browser? Like phpMyAdmin(MySQL) but for files.
My php application writes some debug, error and informational events to logs. I know, I can log into database, but for me personally appending file seems as more reliable (because it simple) solution for th...
I'm writing a small class that acts as a very basic HTTP client. As part of a project I'm working on, I'm making it cookie aware. However, it's unclear to me what happens when my client receives multiple "Set-Cookie" headers with the same key but different values are set.
For example,
Set-Cookie: PHPSESSID=abc; path=/
Set-Cookie: PHP...
Hello all
I am having an issue related to downloading files and showing in browser.When user clicks on file (basically a URL) it downloads a file into a folder and shows the file in browser in a new window. I am able to show PDF in window but when it comes to tiff files the browser opens a blank window and it redirects control to OS and...
As the title says, will this code work and will it work in major browsers?
I ask because currently I have no resources to test it, so I would appreciate some help on this.
Here is what I have (not tested):
setTimeout(window.location.history.go(-2), 5000);
Thanks
...
I am writing an XPCOM object that will like to access the main firefox window, and the open tabBrowsers. What is the interface that I should use ?
...
Is there any plugin for any browser which can tell me the pass to certain flex element?
I mean, I have a flex frontend. And I need to find the full path to some element, like /topLevelPanel/innerPanel/checkbox[0]/img.
...
How can i Create a batch (.bat,vbs,js) that can be run from command line in windows to open new URL in existing Internet Explorer window
...
I have this code which checks if js is enabled and redirects:
<noscript><meta http-equiv="refresh" content="0;url=http://www.domain.se/act.html"></noscript>
However, I wonder if this is SE friendly...
This because I have added my website url to yahoo recently, and instead of the title appearing in the search results, the tex...
One of the app that I coded was giving option to download everytime I click on a pdf file. Now it opens up in a browser. I didn't change any code. How can I make it so it only let them download and not open up in browser?
...
When call to this ajax function is repeated a second time, response is appended (not replaced), to info id.
This occurs both when I use innerHTML and XUI shortcut function. Code works properly on IE and Mozilla desktop.
function ajax_call()
{
var full_date = document.getElementById('from_date').value;
x$('#statu...
I am running Windows 7 on my machine. I have following web browsers installed:
Opera
Google Chrome
Safari (windows version)
Firefox 3.6
IE 8
I am doing some development running on my local IIS web server and need to test my .net web application development cross browser. So I need to have older versions of the above browsers installe...
If I have a sitemap_index.xml file and have it in root of my website.
Then I have a sitemap.xml file located a couple of directories down, which I referr to in the sitemap_index.xml file.
Will I be able to have urls inside the sitemap.xml file which are on higher levels than itself is, for example in the root directory?
Thanks
EDIT:
...
Hey all,
I'm in need of a way to detect mobile browsers server-side. I've heard of various ways to do this, but i'd like a way that requires me to do little to set up and little to maintain, yet still provide me with accurate detection of (at the VERY least) android, iphone/ipod, and blackberry browsers, along with alternatives like ...
I have a page where a grid is loaded with images. The image url I am supplying to the asp:Image is of the form "../Images/img1.png" .
Now adjacent to the image is a button which pops up a facebook publish dialog with the same image. However, the url I am supplying to facebook JS is http://mydomain.com/Images/img1.png
Now when a user c...
I am about to finish up my dynamic classifieds website (php) and have some problem with figuring out how to write the meta and title tags.
I have read mixed articles about the & sign, and how to use it in the title or meta tags properly.
What role does the document encoding have and does the DOCTYPE have anything to do with this also?
...