The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
0answers
84 views

Which browsers send “Expect: 100-Continue” request header? [closed]

I just want to make sure which browsers send the Expect: 100-Continue header? So that until the server responds with a 100 Continue HTTP status, no data should be sent.
1
vote
4answers
165 views

how to check that Google Analytics Tracking Code is firing on an iPad

I am used to using the Firebug extension "Omnibug" with Firefox to check that Google Analytics Tracking Code is firing on my website. This application works very well and has minimal overhead. I am ...
4
votes
1answer
85 views

How is the scrolling in mobile browsers (touch) different from desktop browsers?

I know scrolling works differently on mobile devices since they don't fire the scroll event right away. What else is different? Where can I learn more about it? I want to know if it has any other ...
0
votes
0answers
137 views

Issue with CSS font color in Webkit in Lion (#444 looks darker than #333) [closed]

I have a strange issue with Safari and Chrome Mac (19.0.1084.54) in OS X Lion. Here it is, very simply put: When I display it in a Webkit browser, text set in Helvetica Neue and color Hex #444 ...
0
votes
2answers
87 views

Safari HTML for Planck Constant/Reduced Planck Constant

I want to display the symbols commonly known as h and h-bar. This is for Safari and iOS. What do I enter into my html? If there is a table of such things somewhere, a reference to it would be ...
0
votes
1answer
276 views

Apache authentication, security exceptions and safari

I have apache authentication set up on a site, it works fine in firefox and chrome, you type in the username/pass once and then you can happily visit any page on the site. Unfortunately this is not ...
2
votes
1answer
320 views

Image disappearing on reload in Safari and Chrome [closed]

I created a website for a client as seen here: http://einzigartig-reisen.com/ Notice the clock icon in the right sidebar. Works fine on first load. Now reload the page (by pressing F5 or the reload ...
0
votes
1answer
541 views

what is the __switchTo5x cookie? __unam ? __qca?

I test on my local mac's (osx 10.6.8) appache. Just now, I did a print_r($_SERVER) from a php script, and it shows these three cookies. What is that all about? I didn't set them. Is this something ...
2
votes
3answers
767 views

How can I tell how many iOS 3 users are accessing my website?

I would like to know how many iOS 3.2 (and presumably below) users are accessing my website. The reason is because iOS 3.2 had a maximum cache limit of around 25.6k, and files larger than this size ...
1
vote
1answer
2k views

Favicon not showing in Safari 5.1

Is there a reason why a favicon.ico is not showing in Safari 5.1 on Mac? It shows on every other browser I have tested except the above mentioned one. In Safari on Windows it shows. I've declared it ...
2
votes
1answer
102 views

I don't have a Mac. Someone tested my website on a Mac and the Google Maps' Javascript is not working. How do I test it?

How do I test if a website works on an old Mac without owning a Mac? Are there emulates. Does Safari work the same on both XP and a Mac? On the PC the website works on ie 7-9, FireFox, Opera, Safari, ...
3
votes
2answers
1k views

Are there huge differences between Safari versions on Windows and Mac OS?

I have recently engaged in a conversation where were people defending that you should test your websites on Safari for Windows and on Safari for Mac, because they're very different. As a webmaster, ...
3
votes
1answer
365 views

How can I make my binary file is served as binary and not text when user choose “Save Linked File As…” in Safari?

I'm serving a binary file (.IPA) with Ubuntu/Apache 2.2. When I have chosen Save Linked File As... in Safari, it says it's text file. And it guides me to add .txt extension. However it does not add ...
1
vote
3answers
517 views

Javascript and PHP how should I en/decode my data

I would like to know in what encryption should I encode my data and why. First of all, I use GET method because it is search engine inside website. Second, I use RTL language (hebrew). And third which ...
1
vote
3answers
5k views

Getting “cannot verify server identity” on iPhone and iPad for Go Daddy SSL

Whenever people navigate to a particular site of ours on an iPhone or iPad they are getting a "cannot verify server identity" message. Our certificate was issued by Go Daddy. I ran this checker as ...
0
votes
1answer
46 views

Safari Mobile suggested tags [closed]

I have been searching the internet and cannot find a good resource of information about what to use exactly to make a website work well in Safari Mobile. I looked in Apple's Safari Mobile dev docs, ...
1
vote
1answer
308 views

What Drupal WYSIWYG editors work well with Safari?

My site contributors are primarily Safari on Mac users. We're running into issues with CKEditor and Safari dumping a bunch of nested spans into the html created by changing content. The html ...
2
votes
2answers
345 views

Should I use HTTP or HTTPS to reference resources on the Google CDN?

All the examples of accessing google's CDN use https:// in the URL (including on Google itself) - but this has caused a problem when testing in Safari (certificate problem and also different domain). ...
4
votes
2answers
142 views

Should sites be tested in both Chrome and Safari?

While recently doing testing for a new web project, it occurred to me that Safari and Chrome both use the Webkit engine, yet are produced by two different companies (Apple and Google). Since it is ...
8
votes
4answers
817 views

Is there anything wrong with targeting the alt attribute in css?

I tried targeting the the alt attribute in css. My solution worked in Firefox/Mozilla, but fails in Safari-Chrome/Webkit. Is there anything wrong with styling an alt tag? If not, how do you suppose I ...
2
votes
2answers
210 views

Embedding Quicktime Player behaves differently on XP/OSX/Windows7

We've got a page that embeds a .MOV file into a webpage. In the last 6 months it stopped working on some Macs. Then it stopped working on all macs. Then it stopped working on Windows XP. But it works ...