Hello,
I'm experiencing something really strange with my javascript in chrome with Date().format.
If I use the console and type:
d = new Date(Date.parse("2010-05-28"))
d.format("yyyy-MM-dd");
""
d._toFormattedString();
"Fri May 28 2010 00:00:00 GMT+0200 (W. Europe Daylight Time)"
Anyone got any clue why I get an empty string? And...
I've so far suceeded in getting a valid access token. Now I'm just trying to get a JSON response using jQuery.
This is most of my code. It is called on load from a window created by the background.html:
$.ajax({
url : 'https://graph.facebook.com/me?access_token=' + access_token,
dataType: 'json',
error: function() { alert(...
assuming a yield of 3 per hour, that's 83000 hours. 8 hours a day makes 10,500 days, divide by thirty to get 342 mythical man months. I call them mythical because writing 125 tests per person per week is unreal.
can any wise soul out there on SO shed some light on what sort of mythical men write unreal quantities of tests for large soft...
I Want to make Firefox and Google Chrome Add-on in which language can i make?and how to make it in Firefox or Chrome compatible?
...
Hello everyone.
In Firebug the DOM tab shows a list of all your public variables and objects. In Chrome's console you have to type the name of the public variable or object you want to explore. Is there a way - or at least a command - for Chrome's console to display a list all the public variables and objects? It will save a lot of typi...
I've installed Google Chrome on Hardy via the .deb file and would like to configure apt-get for automatic updates.
[I have another machine running Ubuntu Karmic where this works fine; apt-get knows the package as 'google-chrome'; I'm now using a Dell Mini 10 with Ubuntu 8.04 LTS installed]
As part of the .deb install, two entries have ...
I am planning to build multiple desktop addons ( for Chrome & Firefox ) and mobile apps ( for iPhone and Droid ).
The application would have its own database, and it would be filled by downloading information from a web database (possibly MySQL in Drupal). My plan is to have specific information in the web database transferred to an SQ...
Hi,
I want to shape my own browser or at least modify a existing one so far that it meets my needs.
I want a fast browser (starting and running, not necessarily faster rendering) without any stuff I don't use and simple productive navigation (like Firefox + Vimperator + Tree Style Tab), only much more integrated into each other and a d...
What is Chrome's equivalent of 'top.document', valid in both FF and IE8.
In Chrome, 'top' is valid, top.length returns 2 (frames)...as it should. But top.document returns 'undefined'. Needed to get an element. top.document.getElementById(id) works perfectly in both FF and IE8.
Thanks in advance,
swk
...
Hello,
I've been experimenting with CSS3 and found something strange. Heres's the part of DIV style:
border:#446429 solid 1px;
border-radius:15px;
-moz-border-radius:15px;
-webkit-border-radius:15px;
box-shadow:3px 0px 15px #000000 inset,0px 3px 15px #000000 inset;
-moz-box-shadow:3px 0px 15px #000000 inset,0px 3px 15px #000000 inset;
...
Hi there,
I have 3 animations that run when I load my page. A header descends from the top and a footer ascends from the bottom. Also, my main logo goes from fully transparent to fully opaque.
I'm using the YUI framework for the animations.
My problem is that they all happen at the same time. I'd like the header & footer animations to...
I'm using the following HTML code to autoselect some text in a form field when a user clicks on the field:
input onfocus="this.select()" type="text" value="Search"
This works fine in Firefox and Internet Explorer (the purpose being to use the default text to describe the field to the user, but highlight it so that on click they can j...
Hi there,
I'm working on an ASP.NET app
I have an asp button on my app with an associated server side click event
Now, this click event is not being fired with Google chrome (works fine on IE).
Chrome version is 5.0.375.55.
Any idea?
tks
...
i see that chrome puts a thicker border on :focus. but it kind of look off in my case where i use border-radius also. is there anyway to remove that?
...
Hello All,
I have a big problem with Google Chrome and its memory. My app is displaying to user several image charts and reloads them every 10s.
In the interval i have code like that
var image = new Image();
var src = 'myurl/image'+new Date().getTime();
image.onload = function() {
document.getElementById('myimage').src = src;
...
Hi,
I have mock_request() calls on my JSpec tests, and they work fine on Firefox,
but they break on Chrome because of mock_request...
The tests don't even run on Chrome...
Does anybody knows how to fix this?
Thanks,
Lucas
...
Hi,
I have a tabcontainer with 3 tabs and some inputs. Everything works good till i put dojoType="dijit.form.ValidationTextBox" in a input.
after that the page looks like this in chrome and in firefox.
http://www.narvenblog.com/tralha/dijit_bug_chrome.jpg
what is happening with chrome?????
thanks
...
I have a website where chrome doesn't even load at all on wordpress. Any ever had this happen to them?
site: egore.globerunnerseo.com
...
I wrote a extension and works fine in Chrome v4.*. These days my chrome update to v5.0, then I found the extension doesn't work any more. I use the developer tools found this error bellow:
Uncaught SyntaxError: Unexpected token ILLEGAL
who knows what's the problem?
...
I'm (ab)using the document title as some kind of a notification area. If the tab/window in question doesn't have focus at the time I want to notify the user of something, I change the window title to include some notification.
When the window/tab comes back into focus, I want to remove the notification, i.e. reset the title to standard....