Archive for April, 2010

Windows 7 Driver Asus Pro71 L Series Upside-down image from UVC webcam

Asus Pro71L notebook D-MAX_GD-5A35 Camera Driver V6.21.20.004 for Windows Flip Mirror image problem solution Windows 7

 

Asus G1S-A1 1.3M Pixel webcam . The webcam image is 180° inverted

I changed the Flipvalue from 0 to 1 in this:

snp2uvc.inf

HKR,Settings,Flip,0×00010001,1

 

device manager — Imaging devices — Update Driver Software — Browse my computer for driver software — Let me pick a list of device drivers on my computer — Have Disk — choose entpacked driver location

http://www.mediafire.com/?vmjmvmjkmy2

Enable missing block recognizer or transcriber

http://www.mediafire.com/?djggmzczgoi

Most recent post from a specific category – WordPress Theme How to

 
<?php query_posts(’showposts=1&cat=1′); 
while(have_posts()) : the_post();
?>
<ul>
<li><h3><a href="<?php the_permalink() ?>" rel="bookmark"><?php the_title(); ?></a></h3>
<ul><li><?php the_content_limit(300); ?></li>
</ul>
</li>
</ul>
<?php endwhile; ?>

another solution for multiple categories

 
<?php
//get 5 recent posts for categories 14 and 9
    $args=array(
      'category__in' => array(14,9),
      'showposts'=>5,
      'caller_get_posts'=>1
    );
    $my_query = new WP_Query($args);
    if( $my_query->have_posts() ) {
      echo '5 recent Posts';
      while ($my_query->have_posts()) : $my_query->the_post(); ?>
        <p><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php the_title_attribute(); ?>"><?php the_title(); ?></a></p>
       <?php
      endwhile;
    } //if ($my_query)
  wp_reset_query();  // Restore global post data stomped by the_post().
?>

Windows Mobile Device Center 6.1 Windows 7 Activesync Problem

start / setting / system/ usb to pc uncheck unable advanced network functionality

 

device-manager-new

Follow

Get every new post delivered to your Inbox.

Join 108 other followers