I would like to block all users of Safari from visiting my flash game web site. I would like them to see a picture of someone being punched in the face instead of the games.
My understanding is that you can use JavaScript to do it, but I don't want to use some heavy framework like JQuery. Is there a way to do it in like a single line ...
Is SWT Browser included to standard eclipse installation or I've to install it additionally ?
And if where can I find pack for SWT.
...
I'm trying to get a page to refresh when navigated to from the back button. From what I understand after reading around a bit I should just need to mark the page as uncacheable but I can't get any browsers to refresh the page. These are the headers I've currently got:
Cache-Control:no-cache
Connection:keep-alive
Content-Encoding:gzip
...
Here's an example of a regular standard HTML input for my radiobuttonlist:
<label><input type="radio" name="rbRSelectionGroup" checked value="0" />None</label>
<asp:Repeater ID="rptRsOptions" runat="server">
<ItemTemplate>
<div>
<label><input type="radio" name="rbRSelectionGroup" value='<%# ((RItem)Container.DataItem).Id %>' /><...
The string "Fernando Salgado Alonso" is much longer in IE7 than in FF.
Why? What can I do to fix it?
...
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...
From where Computed values comes, is it comes from browser default css?
Is the computed value and browser default styles same thing?
...
I have a quite long slideshow of images, all rendered via the awesome Paperclip.
Those images won't change very often, so I'd like to make use of browser caching.
Problem is Paperclip appends a unique load id to the image url.
(eg: pancakes.png?1275839986)
Is there any way to prevent this from happening?
Thanks!
...
Hello guys, I made a webapp where I need html content to popup on top of the swf objects I have. I ended up using the swfobject setting wmode: "transparent" which works fine in all browsers (Chrome, safari, IE) except firefox. In firefox I can't click the flash buttons, i tried to remove wmode=transparent and, of course, I can click any ...
The use case is to have an application store data on the client side when offline.
Is it advisable to use the Web SQL Database (which Chrome and Safari support, not FF though), or wait for the browsers to implement the Indexed Database API?
...
I have a classifieds website.
In every classified, there is a back link which simply takes the browser back one step.
This is because when users search classifieds, and click on one to view it, they can easily go back with a link also (instead of only the browser back button).
Here is the problem, if the classified is entered directly i...
Hi,
Does anyone knows how persistent cookies (e.g. for auto login) work in the Blackberry browser? I've been told they might be removed when the device is restarted. We did a test with the Google mobile site: not all cookies were deleted but the auto-login didn't work.
Anyone knows any details on this or can provide me another mobile s...
I am working on an app that will be able to pull an image of rendered HTML from a specific browser. I would like the user to be able to select a specific browser to render an HTML file in, and capture the rendered output in an image file. I also want to capture the entire HTML render at once, not simply what is visible in the browser at ...
I've come across a fairly obscure problem having to do with measuring a document's height before the styling has been applied by the browser. More information here:
http://sonspring.com/journal/jquery-iframe-sizing
http://ajaxian.com/archives/safari-3-onload-firing-and-bad-timing
In Dave Hyatt's comment from June 27, he advises simp...
I'm having trouble left aligning a related links div inside a block of text, exactly 250 pixels from the top of a content area, while retaining word wrapping. I attempted to do this with absolute positioning, but the text in the content area doesn't wrap around the content.
I would just fix the related links div in the content, however...
I'd like to host a personal database for about 500 people (1 database per person) on my web server. A person could possibly share their database with a friend or two. On my web server, I'd have some web services, perhaps for doing synchronization, and maybe even an ASP.NET Web Forms front end to the database.
If I restart my IIS web s...
As of Monday 7th June 2010 Safari (v5) supports Extensions. Some already exist such as the Gmail Checker & the upcoming Coda Notes by Panic.
So my question...
Where would one begin if one intends to develop an application for Safari 5?
Thanks in advance for any feedback!
...
How can we get Browser Name and Version information using php script?
...
I just ran Google's Page Speed application against our site and one of the recommendations was to Leverage browser caching. Expanding this revealed the following:
The following cacheable resources have
a short freshness lifetime:
Specify an expiration at least one week in
the future for the following resources:
<a long li...
With LLVM and silverlight this may be possible now (or it may be possible with flash).
I like the user to select a file and then do the following things
1) Hash it with md5 and sha1
2) If archive check if an exe is in it
3) If archive check if password protected
The first to see if the user has uploaded it already (today, yesterday, la...