Easy Step to Earn Money

Tutorial and Article

Archive for September, 2007

Thx to Indoupload.net who help me to answer my wish to have FREE storage for my voice sample for Indonesian dubber like what I wrote at my previous post.

If you dont like to visit some site which must loading their music every time we visit, this method will suitable for you. This is English translation from real article at HERE which written by Reshine

I will try to rewrite this tutorial with my own language.

This is step by step to put music on your site with give user choices to turn in on or turn it off (Full control to user)

I was several time writing about this at How to put music at your blog with html code also Tutorial music controler for blo using flash  This time I try another method

A. Why we need full controlled music by user?

    1. Many user also play mp3 while they browsing at internet. If they visit your site and hear 2 voice at same times, it will be mess
2. Automatic loading mp3 make your site heavier to open esp for people who has slow connection like me

So I think, the best way is give user choice “Want to hear the mp3 or not    “

B. How to make full controlled mp3 player for user?

1. Choose the mp3 song. Or whatever voice (wav, wma, etc).

2. If it not mp 3 yet, pls convert into mp3 using SUPER software ^^

3. Resize the mp3 for better loading time
    3.1 How to Resize mp3 File
a. Download MP3 Resizer

  b. Install it
c. Run the mp3 Resizer and pick all mp3 that want to be resized
d. This is the most important thing. Set the BITRATE into 32Kbit 11Khz. If you wrong, the music will mess. I was make a mistakes here
e. Pick output folder
f.  Run the mp3 Resizer (press Resize)

4. Generate the mp3 Playlist
a. Login at your Indoupload.net account. If you dont have it yet, just register, ITS FREE!
b. Upload the File
c. Pick all the file that you want to make the playlist (Press green button on right side)
d. On top of the file list there is pull down menu, pick “Create mp3 playlist”
e. You will get the code and you can directly copy and paste it into FS, Multiply, blog or other site that allowed embed

5. If you want to EDIT THE PLAYLIST, use this tutorial
a. Download all XML file that automatically created when you make playlist (NEVER DELETE THIS FILE OR YOUR Mp3 WILL NOT WORK)
b. Open the XML file with text editor such as textpad, notepad etc
c. Every play list XML has this part

<?xml version=”1.0″ encoding=”UTF-8″?>
<playlist version=”0″ xmlns = “http://xspf.org/ns/0/”>
<trackList>
<track>
<location>http://www.name.com/folder/song.mp3</location>
<info>URL ASLI</info>
<image>http://www.name.com/folder/picture.jpg</image>
</track>
<track>
<location>http://www.name.com/folder/song2.mp3</location>
<info>URL ASLI</info>
<image>http://www.name.com/folder/picture2.jpg</image>
</track>
</trackList>
</playlist>

        d. Pay attention to a part between <tracklist> and </tracklist>
<track> => Open tag for opening some track
<location> URL </location> => MP3 URL( NEVER CHANGE IT !!! )
<info> URL </info> => Place for download the mp3
<image> URL </image> => Picture at the playlist
</track> => closing track..
e. If you want to change the track position, just add or change the TRACK code at XML that we already download and write the name (DO NOT CHANGE XML FILE NAME).  After that remove the original XML and upload the new one.

6. Implementation
1. This is the author editing Code. I dont change my code since I want to let people that indoupload who store my mp3 ^^

<object type=”application/x-shockwave-flash” width=”400″ height=”170″ data=”http://indoupload.net/xspf_player.swf?autoplay=true &repeat_playlist=true &playlist_url=http://indoupload.net/pl/MzEyNy8vcGxfMTE4NTM0ODc3Ny54bWw=”>

tambahkan code : autoplay=true&repeat_playlist=true& sesudah : http://indoupload.net/xspf_player.swf? <– This is for looping and auto play. Do not put auto play if U want the mp3 not automatic play at Ur blog

7. My Mp3 Result
This taken from Anime Trigun at Indonesia dubbing. Nicholas dubber is my favorite male Indonesian dubber. Weheeh

<object type=”application/x-shockwave-flash” width=”400″ height=”50″ data=”http://indoupload.net/xspf_player.swf?repeat_playlist=true &playlist_url=http://indoupload.net/pl/OTg1OC8vcGxfMTE5MDE1NzY3MC54bWw=”>

Clean Up Google Adsense Channels

How can I clean up my Google AdSense Channels? Thats first question when see how mess my channels was. Hope this artcle able to help you. I found this article this morning ^^

This article was writen by Dave Taylor

I’ve been an AdSense publisher for over a year and have been very pleased with all Google has to offer. I’m now thinking of starting a new site and again incorporating AdSense. Here’s my problem … as with many things in life, I took the ‘learn as you go’ approach with AdSense. When that specifically applies to ‘channels’ in the AdSense program, things are disorangized to say the least. And now that I want to add a new site, things would get even worse. Is there any way to clean things up or start from scratch? Thank you.

This is a common problem with Google AdSense, actually, because when you’re just starting you don’t bother with the advanced features like being able to differentiate results by using site or style specific channels. Fortunately, it is something you can clean up!

I would start by reading through my tutorial on getting started with Google AdSense Channels to see how they work and how you can add just a single line to your existing AdSense code blocks to enable this feature.

Then go into the AdSense management area and create a number of new channels, either one for each of your sites or one for each of your AdSense blocks (for example, you could have “copjokes” for your police joke and humor site and “textlinks1″ for your primary textlinks block). If you want to track things with more granularity, consider having hybrid channel names as I do, like “copjokes-bigrect” or “furniture-store-textlinks”. It all depends on how much effort you want to put into it, of course: the more channels you have, the better you can ascertain exactly how each ad block on each of your sites is doing, but, well, it’s more work to set up thirty different channels than three.

Since you already have AdSense on your pages, however, the good news is that once you do establish a channel within the AdSense system, all you need to do is paste a single line into the existing adblocks to get everything to work. For example, if I wanted to change a stock AdSense block to one that included a channel, I’d simply add google_ad_channel =”7151328846″; to the block, producing something like this:

<script type=”text/javascript”><!–
google_ad_client = “pub-XXXXXXXXXX”;
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = “728×90_as”;
google_ad_type = “text”;
google_ad_channel =”7151328846″;
//–></script>
<script type=”text/javascript”
src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>

Hopefully you have your sites set up with templates of some sort or perhaps utilize server-side includes so that your AdSense code is in one file rather than duplicated across hundreds of pages that will need to be edited by hand. If you don’t have things set up that way, now is a great time to learn how to change it.

(more…)

Free Image Hosting at www.ImageShack.us

Akhirnya setelah setelah sekian lama, aku sekarang ngebuat postingan dalam bahasa Indonesia. Ada yang kangen ama bahasa Indonesia di blog ku? (clinguk kiri kanan) Wew.. kok ga ada yg angkat tangan. T___T

Ya udah… ga perlu basa basi lagi. Aku mau mempersembahkan something new at my dubbing Indonesia website

CONTOH SUARA DUBBER / PENYULIH SUARA INDONESIA!!!!!

Mau denger juga lagu-lagu dubbingan tempoe doeloe? Nostalgia gitchu… ada ksatria baja hitam (kamen rider black), Pasukan Turbo, B’T X Neo dll Juga ada loh

Kok bisa? Bisa dung….. aku dapat bantuan dr teman-teman sesama penyuka sulih suara. Lagi pula aku punya 300 kaset rekaman suara dubber. tp baru 4 kaset yang aku pilih2 untuk dikrekam. Tapi smoga bs menikmati

http://persusi.org/dub_suara.htm <– Contoh suara

http://persusi.org/lirik.htm <– Lagu dubbing

ENJOY THE SONG YAAAH!

  • 1 Comment
  • Filed under: *Other Site
  • I forgot who request me yesterday to make ‘how to add text to video with adobe premiere pro 1.5′

    I only know how to put text on some video. I’m using Adobe Premiere pro 1.5 to do this. My suggestion, this is only for adding SORT TEXT not subtitle. This method not simple and hard to do for long text. i’m still learning how to make subtitle. But at least with this method, I can add some Lyrics or translation at my favorite video

    First, before U read my adobe premiere tutorial, please read basic tutorial of adobe premiere from Heryzal . It is BEST ADOBE PREMIERE TUTORIAL in Indonesian language. you MUST read that tutorial first before read mine. I only put simple step how I make Lyrics song on some music clips

    (CLICKS THE IMAGE FOR ORIGINAL SIZE)

    1. Choose the video that U want to put the lyrics. Convert it to WMV or Avi since Adobe Premiere only able to import this kind of file. U can use SUPER software. ^^ Its free ^^

    2. Find the Lyrics. ^^

    3. Open Adobe Premiere Pro, and U will asked to fill some information such us, name of file, also where the file will storage.

    Free Image Hosting at www.ImageShack.us

    4. This is The Premiere work tools.

    Free Image Hosting at www.ImageShack.us

    4. Press Ctrl + I to import Ur video clip

    5. The video clip will appear on left side and double click the name of file. The image will be appear on the left box. And U can push ‘Insert’ button on Premiere tool to insert the clip into timeline like this

    Free Image Hosting at www.ImageShack.us

    6. U can stretch the video if it too small. The preview will appear on right side

    7. Press F9 to open TITLE/TEXT menu like this. Just type whatever U want to write. How it control similar with Microsoft word

    Free Image Hosting at www.ImageShack.us

    8. if U using Adobe Premiere 2, U dont need to save it. The text ill save automatically. But if U using Premiere Pro 1,5, U must save it first

    Free Image Hosting at www.ImageShack.us

    9. Put the text (drag and drop) in second layer of the video. Make it on the correct position so, people can read it easy ^^

    10. File -> export -> Movie I usually only choose Avi. AND DONE. Simple right?

    Tips :

    (more…)

    Search

       

    Top Commentator


    Affiliate

    Best Deal Ads



    Archives


    Most View

    Blog Stat

      logos
      People Online
      eXTReMe Tracker

      BRDTracker Blogarama - The Blog Directory KampungBlog.com -Kumpulan Blog-Blog Indonesia
      Technorati Profile
      Add to Technorati Favorites





      Marketing Blogs - BlogCatalog Blog Directory
      Tracked by ClickAider

    Best View

      This site Best viewed at MOZILLA FIREFOX 1024 x 768 px
      If you use other browser, maybe you will find error.

      Want to get Firefox FREE to browsing SAVER and FASTER?
      Just click link bellow and install it at your PC


    Subscribe to this Blog

      Enter your email address:

      Delivered by FeedBurner

    Author


      I'm Just young FEMALE who like to sharing knowledge by teaching or make tutorial

      If you have tutorial request or article request, pls feel free to ask me. If I can, I'll make it for you ^^

    Contact Me

    Best Deal Ads


    Blogroll

    Meta