Skip to main content

Posts

Showing posts from May, 2019

What Content Are Not Allowed in Blogger

If you want to start a blog, the general advice is to own your own website because hosted services such as Blogger is subject to the hosting company's rules and regulations. And you want to be very careful about what you post because the hosting company can wipe out all your hard work if they don't like what you post. (Kinda like media and Internet censorship in certain countries.) However, Blogger does come with its conveniences, plus it's free. All we need to do is just be aware of it's content policies. In this post, I'll go over the content policy of Blogger from the time of writing and give you a summary, so you don't have to read the whole thing yourself. But if you are interested, you can find the most up-to-date and detailed policy here . Adult Content You need to mark your blog as "Adult" in your Blogger settings if you want to include adult content. However, there are a lot of restrictions on what kind of adult content is allowed. A

How To Make Responsive CSS with Fixed Aspect Ratio

It's easy to set the width and height in CSS. But what if we want the width to be responsive and height to be always in aspect ratio to the width? Ideally, we should be able to write something like this: .ar{ width: 50%; height: .3sw; } to set height to be 30% of self width and CSS would just take care of everything for us. Well, at the time of writing, there is no native CSS that can achieve this. Luckily, using an extra container, it's actually easy to achieve that. Fixed Aspect Ratio to Width HTML First, let's set up the HTML structure. You'll have one container element, and an inner element that you actually want to use. The container element will be used for responsive sizing purposes, and the inner element will be your actual element. <div class="responsive-ar-cnr"> <div> Whatever content, bla bla </div> </div> CSS And now the CSS: .responsive-ar-cnr{ position: relative; width: 50%; } .responsive

Mission Mars 3 - Alyssa Carson

15 Year-old girl trains to be the beginning of human kind as a multi-planetary species.

How To Add Automatic Table of Contents To Blogger With Tocbot

If your blog is primarily text based with multiple headings, a table of contents is essential. It allows readers to have an idea of what to expect and also the ability to jump to the section that they are interested in rather than scroll through the whole thing searching for it. Ideally, this table of contents should be automatically generated as creating them manually can be quite repetitive. There are pros and cons of generating it on the client side. The benefit is that users only have to download the script once and generate table of contents for all pages rather than having to download a different table of contents for each page. In this post, I will show you how to add a third party javascript table of contents (ToC) auto generation library to Blogger. Note that you might have to customize the code a little bit, so you'll need to have the basic knowledge of HTML, CSS, and JavaScript. Tocbot Tocbot  is a handy library that can generate table of contents ba

Mission Mars 2 - Alyssa Carson

15 year-old girl pursues her dream of taking one giant giant leap for man kind.

Mission Mars - Alyssa Carson

13 year-old girl takes on the mission of becoming a Mars astronaut.

Cute Tiger Cub & Dog Unlikely Friends Play & Swim Together - Kelsey Johnson

Blonde girl uses unconventional method to make her dog happy.

Japanizing

How To Format Code Snippets In Blogger Posts

At the time of writing, there is no W3C standard support for formatting and highlighting code in browsers. And since rendering is done on the client side, formatting and highlighting typically would require third party scripts to be run in the browser. This kind of script is unlikely to come with Blogger by default or with any of the themes as formatting and highlighting is a pretty daunting task as different programming languages would require different rules and thus is better maintained in a specialized library. In this post, I will walk you through the steps I took to add a third party code formatting and highlighting library to Blogger and enabling me to have formatted and highlighted code snippets in my blogger posts. Highlight.js Highlight.js  is a syntax highlighting library using javscript and css that, at the time of writing, supports 185 languages and 89 styles. I chose this library because, after a quick research, this one appears to have a comprehensive list of l

Street Fighter: Chun-Li Outtakes - Lilan Bowden

Gag reel from Street Fighter Red Tape: Chun-Li.

Street Fighter Red Tape: Chun-Li - Lilan Bowden

Chun-Li from Street Fighter having her image and intention questioned.

Cheap Thrills (Sean Paul Remix) - 스칼렛 Scarlet

Hot girls dancing to Sia's Cheap Thrills .

Money Can't Buy Happiness

Homo Sapien Extinction - Jimmy Kimmel

Jimmy Kimmel asks people if they care about the extinction of humans.

Once Upon A Mime - Molly Alampi

Woman having some mime fun.

Hello World

Hello world! My name is The Web Logger. Did you know that blog is short for web log? Ya, me neither. Whoever shortened words that way needs to be sent to the electric chair. If you are wondering about starting your first blog. My advice is "Don't". It's not as easy as you might think. I've been sitting here for about 5 hours staring at this blank page with no idea what to say. After typing this rubbish, I now have written maybe 5 sentences. And I need to still write 45 sentences to maybe fill this page of blog post. I feel like I'm back in high school writing essays again. Maybe writing is your thing. Maybe it will be easy for you. Especially for people who has something they desperately need to share with people on the Internet, I imagine they'll be very motivated to do this. For me, the struggle is that I feel this is too time consuming. Even if I know what I want to say (not that I do), it still just takes too much time to type out each word. And

cusG_relatedPost_html