Showing posts with label views. Show all posts
Showing posts with label views. Show all posts
Wednesday, June 21, 2017
Disqus comments 3rd edition 2 million page views
Disqus comments 3rd edition 2 million page views
Just a quick update that most likely no one will read, but here it is anyway:
- I have switched comment systems, were now with Disqus. Blogger did a terrible job at preventing spam so Im hoping Ill get luckier with Disqus. I removed about 2000 spam comments so far.
- Nginx HTTP Server, 3rd edition is coming up soon! The first draft is complete. After checking out user reviews online we decided that this edition should focus on examples and case studies, rather than standing for the ultimate directive reference or index. The first edition from 2009/2010 was meant as an exhaustive reference that people could use at all times, but several readers complained that the information was readily available online. We never pretended otherwise but we tried to make the documentation in the book more accessible and legible. Hopefully this new edition will prove satisfying to all.
- 2 million page views on the blog - were almost there! In a couple of days the amazing milestone of 2,000,000 page views will be reached, I never thought it would go this far when I started the blog a few years back. I havent posted much lately but thats because I have been busy working on all sorts of projects. I try to post at least 8 to 10 times a year.
Thanks for visiting! Clement
Tuesday, April 25, 2017
Disabling sidebar from fading out in Blogger Dynamic Views Template
Disabling sidebar from fading out in Blogger Dynamic Views Template
The black sidebar on the right side of the blog is hidden and is only visible when mouse is over it. This is a problem because most of the users who are visiting your blog wont even see the sidebar. The following list shows the advantages of having a sidebar not fading out :
So Im gonna tell you how to prevent the sidebar from fading out to the right side.
First of all Go to Blogger -> Template -> Edit HTML
Choose Advanced option and click on the Add CSS button from the sub options. Paste the following code in the white box:
Now go to your blog and see the sidebar not moving anywhere and is standing still.
- Google + Followers Increases
- More people will subscribe to your blog
- People will know the popularity of your blog when they see the blog stats
- and others.......
So Im gonna tell you how to prevent the sidebar from fading out to the right side.
First of all Go to Blogger -> Template -> Edit HTML
Choose Advanced option and click on the Add CSS button from the sub options. Paste the following code in the white box:
#gadget-dock{right: 0px !important;}Screenshot:

Subscribe to:
Posts (Atom)