Posts

Bootstrap 4 Auto Progress Bar

Image
Press F12 for console debug requirements: 1. jQuery 2. Bootstrap 4 css 3. https://rawcdn.githack.com/dimaslanjaka/Web-Manajemen/f3dfa14a3848a8282eb39b1e2f01e1d6e62d7c44/js/jquery.progressBarTimer.min.js Read How to async defer CSS JS perfectly attribute info: countdown = to start countdown data-callback = function name of callback data-warning = bar warning style data-success = bar success style data-base = bar progress style HTML code <div data-callback="fn" countdown="5"></div> <div data-callback="fi" countdown="10"></div> Javascript code var elm = $("[countdown]"); function fc() { console.log("callback Succedeed") } function ctd(elm) { //main function var tl = 0 < elm.attr("countdown") ? elm.attr("countdown") : 5, bs = elm.data("base") ? elm.data("base") : "bg-info",

Ads.txt Google Adsense

Image
ads.txt  format for valid adsense example combine ads.txt adsense with other ads: google.com, pub-1037373295371110, DIRECT #video, banner, native, app rubiconproject.com, 10306, DIRECT #banner indexexchange.com, 183963, DIRECT #banner indexexchange.com, 184913, DIRECT #banner openx.com, 537147789, DIRECT #banner openx.com, 538986829, DIRECT #banner appnexus.com, 7161, DIRECT #banner appnexus.com, 3364, RESELLER #native facebook.com, 1325898517502065, DIRECT #video, banner, app liveintent.com, 87, DIRECT #banner taboola.com, 688168, DIRECT #native triplelift.com, 4139, DIRECT #native teads.com, 11643, DIRECT #outstream teads.com, 11445, DIRECT #outstream google.com, pub-8415620659137418, RESELLER #native

Symbol Matematika HTML format

Image
Math Symbols simbol matematika dan penulisan dalam html HTML. Symbol Entity Name Entity Number Description ∀ &forall; &#8704; For all ∂ &part; &#8706; Part ∃ &exist; &#8707; Exist

Penulisan Symbol HTML Entities

Image
ASCII simbol Symbol Entity Name Entity Number Description Œ &OElig; &#338; Uppercase ligature OE œ &oelig; &#339; Lowercase ligature OE Š &Scaron; &#352; Uppercase S with caron

Defer loading css js

Image
Cara defer loading javascript atau menunda pemanggilan javascript di blogger Berfungsi untuk : Mempercepat loading blog website / meningkatkan kecepatan loading website blog. Mengurangi ukuran halaman website. Meningkatkan score pagespeed google. Meningkatkan konten yang terlihat. Mempermudah edit template di mobile phone / hape. Menunda javascript berarti benar-benar memuat atau mem-parsing javascript itu hanya dimulai setelah konten halaman dimuat (Artinya tidak akan memengaruhi kecepatan halaman atau jalur render kritis). Menggunakan acara "onload", kami menyebutnya javascript eksternal Javascript eksternal tidak akan dimuat sebelum konten halaman dimuat Javascript eksternal kemudian akan berjalan dan mempengaruhi halaman Penjelasan Menunda javascript adalah salah satu masalah di web yang dapat membuat Anda ingin menarik rambut Anda mencoba mencari solusi . Banyak orang mengatakan "gunakan saja penundaan" atau "gunakan saja async" atau

How to bulk delete category label from blogger posts

Image
Previous: How to bulk add category label to blogger posts Filter and Select category label you want to remove Select the post that will be removed from the label Select again the selected label from label selector Selected label from the selected posts have been deleted. ( If no posts at that label, the label will be removed automatically from your blog label lists )

How to bulk add category label to blogger posts

Image
At this time I will share, How to move the blogger category Example: We'll move all post label Javascript to JS Filter and Choose the label Select spesific or all filtered posts you want to add label add new category label (Auto Added New label) Done, you've added new label to the selected posts Continue: How to remove category label from blogger posts