Ripalnugraha.com - Free Sharing PHP Script, BOT , Nulled, Template, Themes, and More, Always Update

Sharing Free Script HTML, PHP, Templates, Plugins, APK, Tutorial and More. Always Update.

Breaking



Showing posts with label BLOGGER. Show all posts
Showing posts with label BLOGGER. Show all posts

Saturday, February 24, 2018

Saturday, February 24, 2018

CARA MEMBUAT LINK WARNA WARNI (PELANGI) PADA BLOGGER

rainbow
hi, pada artikel kali ini saya akan membagikan sebuah trik menarik untuk mempercantik tampilan blog sobat, penasaran? bagi sobat yang suka ngotak-ngatik blog nya untuk mempercantik dan memperindah tampilan blog, tips ini pas banget. trik ini membuat link berubah warna saat kursor diarahkan ke link dan membuat seperti efek pelangi pada link, jadi tambah meriah dan penuh warna kan? yang pasti makin enak di pandang oleh visitor blog sobat.

Ikuti langkah-langkah dibawah ini:


  • login ke blogger
  • pilih template >> edit html
  • centang expand widget template
  • cari kode </head> untuk mempermudah gunakan ctrl+f
  • copy paste kode ini tepat diatas </head>

  • <script type='text/javascript'>
    //<![CDATA[
    var rate = 20;
    if (document.getElementById)
    window.onerror=new Function("return true")
    var objActive;  // The object which event occured in
    var act = 0;    // Flag during the action
    var elmH = 0;   // Hue
    var elmS = 128; // Saturation
    var elmV = 255; // Value
    var clrOrg;     // A color before the change
    var TimerID;    // Timer ID
    if (document.all) {
        document.onmouseover = doRainbowAnchor;
        document.onmouseout = stopRainbowAnchor;
    }
    else if (document.getElementById) {
        document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT);
        document.onmouseover = Mozilla_doRainbowAnchor;
        document.onmouseout = Mozilla_stopRainbowAnchor;
    }
    function doRainbow(obj)
    {
        if (act == 0) {
            act = 1;
            if (obj)
                objActive = obj;
            else
                objActive = event.srcElement;
            clrOrg = objActive.style.color;
            TimerID = setInterval("ChangeColor()",100);
        }
    }
    function stopRainbow()
    {
        if (act) {
            objActive.style.color = clrOrg;
            clearInterval(TimerID);
            act = 0;
        }
    }
    function doRainbowAnchor()
    {
        if (act == 0) {
            var obj = event.srcElement;
            while (obj.tagName != 'A' && obj.tagName != 'BODY') {
                obj = obj.parentElement;
                if (obj.tagName == 'A' || obj.tagName == 'BODY')
                    break;
            }
            if (obj.tagName == 'A' && obj.href != '') {
                objActive = obj;
                act = 1;
                clrOrg = objActive.style.color;
                TimerID = setInterval("ChangeColor()",100);
            }
        }
    }
    function stopRainbowAnchor()
    {
        if (act) {
            if (objActive.tagName == 'A') {
                objActive.style.color = clrOrg;
                clearInterval(TimerID);
                act = 0;
            }
        }
    }
    function Mozilla_doRainbowAnchor(e)
    {
        if (act == 0) {
            obj = e.target;
            while (obj.nodeName != 'A' && obj.nodeName != 'BODY') {
                obj = obj.parentNode;
                if (obj.nodeName == 'A' || obj.nodeName == 'BODY')
                    break;
            }
            if (obj.nodeName == 'A' && obj.href != '') {
                objActive = obj;
                act = 1;
                clrOrg = obj.style.color;
                TimerID = setInterval("ChangeColor()",100);
            }
        }
    }
    function Mozilla_stopRainbowAnchor(e)
    {
        if (act) {
            if (objActive.nodeName == 'A') {
                objActive.style.color = clrOrg;
                clearInterval(TimerID);
                act = 0;
            }
        }
    }
    function ChangeColor()
    {
        objActive.style.color = makeColor();
    }
    function makeColor()
    {
        // Don't you think Color Gamut to look like Rainbow?
        // HSVtoRGB
        if (elmS == 0) {
            elmR = elmV;    elmG = elmV;    elmB = elmV;
        }
        else {
            t1 = elmV;
            t2 = (255 - elmS) * elmV / 255;
            t3 = elmH % 60;
            t3 = (t1 - t2) * t3 / 60;
            if (elmH < 60) {
                elmR = t1;  elmB = t2;  elmG = t2 + t3;
            }
            else if (elmH < 120) {
                elmG = t1;  elmB = t2;  elmR = t1 - t3;
            }
            else if (elmH < 180) {
                elmG = t1;  elmR = t2;  elmB = t2 + t3;
            }
            else if (elmH < 240) {
                elmB = t1;  elmR = t2;  elmG = t1 - t3;
            }
            else if (elmH < 300) {
                elmB = t1;  elmG = t2;  elmR = t2 + t3;
            }
            else if (elmH < 360) {
                elmR = t1;  elmG = t2;  elmB = t1 - t3;
            }
            else {
                elmR = 0;   elmG = 0;   elmB = 0;
            }
        }
        elmR = Math.floor(elmR).toString(16);
        elmG = Math.floor(elmG).toString(16);
        elmB = Math.floor(elmB).toString(16);
        if (elmR.length == 1)    elmR = "0" + elmR;
        if (elmG.length == 1)    elmG = "0" + elmG;
        if (elmB.length == 1)    elmB = "0" + elmB;
        elmH = elmH + rate;
        if (elmH >= 360)
            elmH = 0;
        return '#' + elmR + elmG + elmB;
    }
    //]]>
    </script>

  • kemudian simpan
  • lihat hasilnya saat sobat mengarahkan kursor ke link.



  • Sumber : Irvan-Efendy

    Tuesday, December 26, 2017

    Tuesday, December 26, 2017

    Jalantikus V.3.0 Blogger Template Full Responsive Free Download


    Ripal Nugraha - Download Template Jalantikus V.3.0 Full Responsive.
    Pada Postingan saya kali ini saya akan memberikan blogger template dari Rhinokage Rio (IDBLANTER) yang diambil dari style salah situs besar Jalan tikus. Jalan Tikus merupakan salah satu situs besar di Indonesia, Artikel yang menarik dan lengkap membuat situs menjadi rame pengunjung. 

    Template mirip jalan tikus ini sudah responsive dan juga sudah lebih cepat oading karena sudah di update oleh pembuatnya. Sebelumnya template mirip jalan tikus sudah dibagikan dengan versi V3.0. Seiring dengan ada perubahan dari situs jalan tikus sendiri template ini kemudian diupdate menjadi versi V3.0 yang sudah di sesuaikan dengan situs resmi jalan tikus dan dengan mengompress CSS nya template Versi ini lebih fast loading dari yang sebelumnya.

    Sebelum mendownload perlu diketahui bahwa dalam pembuatan template ini, sang creator sudah izin kepada pihak JalanTikus dengan syarat tidak memperjualkan template tersebut. jadi untuk yang ingin memasang template ini tidak usah takut dikira cloning karena sudah izin ke pihak terkait.



    • Fiture : 
    • - Responsive
    • - SEO Friendly
    • - Mobile Friendly
    • - Top menu with font awesome
    • - Ad banner slot
    • - Related Post
    • - Share Post
    • - Breadcrumbs
    • - Theme License By JalanTikus.com

    Download : Here

    Thursday, December 21, 2017

    Thursday, December 21, 2017

    Ajbspot | Responsive MultiPurpose Blogger Template



    AjbSpot is a clean, stylish and professionally designed template for anyone who wants to make great website or internet businesses. This template is perfect choice for newspaper, magazine, editorial, personal blog, entertainment (movie, music and photography), and portfolio.. It is responsive and drag-drop to build your own home design. It allows you to customize and display the exactly what you want by shortcodes very quick and easy.

    More Templates

    If you like my theme, do not forget to rate it 
    Do not forget to find more our templates for your choice : http://themeforest.net/user/minhanh/portfolio
     

    Template Features

    • Responsive Template Design
    • Recent Post By Labels, Support Random Posts
    • Smart Resize Thumbnail
    • Support 404 Error Page
    • Support ShortCodes
    • Recent Comments With Slider
    • Easy to Drop/Drag/Duplicate Widget
    • Slider your post by Recent or by Category
    • Well Documentation
    • And More…

    Demo : 

    Download : 
    Thursday, December 21, 2017

    AeroMag - News & Magazine Responsive Blogger Template



    AeroMag is a news and magazine blogger template. It comes with many features such as responsive design, clean and modern look. Side panel, custom contact form, Ajax Search, sitemap and many unique widgets that hardly found in blogger templates. You can use for your magazine, news and blogs. It’s fully compatible with mobile devices. The template is designed with flexible layout, lets user to easily manage their widgets by drag and drop.
    Aeromag is responsive magazine style blogger template which is coded under best practices to make sure optimum performance. Not only in Desktop but on mobile too. We’ve focused on some core concepts of SEO and native coding practices of Blogger. Therefore we get a theme with high speed, lesser response time and yet a good looking flat design theme.
    Aeromag
    Aeromag have various kinds of fonts which can be customized under author dashboard and give the power of changing the theme colors to author as well. Further, we made it easy to be used in multi author or team blogs. Fast searching with ajax and mega menu provides a good reason to use this theme. Big footers and more content focused layout helps reader engagement with blog. Related posts, sharing and author bio are additional features that turns your blog into an anticipatory reading machine.

    Features:

    • Recent post news ticker
    • Side Panel
    • Custom contact us official blogger form
    • Mobile template
    • Sitemap widget
    • Text style with dropcap and other
    • Code boxes for HTML, CSS, Jquery and JavaScript
    • Alert Boxes for content
    • Awesome social media buttons with many social network support
    • Header design with logo place and custom 728×90 ad space
    • Mega menu support with multi-tabs menu, simple link menu and carousel recent post menu
    • Awesome design of search box
    • Random post in menu
    • Best easy to use featured content area with multiple post design
    • recent post tabs
    • Fully customizable and seprate dark template
    • social media share button
    • Detailed documantation
    • 24/7 Support at themelethelp@gmail.com
    • Tabs and accordion shortcode ready
    • There are multiple styles of button with solid color, transparent background and icons in button
    • Responsive template in all media devices
    • Easy to use Admin layout Panel
    • Multi place of single widget to add in layout
    • Unlimited Colors & Fonts
    • Best SEO
    • full width Footer with four column
    • Support Facebook Open Graph & Twitter Cards
    • Ads Ready layout
    • CSS3 transition and other effects
    • Post nav with newer and older post link
    • Related post carousel
    • Multi-comments support
    • and more..

    Demo : 

    Download : 


    Thursday, December 21, 2017

    ADAMZ - RESPONSIVE BLOGGER TEMPLATE



    Adamz a blogger theme with responsive layout. This theme has a design that is perfect for magazine websites. With an attractive color combination and impressed professionals and has many features.

    If you like my theme, do not forget to rate it  Thank you!  Adamz Blogger Template Features

    Adamz Blogger Template Features

    • Current version: 2.1
    • 100% Responsive
    • Widget by Labels with 15+ styles
    • View Mode List and Grid on Latest Post width Cookies
    • Shortcodes
    • RTL Support
    • Page Navigation support Ajax Effect
    • Load More Post support Ajax Effect
    • 5 Styles Featured Post
    • 2 Styles Slider and Carousel
    • Dropdown Menu
    • 5 Styles Mega Menu
    • 4 Comment System (Blogger, Facebook, Disqus, Spot.IM)
    • Blogger Comment with Emoticon
    • Newsticker Widget
    • Support Print CSS and allow visitors share articles email
    • Search using blogger JSON or Google Custom Search Engine
    • Allow visitor increase / decrease text size on post and auto remember for future.
    • Recent Post Widget
    • 3 Style Related Post Widget
    • Recommended Widget
    • Recent Comment Widget
    • Social Icon (Top Menu and Sidebar)
    • Support Sticky Menu and Sidebar
    • Custom Error 404 Page
    • Ads ready
    • Compatible with major browsers (IE8+,Mozilla,Chrome,Safari)
    • Professional admin layout, help you easy work with blog layout.
    • Support Advance Editor: upload background images, change background color, key colors, fonts
    • and More.