Check this out

Sunday 20 May 2012

Rosetta Stones English Course – Software Free Download

 

rosetta_stones Rosetta Stone is online courses and foreign language learning software. It easily becomes frustrating if you do not use the right tools and techniques to make the learning process fun and exciting. Frustration will lead to boredom, and this is definitively not the best way to learn a language. Learning a foreign language should be fun and exciting. Not only to communicate on a daily basis, but also to learn more about people and their culture. Rosetta Stone covers the culture part pretty well.

Most of their programs are rather expensive and use the old-fashionate image recall technique. Therefore it doesn’t work for all people. Also, we’ve found better products on the market at a much lower price that use even more advanced techniques. It’s no secret that for many of us learning a language is quite a challenge

You can have it in free, i have searched it in Google.First you have to install the Application it self and you have to download the language package. For English, you will see there are 5 Level of language package that you can install separately.

 

 

To Download the Rosetta Stones Software 3.4.7 for Free, you can click here to download.

To Download the Rosetta Stones English Language Package you can download it here.

Saturday 12 May 2012

Show post in wordpress with image on first post

<?php function excerpt($num) {
    $limit = $num+1;
    $excerpt = explode(' ', get_the_excerpt(), $limit);
    array_pop($excerpt);
    $excerpt = implode(" ",$excerpt)."... (<a href='" .get_permalink($post->ID) ." '>Read more</a>)";
    echo $excerpt;
}
?>

<?php global $post;
$args = array( 'numberposts' => 5, 'orderby' => 'rand' );
$myposts = get_posts( $args );
foreach( $myposts as $post ) :    setup_postdata($post); ?>
    <h1 class="single blog"><a href="http://ads.indonetasia.com/external/reader.php?postid=<?php echo $post->ID ; ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h1>
    <a href="http://ads.indonetasia.com/external/reader.php?postid=<?php echo $post->ID ; ?>" rel="bookmark" title="<?php the_title(); ?>"><img src=<?php $alamatimg = catch_that_image();
    $alamatimg2 = "\"$alamatimg\"";
    echo $alamatimg2 ?> height="52" width="62" align="left" valign="top" /> </a>
    <?php excerpt('22');?>   
<?php endforeach; ?>

Popular Posts