safari

How to open a link in Safari with three20?

With the three20 library you can create styled text, including links, but how do you get those links to open in Safari (or within the app itself)? ...

URLs with query stripped of ampersands appearing in error logs

I've noticed a curious phenomena popping up in my error logs recently. If, as the result of processing a form, I redirect my users to the URL http://www.example.com/index.php?foo=bar&bar=baz, I will see the following two URLs in my log http://www.example.com/index.php?foo=barbar=baz http://www.example.com/index.php?foo=bar&bar=...

jquery radio buttons don't work in Safari (fine in Firefox)

check out this page in firefox and safari: http://jqueryui.com/demos/button/#radio the radio buttons example looks great in firefox, but comes up as regular radio buttons in safari (in fact none of the examples on that page work). any idea what the bug is in safari and how to fix it? or is it just my computer? javascript is enabled. th...

Why is my CSS tool tip not functioning properly in Google Chrome, but fine in Firefox??

http://betawww.helpcurenow.org/media/press/ You'll see I have used spans within an anchor, with the span.hover-description set to display:none; by default, and on a:hover that span is set to display block and absolutely positioned to create a tool-tip effect when hovering over the name and email of the "For Immediate Release" contact na...

Why does this page scroll down to the bottom automatically?

This happens only with Google Chrome and Safari. This is the page in question: http://jqeedu.tuxfamily.org/pmr/ After opening the landing, click on post your apartment, a form is loaded via ajax, and the page automatically scrolls to the bottom and if you scroll up, it returns to the bottom again! What is causing this? Edit: Sorry abo...

Monitor web sites visited using Internet Explorer, Opera, Chrome, Firefox and Safari in Python

I am working on a project for work and have seemed to run into a small problem. The project is a similar program to Web Nanny, but branded to my client's company. It will have features such as website blocking by URL, keyword and web activity logs. I would also need it to be able to "pause" downloads until an acceptable username and pass...

Creating own shortcuts: Problem in safari

I have a web application which needs to be called from firefox and safari. Several shortcuts will let the user edit stuff and do other actions. I already implemented my shortcuts and they work great in firefox but not in safari. I can't for example do anything on alt+return - its not getting catched. Is there an easy way to overwrite ...

safari 5 resize flash application

Just notice that after updating to Safari 5 (mac) all the flash applications that respond to resize events got sluggish. try: http://www.tutorio.com/media/flash/liquid-demo.html this works great with firefox 3.6.3, Chrome can deal with it fine, although not so fast as Firefox, but new Safari gives a awful experience, distorting all con...

How to enable Safari Reader on my website?

How does Safari Reader work in Apple Safari 5? How do I enable Safari Reader on my site. How do I tell it what content on my page is an article to trigger this function? ...

Bugs in scroll-follow with Google map (Firefox and Safari)

A scroll follow effect is when a part of the web design is always visible, even when the window is scrolled. There are animated and static versions of this. The animated is ok http://robertomartinez.info/cobra/index.html But I prefer the fixed version, however I have some bugs: http://robertomartinez.info/cobra/index_fixed.html -In F...

How to disable Safari Reader in a web page

I'm curious to know more about what triggers the Reader option in Safari and what does not. I wouldn't plan to implement anything that would disable it, but curious as a technical exercise. Here is what I've learned so far with some basic playing around: You need at least one H tag It does not go by character count alone but by the nu...

Google Analytics Ecommerce doesn't work with Safari5

My code works with Firefox and Chrome, but not with Safari5. I'm using the Asynchronous version of GA Ecommerce Tracking. Here's the relevant part of my code: var trans = _gaq.push(['_addTrans', productDetails['orderId'], productDetails['affiliation'], rpc]); _gaq.push(['_addItem', productDetails['orderId'], productDetails['sku'], ...

Safari sometimes finishes the HTPPService Post request

Hey all, I've been following this tutorial to make a snapshot app using Flash Builder 4: http://active.tutsplus.com/tutorials/actionscript/create-a-snappy-snapshot-app-with-flash-builder-4/ My code works on all browsers, except for Safari (4 and 5). I think that it, depending on the picture I take, doesn't finish the request. I've tr...

How to start creating iAds

I'd like to learn how to create iAds. I already installed Xcode and the iAd Js. In which environment to I make iAd Bundles? In Xcode? Is there any guide on how to do this? ...

Full page reload on Post/Redirect/Get ignoring cache control

I have a page that loads a lot of images, css and javascript. I've added a far future Expires header and set Cache-Control to public on these external dependencies so they should be cached. But every time I do a Post/Redirect/Get chrome tries to load these again. This behavior is very similar to reloading the page. I've added ETags and h...

Safari Back button not honouring PHP logout session

I've got a logout.php page which ends a user's session and works well and does the following: session_start(); session_unset(); session_destroy(); I've just noticed when testing with Safari that when you logout you can click the back button to return to the previous page which requires authentication but are not prompted. You cannot na...

List of known "Safari on iPad" differences over "Desktop Safari"

In recently testing a web application on Windows/Mac desktop browsers - and then on an iPad I noticed various differences in Safari that I wasn't expecting. even though the version # is the same. I'd like to compose a list of those differences (for myself and others) to have as a developer reference. e.g. in Safari on the iPad iPad S...

Access Full-Page zoom setting with javascript in Safari 5?

Is there a way to programmatically access a page's current zoom-level in javascript with Safari 5? I'd like to access it with a Safari extension, but I'm coming up empty in the documentation. I'd also be interested in any other creative ways to mimic full-page zoom (maybe with CSS?) that could be done with the new extension system in Saf...

Flash player debugger plugin crashes on Mac OS [tried many version of the plugin and browsers, all of them crash]

Dear All, I recently started using Mac OS X for a flex/actionscript project and having a problem with flash player debugger plugin for the browsers: OSX: 10.6.3 Browsers I tried: firefox, safari and chrome Flashplayer debug "Flash Player 10 Plugin content debugger (Intel-based Macs) Whenever I open a page containing a flash content, ...

Determine if user navigated from mobile Safari

I have an app, and I'd like to redirect the users to different pages based on where they are navigating from. If navigating from web clip, do not redirect. If navigating from mobile Safari, redirect to safari.aspx. If navigating from anywhere else, redirect to unavailable.aspx I was able to use http://stackoverflow.com/questions/273876...