Tagged Questions
2
votes
3answers
65 views
How can I browse offline my already visited websites?
OK, I am online half of the day and offline the other half using a MacBook Pro. As I am coding primarily on this Mac, I am interested in caching all the websites I visit: especially forums, blogs, ...
1
vote
1answer
27 views
Clearing the cache/history not removing form field values
I am using Firefox and Opera in OS X 10.5.8. I have cleared the cookies, history, private data number of times. But when I visit gmail/facebook, the email ID is still auto filled up. Is there anyway ...
0
votes
1answer
53 views
iOS Simulator Mobile Safari
I might possibly have a html5 game project coming up, that would need to run on iOS devices. However i dont own many of them, nor do i have the money to buy them. My friend did remind me i might be ...
6
votes
1answer
209 views
Safari opens pdf in browser window, but doesn't auto rotate and there is no control bar
I just recently switched to a macbook pro with mountain lion from macbook with leopard. I had no problems with safari opening pdfs before, but now, what it does is that it opens the pdf, but it ...
7
votes
5answers
11k views
How to regain features from Safari 5 that are not found in Safari 6?
I upgraded to Mountain Lion, there are a lot of differences in Safari 6.
Have the four features below been relocated?
If not relocated, are there fixes?
Activity window (previously: Window -> ...
0
votes
1answer
199 views
Can iPad/Safari Pretend to be a Different Browser to Avoid Nag Screens?
I'm doing more and more of my web browsing on my iPad these days. One of the downsides is that many of the sites I frequent force me to click through a "please install our iPad app" nag screen before ...
0
votes
0answers
149 views
Delete button doesn't take me back in Safari 5.2 on Lion
I am running the developer version of Safari 5.2 (7536.2.3) on Lion 10.7.3 on Alu unibody MacBook (early 2009). The problem is that the delete button does no longer work as a back button. The normal ...
2
votes
4answers
696 views
How can I use multiple browser versions at one time?
On Windows I can use Utilu Firefox collection (there also ie collection on his site).
How can I use multiple browser versions to see how my website works in different versions of different browsers ...
0
votes
0answers
260 views
Options Aren't Showing Up until I click the select element in iPad Safari Browser (Multi Select Form) [closed]
I have a multi select form element:
Code:
<select id="something" name ="something" onchange="something();" multiple="multiple" >
<option value="something">something</option>
...