• © Andri Apriadi

    Bandung paris van java jadi dayeuh kalahiran 13.04.1989 sarta jadi dayeuh favorit, eta nurut keun kuring kumaha kalayan nurut keun anjeun..?? Kalayan gender lalaki, teu kasep sarta henteu goreng, eta pisan kuring. Saurang lalaki anu pinuh jeung rasa tanggung jawab ka kulawarga. Kabeh eta henteu di pibanda kalayan gampang perlu wayah sarta sajarah anu panjang sarta bulat beulit pikeun sanggup hirup ti leuleutik nepi ayeuna..

    read-more
  • Steve Vai

    Date of birth: Jun 6, 1960. Place of birth: New York. Musical Genres: Hard rock, Heavy metal, Instrumental rock, Progressive rock, Neo-classical metal, Experimental rock, Progressive metal, Jazz fusion. Steven Siro "Steve" Vai (born June 6, 1960) is a three time Grammy Award-winning Italian-American rock guitarist, songwriter, vocalist and producer. After starting his professional career as a music transcriptionist for Frank Zappa, Vai recorded and toured in Zappa's band for two years, from 1980 to 1982. The guitarist began a solo career in 1983 and has released 13 solo albums as of 2008.

    read-more
  • Paul Gilbert

    Date of birth: Nov 6, 1966. Place of birth: Carbondale, Illinois, United States of America. Musical Genres: Heavy metal, Instrumental rock, Speed metal, Hard rock, Progressive metal, Power pop, Thrash metal, Neo-classical metal. Paul Brandon Gilbert (born November 6, 1966 in Illinois, USA) is an American guitarist. He is well known for his guitar work with Racer X and Mr. Big, as well as many solo albums. He also joined Joe Satriani and John Petrucci on the 2007 G3 tour. He has been voted number 4 on a list in GuitarOne magazine of the "Top 10 Greatest Guitar Shredders of All Time", as well as a spot in Guitar World's 50 Fastest Guitarists of All Time list.

    read-more
  • Joe Satriani

    Date of birth: Jul 15, 1956. Place of birth: Westbury, New York, United States of America. Musical Genres: Hard rock, Instrumental rock, Jazz fusion, Blues, Heavy metal, Neo-classical metal. Joseph "Joe" Satriani (born July 15, 1956 in Westbury, New York) is an Italian American multi-instrumentalist, known primarily for his work as an instrumental rock guitarist, with multiple Grammy Award nominations. Early in his career, Satriani worked as a guitar instructor, and some of his former students have achieved fame with their guitar skills (Steve Vai, Larry LaLonde, Kirk Hammett, Andy Timmons, Charlie Hunter, Kevin Cadogan, Alex Skolnick). Satriani has been a driving force in the music credited to other musicians throughout his career.

    read-more
  • Yngwie Malmsteen

    Date of birth: Jun 30, 1963. Place of birth: Stockholm. Musical Genres: Neo-classical metal, Power metal, Hard rock , Heavy metal, Speed metal, Glam metal. Yngwie Johann Malmsteen (English pronunciation: /ˈɪŋveɪ ˈmɑːlmstiːn/ ING-vay MAHLM-steen; born June 30, 1963) is a Swedish guitarist, composer, multi-instrumentalist and bandleader. Malmsteen became famous and very influential for his neo-classical approach in heavy metal music. He is often considered one of the most talented rock guitarists of all time and is considered to be a pioneer of shred guitar. Malmsteen was born Lars Johan Yngve Lannerbäck in Stockholm, Sweden, as the third child of a musically-inclined family.

    read-more
  • John Petrucci

    Date of birth: Jully 12, 1967. Place of birth: Kings Park. Place Musical Career Began: Kings Park, New York, United States of America. Musical Genres: Instrumental rock, Progressive metal, Progressive rock, Jazz fusion, Neo-classical metal. John Peter Petrucci (born July 12, 1967) is an American guitarist and songwriter best known as a founding member of the progressive metal band Dream Theater. Along with his former bandmate Mike Portnoy, he has produced all Dream Theater albums since their 1999 release, Metropolis Pt. 2: Scenes from a Memory. He is also a backing vocalist for Dream Theater. Petrucci was named as the third player on the G3 tour six times, more than any other invited guitarist.

    read-more
Previous Next

Cocoretan Orang Sunda

Recent Post Dengan Gaya Scrolling

Posted by andriicreative On - - 0 komentar

Di postingan  yang keseratus ini, saya akan berbagi tutorial yang lumayan masih fresh dan menarik yaitu cara membuat Recent Post Dengan Gaya Scrolling. Berbeda dengan Recent Post yang telah dibuat terdahulu yaitu Recent Post dengan gaya Slide Show dan Recent Post di sertai Gambar. klik disini untuk melihat contoh.


One Step

1. Login ke akun Blog anda
2. Pilih Rancangan
3. Pilih Elemen Laman
4. Pilih Tambah Gadget 
5. Pilih HTML/Javasript

Masukan Scipt di bawah ini:

 <style type="text/css">
ul { cursor: pointer;  text-shadow: 0 1px 1px rgba(0,0,0,.3);  -webkit-border-radius: .5em;  -moz-border-radius: .5em;  border-radius: .5em;  -webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);  -moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);  box-shadow: 0 1px 2px rgba(0,0,0,.2); background:; list-style-image: url(http://i1232.photobucket.com/albums/ff362/AndriiJrs/rss-1.png)}
ul a{text-decoration:none;}
ul a:hover {background:;text-decoration:none; color: red;"}
</style>

<marquee behavior="scroll" direction="up" scrollamount="2" onmouseover="this.stop()" onmouseout="this.start()">
<script>
function rp(json) {
document.write('<ul>');
for (var i = 0; i < numposts; i++) {
document.write('<li>');
var entry = json.feed.entry[i];
var posttitle = entry.title.$t;
var posturl;
if (i == json.feed.entry.length) break;
for (var k = 0; k < entry.link.length; k++) {
if (entry.link[k].rel == 'alternate') {
posturl = entry.link[k].href;
break;
}
}
posttitle = posttitle.link(posturl);
var readmorelink = "(more)";
readmorelink = readmorelink.link(posturl);
var postdate = entry.published.$t;
var cdyear = postdate.substring(0,4);
var cdmonth = postdate.substring(5,7);
var cdday = postdate.substring(8,10);
var monthnames = new Array();
monthnames[1] = "Jan";
monthnames[2] = "Feb";
monthnames[3] = "Mar";
monthnames[4] = "Apr";
monthnames[5] = "May";
monthnames[6] = "Jun";
monthnames[7] = "Jul";
monthnames[8] = "Aug";
monthnames[9] = "Sep";
monthnames[10] = "Oct";
monthnames[11] = "Nov";
monthnames[12] = "Dec";
if ("content" in entry) {
var postcontent = entry.content.$t;
} else if ("summary" in entry) {
var postcontent = entry.summary.$t;
} else
var postcontent = "";
var re = /<\S[^>]*>/g;
postcontent = postcontent.replace(re, "");
document.write(posttitle);
if (showpostdate == true) document.write(' - ' + monthnames[parseInt(cdmonth,10)] + ' ' + cdday);
if (showpostsummary == true) {
if (postcontent.length < numchars) {
document.write(postcontent);
} else {
postcontent = postcontent.substring(0, numchars);
var quoteEnd = postcontent.lastIndexOf(" ");
postcontent = postcontent.substring(0,quoteEnd);
document.write(postcontent + '...' + readmorelink);
}
}
document.write('</li>');
}
document.write('</ul>');
}
</script>

<script>
var numposts = 500;
var showpostdate = false;
var showpostsummary = false;
var numchars = 100;
</script>

<script src="http://www.andriicreative.co.cc/feeds/posts/default?orderby=published&alt=json-in-script&callback=rp"></script></marquee>




Keterangan: Warna Merah di Scipt
- http://i1232.photobucket.com/albums/ff362/AndriiJrs/rss-1.png  Ganti gengan URL Gambar anda.
- Kecepatan Scolling
- 500  Jumlah post yang akan di tampilkan
- http://www.andriicreative.co.cc  Ganti dengan alamat URL Blog anda.
                  

Categories:

Leave a Reply

Terima kasih atas kunjungannya, Berikan komentar anda disini untuk saling menghargai.