Postingan

Menampilkan postingan dengan label jquery

Syarat dan Ketentuan Pembuatan Website atau Blog bagi Pemula

Salam sejahtera dan sampai jumpa pada artikel saya yang pertama ini. Pada tutorial perdana ini saya lebih menekankan tutorial bagi mereka yang(maaf....) masih pemula dan memang benar-benar ingin belajar dari awal tentang cara membuat website . Silahkan baca dan ikuti tutorial-tutorial lanjutanya,karena sangat berguna bagi anda. Mohon dipahami tentang hal berikut sebelum anda membaca lebih jauh tutorial dalam blog ini,bahwa saya menggunakan kata atau kalimat "ANDA" hanya semata-mata untuk memudahkan dalam penyusunan kalimat. Bukan bermaksud ingin sok profesional atau lainya. Langkah-langkah pembuatan website A. Beberapa Kemampuan atau skill yang harus dimiliki dan dipelajari:  Sedikit mengerti bahasa inggris. Mengerti atau mempelajari tentang HyperText Markup Language (HTML) . Menguasai atau mau belajar tentang Cascading Style Sheet (CSS) . Mempelajari JavaScript (JS). Hypertext Preprocessor (PHP) . jQuery. B. Perlengkapan yang harus di siapkan: Komputer,laptop,notebook,da...

Add Load More Posts or Infinite Scrolling to Blogger

Gambar
You might have seen the implementation of infinite scrolling at Facebook, Twitter or Google+. Instead of showing Older / Newer posts links , we can load posts dynamically whenever a "Load more posts" button is clicked, or by scrolling down the page. This tutorial will show you how to implement Ajax based loading script that will add Load More Posts or Infinite Scrolling to Blogger, so that visitors can easily navigate without reloading the page. How it works? - You have the option to add a 'Load More Posts' button or load automatically the older posts as visitors scroll down the page. - Once implemented, Load More Posts / Infinite Scrolling applies to all Blogger posts on index pages (homepage, archive, label pages). It can't be added on individual posts. Demo To see it live, check out the demo below. When you scroll down to the bottom of the page, you will see the "Load More Posts" button. Once you click it, the next 3 posts set to display will load bel...