The "Featured Post" gadget is a useful tool, for spotlighting individual posts.
One of the limitations of the gadget is that it, like many (though not all) Blogger supplied gadgets, allows only one copy on the blog, at any time. The gadget is, after all, called "Featured Post" - not "Featured Posts". Blogger does not give us the ability to feature multiple posts, simultaneously.
Given a little imagination, we can make the gadget work, for multiple posts. We can't feature multiple posts, simultaneously - but we can alternate featured posts, sequentially.
Combining the "Featured Post" gadget and labels, we can alternately feature multiple posts, in a daily or weekly sequence.
I added a label in this blog, "Featured Posts".
I identified a couple dozen posts, in this blog, which need to be featured - and gave each post the label "Featured Posts". My intention, once the Blogger Followers gadget rewrite effort is behind us, is to feature one different post in "Featured Posts", each day.
Just edit the "Featured Post" gadget, and select a different post - each day.
The "Featured Post" gadget is at the top of my blog.
I can edit the gadget, and open the label list.
And, select "Featured Posts".
That gives me a list of my posts, with the "Featured Posts" label.
And, I selected the currently featured post, "Dear Followers Of This Blog".
Next month, I may select a different post to be displayed as a Featured Post.
So I can't feature more than one post at a time - but I can alternately feature different posts. And with some planning, I can make it easy to alternately feature different posts.
The #Blogger supplied "Featured Post" gadget can't be used with more than one such gadget on any blog, simultaneously. It is called "Featured Post" - maybe, for a reason.
With a little planning, though, you can organise the posts to be featured - and change the gadget, daily or weekly.
Showing posts with label How Do I. Show all posts
Showing posts with label How Do I. Show all posts
Now, You See It - Now, You Don't
By
SelvaKumar
12:33 PM
Background, Colors, Colours, Filters, How Do I, Scripting, Security, Spoiler Text, Text, Text Color
Some blog owners create a post, with content that should be visible, only when required.
The post contains a question - accompanied by the answer to the question. The question should be viewed, without the answer being visible, to make the reader think about the answer. This is called, by many, a "spoiler".
Not everybody knows how to construct a spoiler. Some blogs use JavaScript - painful to construct, and maybe not effective for every reader. Security conscious blog readers may block scripts from Blogger blogs - and either your spoiler is visible, immediately - or never becomes visible.
Neither of the latter scenarios make the post a lot of fun to read.
You don't need JavaScript, to make a spoiler.
This is fortunate, because not every reader is going to allow scripts, from every blog. Personally, I block JavaScript, in general - and enable only for my own blogs - and for specific websites, like the Blogger dashboard and most Google pages.
If the blog posts have a solid white background, you make the post text white.
Examine a post, in my text blog.
Two spoilers - both blank.
Click and drag across the first spoiler - and see the first answer.
Click and drag across the second spoiler - and see the second answer.
The spoiler code is not complicated.
Hoping that your blog does not use a semi transparent floating background over a multi colour background, just make the text the same color as the background. Then, instruct the reader to click and drag the cursor, to highlight and make the spoiler visible.
A #Blogger blog post which contains a question and answer section is fun to read - but not every blog reader will benefit, with posts that use JavaScript, to hide text content.
An easy way to hide content is to make the text the color of the background. The reader can click and drag, to highlight the text, when then is visible.
http://blogging.nitecruzr.net/2011/10/cookies-vs-scripts-two-types-of-server.html
http://blogging.nitecruzr.net/2009/04/many-faces-of-google.html
</span>
The post contains a question - accompanied by the answer to the question. The question should be viewed, without the answer being visible, to make the reader think about the answer. This is called, by many, a "spoiler".
Not everybody knows how to construct a spoiler. Some blogs use JavaScript - painful to construct, and maybe not effective for every reader. Security conscious blog readers may block scripts from Blogger blogs - and either your spoiler is visible, immediately - or never becomes visible.
Neither of the latter scenarios make the post a lot of fun to read.
You don't need JavaScript, to make a spoiler.
This is fortunate, because not every reader is going to allow scripts, from every blog. Personally, I block JavaScript, in general - and enable only for my own blogs - and for specific websites, like the Blogger dashboard and most Google pages.
If the blog posts have a solid white background, you make the post text white.
Examine a post, in my text blog.
Two spoilers - both blank.
Click and drag across the first spoiler - and see the first answer.
Click and drag across the second spoiler - and see the second answer.
The spoiler code is not complicated.
What would YOU do?
What Lancelot chose is hidden. But - make <span style="font-weight:bold;">your</span> choice before peeking. To see the answer, highlight the area indicated, by clicking the mouse and dragging the cursor between the arrows.
The answer is here ==><span style="color: rgb(255, 255, 255);">Noble Lancelot said that he would allow <span style="font-weight:bold;">her</span> to make the choice herself. Upon hearing this, she announced that she would be beautiful all the time because he had respected her enough to let her be in charge of her own life.</span><==
Now - what is the moral to this story? To see the answer, highlight the area indicated.
The answer is here ==><span style="color: rgb(255, 255, 255);">If you don't let a woman have her own way, things are going to get <span style="font-weight:bold;">ugly</span>.</span>==
Hoping that your blog does not use a semi transparent floating background over a multi colour background, just make the text the same color as the background. Then, instruct the reader to click and drag the cursor, to highlight and make the spoiler visible.
A #Blogger blog post which contains a question and answer section is fun to read - but not every blog reader will benefit, with posts that use JavaScript, to hide text content.
An easy way to hide content is to make the text the color of the background. The reader can click and drag, to highlight the text, when then is visible.
http://blogging.nitecruzr.net/2011/10/cookies-vs-scripts-two-types-of-server.html
http://blogging.nitecruzr.net/2009/04/many-faces-of-google.html
</span>
Disable AdSense Gadgets, On Static Pages
By
SelvaKumar
11:51 AM
"Add CSS", AdSense, AdSense Gadget, Blogger Magic, Gadgets, How Do I, Static Pages
One problem with AdSense, that some blog owners have reported, is that AdSense ads are not permitted on pages with very little AdSense relevant content.
Unfortunately for some blog owners, the responsibility for preventing this is left to the blog owner.
Blogs with static pages, and AdSense gadgets in the sidebar, are a problem here. Static pages with little blog relevant content - such as label indexes, expanded owner profiles, special gadgets like Followers displays - cause problems with the AdSense ad classifier - and can cause blogs to lose ads.
As an AdSense publisher, the blog owner is expected to ensure that ads are not displayed on unsuitable blog pages.
Fortunately, it's not difficult to block AdSense ads from static pages. Just add a CSS rule with a "static page" conditional, to block display of each AdSense gadget.
If you want to block gadget "AdSense1" from displaying on all static pages, that's a simple CSS rule, added using "Add CSS".
Note that I wrote this to selectively block AdSense gadgets from displaying - but you can use it with any gadget, that you need to block. AdSense is simply one gadget that needs to be selectively displayed.
As always, be aware that the blank line above and below the code, as displayed here, is not intended to be decorative. Any time you add CSS rules, the blank line is required, to separate each CSS rule - and make each rule operational.
If the blog publishes actual blog content on some static pages, conditionals will be a bit more complicated. This is one more reason why static pages are not typically used for blog content.
Owners of #Blogger blogs with AdSense ads, that use static pages without AdSense relevant content, need to block ads from displaying on such pages. Failure to display ads selectively can cause problems with ads on the blog.
Fortunately, a simple CSS rule can be used, to block ads from static pages.
https://productforums.google.com/d/topic/blogger/7ANVOrQuvIo/discussion
https://productforums.google.com/d/topic/blogger/-p6mdLF2B08/discussion
Unfortunately for some blog owners, the responsibility for preventing this is left to the blog owner.
Blogs with static pages, and AdSense gadgets in the sidebar, are a problem here. Static pages with little blog relevant content - such as label indexes, expanded owner profiles, special gadgets like Followers displays - cause problems with the AdSense ad classifier - and can cause blogs to lose ads.
As an AdSense publisher, the blog owner is expected to ensure that ads are not displayed on unsuitable blog pages.
Fortunately, it's not difficult to block AdSense ads from static pages. Just add a CSS rule with a "static page" conditional, to block display of each AdSense gadget.
<b:if cond='data:blog.pageType == "static_page"'>
If you want to block gadget "AdSense1" from displaying on all static pages, that's a simple CSS rule, added using "Add CSS".
Note that I wrote this to selectively block AdSense gadgets from displaying - but you can use it with any gadget, that you need to block. AdSense is simply one gadget that needs to be selectively displayed.
<b:if cond='data:blog.pageType == "static_page"'>
<style>
#AdSense1 {display: none !important;}
</style>
</b:if>
As always, be aware that the blank line above and below the code, as displayed here, is not intended to be decorative. Any time you add CSS rules, the blank line is required, to separate each CSS rule - and make each rule operational.
If the blog publishes actual blog content on some static pages, conditionals will be a bit more complicated. This is one more reason why static pages are not typically used for blog content.
Owners of #Blogger blogs with AdSense ads, that use static pages without AdSense relevant content, need to block ads from displaying on such pages. Failure to display ads selectively can cause problems with ads on the blog.
Fortunately, a simple CSS rule can be used, to block ads from static pages.
https://productforums.google.com/d/topic/blogger/7ANVOrQuvIo/discussion
https://productforums.google.com/d/topic/blogger/-p6mdLF2B08/discussion
Add A Fixed Location "Subscribe" Button To Your Blog
By
SelvaKumar
12:18 PM
"Add a Gadget", EMail, FeedBurner, Gadgets, How Did I, How Do I, HTML Gadget, Layout "Add a Gadget', Subscriptions
To encourage email subscriptions, and other social connections, some blog owners provide gadget toolbars, with useful links.
Some blog owners would like to position their gadgets in fixed screen positions.
Adding a custom subscription gadget, in a fixed screen location, is not complicated.
AddThis has a large library of social sharing gadgets, with their icons - but they don't have any email subscription selections. But you can add an icon based "subscribe" button, "hovering" at the top of the page.
An occasional request suggests using a popup window, containing a subscription form. We don't recommend using a popup window - but a subscription form, on a FeedBurner hosted page, will provide the same function.
See below "Try It.", for the detailed procedure.
Add FeedBurner "Subscribe by Email".
Using the dashboard Layout page, and "Add a Gadget", add a "Subscribe by Email" gadget. This creates a blog posts FeedBurner hosted feed.
FeedBurner provides the "Subscribe by Email" gadget, with the choice to display either an on screen form - or a simple link to a FeedBurner hosted form page.
Add a "Subscribe by Email" FeedBurner hosted form, and a link.
Once a "Subscribe by Email" gadget has been added, get the gadget link from the FeedBurner dashboard, at Publicize - "Email Subscriptions" - "Subscription Management" - "Preview Subscription Link…".
Start from the dashboard, at Publicize - "Email Subscriptions" - "Subscription Management".
The "Preview Subscription Link…" window contains the code, that we need.
Add a suitable icon, containing the FeedBurner subscription link.
Choose an attractive icon to contain the FeedBurner supplied link. Add an HTML gadget using "Add a Gadget", containing the icon with the link to the FeedBurner form - and displayed in a fixed location.
Try It.
I added a button, and a new subscription, to my test blog, "Chucks Tech World".
See the icon, in the top right margin?
See how the new icon floats?
See how it floats from the top - and from the right?
Start with an icon, uploaded:
Here's the FeedBurner Subscription Link:
Here's the Floating Top Of Page Button:
And put them all together:
And that's it.
I now have a hovering subscription icon, in my test blog. Given a collection of icons, carefully arranged, you can have a hovering toolbar - to maybe complement a social media button toolbar.
Some #Blogger blog owners would like a hovering button or toolbar, to provide an email subscription form. This is an accessory that is not difficult to add.
Some blog owners would like to position their gadgets in fixed screen positions.
I want to have a subscribe button hover at the top of the page, while people read my blog.This blog has a hovering AddThis toolbar, which provides selected social sharing options. And, it has a hovering "Top of Page" button.
Adding a custom subscription gadget, in a fixed screen location, is not complicated.
AddThis has a large library of social sharing gadgets, with their icons - but they don't have any email subscription selections. But you can add an icon based "subscribe" button, "hovering" at the top of the page.
An occasional request suggests using a popup window, containing a subscription form. We don't recommend using a popup window - but a subscription form, on a FeedBurner hosted page, will provide the same function.
- Add FeedBurner "Subscribe by Email".
- Add a "Subscribe by Email" FeedBurner hosted form, and a link.
- Add a suitable icon, containing the FeedBurner subscription link.
- Try It.
See below "Try It.", for the detailed procedure.
Add FeedBurner "Subscribe by Email".
Using the dashboard Layout page, and "Add a Gadget", add a "Subscribe by Email" gadget. This creates a blog posts FeedBurner hosted feed.
FeedBurner provides the "Subscribe by Email" gadget, with the choice to display either an on screen form - or a simple link to a FeedBurner hosted form page.
Add a "Subscribe by Email" FeedBurner hosted form, and a link.
Once a "Subscribe by Email" gadget has been added, get the gadget link from the FeedBurner dashboard, at Publicize - "Email Subscriptions" - "Subscription Management" - "Preview Subscription Link…".
Start from the dashboard, at Publicize - "Email Subscriptions" - "Subscription Management".
The "Preview Subscription Link…" window contains the code, that we need.
Add a suitable icon, containing the FeedBurner subscription link.
Choose an attractive icon to contain the FeedBurner supplied link. Add an HTML gadget using "Add a Gadget", containing the icon with the link to the FeedBurner form - and displayed in a fixed location.
Try It.
I added a button, and a new subscription, to my test blog, "Chucks Tech World".
See the icon, in the top right margin?
See how the new icon floats?
See how it floats from the top - and from the right?
Start with an icon, uploaded:
<a href="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiH-R3uaQFsSkF7azHhm7XAnONPpN0QRrpZ0hhW9S0Y5AqdP3Ar3iopGgFViycf75jvJ-tcpRgd_sSJsGrdb-qHCRsJtyMcq_1dQ7RfZnlhbEveDjdAYj16U6TrBivx0ym6VfzLJwQtT9Fk/s1600/Subscribe+Icon.png" imageanchor="1" ><img border="0" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiH-R3uaQFsSkF7azHhm7XAnONPpN0QRrpZ0hhW9S0Y5AqdP3Ar3iopGgFViycf75jvJ-tcpRgd_sSJsGrdb-qHCRsJtyMcq_1dQ7RfZnlhbEveDjdAYj16U6TrBivx0ym6VfzLJwQtT9Fk/s320/Subscribe+Icon.png" /></a>
Here's the FeedBurner Subscription Link:
<a href="https://feedburner.google.com/fb/a/mailverify?uri=ChucksTechWorld&loc=en_US">Subscribe to Chucks Tech World by Email</a>
Here's the Floating Top Of Page Button:
<a style="display:scroll;position:fixed;bottom:20px;right:60px;" href="#" title="Top"><img border="0" height="60" width="60" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEik2HLf375pL7ukmgwXSv3ti2luCRyGVIsZEL5d6FGjrsfaN_HYL8vy8Jr1BNRzB6cRoLeBP_JSX5r6FX8l7tjV5fkOdQU3ISmbtwLORtbbwnHACD1QWmEPawWFylh4lCixVTPGc2tpaRhA/s320/Up+Arrow+4.jpg" /></a>
And put them all together:
<a style="display:scroll;position:fixed;top:40px;right:60px;" href="https://feedburner.google.com/fb/a/mailverify?uri=ChucksTechWorld&loc=en_US" title="Subscribe by Email" target="_blank"><img border="0" height="60" width="60" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiH-R3uaQFsSkF7azHhm7XAnONPpN0QRrpZ0hhW9S0Y5AqdP3Ar3iopGgFViycf75jvJ-tcpRgd_sSJsGrdb-qHCRsJtyMcq_1dQ7RfZnlhbEveDjdAYj16U6TrBivx0ym6VfzLJwQtT9Fk/s320/Subscribe+Icon.png" /></a>
And that's it.
I now have a hovering subscription icon, in my test blog. Given a collection of icons, carefully arranged, you can have a hovering toolbar - to maybe complement a social media button toolbar.
Some #Blogger blog owners would like a hovering button or toolbar, to provide an email subscription form. This is an accessory that is not difficult to add.
True Online Anonymity Begins With A New Identity
By
SelvaKumar
5:56 PM
2-Step Verification, Account Recovery, Anonymity, Anonymity Price, Authentication, Blind Recovery, How Do I, Recovery
We see occasional queries, from blog owners who require separation of their blog ownership from their real lives, in Blogger Help Forum: Learn More About Blogger.
Taking a public account and blog, and removing all personal details, can be an exercise in futility - or at least, ingenuity.
Blogger / Google code contains details, which may reveal too much.
We know that Blogger permits us - and will support us - to publish a blog, anonymously - with our blogging and real life identities kept separate. They don't provide details, though - possibly because each person may have their own ideas how separate they want everything to be.
Both Blogger accounts and blogs contain obscure details, which might be exploited by someone who is experienced in identity tracing.
One detail, which is frequently used in blog ownership analysis, is the "me" tag, in the blog header. The "me" tag is not documented - it's just there, in the blog source code.
I like to cook.
Who knows if the "me" tag in my "Recipe" blog, leading to my Google+ profile, could one day lead the wrong person to my door?
Who knows what other details may be present, in a Blogger / Google profile, or blog internal code?
For true anonymity, start with a clean account and blogs.
If you want true anonymity, start with a new Blogger account which contains no personally identifying content. And if possible, delete your current Blogger account.
Then setup a new Blogger blog - and again, add no personally identifying content. And do not link between anything in your clean, new Blogger account, and anything in any other accounts.
The best chance for anonymity starts with 100% isolation of the new Blogger account.
Conduct frequent personal identity audits, and educate yourself.
As you publish your blog, look at each opinion and story, and ask yourself how this could be used against you.
Spend some time on the Internet, and read about identity verification, pursuit of fugitives, and similar detective work. Spend some time reading stories about the US Witness Security (WitSec) Program, and similar programs in other countries - and how they protect their clients.
Their stories could become your learning opportunities.
True anonymity will have disadvantages.
If you truly make yourself anonymous, there will be no backdoor authentication details. You will not be able to recover control of the blog if you ever forget the account name or password.
If you remember account / password, you may not need backdoor authentication.
Neither Blogger: Forgot your username or password? - or Google: Having trouble signing in or viewing your blog? - will have any details which can be used to recover access, if you become truly anonymous. If there are any such details which could be used by you, to recover access or control, those details might be your downfall, when an experienced detective is put on your trail.
You will need protection from Google Hacking Detection, eventually.
If your account gets locked from "suspicious" / "unusual" activity, or when you change computers or travel, you will need anonymous backup authentication. You will need one or more components of Google 2-Step Verification. Just recording account name / password in a password storage vault won't help, if Google Hacking detection becomes involved.
You're going to have to have some backup authentication - just choose what you use selectively, keep it up to date, religiously - and never lose it.
---
Some #Blogger blog owners want to separate their blogging and personal lives - and want their blogs to not lead anybody to their real life existence. This can conflict with effective blog publishing - as a blog, by design, is an online extension of ones real life.
Given enough forethought, and research, it may be possible to separate our online life from real life - but it won't be a one time activity. Personal online anonymity will require constant self examination, and preparation.
I want to have myself anonymous, so that people do not know who I am when I blog. i think it will contribute to a more exciting blog!An air of mystery is OK, as long as it's not being used to mask criminal activity.
Taking a public account and blog, and removing all personal details, can be an exercise in futility - or at least, ingenuity.
Blogger / Google code contains details, which may reveal too much.
We know that Blogger permits us - and will support us - to publish a blog, anonymously - with our blogging and real life identities kept separate. They don't provide details, though - possibly because each person may have their own ideas how separate they want everything to be.
Both Blogger accounts and blogs contain obscure details, which might be exploited by someone who is experienced in identity tracing.
One detail, which is frequently used in blog ownership analysis, is the "me" tag, in the blog header. The "me" tag is not documented - it's just there, in the blog source code.
I like to cook.
Who knows if the "me" tag in my "Recipe" blog, leading to my Google+ profile, could one day lead the wrong person to my door?
Who knows what other details may be present, in a Blogger / Google profile, or blog internal code?
For true anonymity, start with a clean account and blogs.
If you want true anonymity, start with a new Blogger account which contains no personally identifying content. And if possible, delete your current Blogger account.
Then setup a new Blogger blog - and again, add no personally identifying content. And do not link between anything in your clean, new Blogger account, and anything in any other accounts.
The best chance for anonymity starts with 100% isolation of the new Blogger account.
Conduct frequent personal identity audits, and educate yourself.
As you publish your blog, look at each opinion and story, and ask yourself how this could be used against you.
Spend some time on the Internet, and read about identity verification, pursuit of fugitives, and similar detective work. Spend some time reading stories about the US Witness Security (WitSec) Program, and similar programs in other countries - and how they protect their clients.
Their stories could become your learning opportunities.
True anonymity will have disadvantages.
If you truly make yourself anonymous, there will be no backdoor authentication details. You will not be able to recover control of the blog if you ever forget the account name or password.
If you remember account / password, you may not need backdoor authentication.
Neither Blogger: Forgot your username or password? - or Google: Having trouble signing in or viewing your blog? - will have any details which can be used to recover access, if you become truly anonymous. If there are any such details which could be used by you, to recover access or control, those details might be your downfall, when an experienced detective is put on your trail.
You will need protection from Google Hacking Detection, eventually.
If your account gets locked from "suspicious" / "unusual" activity, or when you change computers or travel, you will need anonymous backup authentication. You will need one or more components of Google 2-Step Verification. Just recording account name / password in a password storage vault won't help, if Google Hacking detection becomes involved.
You're going to have to have some backup authentication - just choose what you use selectively, keep it up to date, religiously - and never lose it.
---
Some #Blogger blog owners want to separate their blogging and personal lives - and want their blogs to not lead anybody to their real life existence. This can conflict with effective blog publishing - as a blog, by design, is an online extension of ones real life.
Given enough forethought, and research, it may be possible to separate our online life from real life - but it won't be a one time activity. Personal online anonymity will require constant self examination, and preparation.
How You Should Backup Your Blog Will Depend Upon How You Plan To Restore It
By
SelvaKumar
10:59 AM
Backup, Blog Management, Blog URL, Export / Import, Gadgets, How Do I, Import / Export, Import & back up, Responsible Practice, Settings, Settings - Other, Spam, Spam Interdiction, URL Availability
We see signs of naivete, in Blogger Help Forum: How Do I?, from blog owners concerned with malware / spam deletions, and with other unexplained disasters in Blogger.
Not many concerned blog owners realise the first principle of backups, known by any experienced network administrator.
One of the simplest solutions for a backup, which some Blogger experts will suggest, is to use the Export / Import wizard, in Settings - Other.
Besides backing up comments and posts, backup the template.
Similarly, some experts may suggest backing up the template.
But consider other components, too.
There are many components of a Blogger blog - not just the comments, posts, and template.
Backing up accessories right now is not so easily done.
The accessories (decorations, gadgets) is one component of the blog which is most frequently missed, after a deleted blog is recreated / restored using a "comments / posts / template backup" restore strategy. Both graphic decorations, and XML based gadgets, may not be easily backed up, and may present a challenge when the blog is restored, or recreated.
XML gadgets, such as bloglists and linklists, may contain a lot of detail, which is installed into the blog one entry at a time - and there is no known way to automate a backup or restore of these gadgets.
The URL cannot be recovered, by creating or restoring.
Recovering the URL is one of the most subtle details, that may not always be considered by many blog owners. The URL is relevant in two ways. Most blogs which are important enough, for the owner to want to backup, have acquired reputation - both with people (readers, subscribers, and viewers), and with search engines.
Some blogs will link the various posts to each other - as I do with this blog. In either case, the recovered blog is not as useful, unless the URL is also recovered.
If the blog is deleted, the URL may not be recoverable.
If the blog is deleted by Blogger - or by the owner - the URL may not be available, for blog recovery. When Blogger deletes a blog as a suspected abusive content host, the URL is locked to the blog. The only way to recover the URL is to have the blog reviewed, and restored to availability.
When a blog is deleted by the owner, the blog must be restored by the owner - within 90 days after deletion. In either case, a backup is useless.
If you have a personal blog, containing just posts (and maybe comments from known family or friends), backing up the comments and posts makes sense. For a publicly known blog, containing various accessories, and having a known URL, you'll want to plan your backup / restore strategy using a bit more effort.
How do I backup my blog, to protect the contents against unfair spam deletions?
Not many concerned blog owners realise the first principle of backups, known by any experienced network administrator.
- Never plan a backup, without first planning the restore.
- What problem do you expect, to require a backup?
- How do you plan to recover, from a problem?
One of the simplest solutions for a backup, which some Blogger experts will suggest, is to use the Export / Import wizard, in Settings - Other.
- Before disaster strikes, Export your posts and comments.
- After disaster strikes, simply Import your posts and comments, from a convenient backup.
Besides backing up comments and posts, backup the template.
Similarly, some experts may suggest backing up the template.
- Before disaster strikes, use the dashboard Template "Backup / Restore" wizard, to backup the template.
- After disaster strikes, use the wizard to restore the template.
But consider other components, too.
There are many components of a Blogger blog - not just the comments, posts, and template.
- Accessories.
- Comments.
- Decorations.
- Gadgets.
- Posts.
- Layout.
- URL.
Backing up accessories right now is not so easily done.
The accessories (decorations, gadgets) is one component of the blog which is most frequently missed, after a deleted blog is recreated / restored using a "comments / posts / template backup" restore strategy. Both graphic decorations, and XML based gadgets, may not be easily backed up, and may present a challenge when the blog is restored, or recreated.
XML gadgets, such as bloglists and linklists, may contain a lot of detail, which is installed into the blog one entry at a time - and there is no known way to automate a backup or restore of these gadgets.
The URL cannot be recovered, by creating or restoring.
Recovering the URL is one of the most subtle details, that may not always be considered by many blog owners. The URL is relevant in two ways. Most blogs which are important enough, for the owner to want to backup, have acquired reputation - both with people (readers, subscribers, and viewers), and with search engines.
Some blogs will link the various posts to each other - as I do with this blog. In either case, the recovered blog is not as useful, unless the URL is also recovered.
If the blog is deleted, the URL may not be recoverable.
If the blog is deleted by Blogger - or by the owner - the URL may not be available, for blog recovery. When Blogger deletes a blog as a suspected abusive content host, the URL is locked to the blog. The only way to recover the URL is to have the blog reviewed, and restored to availability.
When a blog is deleted by the owner, the blog must be restored by the owner - within 90 days after deletion. In either case, a backup is useless.
If you have a personal blog, containing just posts (and maybe comments from known family or friends), backing up the comments and posts makes sense. For a publicly known blog, containing various accessories, and having a known URL, you'll want to plan your backup / restore strategy using a bit more effort.
Add A Simple "Recent Comments" / "Recent Posts" Gadget To Your Blog
By
SelvaKumar
11:22 AM
Blog Feed, Blog Hijack, Feed Gadget, Gadgets, How Did I, How Do I, Newsfeeds, Strategic Malware, Third Party Products
The recently observed problems with some third party gadgets, previously added by many blog owners to their blogs, leaves these blogs lacking various accessories.
One of the gadgets identified is the "Recent Comments" / "Recent Posts" gadget pair. For many blog owners, this gadget is not impossible to replace.
Blogger provides us with a native accessory, called a "Blog Feed" gadget, which will provide acceptable "Recent Comments" and "Recent Posts" functionality, for many blog owners.
Look at the sidebar of this blog, for "The Real Blogger Status - Comments", and "The Real Blogger Status - Posts". Those are "Recent Comments" and "Recent Posts" gadgets, which are based on the Blogger supplied "Feed" gadget - which is not a third party accessory, and is not subject to future third party peccadilloes.
To make your new gadget, start with the URL of the blog feed desired.
Add a Blogger supplied Feed gadget, using the "Add a gadget" wizard, in the dashboard Layout display.
This is the URL of this blog.
This is the URL of the blog comments feed.
This is the URL of the blog posts feed.
Setting up a "Blog Feed" gadget is simple enough.
Avoid any similarly named gadget not "By Blogger" - distributed from "Add a Gadget", or from a private blog or non Google website.
And, you're done. Wasn't that simple?
One of the gadgets identified is the "Recent Comments" / "Recent Posts" gadget pair. For many blog owners, this gadget is not impossible to replace.
Blogger provides us with a native accessory, called a "Blog Feed" gadget, which will provide acceptable "Recent Comments" and "Recent Posts" functionality, for many blog owners.
Look at the sidebar of this blog, for "The Real Blogger Status - Comments", and "The Real Blogger Status - Posts". Those are "Recent Comments" and "Recent Posts" gadgets, which are based on the Blogger supplied "Feed" gadget - which is not a third party accessory, and is not subject to future third party peccadilloes.
To make your new gadget, start with the URL of the blog feed desired.
Add a Blogger supplied Feed gadget, using the "Add a gadget" wizard, in the dashboard Layout display.
This is the URL of this blog.
http://blogging.nitecruzr.net
This is the URL of the blog comments feed.
http://blogging.nitecruzr.net/feeds/comments/default
This is the URL of the blog posts feed.
http://blogging.nitecruzr.net/feeds/posts/default
Setting up a "Blog Feed" gadget is simple enough.
- Add a "Feed" gadget (Only select the "Feed" gadget, "By Blogger"!!!), using the "Add a gadget" wizard.
- Plug in the Feed URL (see my examples above), and Continue.
- Review / change the options offered, and Save.
- Test your new blog accessory - provided by Blogger - with no future hacking activity anticipated.
Avoid any similarly named gadget not "By Blogger" - distributed from "Add a Gadget", or from a private blog or non Google website.
And, you're done. Wasn't that simple?














