can anybody help me. the sample code is
function capturecurrent() {
var win = chrome.extension.getExtensionTabs();
return win;
}
its not returning any domwindowarray. if i calculate win.length, it always gives me 0;
Chrome 5 was recently released for Windows, Mac, and Linux, all with the same version number. Are there significant differences in behavior (CSS or JS) between the different platforms, or do they behave pretty much the same?
I'm not interested in how they handle extensions -- just handling of HTML, CSS, and JavaScript.
Hi guys.
I'm trying to make a media Download bar for Chrome Browser like Real Player's one ( a DLL plugin )
Whenever you open a page which contents "media stream" like Youtube..., it will show a download bar at the left-top corner of the flash player - allow you to download this video/song to your computer. How does it capture the video url of the flash-player? Which method and language( C++ or C# ) do I have to use? Thanks in Advance :) ( and so sorry for bad English )
Hi
I'm developing a google chrome extension.
I am trying to use the jquery-ui datepicker inside a jquery-ui dialog of the existing webpage (content level)
Like so: Screenshot
I get "DP_jQuery_1274168529407 is not defined" when I click on any button of the datepicker widget and I have no idea why
Please help :)
Chrome appends an stylesheet and it make a lot of problems for me. for example this selector
html>body, html>body * {background-color:#ffffff !important}
is one oe the things I can't override in my own styles. Anyone has a solution for that?
I want to use an image for the background of a selec/dropdown. The following CSS works fine in Firefox and IE, but does not in Chrome:
#main .drop-down-loc { width:506px; height: 30px; border: none;
background-color: Transparent;
background: url(images/text-field.gif) no-repeat 0 0;
padding:4px; line-height: 21px;}
THANKS
I am looking to be able to launch a network file on our local intranet using FF or Chrome
Currently the link work good in IE
<a href="\\Start\Of\My\Network\file.xlsx">View Report</a>
but in FF it show
<a href="http://mydomain.com/\\Start\Of\My\Network\file.xlsx">View Report</a>
is there a way to get the link to render properly...Just a simple click from a href tag.
I am trying to fire the asp.net button click event from javascript. Its working fine in IE, but the same code is not working on Chrome, please help me. Here is the js code,
var btnSave = document.getElementById('btnSave');
btnSave.click();
alert("The changes are saved sucessfully!!");
Please help me
Click here to see a simple example of what I want. It's really easy, but for some reason Google won't display the "subTotalCaption2" div.
It's part of a foreach loop, if needed I can add other codes.
There is nothing else in the rest of the css to mess with this, I have checked about 10 times.
See it live at euroworker.no/order (add items to basket) In FF and Chrome.
Thanks.
my application have many drag and drop features. and while dragging i want that cursor changes to some grab.cur. ie and firefox are working fine in this. but in chrome it always changes the cursor to text cursor. I m stuck badly please help.
Hi All,
I want to removw a node from a page for that i am using the below mentioned function
document.getElementById(id).removeNode(true);
.This is working fine in IE but not in Chrome.
Can anyone tell me how can i do that
Thanks
hi,
could you explain me why my flash video player doesn't work in Chrome while it perfectly works in other browsers ? (Firefox and IE)
This is the link: http://www.sanstitre.ch/drupal/portfolio?tid[0]=66
You'll see it flickering...
thanks
Is there a way to monitor AJAX requests in the Chrome browser? I tried firebug lite, and though it seems to work for some things (javascript errors and such), the XHR tab doesn't seem to do anything.
Are there any alternatives?
hi
Is this bar appearing in Chrome when the language is different causing issues to your websites ?
[http://dl.dropbox.com/u/72686/chromeBar.png][1]
My javascript doesn't work anymore as before. It is quite annoying
thanks
Link: http://donatellabernardi.ch/drupal/
In the following page http://ada.kiexpro.com/test2/map.html
I added:
white-space: normal;
to wrap the copyright text that is coming our from the Google map API.
It works in FF and IE but Chrome seems to ignore the CSS selector:
global.css:
#cm_map span {
white-space: normal !important;
}
I can't get access to a folder on our server and can't understand why. Perhaps someone will see what I'm overlooking...
Trouble accessing /Library/Subdirectory/NextDirectory/
User joe can ssh to the server just fine and cd to /Library/Subdirectory/ however trying to cd into the next folder, NextDirectory, gives this error:
-bash: cd: NextDirectory/: Permission denied
both username joe & bill are members of the group admin and both can get INTO Subdirectory without any trouble...
hostname:Library joe$ ls -l | grep Subdirectory
drwxrwxr-x 3 bill admin 102 Jun 1 14:51 Subdirectory
and from w/in the Subversion folder
hostname:Subdirectory joe$ ls -l
drwxrwx--- 5 root admin 170 Jun 1 22:19 NextDirectory
bill can cd into NextDirectory but joe cannot!?! What am I overlooking? What tools do we have to troubleshoot this?
thanks!
I have 60 Gb of RAM on server. Windows 2008, 32bit with PAE.
One Sql Server 2008 Express Instance can use 1 Gb of RAM.
So if I install 60 instances, each can use 1 Gb of RAM, right?
And the second question, what will be if I install 64bit system and use many Express instances?
I have 60 Gb of RAM on server. Windows 2008, 32bit with PAE.
One Sql Server 2008 Express Instance can use 1 Gb of RAM.
So if I install 60 instances, each can use 1 Gb of RAM, right?
And the second question, what will be if I install 64bit system and use many Express instances?
I'm having a trouble here because of my PC infected today and I tried everything to get it back and the only option left for me now is to do a clean install.
Now what happen is I have Macbook Pro with 8GB USB which I emptied the USB stick now.
I've download Windows 7 from my college website [With license not pirate] and wanted to make a bootable USB so I can format my PC to get it run again.
Now I know that disk utilities can be done with DVD/CD but what I can make a bootable USB to run it on my PC?
Hi,
On my Ubuntu HOST I have my local webserver.
I installed VirtualBox and Debian as a GUEST.
I would like Debian guest to be able to hit my webserver running on my Ubuntu host (for example, I just type http://localhost:8080/ in the browser under Debian).
How can this be done?
Thanks in advance.