-
Prevent users to open a video on the video-providing site (in a new window)
I think it's YouTiube's fault, since it never happens on DailyMotion and sometimes only on YouTube.
I developed the thing a little bit further here. In the (main-)menu, scroll down and click on Bach/Loussier: Air on the G-string . Its a DailyMotion-video. You'll see there's no problem there.
Thanks for the comment.
===
Arie.Posted 11-19-2009 at 10:28 PM by molendijk
-
Prevent users to open a video on the video-providing site (in a new window)
It's a good idea, since I come across this sort of thing all the time. The only thing is, after pausing the video and then pressing play again, it either seems to restart from the beginning, or just sort of freeze.
Don't know if this is the fault of the youtube video or the options that you changed.
But when viewing the video directly, it doesn't seem to happen.Posted 11-19-2009 at 08:08 PM by Schmoopy
-
Posted 11-12-2009 at 10:49 PM by Nile
-
Posted 11-08-2009 at 01:51 AM by jscheuer1
Updated 11-09-2009 at 03:25 AM by jscheuer1 (add specificity) -
Posted 11-07-2009 at 03:46 PM by Nile
-
Document Resizer
The zoom style property is supported in IE (not real well where positioned, padded, or floated elements are involved), Safari, and Chrome. However, not in Opera or Firefox. By extension, I would assume (though untested) that would mean not Flock, Netsacape, nor any other Mozilla based browser, probably others.
These sort of scripts (document resizing) shouldn't be used though, the browser itself performs this function. Also, when so many browsers do not support a script, this is another reason not to use it.
Further, zoom is invalid style according to the W3C css validator.Posted 11-07-2009 at 11:15 AM by jscheuer1
Updated 11-09-2009 at 05:23 PM by jscheuer1 (accuracy) -
Featured Content Glider- Fade instead of Glide
Since the upgrade of the main/original script:
To use the mod in this blog entry, one would be better off just changing the one line in the upgraded script available on:Quote://Updated (July 21st, 09): Updated to work in jQuery 1.3.x
http://www.dynamicdrive.com/dynamici...tentglider.htm
from:
to:Code:$target.animate(endpoint, config.speed)
Otherwise you will have to use jQuery 1.2.x and not benefit from other improvements to the code.Code:$target.css(endpoint).css({opacity:0}).animate({opacity:1}, config.speed) //custom codePosted 11-05-2009 at 03:50 PM by jscheuer1
-
Document Resizer
I just copied it for my future references, thanks for the script.Posted 11-04-2009 at 09:48 PM by muqtada123
-
Document Resizer
I was responding to jscheuer, but thats interesting... probably a bunch of stupid arguments between the browsers.
Posted 11-03-2009 at 01:03 PM by Nile
-
All Levels Menu- top headers revealed onClick instead of onMouseover
This .js file doesn't seem to work in Safari 4.03. Any help would be appreciated. Thanks.Posted 11-03-2009 at 11:50 AM by dragot
-
Document Resizer
Nile, I didn't mean to say that your script works on any browser except Chrome, but that the script on the page produced by the LINK in my post ('This') works everywhere except on Chrome.
Your script (almost) gives the opposite result: it works in IE and Chrome, but fails on any other browser.
Arie.Posted 11-02-2009 at 09:03 PM by molendijk
-
Document Resizer
@jscheuer: The only code that isn't being used is:I made this array myself, and did not take it from anywhere. I was going to use it, but then realized that it wasn't reasonable, and then forgot to remove it. It seems to work in Google Chrome too, but I haven't checked Firefox yet.Code:var size = new Array("XSmall", "Small", "Medium", "Lage", "XLarge", "XXLarge");Posted 11-02-2009 at 02:29 AM by Nile
-
Posted 11-01-2009 at 09:11 PM by molendijk
Updated 11-01-2009 at 09:11 PM by molendijk (Correction) -
Document Resizer
A zoom and/or text resizing option is included in virtually every browser. So there is no need to code one. In fact, doing so discourages users from learning the rudiments of their browser(s). Not all browsers will activate (in fact many will not) anything on invocation of the zoom style property. And in IE, this style property often has undesirable results.
The code itself (as of this writing) is sloppy, introducing both meaningless and utilized variables in the global scope where neither are required. This in itself could mess up your page.
In short - I would highly recommend against doing this.Posted 11-01-2009 at 05:23 AM by jscheuer1
Updated 11-09-2009 at 05:20 PM by jscheuer1 (accuracy)





