Posts

Showing posts matching the search for blogger

Update Genshin Impact Patch v.1.5.1 - v.1.6.0 Via Download Manager

Image
Update genshin impact manual via download manager (IDM).

Full page blogger css

Image
How to show only content on blogger page <style> @media only screen and (min-width: 1025px) { #sidebar-wrapper, #midsidebar-wrapper, .gapad2, .blog-pager, .post-header-line-1, .post-footer { display: none !important; } #main-wrapper { width: 150% !important; /*98% default*/ } .post { width: 150% !important; /*98% default*/ } #comments { width: 150% !important; /*98% default*/ } .post-title, .post-labels, post-icons, post-author { display: none !important; } } </style> OR <style scoped="" type="text/css"> #outer-wrapper { margin: 0 auto; text-align: left; float: none; background-position: center !important; } #post-wrapper { width: 100%; max-width: 100%; margin: 0 auto; text-align: left; float: none; background-position: center !important; } .post-body, .post { background-position: cente

PHP Mailer work with AJAX

Image
Basic Mailer basic php mailer php <?php header('Access-Control-Allow-Origin: *'); header('Content-Type: application/json'); /* * CONFIGURE EVERYTHING HERE */ // an email address that will be in the From field of the email. $from = isset($_REQUEST['from']) ? $_REQUEST['from'] : 'example@mail.com'; $from = filter_var($from, FILTER_VALIDATE_EMAIL) ? $from : null; // an email address that will receive the email with the output of the form $sendTo = 'dimaslanjaka.superuser@blogger.com'; // subject of the email $subject = 'New message'; // form field names and their translations. // array variable name => Text to appear in the email $fields = array('name' => 'Name', 'surname' => 'Surname', 'phone' => 'Phone', 'email' => 'Email', 'message' => 'Message'); // message that will be displayed when everything is OK :) $okMess

Earn money from blogs by joining the Influencer Marketplace

Image
Earn Income From Blogs By Joining the Influencer Marketplace - It is undeniable that the vast majority of bloggers are earning income on the internet through blogs. And now more and more are trying to become bloggers with the main goal of making money on the internet. And more and more are also making bloggers as the main occupation or the term as a full time blogger even though bloggers are not / not yet included in the type of work recognized especially in Indonesia. Various reasons that become full time bloggers, one of the reasons is to become a blogger is not limited by work time, do not need enough work uniforms with a collector, and many other reasons. Therefore, now more and more bloggers are popping up who are tempted to easily get money from the internet without being limited by work time or office attendance and do not need to be uniform and will not be scolded by employers. But of course it's not as easy as turning your palm to get money from a blog, but

Improve Blog Performance with Cloudflare DNS

Image
Tingkatkan Performa Blog Dengan DNS Cloudflare Increase Blog Performance with Cloudflare DNS - Basically all DNS is the same, namely the function of connecting a domain name with the user's IP so that the domain can be accessed by users. However, each DNS server provider certainly has a different performance, so this affects the speed of a website's response when accessed. So that the speed of this server response needs to be considered also after we increase the blog loading speed by improving the blog template used. And Cloudflare is the best for DNS server performance in the world, and we can use it easily and for free to improve the performance of our blog. Like this Magic Company, even though the blog was deemed fast enough when accessed, it turned out that the server response speed from the domain that I used was quite slow around 250 ms. After I replaced it using DNS Cloudflare, the server response speed was quite high only 1-2 ms, wow .... If you ofte

Taktik Pemasaran Media Sosial: 10 Gagasan Yang Sebenarnya Berhasil

Image
Apakah Anda siap untuk mengambil taktik pemasaran media sosial Anda ke tingkat berikutnya? Media sosial dan bisnis tidak dapat dipisahkan. Itulah kenyataan yang kita jalani hari ini. Agar akurat, pemasaran media sosiallah yang sangat diperlukan untuk bisnis dan keberhasilan mereka baik online maupun offline. Sekarang ada sekitar 3,2 miliar pengguna media sosial di seluruh dunia. Angka itu mewakili lebih dari 42% populasi global! Dan dapatkan ini - angka itu hanya akan menjadi lebih besar. Facebook berada di garis depan "revolusi" ini, menjadi platform media sosial yang paling banyak digunakan. Jangan salah, bahwa platform lain seperti Twitter dan Instagram juga berdampak pada bisnis. Jika Anda adalah bisnis kecil atau pemula dengan anggaran yang lebih kecil, Anda ingin memanfaatkan taktik pemasaran media sosial Anda sebaik mungkin. Anda ingin membuat setiap hitungan dolar dan bekerja untuk Anda. Namun, penting bagi Anda untuk memilih platfor

How To Embed Blogger Video Iframe To Be Responsive

Image
How to Embed Blogger's Iframe Video to Be Responsive - Actually the video uploaded on Blogger doesn't need to be responsive because it's displayed with a size of 320x266 so that it can be safe on all device sizes. But of course it makes it less comfortable watching the video when watched via a PC or laptop because of the small embed video size. So if we embed an iframe video uploaded on Blogger to be responsive, this will be better because the video can appear full according to the width of the posting page and to suit all device sizes. Actually, before this I have shared how to embed videos that are uploaded on Blogger using video elements to be responsive , but it seems that now the trick is not working anymore. So now I share the trick to embed videos uploaded on Blogger to be responsive using iframe or amp-iframe elements so that this is the same as embed Youtube videos. Videos uploaded in Blogger posts must have a maximum size of 100MB, if the size of

Related Post Blogger Support WEBP

Image
Related Post Blogger Support WEBP Related Blogger Post Support WEBP - After the previous post we got a solution for Blogger thumbnails to support WEBP image format, now then we will make related posts also support WEBP. Because in related posts we also display thumbnail images as well, so this also causes problems when checked in Pagespeed Insights and Lighthouse, namely the problem of Serve images in next-gen formats and Defer offscreen images. One related post that I use is a related post made by mas Taufik from DTE because it is easy to modify. For that, we will slightly modify the related post so as not to cause problems in Pagespeed Insights and Lighthouse with the use of WEBP images and lazyload. Like thumbnails of Bloggers who support WEBP , we also use Statically Imgpx to change Blogger images in related posts to support WEBP and by using Lazysizes.js to change the URL of the image as well as to lazyload the image. For the demo, you can check the following dem

Finally the Blogger Thumbnail Can Support WEBP

Image
Finally, the Blogger Thumbnail Can Support WEBP - This is the result of my imprisonment that I have done for almost 4 weeks, hahaha ... (just kidding, so don't think so ...). An inspiration finally stopped in my head for Blogger thumbnail solutions to support WEBP. The problem of presenting images in the next-gen format that came from Blogger thumbnails when tested using Pagespeed Insights and Lighthouse is still an unsolved case because Blogger doesn't yet support the WEBP image format for thumbnails. As for the picture posting, it can already be good for AMP and for NON AMP. You can refer to the post about how to convert Blogger images into WebP for amp-img and WebP images on Non-AMP Blogger posts . But finally I got a solution for Blogger thumbnails to support WEBP with the help of Statically Imgpx and Lazysizes.js . But this is still only for Non AMP, for AMP I have not got the solution. I made use of the Statically Imgpx feature to change Blogger i

3 Langkah Cara Membuat Kampanye Pemasaran Media Sosial B2b

Image
3 Steps On How To Create A B2b Social Media Marketing Campaign Panduan pemasaran media sosial B2B ini adalah apa yang Anda butuhkan untuk menumbuhkan merek Anda. Media sosial selalu dilihat sebagai tempat bermain bagi perusahaan B2C. Meskipun benar bahwa banyak merek teratas yang memanfaatkan media sosial beroperasi di segmen B2C (seperti Nike, Starbucks, dan Applebee's), itu tidak berarti bahwa perusahaan B2B tidak memiliki tempat di arena media sosial. Ada perusahaan dari semua ukuran yang telah merasakan kesuksesan dengan pemasaran media sosial B2B, dan terus tumbuh sebagai hasil dari memanfaatkan jejaring sosial utama untuk lebih banyak pelanggan. Namun, mudah untuk menemukan perusahaan perjalanan yang memanfaatkan Twitter atau Facebook dalam hal pemasaran dan layanan pelanggan, tetapi bagaimana dengan perusahaan manajemen perumahan ? Atau agen staf perdagangan? Atau perusahaan PR? Ambil bisnis B2B yang dapat Anda pikirkan, pertanyaannya, dapatkah ia be