How to Convert a CD Audio Track to an MP3 Using Nero
By Kristen Leigh Grubb, eHow Contributor
updated: December 21, 2009
Nero is a multimedia software suite that allows you to convert audio tracks from a CD to MP3 format. Nero also allows you to burn CDs and DVDs, edit movies and share your music, videos and photos with friends and family. You must pay to download the full version of Nero, but there is an unlimited free version (Nero Lite) that allows you to copy and burn CDs and DVDs.
INSTRUCTIONS:
1 Download and install Nero (see Resources below).
2 Open Nero StartSmart. It will be found under the "All Programs" sub-menu of the main "Start" menu.
3 Click the "Audio Ripping" button on the left side of the screen.
4 Insert the audio CD into the computer's CD tray and click "OK."
5 Select the CD drive from the "Source Drive" drop-down menu.
6 Select "MP3 Audio (*.mp3)" from the "Output File Format:" drop-down menu.
7 Click the "Browse" button and select the folder where you want to place your MP3 file.
8 Click the "Deselect All" button so that no audio tracks are selected.
9 Click the check box in front of the track that you want to convert.
10 Click the "Rip" button at the bottom of the screen to covert the track to MP3.
11 Click the "OK" button when the conversion is complete.
Đăng ký tên miền miễn phí
How to Convert a CD Audio Track to an MP3 Using Nero
Page Navigation For Blogger
Page Navigation is a really awesome and long awaited feature. You might have seen numbered page navigation on many wordpress blogs(wp-pagenavi by Lester Chan). Muhammad Rias of Techie Blogger had already developed a page navigation system for blogger.It really was an awesome trick which was made at a time when nobody could even think of implementing it on blogger.It had some minor bugs and now Abu Farhan has perfected it and he has now given us the perfect page navigation solution.Here is a little screenshot of what this is all about.
When you use this hack,you will see this kind of navigation on your blog’s home page and label pages(needs little customization).
Implementation of Blogger Page Navigation
Those who are bad at HTML modifications can use my one click installer :)
After installing this widget proceed to the label fix.
The Complex Method. :P
If you installed the widget you shouldn’t be here.. Scroll down to the label fix.
1.Login to Blogger Dashboard and navigate to Layout > Edit Html
2.Don’t click the checkbox which says ‘Expand Widget Templates’
3.Now find
]]></b:skin> and replace it with
.showpageArea a {
text-decoration:underline;
}
.showpageNum a {
text-decoration:none;
border: 1px solid #cccccc;
margin:0 3px;
padding:3px;
}
.showpageNum a:hover {
border: 1px solid #cccccc;
background-color:#cccccc;
}
.showpagePoint {
color:#333;
text-decoration:none;
border: 1px solid #cccccc;
background: #cccccc;
margin:0 3px;
padding:3px;
}
.showpageOf {
text-decoration:none;
padding:3px;
margin: 0 3px 0 0;
}
.showpage a {
text-decoration:none;
border: 1px solid #cccccc;
padding:3px;
}
.showpage a:hover {
text-decoration:none;
}
.showpageNum a:link,.showpage a:link {
text-decoration:none;
color:#333333;
}
]]></b:skin>
This is the CSS part which defines the look and feel of the page navigation.You can modify it according to your need
4.Next is the JavaScript part. Find </Body>
and replace it with
Follow: bloggerplugins.org
Creating Horizontal Menus
Creating Horizontal Menus
Contents[hide] |
Creating a Horizontal Menu
<div id="navmenu"> <ul> <li><a href="<?php echo get_settings('home'); ?>">HOME</a></li> <li><a href="wordpress/recipes/">RECIPES</a></li> <li><a href="wordpress/travel/">TRAVEL</a></li> <li><a href="http://www.wordpress.org">WORDPRESS</a></li> </ul> </div>
- HOME
- RECIPES
- TRAVEL
- WORDPRESS
<div id="navmenu"> <ul> <li><a href="<?php echo get_settings('home'); ?>">HOME</a></li> <?php wp_list_categories('orderby=name&include=1,3,4,5'); ?> <li><a href="http://www.wordpress.org">WORDPRESS</a></li> </ul> </div>
Applying the CSS
#navmenu ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none; }
#navmenu ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none; } #navmenu li {display: inline; }
#navmenu ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none; } #navmenu li {display: inline; padding: 5px 20px 5px 20px} #navmenu a {text-decoration:none; color: blue; } #navmenu a:hover {color: purple; }
#navmenu ul {margin: 0; padding: 0; list-style-type: none; list-style-image: none; } #navmenu li {display: inline; } #navmenu ul li a {text-decoration:none; margin: 4px; padding: 5px 20px 5px 20px; color: blue; background: pink;} #navmenu ul li a:hover {color: purple; background: yellow; }
- HOME
- RECIPES
- TRAVEL
- WORDPRESS
Without CSS
<p>Archives:<?php wp_get_archives('format=custom&show_post_count=1&type=yearly&after=;'); ?> Categories:<?php echo str_replace('<br />',';', wp_list_categories('style=&show_count=1&echo=0'));?></p>
10 add-on for blogger