Hello!
I am using CKFinder integrated in CKEditor.
I want to keep the Upload feature active, but scrap the Browse Server option as I don't want users doing this.
How can I do this?
Thank you.
...
I have an application that utilizes rather unfriendly dynamic URLs most of the time. I am providing friendly URLs to some content, but these are used only as an entry point into the application, after which point all of the generated URLs will be the unfriendly variety.
My question is, if I know that the user is on a page for which a f...
I'm trying to debug my app using MSIE Developer Toolbar in IE8, but I also need to see how does it work in IE7. It's feature of browser and document switching comes handy in this case, the problem is that whenever I hit refresh button (in dev.toolbar, not browser) to reload DOM and CSS information (because they're dynamic and not refresh...
We are doing a series of client-side performance tests for a large website and we primarily use Fiddler and DynaTrace for our measurements. But we've run into 2 major issues:
The clients are intent on measuring the asynchronous part of the page load (Stuff that gets kicked in after document.ready). Using fiddler, its hard to tell which...
I am not trying to track clicks or anything like other people - I just want to put a browser within a browser that can go back, forward, refresh, accept user-entered URLs, and store bookmarks. Can flash/silverlight/ajax/whatever do this? If so, how?
...
Was reading that IE9 will support HTML 5/ CSS 3
What other browsers support this?
...
I am trying to create a mobile website and want to be able to play/stream audio files.I have tried html5's audio tag and tried testing it on opera mobile 10 simulator but it does not work. I have lots of audio files and the audio should be auto played.
sidenote:
Also, i need to test my website for android and iphone mobile phones. I a...
My browser always run in quirks mode - is it a problem?
I can't even validate my css. My page is looking good .. is there any problem?
Thanks a tonne in advance :)
...
When a user chooses "File > Print" on a browser such as Firefox or Internet Explorer, or clicks on a link that runs the below javascript
window.print();
Is there a way to conditionally check for this mode and disable SOME javascript.
I am trying to do this because I have a plugin that adds in its own custom markup for rounded borders...
Here are the requirements:
No flash player
Work in all browsers
Don't want the end user to see a media player or quicktime player while playing the wav file
I want to display a speaker image which allows user to click and the audio will be played
The audio is short in several seconds max. and doesn't need stop/pause, etc. controls
No p...
Back in the old days, one would always need to scale images in Photoshop, because the browsers did a terrible job of it. Firefox now seems to scale images smaller quite nicely. Do the other browsers do a nice job too?
...
Is there any way to suppress the spinners and "transferring data" indicators that browsers show when a web page is loading?
I'm loading a document into a hidden iframe that will take a long time (10's of minutes). I don't want/need the user to be aware of this - it's just confusing to them to have the page look like it's still loading....
Here's my issue: I need to set the font-size of an element to match the font-size of another element, dynamically (in javascript).
This works fine when the browser isn't zoomed in/out.
When the browser is zoomed out, however, this occures:
window.getComputedStyle(element, null).getPropertyValue('font-size'); // 14px
element.style.font...
Hi,
I have a div tag and there is an asp.net TextBox control. I wanted to align the text box to left border. But the text box leaves a space of some 100px on the left. I tried padding:0px, margin:0px, float:left etc... but none solved the issue. It works fine on other browsers. And i already have conditional comments to support differen...
Some Safari features (such as detecting rotation/accelerometer) do not function when a website is loaded in a native app's browser (such as Foursquare). The user agent is still Safar for iPhone... is there any way to detect that the site is actually loading in a native app?
...
Hi,
I'm just reading up on possible technologies or ways to manipulate the DOM of a user-defined website in a browser or webinterface. The "Same Origin Policy" normally prevents doing this in the browser but there are several ways to avoid this.
First thing I can think of is using a Firefox Add-On or Greasemonkey-Script. Another way is...
Is there a way to force the browser to display a page only after all of the page's contents are completely loaded (such as images, scripts, css, etc)?
...
There is an svg file I want put into my cfm page. Safari can render it correctly, however, other browsers: In Chrome and Opera it will only show up as xml source; In IE it just left as blank; In FF it display as a plugin icon, if I click it, it will search for plugin, eventually will tell me there is no plugin available. I had Adobe SVG ...
Is there a way to access the "media keys" with Javascript from within a browser tab/window?
I am mainly interested in a google chrome solution.
Using the following code, there doesn't seem to be an event generated for the media keys:
<html>
<body onKeyDown="showKeyCode(event)">
<script type="text/javascript">
function sho...
Hi Folks,
I'm wondering about access times on object members. More precisely, I'm benchmarking access times on the window object. I believe I can explain most behavior here on my own, but I'd feel better to hear some comments.
Usecase: Different access times on different propertys ?
I'm benchmarking on Firefox 3.6.8 (windows), the sim...