I've run into a strange issue with Webkit based browsers (both Safari and Chrome - I'm testing on a Mac) and I am not sure what is causing it. Here's a small script I've created that replicates the issue:
<html>
<head>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>...
My website is accessible without www in the front of it in Firefox and Safari however for some reason it is not in Chrome. Is there anything that I need to change on my website host or in the html to make it accessible?
...
In Google Chrome's extension developer section, it says
The HTML pages inside an extension
have complete access to each other's
DOMs, and they can invoke functions on
each other. ... The popup's contents
are a web page defined by an HTML file
(popup.html). The popup doesn't need
to duplicate code that's in the
backgrou...
So, if you look back at my previous question about Exchange Autodiscover, you'll see that the easiet way to get the autodiscover URL is to send a non-secure, non-authenticated GET request to the server, ala:
http://autodiscover.exchangeserver.org/autodiscover/autodiscover.xml
The server will respond with a 302 redirect with the correct...
The problem is that the scope of the content script is on the web page that your plugin is suppose to be used at.
So the css background:url(images/ui-bg_inset-hard_100_fcfdfd_1x100.png) becomes
url('http://webpageforplugin/images/ui-bg_inset-hard_100_fcfdfd_1x100.png')
in order for this to work as far as i understood i need to have it t...
Does anybody know why this slider works well in every browser except for safari and chrome?
www.aus-media.com/dev/site_BYJ/about-bikram-yoga/postures-benefits.html
Let me know if seeing the code will help.
Thanks
Nik
...
I've made a absolutely positioned that starts centered horizontally with width=0 that expands to both sides of the page using .animate(). The effect works as intended in Firefox, Opera, and IE, but Chrome and Safari surprisingly both move the div to the left of the page (almost left=0) before expanding it to 100%. I cannot understand ...
Sorry, I know it sounds subjective, but it's quite technical and specific. But any brainstorming is quite welcome and there may not be one right answer.
So, I'm working on a new project that will involve various tools for Exchange Server 2007/2010, most of these tools would ideally be Firefox add-ons and now with Google Chrome having ...
The reason I ask is mostly due to how Google Chrome installation works once you click the "Accept and install" button from Firefox. After you click the installation is started directly and when it's completed Chrome itself starts up.
Firefox does not show any "Save" or "Confirm" dialogs after you click the Install button (on Chrome inst...
For example:
<div id="d">ss</d>
How can I get the div by id?
...
In background.html,I want to get current web page dom.
such as "getElementById()
...
This is related to http://stackoverflow.com/questions/291704/detect-from-browser-if-specific-application-is-installed but different in the way that the application I want to detect is not a plugin.
I own the software and I can do things in the setup. Under IE and Firefox I can detect it through the mimetypes, but the mime type doesn't s...
On a form I'm working on, Chrome is auto-filling the email and password fields. This is fine, however, Chrome changes the background colour to a pale yellow colour.
The design I'm working on is using light text on a dark background, so this really messes up the look of the form - I have stark yellow boxes and near-invisible white text. ...
How do I open a link in a new tab in the extension HTML.
E.g.
clicks on icon
sees Google chrome window which has the window.html
inside there are two links, one link to open a link in a new tab, other in the original tab.
I used window.location, doesn't work like that.
...
Is there a way to replace inside the DOM of a page using the replace() in javascript
In the source code I want to replace:
<div class="topbar">Bookmark Us</div>
to
<div class="topbar"><span class="larger-font">Bookmark Us</span></div>
When a Google Chrome extenstion is on the matched website of a URL and it will do the above.
Any...
Is it possible to use form elements in Webkit HTML desktop notifications? I'm tried to open a HTML notification from a Chrome extension, and the <input> I added appears, but I cannot type in it. I'd like to be able to capture the input from it and save it.
var notification = webkitNotifications.createHTMLNotification(chrome.extension.ge...
I wanted to display a message on the top of my site when the javascript is disabled (just like on SO), but on google chrome is not working
...
I am making a tiny script to make a HTML element editable. When you click on an element, it gets replaced with a textarea, and you can basically enter the new text. When you press enter, the textarea is replaced with the original element with its innerHTML updated.
The demo of the script is here: http://iambot.net/demo/editable/
Now th...
-moz and -webkit won't validate in w3c css validator, should I not use it? or just use the css3 attribute without the -moz or -webkit ?
...
hi,
could you explain me why my flash video player doesn't work in Chrome while it perfectly works in other browsers ? (Firefox and IE)
You'll see it flickering...
thanks
...