Terlaris Minggu Ini

Pencarian Populer

My photo
Top 03 important source code

Top 03 important source code

(0)
PP
Count
Info

Owner

Shoreful islam

Date and

Pengiriman
Read more


  Breaking news source code
<span data-no="5" data-type="recent"></span>
<marquee><h3>WELCOME TO MY WEBSITE "Your name" AND SEE SOMETHING NEW </h3></marquee>

Password protect Blog post
<script type="text/javascript"> 
var password = '12345'
password=prompt('Please enter the password to enter this page:','');
if (password != '12345') {
location.href='Webpage URL Here';
}
</script>

Blogger footer credit remove source code
<p style='text-align:left;'>Copyright (c) 2022 <a href='https://Your site link//'>Your Name</a> All Right Reseved</p>
<div class='ty-copy-container row' style='font-size:1px; opacity:0;'>

Breaking news ticker source code

<div id="content">
<div class='ticker-wrap'>
<div id='ticker'>
</div></div></div>
  <style>
  /* CSS News Ticker */

.ticker-wrap {
  display: block;
  text-align: center;
  margin: 0 20px 20px 20px;
  padding: 2px;
  background: #fefefe;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 5px solid #3598db
}

.ticker-wrap>span {
  display: inline-block;
  background: #fefefe;
  padding: 0;
  font: 700 13px 'roboto', sans-serif;
}

.ticker-wrap>span>a {
  color: #222;
  text-decoration: none
}

#ticker {
  height: 45px;
  overflow: hidden;
  background: #fefefe;
  text-align: left
}

#ticker ul {
  padding: 0;
  margin: 0;
  list-style: none
}

#ticker ul li {
  height: 45px;
  white-space: nowrap
}

#ticker ul li img {
  float: left;
  width: 35px;
  height: 35px;
  margin: 5px 7px 5px 5px
}

#ticker ul li h3 {
  margin: 0;
  font: 700 16px 'roboto', sans-serif
}

#ticker ul li h3 a {
  color: #333;
  text-decoration: none;
  line-height: 25px!important
}

#ticker ul li .tickermeta {
  font: 400 13px 'roboto', sans-serif;
  line-height: 20px!important;
  color: #999
}
  </style>
    <script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/2.2.2/jquery.min.js'></script>
  <script>
//<![CDATA[
function getauthor(t) {
  for (var e = 0; e < t.length; e++) var i = t[e].name.$t;
  return i
}

function getmeta(t) {
  var e = [];
  e[1] = "Jan", e[2] = "Feb", e[3] = "Mar", e[4] = "Apr", e[5] = "May", e[6] = "Jun", e[7] = "Jul", e[8] = "Aug", e[9] = "Sep", e[10] = "Oct", e[11] = "Nov", e[12] = "Dec";
  var i = t.substring(0, 4),
    a = t.substring(5, 7),
    n = t.substring(8, 10),
    r = e[parseInt(a, 10)] + " " + n + " " + i;
  return r
}

function softwebtutsTicker(t) {
  var e = document.querySelector("#ticker"),
    i = t.feed.entry,
    a = "<ul id='ticket-wrapper-inner'>";
  if (i) {
    for (var n = 0; n < i.length; n++) {
      for (var r = i[n], s = 0; s < r.link.length; s++)
        if ("alternate" == r.link[s].rel) {
          var l = r.link[s].href;
          break
        }
      try {
        var o = '<img src="' + r.media$thumbnail.url + '"/>'
      } catch (t) {
        var o = ""
      }
      var u = r.title.$t,
        c = getauthor(r.author),
        d = getmeta(r.published.$t);
      a += "<li>" + o + '<h3><a href="' + l + '">' + u + '</a></h3><div class="tickermeta"><span>' + c + "</span> - <span>" + d + "</span></div></li>"
    }
    a += "</ul>", e.innerHTML = a
  }
  $("#ticker").vTicker()
}! function(t) {
  var e = {
      speed: 700,
      pause: 4e3,
      showItems: 1,
      mousePause: !0,
      height: 0,
      animate: !0,
      margin: 0,
      padding: 0,
      startPaused: !1
    },
    i = {
      moveUp: function(t, e) {
        i.animate(t, e, "up")
      },
      moveDown: function(t, e) {
        i.animate(t, e, "down")
      },
      animate: function(e, i, a) {
        var n = e.itemHeight,
          r = e.options,
          s = e.element,
          l = s.children("ul"),
          o = "up" === a ? "li:first" : "li:last";
        s.trigger("vticker.beforeTick");
        var u = l.children(o).clone(!0);
        if (0 < r.height && (n = l.children("li:first").height()), n += r.margin + 2 * r.padding, "down" === a && l.css("top", "-" + n + "px").prepend(u), i && i.animate) {
          if (e.animating) return;
          e.animating = !0, l.animate("up" === a ? {
            top: "-=" + n + "px"
          } : {
            top: 0
          }, r.speed, function() {
            t(l).children(o).remove(), t(l).css("top", "0px"), e.animating = !1, s.trigger("vticker.afterTick")
          })
        } else l.children(o).remove(), l.css("top", "0px"), s.trigger("vticker.afterTick");
        "up" === a && u.appendTo(l)
      },
      nextUsePause: function() {
        var e = t(this).data("state"),
          i = e.options;
        e.isPaused || 2 > e.itemCount || a.next.call(this, {
          animate: i.animate
        })
      },
      startInterval: function() {
        var e = t(this).data("state"),
          a = this;
        e.intervalId = setInterval(function() {
          i.nextUsePause.call(a)
        }, e.options.pause)
      },
      stopInterval: function() {
        var e = t(this).data("state");
        e && (e.intervalId && clearInterval(e.intervalId), e.intervalId = void 0)
      },
      restartInterval: function() {
        i.stopInterval.call(this), i.startInterval.call(this)
      }
    },
    a = {
      init: function(n) {
        a.stop.call(this);
        var r = jQuery.extend({}, e);
        n = t.extend(r, n);
        var r = t(this),
          s = {
            itemCount: r.children("ul").children("li").length,
            itemHeight: 0,
            itemMargin: 0,
            element: r,
            animating: !1,
            options: n,
            isPaused: n.startPaused ? !0 : !1,
            pausedByCode: !1
          };
        t(this).data("state", s), r.css({
          overflow: "hidden",
          position: "relative"
        }).children("ul").css({
          position: "absolute",
          margin: 0,
          padding: 0
        }).children("li").css({
          margin: n.margin,
          padding: n.padding
        }), isNaN(n.height) || 0 === n.height ? (r.children("ul").children("li").each(function() {
          var e = t(this);
          e.height() > s.itemHeight && (s.itemHeight = e.height())
        }), r.children("ul").children("li").each(function() {
          t(this).height(s.itemHeight)
        }), r.height((s.itemHeight + (n.margin + 2 * n.padding)) * n.showItems + n.margin)) : r.height(n.height);
        var l = this;
        n.startPaused || i.startInterval.call(l), n.mousePause && r.bind("mouseenter", function() {
          !0 !== s.isPaused && (s.pausedByCode = !0, i.stopInterval.call(l), a.pause.call(l, !0))
        }).bind("mouseleave", function() {
          (!0 !== s.isPaused || s.pausedByCode) && (s.pausedByCode = !1, a.pause.call(l, !1), i.startInterval.call(l))
        })
      },
      pause: function(e) {
        var i = t(this).data("state");
        if (i) {
          if (2 > i.itemCount) return !1;
          i.isPaused = e, i = i.element, e ? (t(this).addClass("paused"), i.trigger("vticker.pause")) : (t(this).removeClass("paused"), i.trigger("vticker.resume"))
        }
      },
      next: function(e) {
        var a = t(this).data("state");
        if (a) {
          if (a.animating || 2 > a.itemCount) return !1;
          i.restartInterval.call(this), i.moveUp(a, e)
        }
      },
      prev: function(e) {
        var a = t(this).data("state");
        if (a) {
          if (a.animating || 2 > a.itemCount) return !1;
          i.restartInterval.call(this), i.moveDown(a, e)
        }
      },
      stop: function() {
        t(this).data("state") && i.stopInterval.call(this)
      },
      remove: function() {
        var e = t(this).data("state");
        e && (i.stopInterval.call(this), e = e.element, e.unbind(), e.remove())
      }
    };
  t.fn.vTicker = function(e) {
    return a[e] ? a[e].apply(this, Array.prototype.slice.call(arguments, 1)) : "object" != typeof e && e ? void t.error("Method " + e + " does not exist on jQuery.vTicker") : a.init.apply(this, arguments)
  }
}(jQuery);
//]]>
  </script><script src='https://your site link/feeds/posts/summary?alt=json&callback=softwebtutsTicker'></script>
#Css Javascript Html Source code

Send Message

Hi
Techshoreful?
Top 03 important source code

Top 03 important source code

Beli Langsung

×
Top 03 important source code
Top 03 important source code
barang
Alamat
Metode Pembayaran
Total Bayar

0 Review

টেকশোরফুল ব্লগ একটি বহুমুখী প্রযুক্তি প্ল্যাটফর্ম যা ব্যবহারকারীদের জন্য প্রযুক্তি টিউটোরিয়াল, কোডিং উদাহরণ, সফ্টওয়্যার সরঞ্জাম এবং সাধারণ প্রযুক্তিগত জ্ঞানের এক বিস্তৃত সংগ্রহ সরবরাহ করে। সাইটটির উদ্দেশ্য হল বিভিন্ন দরকারী পরিষেবা এবং তথ্য একত্রিত করে সেগুলোকে একটি সহজে প্রবেশযোগ্য প্ল্যাটফর্মে উপস্থাপন করা।

এই ব্লগটি কৃত্রিম বুদ্ধিমত্তা (AI), সাইবার নিরাপত্তা, ওয়েব ডেভেলপমেন্ট, গ্রাফিক ডিজাইন এবং অন্যান্য প্রযুক্তি বিষয়ক এক বিশাল ক্ষেত্র কভার করে। টেকশোরফুল শিক্ষামূলক কোর্স, বিভিন্ন সফ্টওয়্যার ডাউনলোডের সুবিধা এবং ব্যবহারিক প্রযুক্তিগত টিপসও প্রদান করে, যা ব্যবহারকারীদের জ্ঞান বাড়াতে এবং তাদের দক্ষতা উন্নত করতে সহায়ক হয়।

এই ওয়েবসাইট তৈরির মূল উদ্দেশ্য হলো যেন একজন ব্যবহারকারী প্রয়োজনীয় ও দরকারী সাইটগুলোকে দ্রুত খুঁজে পায়। প্রত্যেক ব্যক্তির তাদের প্রয়োজনীয় সেবাগুলো সহজেই খুঁজে পাওয়ার জন্য আমরা চেষ্টা করেছি সমস্ত প্রয়োজনীয় সেবা এক জায়গায় রাখতে। ভবিষ্যতে আমরা এই ওয়েবসাইটটি আপডেট করবো। সাথে থাকুন

আমাদের ওয়েবসাইটে ব্যবহৃত সমস্ত ট্রেডমার্ক, লোগো, ছবি এবং অন্যান্য বিষয়বস্তু আমাদের নিজস্ব নয় এবং আমরা এসবের উপর কোনো মালিকানা দাবি করি না। এই উপকরণগুলি তাদের নিজ নিজ মালিকদের মালিকানাধীন এবং আমরা শুধুমাত্র তথ্য ও শিক্ষামূলক উদ্দেশ্যে সেগুলো ব্যবহার করি। আমাদের ওয়েবসাইটের সমস্ত বিষয়বস্তু যা আমাদের দ্বারা সৃষ্ট, সেই বিষয়বস্তুগুলির উপর কেবলমাত্র আমাদের মালিকানা ও অধিকার রয়েছে।

r