search results matching tag: template

» channel: learn

go advanced with your query
Search took 0.000 seconds

    Videos (58)     Sift Talk (7)     Blogs (5)     Comments (183)   

Romney: Is it patriotic to stash your money in the Caymans

Can't submit South Park Studios' embedded videos? (Geek Talk Post)

radx says...

Here's the code:

<embed wmode="transparent" allowscriptaccess="always" allowscriptaccess="always" allowscriptaccess="always" style='display:block' src='http://media.mtvnservices.com/mgid:arc:video:southparkstudios.com:9afcec46-293f-492d-8b8f-08a29aa7ba15' width='500' height='281' type='application/x-shockwave-flash' wmode='window' allowFullscreen='true' flashvars='autoPlay=false' allowscriptaccess='always' allownetworking='all' bgcolor='#000000'></embed>

Fuck me sideways, this one's annoying. Embed within this comment doesn't work, but a regular submission doesn't throw any exceptions and the player is loaded properly, so I'd say give this code a shot.

For a different South Park clip, just replace "9afcec46-293f-492d-8b8f-08a29aa7ba15" with the respective ID. In case of your second clip, that ID is "4c756450-99e2-469c-b97a-e7ddceff54aa".

Code for second embed:

<embed wmode="transparent" allowscriptaccess="always" allowscriptaccess="always" allowscriptaccess="always" style='display:block' src='http://media.mtvnservices.com/mgid:arc:video:southparkstudios.com:4c756450-99e2-469c-b97a-e7ddceff54aa' width='500' height='281' type='application/x-shockwave-flash' wmode='window' allowFullscreen='true' flashvars='autoPlay=false' allowscriptaccess='always' allownetworking='all' bgcolor='#000000'></embed>


Tutorial: Either pick this code as a template and replace the ID or fetch a regular embed code for another MTVNServices video, for example TDS, and simply replace the video url with that of the South Park video, but only after you ran the original code through VideoSifts own submission system.

Random DailyShow embed, after I ran it through the system:

<embed wmode="transparent" allowscriptaccess="always" style='display:block' src='http://media.mtvnservices.com/mgid:cms:item:comedycentral.com:419809' width='500' height='281' type='application/x-shockwave-flash' wmode='window' allowFullscreen='true' flashvars='autoPlay=false' allowscriptaccess='always' allownetworking='all' bgcolor='#000000'></embed>

Replace the part in bold font with the respective South Park code, then run it again.

Can We Resurrect the Dinosaurs? Neanderthal Man?

BicycleRepairMan says...

>> ^Velocity5:

@BicycleRepairMan
Science isn't 100% or nothing. Creating someone who is 95% neanderthal would still be scientifically useful.


Well, thats not really how genes, genomes and sequencing works. You can sequence a genome 100% , but the accuracy might not be perfect, then you can sequence bits and peices to determine familiarity etc and that might be close to 100% in accuracy. The point is that just because someone says "we have sequenced the Neanderthal genome" that doesnt have to mean that that sequencing is even remotely useable as a cloning template or whatever.

And you cant just make a "95% neanderthal" and expect it to be "almost neanderthal".

The devil, or neanderthal in this case, is in the details, and what we have to work with, regardless of future technology is degraded bits of DNA thats tens of thousands of years old. Again, think about it like a video in recorded in low quality, its not going to be HD just because you have a fancy computer.

I googled this stuff to see if my skepticism was warranted: Here is a quote from one of the people who actually did the sequencing (taken from Wikipedia):

In February 2009, the Max Planck Institute's team, led by geneticist Svante Pääbo, announced that they had completed the first draft of the Neanderthal genome[3] An early analysis of the data suggested in "the genome of Neanderthals, a human species driven to extinction" "no significant trace of Neanderthal genes in modern humans".[17] New results suggested that some adult Neanderthals were lactose intolerant.[14] On the question of potentially cloning a Neanderthal, Pääbo commented, "Starting from the DNA extracted from a fossil, it is and will remain impossible."

So there you have it. Naku is, once again, talking shit, and should stick to his own field of study.

Can't embed a rutube.ru video due to dupe? (Geek Talk Post)

ant says...

>> ^radx:

Long story short: code is at the bottom.
Either I'm too blind to see the obvious or embedding a Rutube clip is, pardon my French, a fucking pain in the arse.
The iframe code you can get through the respective button on Rutube doesn't work. The video ID itself, injected into a template, doesn't work. Although, the latter at least produces a working player, just no valid video code to use it on.
What you have to do is get the proper video ID for embeds.
Open the site's source code and look for the following entry:
<meta property="og:image" content="http://tub.rutube.ru/thumbs-wide/91/4f/914f09904b50b553f3a345ef8ce61b49-1.jpg" />
That's a link for the thumbnail image Rutube used, and since it was taken automatically from the original video, it includes the proper video ID, as marked in bold.
Now take the ID and inject it into a working template, eg:

<object width="640" height="360">
<param name="movie" value="http://video.rutube.ru/$ID"></param>
<param name="wmode" value="window"></param>
<param name="allowFullScreen" value="true"></param>
<embed src="http://video.rutube.ru/$ID" type="application/x-shockwave-flash" wmode="window" width="640" height="360" allowFullScreen="true" ></embed>
</object>

Replace $ID with your actual video ID and you should be good to go.
So here's your code:
<object width="640" height="360">
<param name="movie" value="http://video.rutube.ru/914f09904b50b553f3a345ef8ce61b49"></param>
<param name="wmode" value="window"></param>
<param name="allowFullScreen" value="true"></param>
<embed src="http://video.rutube.ru/914f09904b50b553f3a345ef8ce61b49" type="application/x-shockwave-flash" wmode="window" width="640" height="360" allowFullScreen="true" ></embed>
</object>

Hopefully, that shit works.


Edit: fixed two HTML characters.


Thanks. I will try it when my queue has an empty spot unless someone beats me.

Can't embed a rutube.ru video due to dupe? (Geek Talk Post)

radx says...

Long story short: code is at the bottom.

Either I'm too blind to see the obvious or embedding a Rutube clip is, pardon my French, a fucking pain in the arse.

The iframe code you can get through the respective button on Rutube doesn't work. The video ID itself, injected into a template, doesn't work. Although, the latter at least produces a working player, just no valid video code to use it on.

What you have to do is get the proper video ID for embeds.

Open the site's source code and look for the following entry:

<meta property="og:image" content="http://tub.rutube.ru/thumbs-wide/91/4f/914f09904b50b553f3a345ef8ce61b49-1.jpg" />

That's a link for the thumbnail image Rutube used, and since it was taken automatically from the original video, it includes the proper video ID, as marked in bold.

Now take the ID and inject it into a working template, eg:

<object width="640" height="360">
<param name="movie" value="http://video.rutube.ru/$ID"></param>
<param name="wmode" value="window"></param>
<param name="allowFullScreen" value="true"></param>
<embed src="http://video.rutube.ru/$ID" type="application/x-shockwave-flash" wmode="window" width="640" height="360" allowFullScreen="true" ></embed>
</object>

Replace $ID with your actual video ID and you should be good to go.

So here's your code:
<object width="640" height="360">
<param name="movie" value="http://video.rutube.ru/914f09904b50b553f3a345ef8ce61b49"></param>
<param name="wmode" value="window"></param>
<param name="allowFullScreen" value="true"></param>
<embed src="http://video.rutube.ru/914f09904b50b553f3a345ef8ce61b49" type="application/x-shockwave-flash" wmode="window" width="640" height="360" allowFullScreen="true" ></embed>
</object>


Hopefully, that shit works.




Edit: fixed two HTML characters.

Insane Pizza Cutting Skills

Why Bacon is Considered a Breakfast Food

entr0py says...

I'm surprised I've never heard of Barnays, it seems he's had a huge influence on modern society. But then again he predicted I wouldn't. In his 1928 book Propaganda he wrote:

"The conscious and intelligent manipulation of the organized habits and opinions of the masses is an important element in democratic society. Those who manipulate this unseen mechanism of society constitute an invisible government which is the true ruling power of our country. ...We are governed, our minds are molded, our tastes formed, our ideas suggested, largely by men we have never heard of."

http://en.wikipedia.org/wiki/Edward_Bernays

http://www.npr.org/templates/story/story.php?storyId=4612464

This Christian puppet host caught planning to eat children

Showgirls - The "Digital Bra" Censored TV Version

what is prayer in kabballah? internal vs external prayer

ReverendTed says...

Let's imagine for a moment that there is no conscious "higher power". (Inconceivable!)
Is prayer still useful? I would argue that it is, though without a "higher power", prayer begins to resemble (or simply becomes) a form of meditation.
I believe prayer accomplishes several things from a practical perspective:
- It forces us to prioritize our desires. If we are praying for something, then it makes us stop for a moment and ask "is this really something I should be asking for?" or "why am I embarrassed to ask for this?" We tend to prioritize good and meaningful things, which feeds into the second point.
- It gives us goals to pursue. Many philosophies recommend mantras as a way of verbalizing what we want such that we tailor our actions toward achieving those goals, consciously or subconsciously.
- It allows us to "get things off our chests". I believe verbalizing our shortcomings and mistakes promotes improvement in future behavior.
- It helps us "count our blessings". The religious template of prayer often includes thanksgiving. Listing out those good things in life is a positive experience.

(I think there are a number of other aspects of religious rites, rituals, and practice that have practical benefits even in the absence of a divine creator.)

How a Microwave Oven Works

Reefie says...

When a microwave oven breaks it's typically one of 3 things, all of which are quite cheap to repair:
1: magnetron fuse has blown. These fuses range from 500mA up to 1700mA depending on the type of microwaves I've encountered. Typically overpriced, these fuses often sell for upwards of 15 quid despite costing as little as 50 pence from distributors.
2: wave guide cover has been burned through due to arcing of the microwaves. These wave guide covers (or shields) can be replaced by cutting a piece of sheet mica to size using the old wave guide cover as a template. Manufacturers' own replacement covers can often cost around 20 quid.
3: Door sensor is broken, probably from shutting the door too harshly, repeatedly. Considering these things are typically no more complex than a switch that is pressed when the door is closed, manufacturers love to go out of their way to make them look as complex as possible, and therefore drive up prices of spares that are just glorified on/off switches. Usually I recommend buying the manufacturer's own part as a replacement, but on occasion I've helped friends by doing a low-cost repair using a cheap switch from Maplin.

If you took the time to read this I hope you found it useful; if I bored you I'm sorry but I don't know how to give you those 60 seconds of your life back

ant (Member Profile)

oritteropo says...

That almost must be something to do with your browser, perhaps an add-in, or something you've turned off that the code requires.

What happens when you try it on a different workstation, with a bog standard IE or Firefox or Safari or whatever is standard there?

I have given you the basic template though, if you really want to embed vimeo clips you can use that and just change the clip_id parameter.
In reply to this comment by ant:
Yes, the same one. VS will approve the code (with a different ID and not a dupe), but after it changes it for the final submission, then it gets rejected to say code is invalid.


Audio Myths Workshop

Duckman33 says...

>> ^sillma:

>> ^lavoll:
crap like this?
http://locus-design.com/cynosure_usb.html
http://www.lessloss.com/blackbody-p-200.html
and the winner:
a cryogenically frozen power multiplier that costs 18000 euro!!!
http://www.hifi4all.dk/content/templates/nyheder.asp?articleid
=2288&zoneid=1
it promises a calmer, more focused listening experience....
i also read a norwegian distributor of placebaudio equipment like this in a forum claiming that moving his mp3 collection to a ssd disks made his music collection "calmer, with greater focus and more dynamic mids"

hehe yeah. Ah well, I guess it's not the fool who sells...


LOL. I bought a full set of Polk Audio's for my surround sound system and you should see some of the moronic posts in their forums. One guy even posted a link to an article written by a professional sound engineer that used equipment to verify his findings that basically said they are all full of shit if they say they can hear the difference between using high end audio cables and regular speaker wire from Radio shack for instance. They STILL flamed the guy to death. They are as delusional as fundie Christians as far as I'm concerned.

Obama Signs Martial Law Bill: NDAA Now Law

Transformers: Fall of Cybertron Trailer

longde says...

In the very first episode of Transformers (so many years ago), it was shown (http://youtu.be/g2ZUZEixOx0) that when they crash landed on Earth, all the robots suffered great damage. To repair them, the AI on their starships used the only templates available, which were the vehicles and devices of the humans of earth.

>> ^bmacs27:

I always found transformers kind of weird. Why on this foreign planet do robots transform into cars or planes when there are no people? Why do they become the likeness of the extinct ancestors of birds from another world?



Send this Article to a Friend



Separate multiple emails with a comma (,); limit 5 recipients






Your email has been sent successfully!

Manage this Video in Your Playlists

Beggar's Canyon