<param name="wmode" value="opaque" />
Mercury Playback Engine GPU Acceleration on GTX 260 TI
Mercury Playback Engine GPU Acceleration:
The GPU Acceleration is for accelerated playback, GPU accelerated effects, deinterlacing, blending modes, scaling and rendering the previews and final output.
Adobe Premiere CS5, CS5.5 and CS6 does NOT use the GPU for encoding or decoding the video, only the CPU is used for that.
Maximum Render Quality mode:
The Maximum Render Quality mode will maximize the quality of motion in rendered clips and sequences. So when you select this option, the video will often render moving objects more sharply. Maximum Render Quality also maintains sharp detail when scaling from large formats to smaller formats, or from high-definition to standard-definition formats. For the highest quality exports you should always use the Maximum Render Quality mode.
WordPress backup
Backup af HELE din WordPress installation – fra filer til database!
List af indlæg (posts)
Liste af indlæg.
<?php
$posts_to_show = 100; //Max number of articles to display
$debut = 0; //The first article to be displayed
?>
<?php while(have_posts()) : the_post(); ?>
<h2><?php the_title(); ?></h2>
<ul>
<?php
$myposts = get_posts('numberposts=$posts_to_show&offset=$debut');
foreach($myposts as $post) :
?>
<li><?php the_time('d/m/y') ?>: <a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li>
<?php endforeach; ?>
</ul>
<?php endwhile; ?>
Installation af Windows fra USB
PC World med en fin artikel omkring overførelse af Windows til USB:
http://www.pcworld.dk/art/213698/saadan-installerer-du-windows-uden-optisk-drev
