Monday, October 31, 2016

Centering gadgets in Blogger

This article is about centering gadgets from 3rd parties that you install onto your blog.


Previously, I've described how to put HTML code from a 3rd party into your blog.

When code like this is put into a gadget, one common question is "how do I center it?"

There are (at least) three options for doing this, ie for putting a gadget into the middle (horizontally) of the area it is located in.   These are described below.


Option 1: Centre all the gadgets in your blog

To center-align every single gadget in your blog, just, add a CSS rule to your blog.  The rule to add is:
.widget {
  text-align: center;

This will centre the contents and title of every gadget on your blog.


Option 2: Only center-align the specific gadget

To only centre-align one gadget, which is made from HTML/Javascript code, you can just put the gadget-code from the 3rd party (eg PayPal, Amazon, etc) inside a centering statement, like this:

<div style="text-align: center;">

PUT THE CODE FROM THE 3RD PARTY HERE

</div>
Install the code into your blog the way you would usually install this 3rd party code.

This will centre-align the contents (not title) of the specific gadget that you add.

Note the American spelling of the word "center" - and don't forget to put the closing </div> statement at the end.

There may be some gadgets where it would be possible to add the centring statement to the gadget code itself, rather than putting it outside.    I don't recommend this (unless you're so comfortable with HTML and CSS that you don't need to be reading this article), because it introduces a risk that you will interfere with some other aspect, or that you will lose the centering if you ever need to refresh the code.


Option 3 - Make a new style rule just for the gadget

If you only want to centre one (or several) gadgets - not all of them - then it's best to define a new style that is to be used on specific gadgets:  put this new style into your template, and then apply it to the gadgets like this.
<div class="YourNewSytle">

PUT THE CODE FROM THE 3RD PARTY HERE

</div>

This approach will only centre the gadget contents - not any header that you give to it.

There are lots of options that you could put into the new style rule, but at a minimum it needs to have
.YourNewStyle
{
  text-align: center;
}
Notice that there is a "." (ie a full-stop) before the name of your new style.

Also, it's best not to use a number as the style-name (eg "2nd-gadgetStyle"), because this doesn't work with some browsers.



Related Articles

Putting HTML code from a 3rd party into your blog

Adding a new CSS style into your template

Centering the header in your blog

Putting a gadget above your blog's header

Removing the attribution gadget from Designer-template blogs 

Monday, October 17, 2016

Lining up the first post and the sidebar

In some Blogger templates, there is a big gap between the bottom of the header and the start of the first post, and this means that the posts and the sidebar are not aligned.  This article explains how to adjust the gap, and so remove that problem.



In the templates that Blogger provides, as well as all third-party templates, the amount of space between elements on the screen is not accidental:   designers put a lot of effort into working out what spacing will look good, and then finding ways to put CSS code into the template so that the spacing they want is shown in any browser software that Blogger supports.


But there are times when you may want to change this spacing, and this is easy to do, provided you are willing to accept the disadvantages of editing your template, and if  you can work out exactly which part of the template code to change.


The pre-Header gap

A pet-hate of mine is the blank space above the first post, which looks strange unless you put something else in to the space.  In this example, I've got an AdSense link-unit in the area highlighted in red, just to fill in the empty area:




How to change the gap above the post header

1  Edit your template  - don't forget to take a backup.


2  Find this code
h3.post-title, .comments h4 {
  font: $(post.title.font);
  margin: .75em 0 0;
}
The exact numbers used in your template may be different:  the key thing is to find the CSS command that is putting a margin above the post header.  In the template that I took this example from (Simple), it's the "0.75em" - which puts 75% of the space of a the post-header characters as a blank space above the header.


3   Change the first margin value:  how much to change it by depends on your template, but in some cases I've used 0 successfully.

In CSS, when a margin statement has three numbers beside it, they refer to the
  • top, 
  • left-and-right, 
  • bottom 
margins respectively.   So if you want to do something else to the post-header, eg indent it, this is the place to make changes


4   Click Preview to see what the blog will look like - keep doing this until you get the right setting.


5   When you are happy with the spacing, click Save Template to apply the changes to your blog.   (Or Clear Edits if you cannot get it right and need to stop trying).


Note:  If you make a big change to your template like this, it would be a good idea to check out out in at least one version of the other browsers that your readers use - at the moment, this usually means Internet Explorer 8, Firefox and Chrome.   But it may depend on your niche - a tool like Google Analytics will give you some statistics about what browsers, and screen sizes, your visitors have.

Also, it is possible to make this change by just installing a new CSS rule for h3.post-title into your blog - because the latest one found is always the one used, and because the template designer's Add CSS function puts the rules you add after the othr rules.   I don't recommend it here, though, because working with the original rule makes it easier to see the effect of making changes to any of the values in the area.


Other affected spacing

If you have more than one post per page, then this change will also reduce the amount of space between the bottom of one post and the header of the next one.   Depending on your template, you want want to add a little more space into the margin statement in the bottom of the post-footer, eg
.post-footer {
  margin: 20px -2px 20;
  padding: 5px 10px;
}

If you display comments in your blog, you also need to check the impact on comments, because the original command applied to h4 items in comments as well.

If you are making a lot of changes, you may want to make a test blog, and plan your changes in private before applying them to your main blog.




Related Articles

Setting up Google Analytics to get statistics about for your visitors

Adding a new CSS rule to your blog's template

Advantanges and disadvantages of editing your template.

How to edit your blogger template

Who did your blogger template come from - the quick way of finding out

Making a test-blog for template changes

Planning changes to your blog in private

Sunday, October 9, 2016

How New iOS Features Strike the Technology World


The introduction of IOS 10 has created much hustle and bustle among the update cravers. It has been successful so far. IOS has ignited the flare of innovation in almost every built-in application. The IOS App Development Company has marked its success when millions of users upgraded their IOS software and left beaming reviews telling how every feature has lightened up the interface.

Anyhow, keep reading as I am about to fill you up with something which surely going to amuse you. There are much more amazingly innovative features in IOS 10 along with those Apple announced, back in June. I have gathered the list of those features below. Scroll down and cast an eye over the awesomeness!

Interesting features in Message

Read-Receipt feature

Unlike IOS 9 the new IOS 10 also have read receipt feature. The feature, however, is upgraded with some new facilities. In IOS 10 you can select the individual friends and send them read-receipt. You are given a choice to select the desired one. The rest of your conversation follows the default setting. You can also turn off the feature whenever you want.

Read-Receipt feature

Inbuilt image search

IOS 10 gives a chance to chat with your friends using funny GIF. Now those days are gone when the only messenger was the source for GIF keyboard as IOS 10 also facilitates us with this newness.

Emoji and new effects

Messages in IOS 10 is enhanced with replaceable and bigger sized emoji. Effects like invisible ink, tap backs, bubble effect, digital ink and stickers are introduced in messages. With the evolution of such eye-catching features, conversations have now become more entertaining.

Emoji in iPhone

The emoji and the effects are collectively adding fame to this new update. Now you can share your stories and happiness adding the touch of expressions in them. If it’s something exciting then add background effect, enhance the text into larger font and then boom!!! It will appear like a celebration. If you wish to give your loved one a cute hidden message then type it with invisible ink, simply rub with a fingertip and the message will appear on the screen leaving a cute memory on the mind. There are four different types of expressions along with this you can tag induvial messages too. Keep pressing the selected message and six options will appear on the screen.

Emoji and new effects

Modified version of Maps

The modified version of Apple Map allows the user to easily pan and zoom to navigate. The navigation software is extraordinarily smooth and it facilitates the users to conveniently check the points of interest.
 
IOS 10 Update Siri

Among the many outstanding features, updated version of Siri is the best of all. Now Siri is available for third parties too. Which means you can send commands to other applications, book rideshare, order a pizza, transfer money to friends or family and many other benefits can be availed.

Parking Assistant

Those days are gone when you have to spot your parked position as parking assistance is here to help you in tracking the place you parked your car at. The specialty of this feature is that it will only inform you about the position when you park at any non-parking spot. This application is connected with Apple Map.

Parking Assistant

Organ Donation Sign Up

What can be best than to saving lives in a day? IOS 10 gives you a chance to save the life by providing you easy access to National Donate Life Registry. Simply sign in and fill the form and help patients by donating your organs. Millions of patients across the globe dies due to insufficient organ supply but now you can play your part in helping them.

Sharing Notes

With IOS 10 you can easily share your notes with your friends. Click the option on the top right corner and select the contact. Whenever you add any new note to your list they will be able to see it. Hence IOS 10 is playing its role in strengthening relationships as it is now easier to deliver your thoughts.

Clicking Pictures while listening to music

I know how disturbing it gets when you are asked to click a picture in a middle of your favorite song. You have to choose between the cameras of your music but now that helplessness is gone as IOS 10 allows users to click pictures while listening to their music. Isn’t it great!

Wake up Alarm clock

Do you want to make IPhone your friend? If so then without wasting any second update your software as it will provide you an IPhone alarm clock assistant. Along with updating many other features IOS 10 has enhanced the alarm clock too. It allows you to have two separate alarm clock one is the ordinary clock and another one is Wake up Alarm clock. This alarm clock guides you about your sleeping hours. It will remind you when you should go to your bed and when you should wake up. In short, it will manage your whole sleeping routine.

Wake up Alarm clock

Mail Application

The mail app is enhanced too. It is now easier to filter messages by just one click. You just have to select the categories and it will get filtered. Along with this, the conversation threads are also managed properly. You will be able to see the full thread in your application.

Two features in Home Button:

IOS 10 has enabled users to have two different features in a single home button. Upon updating you will be asked to press the home button in order to enter the passcode but if one doesn’t feel like using this feature he can switch to previous setting by going to Setting > General > Accessibility > Home Button. Voila! Your previous button is back.

Hence these were some of the amazing features that IOS 10 has introduced but there still are a lot many features which you will discover. So it’s better to be updated then to be outdated.


About Me:
I am a content writer who have the keen interest in technology specifically covering the topics related to Android and IOS App Developing Company. I love to research and have been in this profession for five years. Besides this, I’m preparing myself to become a ghostwriter. I love to read and learn. My area of expertise in writing is related to industries like technology, designing particularly applications and research based work.

Email: Ayesha.Sameen@weatherlycloud.com
URL: https://www.appaustic.com/android-app-development

Thursday, October 6, 2016

Getting the HTML code to put a picture into your blog's sidebar, header or footer

You can use the Post Editor to get the HTML code that you need to put a picture into your sidebar (or header or footer, or anywhere else a gadget can go).



The Picture gadget is the normal tool for adding a picture to your blog's sidebar.

But sometimes you want more control over the picture size or behaviour.  Eg, you may want to have two pictures very close to each other and guarantee that they're the same size.

To do this, you need to get the HTML code for the picture, and then put it into your blog as an HTML-gadget.  Fortunately, Blogger's Post-editor make it very easy to do this without writing the code yourself.


Using the Post Editor to generate the HTML for a picture

1  Start a new Post  (NB   you're not ever going to publish this:  it's just a work-area)

2  Don't enter any text:   just use the Picture icon on the toolbar to add a picture.   Blogger will prompt you to upload the picture, or to choose it from a Google-album-archive or to enter its URL:  add the picture the way that you usually would.

3  Switch to the HTML tab   (top left of the editing window).

This show you the HTML code for displaying the picture, as it is set to display in the Post (depending on the picture-settings you've chosen, it may be centered or right/left aligned, and the size may vary).

Copy the HTML.

5  Switch back to Compose, so that you don't get confused the next time you edit a post.

Return to the list of posts:  you may be asked if you want to leave the page without saving - the answer is Yes.  Or you may have a new draft-status post, which you can delete.



Job Done!   You now have some HTML code in your memory which you can paste into an HTML/Javascript gadget, or anywhere else that you may need it - even into another post that you are editing in a separate window, or into a totally different tool.



Related Articles

Stopping pictures on your blog from being "clickable"

Inserting a Picture into a blog Post.

Putting 3rd party HTML into your blog

Center-align the gadgets on your blog

Hosting pictures outside of Google / Picasa

Inserting a picture into your blog as a gadget

Saturday, October 1, 2016

Showing your oldest blog-post first - and the rest in reverse order.

Blogger does not have an option to display your posts in reverse order - so that the oldest post is first, and the most recent post is last.  

But this article describes displaying your posts in this way by manipulating their post dates.  And it links to an article about some other possible options.


Overview

Previously I've discussed the options for giving your blog a home page.  One option is to organise the post-date for each of your posts, so that you control the order posts are displayed in.

This is easy enough to do, although there are a couple of risks that you need to be aware of as discussed below.


Blogger Posts and the Post-date

Each Post in your blog has a date-time value, which is called its "post-date".   Normally , this is set to the date/time when you publish the post for the first time.  But you can change the post date for any post, and you can do this either when you post it first or later on.

The post-date is important because it controls the order that posts are shown in:
  • The post that appears first when a reader visits your blog is the one with the most-recent Post-date.
  • If you have more than one post-per-screen, then the next-most-recent post is on the screen underneath the first one.  And then the second-next-most-recent, etc.

When a reader is looking at any post, and they click Newer-Posts or Older-Posts, the post-date is used to decide what posts to show on the next screen.

This means that you can make your posts appear in the order than you wrote them (ie first post first, second post second, etc) by changing the Post-date so that:
  • your first post has the most-recent post-date, 
  • your second post has the next-most-recent-date, 
  • your third post has the third-most-recent poste date
  • etc

An alternative approach is to just make one post always appear first, and let the other posts appear in the order that you posted them.


How to make your posts appear in reverse order, using dates

1  Give your first Post a post-date (eg today), AND remember that date.

2  Give all other posts (even ones that you write next week, or next year) a post-date that is earlier than the post-date you picked in Step 1.
  • If you want your posts is strictly reverse order, you need to give each one a date that is earlier than any existing post.  This is quite easy:  just look at the list of posts in Posting > Edit Posts and scroll to the bottom of the list to see the oldest date used so far.
3  Turn off the post-date display on your posts (since the post-date won't make sense, because you're manipulating the dates).

  • To do this, go to the Layout tab.  
  • Choose Blog-posts (edit).    
  • Un-tick the date under "Post Page Options".

4  Remember to make the same date change for every post you write from now on.


Also, if it might be relevant for your readers to know when you wrote a post, make sure that you always manually put the date into each post.


Risks of this approach

If you follow this approach, you will give a far-in-the-past date to pages that you never want to appear first.  There is a risk that Google might convert the data behind older posts at some time.   If your post-dates get too far into the past, then it's possible that they might not cope well this.   This could be for reasons that seem logical, or because of things that are totally to do with the internal workings of Blogger's database, and make no sense to you at all.

Also, be aware that Google might choose to force the post-date to appear on posts at some time in the future.  At the moment, they don't:  it's your choice.   But you cannot guarantee that they won't change their minds about this, one day.   (Personally I think they probably won't, and I've built a couple of "real" websites that make use of the technique described here.   Just remember it's not guaranteed.)




An Alternative Approach

Adam of Too-Clever-by-Half has suggested a totally different way to display your posts in reverse order.   I haven't used it, but think that it has a lot of potential in some situations, provided you are comfortable using Yahoo pipes and RSS feeds to display things on your blog.

He has also recently shared another approach he found, which uses a script to manipulate elements within Blogger, and so is more robust than his first approach.




Related Articles

Changing the post date for any post

Giving your blog a home page

Using a gadget instead of a post as your home page
 
Stopping certain pages from ever appearing on the home page

Blogs, Blogger and blogger, Posts, Pages and Screens - understanding how blogger works.