Unfortunately if you delete a Blogger comment the person's name and profile will still be visible / accessible and only the comment itself will get deleted. To go around this, I have found an excellent post that I'm going to share with you now. It's called Blogger: Hide Deleted Comments. Hope it helps! ;)
EDITED: Note that the comment number change described in above post does not apply on archive pages (ie. the home page), because it needs comments to be displayed (counted).
webeno's tutorials for beginner website designers, bloggers and internet marketers
Wednesday, August 18, 2010
Friday, August 06, 2010
How to keep the Facebook like button's language
After announcing Facebook Like button added to webeno.blogspot.com in my earlier post, I realized that the button changes language according to the country of stay of the person visiting my blog. This can cause problems (ie. cannot see the count of likes after the button) and as I write my blog in English and the word "like" is pretty much known by the blog readers' community, I decided to keep it in English.
Wednesday, August 04, 2010
Easy countdown timer for your website
I guess I found the easiest countdown timer on the web, namely Andrew Urquhart's DHTML Easy Countdown — v1.53. All you have to do is to copy the javascript provided in the downloaded file onto your hosting server, call this javascript at the beginning of your page, then use the 'countdown1' selector id in any div, span or other tag, and finally provide the date and time within and you're good to go! ;)
Example code to call the javascript (put this between the 'head' tags):
Example code to call the javascript (put this between the 'head' tags):
Wednesday, July 28, 2010
Google changing language per region & How to stick to google.com?
1. Google language changing Have you ever travelled to another country with your laptop and realized that the language on Google changes to the local language of your stay? Well, some people (obviously more at Google) think this is a good thing, but me, including maybe a bigger part of the community travelling and using Google, this is of no use or even very annoying. No solution exists to date, but I found a thread that provides a workaround
Wednesday, July 21, 2010
Choose the content to display on the different page types in Blogger
It is important to know the exact scope of Blogger page types in order to be able to place different content on selected page types. Following page types exist at Blogger currently:
1. Home page
2. Archive Page
3. Item Page = Post pages
4. Index Page = home page, label page, search page
5. Static Page = Blogger Pages (relatively new in Blogger)
The code would look like this:
1. Home page
2. Archive Page
3. Item Page = Post pages
4. Index Page = home page, label page, search page
5. Static Page = Blogger Pages (relatively new in Blogger)
The code would look like this:
Wednesday, July 14, 2010
How to recover deleted posts and pages in Blogger
If you understand Blogger's URL structure when editing (creating new) blog posts or pages in Blogger, you'll practically be able to recover any deleted posts or pages. However you'll have to make sure that you have a backup of your posts and pages ('Settings' > 'Basic' tab > 'Export blog') before deleting any of them otherwise you will not be able to locate the deleted post or page in Blogger's database (you'll understand it if you read on).
Wednesday, July 07, 2010
Facebook Like button added to webeno.blogspot.com
Probably one of the easiest and fastest way to express your appreciation is using the Facebook's Like button. There are 2 ways to set it up: XFBML or iframe. The simple and fast way is iframe that however doesn't leave you much space for customization while you can do a whole lot more with the XFBML version
Sunday, June 27, 2010
External link track - a one liner
If you use Google Analytics and would like to track which ones of your external links people click on while checking out your website, all you have to do is to add the 'onClick' attribute to the a (anchor) tag in question.
Here's an example code that you could use:
Here's an example code that you could use:
Subscribe to:
Posts (Atom)