11
votes
8answers
812 views
Does Google Chrome display pages the same as Safari?
Given that Chrome and Safari use webkit has anyone yet found anything that renders differently on Chrome than Safari? Is there any reason at the moment to test sites on both, or would testing Safari …
9
votes
11answers
5k views
Debug message “Resource interpreted as other but transferred with MIME type application/javascript”
OK, I understand what the messages means, but I'm really not sure what's causing it. I'm using Safari and the Web Inspector on Mac OS X, by the way.
I've got the following in my document head:
…
9
votes
4answers
2k views
Best way to write a Safari Extension
What is the best way to write a Safari extension? I've written a couple XUL extensions for Firefox, and now I'd like to write versions of them for Safari. Is there a way that would allow you to add …
8
votes
7answers
423 views
I’ve tested in Chrome, do I need to test in Safari?
I've tested in Chrome, do I need to test in Safari?
8
votes
9answers
5k views
Put text on the clipboard with FireFox, Safari and Chrome
In Internet Explorer I can use the clipboardData object to access the clipboard. How can I do that in FireFox, Safari and/or Chrome?
8
votes
6answers
2k views
The Safari Back Button Problem
I do some minor programming and web work for a local community college. Work that includes maintaining a very large and soul destroying website that consists of a hodge podge of VBScript, javascript, …
7
votes
1answer
1k views
Where is the console API for WebKit/Safari?
WebKit/Safari supports the console object, which is similar to what Firebug does. But what exactly is supported? There is a console documentation for Firebug, but where can I find the console …
6
votes
3answers
217 views
I think I found a bug in WebKit (or jQuery), can others confirm?
I believe I have found a bug in WebKit. It involves outerWidth(true) (and I assume outerHeight(true) ) in jQuery.
In every browser but Safari and Chrome, the third box is 200. In Safari and Chrome, …
6
votes
4answers
2k views
What are all the special iPhone / iPod Touch HTML tags?
After peeking at the SO source, I noticed this tag:
<link rel="apple-itouch-icon" href="/apple-touch-icon.png" />
Which after a quick Google revealed an Apple "favicon" type thing for display …
6
votes
4answers
840 views
Is Http Streaming Comet possible in Safari?
By HTTP Streaming Comet, I mean the "forever iframe" / "forever xhr" variations that don't close the connection after data has been pushed from the server, as opposed to standard polling and long …
5
votes
1answer
70 views
How do Javascript’s “multiple execution contexts” work?
Javascript does not have visible threads (yet -- Worker Threads are coming, see more info in http://stackoverflow.com/questions/30036/javascript-and-threads).
However, it does seem to have multiple …
5
votes
4answers
348 views
Safari doesn’t allow AJAX Requests after form submit?
I am writing a Javascript based upload progress meter. I want to use the standard multipart submit method (rather than submitting the file in an iframe). During the submit, I send ajax requests that …
5
votes
1answer
491 views
Is there a way to enable the JavaScript Error/Debug Console for Safari within Android?
I'm developing a JavaScript application that needs to run on the Google Android Phone OS. Is there a way to enable the JavaScript Error/Debug console within Safari on either the Android Emulator or …
5
votes
2answers
344 views
Is it possible to tell Safari to repeat a table header on printed pages?
Is it possible to repeat table headers in Safari on every printed page?
This code works in Firefox but not in Safari:
<table>
<thead>
<tr>
<td>Header1</td>
…
5
votes
9answers
1k views
Using AppleScript to grab the URL from the frontmost window in web browsers: The definitive list
I built a widget that grabs the URL from the frontmost window in Safari, then allows you to shorten it using the tr.im API. Works sweet as.
I want to make this more flexible, so am investigating how …
