Cufon text disappears when using Yahoo Babelfish - translation

Has anyone experienced this? Cufon text disappears when using Yahoo Babelfish.
Thanks!

Found it! It's because the babelfished page is located on Yahoo's server, which
means that the domain-protected font doesn't work. Doh!

Related

Google Chrome Developer Tools Scrambled Source

Is anyone aware of, experiencing or know how to fix this? It occurs on any page that I use developer tools on.. It looks as if the markup is being reprinted on top of itself instead of scrolling. Also, whatever element I have selected appears white (invisible). Please help!
Screenshot:

Increase font of HTML in Webview

I'm designing Windows 8 Reader app, and i have to use a control to display the HTML content in "Webview". I got this right now. My problem is how to increase the font in the HTML content in webview. I don't how to start this.Can any one help me..
I mainly develop for android. But i do have a friend who had the same problem..
What you can do to solve this problem is calling javascript for the webview..
this way you can edit the style of the website from the javascript you call.
But that's the direction i would be looking for now..
Edit..
It should be something like this:
YourWebView.InvokeScript("your script", null);

Twitter "Tweet" Button IE7 Bug (cut off text)

I'm trying to use the Twitter "Tweet" button on a site. It works great in all browsers, but in IE 7, it doesn't show the full width. There's no additional CSS in place, other than a little padding-left on the LinkedIn button for spacing.
Twitter have said that they fixed this issue a few months ago here, but I'm using the latest code from their developers site with no luck.
I've also tried the solution from StackOverflow suggesting to use .twitter-follow-button {width: 150px !important;}, but this also didn't solve the issue. The image below shows how it looks in IE7, with the text incorrectly cut short.
Any advice or suggestions of where to go next would be very much appreciated.
It looks like you are using the Twitter Share button instead of the Twitter Follow button. Therefore the used class as suggested by the quoted stackoverflow thread will not work. You should be using:
.twitter-share-button {width: 150px !important;}
The issue was a surrounding for the Twitter button that was being placed in-line, hence there wasn't a sign of it in the CSS. Thanks for your responses.

XCode: UIWebView Mail Links Not Working?

I have a webpage which I am navigating UIWebView to and that page has images and links which use the "mailto:" tag. Unfortunately, when you tap on them, nothing happens. If you hold the links, there is an option to email them though.
How can I fix this issue? I've searched around and couldn't find anything on it.
myWebView.dataDetectorTypes=UIDataDetectorTypeAddress;

sIFR links lose focus in Firefox 3.6 after scrolling

I've noticed this issue in previous versions of Firefox whereby after scrolling sIFR links become inactive and need to be clicked in order to become links again. The fix for this was fairly straightforward and just required you to add 'fixFocus: true' in the sIFR config.
Unfortunately when I upgraded to Firefox 3.6 this fix no longer works. I'm just wondering if anyone else has come across this and know if there's a workaround. We use sIFR links in loads of our sites so this is a pretty bad bug!
Thanks in advance if anyone can help
*update - it seems like it's the addition of using the wmode: 'transparent' - if i take this out the fix focus works again. Still a problem though as most of our links need to be transparent
Yea, it's a browser issue, and a rather old one by now. There's no better workaround available in sIFR.
A trick to make the sIFR links work fine in firefox when having the wmode set to transparent, is to add that CSS code to the class that is being replaced :
.fontname:hover {background-position:0% 100%;}
In this example, fontname is the CSS class that determines which tags are replaced.

Resources