safari

autoplay next song in xcode

Hi to all, Please give me code to how to autoplay song one after the other ...

Sliding doors HTML buttons in Safari Win

Hi, I have the following HTML for buttons implementing sliding doors technique that look fine in everything but Safari on Windows: <button type="submit"> <span>Button</span> </button> This is the corresponding CSS: button { background:url("../images/sprBgBtn.png") no-repeat right -47px; border:0; cursor:pointer; ...

How to watch net request in safari?

I had seen developer tools in Safari. But does it shows net request? like we see in firebug.. How to see net request in Safari. Currently I am using safari webkit. ...

Issue with webkit tap highlight color not being applied

I'm having trouble to get the -webkit-tap-highlight-color property to apply to a div - I'm at a loss as to why it isn't. Copying all the styles that apply to it below. The desired outcome is a back button as shown here: http://building-iphone-apps.labs.oreilly.com/ch03.html#ch03_id35932102 .backButton { font-weight: bold; text-align...

HTML5: Firefox vs Safari... need help with some CSS

This is my first HTML5 site and I never expected for Firefox and Safari to be fighting! It's usually IE that I'm mad at. The header and footer both seem to be working just fine in both browsers. But the content area is shifted all the way to the right in Safari. If I add webkit css (first time having to use that as well), then Safari wo...

How to copy data from Chrome local database to another via a web service?

Hi, I have a normal form where the user can enter data in textfields, select values in dropdowns etc. As it is now the user clicks on submit and a web service inserts the data into a server. I have added functionality so that the user enters data about a customer, click save and it is saved temporarily in safari's/chrome's local databa...

how to open a webarchive file in windows

i have a web archive file which i need to open as a html with all the images and html. I tried using 7zip but it doesnt recognize it. Is it possible to open it in windows? ...

How to detect in Safari if an Application is Installed

I'm attempting to write a simple plugin in safari that only needs to check if an application I have developed is installed via javascript. The application launches using a custom uri. My issue is very similiar to the one presented here, however I'm not developing against iphone\ipad and all I really want is a true\false outcome from my ...

Why is Safari 4 / mac not rendering top and bottom margins in this nested div?

Safari 4 seems to be ignoreing my margins unless I add a border. The following example renders left and right margins but no top or bottom. If I add a border it renders as expected. Am I doing something wrong or am I going to have to add borders (albeit transparent ones) to every element with margins just for Safari? <!DOCTYPE html PUBL...

Safari bug with embed videos and jQuery Easing?

I just checked my theme (http://reggi.tumblr.com/) in safari and it throws all of the embed videos around, I'm guessing it because of the easing. Anyone know what this problem is or how to fix it? ...

Background Image Flickers on WebKit-based browsers (Safari/Chrome)

I have a image frame which constantly and quickly changes images when users drag over the frame. These images are Real-Time generated based on user's interaction so every image generated should be downloaded as soon as it become available. The highest speed could be 5 images per seconds. However, I have a image flickering problem when us...

CSS link display issue in Chrome and Safari

I'm having a CSS issue that only occurs in Safari and Chrome. I have a set of styles for links in the content of a site that I'm working on. Visited links should appear a different colour and with a dotted bottom border. In Safari and Chrome the visited links lack the bottom border though, although all other styles are applied. Does anyo...

jQuery .animate background-position not working in Firefox on Mac

Hi folks, We've setup a cute little moving clouds animation here: http://thechildrensguide.harmonyapp.com/?password=test It works nicely in Safari on Mac but doesn't seem to work on Firefox. Any suggestions on what we've done wrong? Also, does this technique use a lot of resources? Safari's CPU usage jumps from around 4% to 13% when ...

How can a Safari extension know if Private Browsing mode is on?

I'm writing a Safari extension and want it to behave differently when the user turns on Private Browsing mode (I want to respect this private mode). I found no mention of this in Apple's docs. I'm aware of the discussion in this thread: Detecting if a browser is using Private Browsing mode which suggests using a (browser-agnostic) js...

iPhone - Save and download user comments to and from the internet

I have a photogallery in my app that I want users to be able to comment on, adding funny captions, and I want users to be able to click Thumbs Up or Thumbs Down. What is the best way to store and load the comments and thumbsup/down information? I'm a bit of a noob to the iOs and am assuming I would have my own website hosting a mysql d...

How to stop Safari from reloading after getting an internet connection back?

Hi, If I am using Safari on example an iPad with internet connection, I then minimize safari and go to iPad settings, turn the wifi off and then open up Safari again I get a pop up saying that there's no internet connection and the page doesn't try to reload. I then go back to settings, turn wifi on and go back to Safari, now the page i...

Only 2 videos being displayed in Safari

Hi I have 4 videos to display, which are using this code (just repeat for each video):- <video id='vidA' src='A.mp4' poster='video1.jpg' width='142' height='80' class='drag'></video> Within Chrome all videos are displayed without any problems, but in safari only videos 1 & 2 are being displayed. They are loading correctly into the br...

Margin: 0px auto didn't work in apple safari

I have a construction that works well in all browsers except iPhone Safari, it sticks to left side though it's not supposed to. .home{width: 980px; margin: 0px auto 0px auto;} any advice? ...

Techniques for profiling memory in Safari desktop and iOS?

Updated 10/21: Changed title and question in order to possibly get an answer (other than "no"). We're experiencing leaks in Safari (confirmed in Windows and Mac, suspected in iOS). Are there any Safari extensions that lets one profile JavaScript/DOM memory usage to discover potential leaks? Better yet, is there any tool that can be us...

Google Map implementation not working on Safari and Chrome

Hi everybody, I am implementing a google map on the contact page of this website: http://www.vqt.ch/dev/?lang=fr&amp;page=contact The map displays in the rectangle on the top of the page. Everything is working fine on Firefox, but nothing is displayed on Safari & Chrome... Here is the way I implement it: <script src="http://maps.g...