They appear to assume that "web designers assume a fixed 72DPI" (or something specific anyway). But desktop DPI usually depends on screen physical size.
When I visited this site, I noticed its fonts look tiny compared to other browsers.
After some quick research, I stumbled into Development advisories from Google Chrome that pin point...
This is my font-face declaration I have used.
@font-face {
font-family: SolaimanLipi;
src: url("font/SolaimanLipi_20-04-07.ttf");
}
This is working perfectly in Firefox but I'm getting wrong with chrome.
After 'inspect element' i got the following message:
Resource interpreted as font but transferred with MIME type application/octe...
I'm located behind a SSL proxy and am trying to use Chrome with StackOverflow, but I'm unable to authenticate to Google's server (or any others) and get the following error:
"Error 107
(net::ERR_SSL_PROTOCOL_ERROR): SSL
protocol error."
Can anyone explain to me why this would be happening? I am able to access https://chase.com...
I am on a mission to expand my knowledge and create an extension for chrome similar to how firephp works. I want to integrate with my existing logging and debugging api within my framework and I want to be able to send these messages to the console. Nothing really robust to start with just a way to send debug messages to the chrome con...
If I access my page directly, I get:
$ wget http://localhost:8010/ --save-headers -O -
--2010-10-29 18:30:24-- http://localhost:8010/
Resolving localhost (localhost)... 127.0.0.1
Connecting to localhost (localhost)|127.0.0.1|:8010... connected.
HTTP request sent, awaiting response... 200 OK
Length: 950 [text/html]
Saving to: `STDOUT'
H...
Go to https://liquor.com/cask-bulleit/, then click BUY to get into the SSL enabled pages in Chrome.
Why is it that ONLY in Chrome I see the https crossed out (http://screencast.com/t/xcamgjats1kJ) when I am on the SSL required pages? Seems weird that I don't get any errors in Firefox or Safari, yet in Chrome I do. The SSL is valid and w...
I'll start with the code:
var s = ["hi"];
console.log(s);
s[0] = "bye";
console.log(s);
Simple, right? In response to this, Firebug says:
["hi"]
["bye"]
Wonderful, but Chrome's JavaScript console (7.0.517.41 beta) says:
["bye"]
["bye"]
Have I done something wrong, or is Chrome's JavaScript console being exceptionally lazy about...
Hi,
I want to implement simple access control policies for Chrome where in it can block or accept any scripts based on some predefined permissions. I have achieved some part of it by storing the permissions for the scripts as its attributes. But now i am not sure how to intercept the DOM and use these permissions to take the corrective ...
I'm updating some style sheets that were working perfectly in FF and IE, but are broken in Chrome, and some links (not all) are being underlined. I cannot for the life of me see where in the CSS or why. It's driving me nuts. Any suggestions?
Edit: this is some of what is turning up in Chrome's 'matched rules' section, if that helps..
d...
Hi guys~~~~~
I got about javascript console to display date problem using Chrome v7.0517.41 browser(not sure if it is a bug) and OS is WinXP SP3.
In javascript console, i type console.log(new Date());
then display :
Sat Oct 30 2010 22:49:57 GMT+0800 (China Standard Time) //it's now on local time
I change system time to +1 month ...
Hi
I try to make a extension for Google Chrome. But i have a problem. I can't get functions in the js file to run.
I tried to put a "alert('Hello World') inside the js file and it worked. But how do i start a function?
Have been searching and looking into the documents but i can't find anything.
This is the javascript i try to run on...
HTML5 gives us some new input elements to play with, such as <input type=number>. This renders (in Chrome) as a textbox with two cycle buttons inside the textbox, for incrementing and decrementing the numeric value inside the box.
For a personal hobby project, I'm using this control. However, I'm stuck with one issue:
Is there a way to...
I have a script, which has been causing me quite some issue today. :-) The script is apparently placing inline styles on the target element, but I can't find where they are defined.
So the script is a slider called EasySlider. It works quite nicely to display featured content in a slide fashion. However, the script is putting an inline ...
AJAX call not works on onbeforeUnload event
alert box works properly on beforeunload
I want clear User login session when it click on back/refresh button or redirect by changes on URL in online system. I have implemented clear server side session using JavaScript for this by calling ajax onBeforeUnload event.
Instead of my expectatio...
I've got a little problem with UserScripts in Google Chrome, to be precise with getting to the object window of an iframe. Very doable via the Google Chrome console, very impossible via the UserScript or so it seems so far. To be honest it seems as if it was on purpose, as if there was some reason why I'm not allowed to access other wind...
Hello
I'm studying a strange behavior in Google Chrome when using jQuery text function:
$(document).ready(function () {
$("#btnSubmit").click(function () {
var t = $('#txtMessage').text();
alert(t); //this shows nothing in Google Chrome, but works in IE9
});
});
when I change var t = $('#txtMessage').text(); to va...
Howdy,
This is not a programming question; but I am at my wits end and was hoping people wouldn't mind me asking for help here, sorry if this is a problem! I just found the people on this website are generally so helpful and knowledgable that I was hoping that somebody would be able to help.
I have a quite peculiar problem that I canno...
Background: I'm currently working on an intranet site that makes use of the MochaUI library (working from the virtual desktop demo). I'm using Mootools 1.2.4 and MochaUI 0.9.7. The windows that are opened in my "virtual desktop" implementation load their content via iframes. Some of the loaded pages are pretty hefty in terms of css and s...
Salutations all,
I'm a bit baffled. I've come across a rendering bug which only seems to occur on Chrome on a PC. It's absolutely fine in Chrome on the Mac (same version). Fine in Safari on both platforms. Fine in Firefox on both and even not so bad in IE9.
Here's the example: http://www.westore.it/testbed/cool-buttons/
I've tried usi...
Does anyone see Google's SPDY used in production? Is there a way to detect if a website is communicating with my browser (provided it is a fresh Chrome) using SPDY?
...