Monday, 4 August 2014

How to find a gadget in the Add a Gadget list - quickly

This article explains a quick way to find the widget that you are looking for in the list that Blogger displays when you use the Add a Gadget tool.



When you start to add a gadget to your blog, Blogger opens a new window listing all the existing page-elements that are available (in two tabs) and allowing you to upload a widget of your own (in a third tab.)

Currently, the first tab (called Basics) has 28 gadgets listed, while the second one (called More gadgets) has 899, displayed in pages of 30.

There is a search-for-gadgets feature available on the second tab - but it doesn't return gadgets that are listed on the first tab.   And even when it did, I didn't recommend it, because sometimes 3rd party gadgets with similar names were listed before the official widgets developed by Blogger.

So, to find a gadget that's listed in the Basics tab, you have to scroll down the list until you see the gadget you want.   However there are some problems with this.
  • Given that there are 28 gadgets listed, but only about 4 shown at each click (may be different if you have a larger screen), this can be a lot of clicks.
  • It's very easy to miss the gadget you want, and keep clicking through to the bottom instead.

But there is a very simple way to go directly to the gadget you want, provided you know what it is called, or some words that are shown in the description of that gadget and no other.


How to navigate directly to your desired gadget

Choose Add a gadget

When the new window has opened, use your browser's "find" command.
  • In Chrome and Firefox, this is ctrl /f ,   ie hold down the Control key while pressing the "f" key once.

Type in a  few letters of the name (or description) of the gadget you want.  
Note:  these can be any letter, they don't have to be at the start.  But they must appear together.



Usually, as soon as you start typing, your web-browser will start scrolling down to the first place in the screen where the letters you type appear.   So if you choose the gadget details you type carefully, you should end up scrolled down to the gadget you want very quickly indeed.

The scroll bar at the side shows how far down the window you have come, and also if there are more cases of those letters further down the page.

And once you are at the gadget you want, you can just click the name or the blue plus-sign on the right side to open the gadget configuration page.

To sum up:

Use your browser's Find tool to go straight to what your're looking for in the Add a Gadget list. 
[tweet this]


What to search for to find popular gadgets

The words that I search for most often when I'm adding gadgets are:
  • HTM - for the HTML/Javsascript gadget
  • Ads - for the Adsense gadget
  • Link L - for the linked-list gadget.


What about you - what gadgets do you most frequently add to your blogs?




Related Articles:

Backing up your gadget settings

How to add a gadget to your blog

Where to find the HTML code for popular Blogger widgets

Putting pictures side-by-side in a blog post or gadget

This article shows how to put pictures side-by-side in Blogger (or any other website) using HTML, in a way that works for visitors using mobiles (smartphones and tables) as well as larger screens.



Placing pictures side by side in Blogger:  a picture of three images next to each other on the same line
Previously I've explained how to use a table to force photos (and other things) to all show into a line, even if the user's screen is too small to display them all at once.   And I've looked at putting text and pictures side-by-side - assuming you're only working with one picture.

Tables are great if you are showing data and need rigid alignment, or if you don't mind your mobile device visitors having to either scroll, or to pinch their screen so much that they cannot read the text.

But there is a way to lay out pictures so that they display side by side if there's room on the screen, or start on a new line if there's not.

I've done this recently on a blog where really wanted to make a display for last / next week and last / next year on two different dimensions. It looks like this on a smartphone vs a tablet.   Notice that on the tablet, the two middle pictures are on the same line.




How to lay out several pictures side-by-side if there's space, or one-under-another if not

Start to prepare your post in the usual way.

Add your pictures to the post in the usual way. Ideally, put them just before or just after some marker text that you can use to help you to find the code for it in the next step.

Hover over each picture, and choose the small size (you can change this later)

Go into HTML mode.

Find the place where the pictures are.   (If you've used marker-text, just use your browser's search feature to go to it.)

Add this code, just where you want the line of images (or other items) to end up.
<div style="display: inline-block; margin-bottom: 2em; margin-right: 2em; width: NN;">
IMAGE CODE FOR PICTURE</div>
<div style="display: inline-block; margin-bottom: 2em; margin-right: 2em; width: NN;">
IMAGE CODE FOR PICTURE</div>
<div style="display: inline-block; margin-bottom: 2em; margin-right: 0em; width: NN;">
IMAGE CODE FOR PICTURE</div>

That has space for three pictures - you can delete one or add more lines if you want to - just make sure that the very last one has margin-right: 0em; and the others all have margin-right: 2em;

Now, for each picture that you added,
  • Find the HTML code for it.   (This post has a detailed explanation of what the HTML code for a picture)
  • Delete the height = "nn"  part from it   (nnn = whatever number is there)
  • In the width = "nnn" part, replace nnn with  "100%", so it says   width = "100%"
    Note:  this is saying to make the picture take up the whole width of the division you have assigned it to.   You can make it smaller than 100%.   But you want to do it put a bigger margin between the two pictures, then you can do this by increasing the value in   margin-right: 2em;      
  • Move the picture code to where it says IMAGE CODE FOR PICTURE
  • Decide how wide the picture should be, and change the value in Width: NN within that DIV statement to the right amount.
    You can either use pixels (eg width: 100px;), ems (eg width: 20em;) or percentages (width: 40%;)   If you use percentages, then the total amount for all the pictures should be a little less than 100%, so allow for some space between the pictures:  for example, with a 2em margin and three pictures in a row, you may need to make the total approx 90%.

Go back into Compose mode, and check that your pictures look roughly right - if necessary, you may need to adjust the picture sizes.   (See the note below under Troubleshooting for more about this.)
Delete the marker text.


Job done!   Your pictures will now display side-by-side if they can all fit into the user's screen, or one under another if not.


Troubleshooting

Getting the pictures right can be quite fiddly, so I recommend preparing the blog post in private, so you can do this in stages, and save your work regularly as you go.

Your pictures will be vertically aligned on the bottom axis, and this means that the approach will work best with pictures that are the same height.    (I'm working on another article looking at alignment issues - it's they're quite tricky.)

Post editor view vs your visitor's screen

An issue that many new bloggers struggle with is that what they can see in the post editor is not the same as what their blog-visitors will see.

The post editor screen is only a certain width.    Most times, it is smaller than the width of the main body of your blog.  So, if you have used fixed-widths (ie in pixels, or ems, not percentages), more pictures fit on the same line in your blog than in the post editor. But if a visitor is using their smartphone to read your blog (and I do a lot of my blog-reading on the phone these days) - the screen width is less than it is in the post editor.

This is why using <div> statements instead of <table>'s is a good idea.  But it does means that sometimes you will have to compromise on whether things can be put together.

Is this only for pictures?

No - you can use this technique with blocks of text, videos - in fact anything that you can put into your blog.

What about gadgets?

You can use this technique anywhere that you can edit the HTML.  So, you can put pictures in a row in your sidebar, header or footer by using a HTML-gadget.    (This post shows a handy way to get the picture code when you're making gadgets.)

Captions

don't recommend using captions with this this technique.   Blogger shows them using tables:  they put the photo and text into a one-column-two-row table, and this makes working with the picture code a lot more difficult.   If you really want to use them, then add them after you have moved your picture code inside the <div>...</div> statements.




Related Articles:


Using a table to display data in your blog

Marker text helps you to find places in your blog post

Putting text and photographs side-by-side 

How to add a picture to a blog post

How to get the HTML code for a picture when you don't have an insert-picture icon on the toolbar

Friday, 1 August 2014

First public release of Terminal Overload!

You might remember the crowd-sourcing campaign from the beginning of this year to make a fully FOSS remake of a rather unique game.

Well, a bit later than promised, but really awesome never the less:


Note that this is a really early alpha and most of the art still has placeholder quality. It is quite playable multiplayer game already though, and there is a Linux and a Windows version for download on their website.

Please don't forget to give feedback on our forums (also if you are interested in helping out).

This is by the way to my knowledge the first FOSS game utilizing the open-sourced version of the Torque3D engine and also the only one that uses the work in progress Linux port so far.

Best 3G Phones under 5000 (Android Smartphones under Rs 5000)

Best 3G Phones under 5000


Smartphones has now become a need of daily life. Every Second person is holding a latest smartphone in his hand. People use to change their smartphones like their clothes. Every time you gather in a group of friends you will notice that some of them have changed their smartphones. Most of the India's smartphone used are middle class people. Its not appropriate for a middle class man to purchase an expensive smartphone. Thinking this aspect in mind we are bring a list of smartphones which will not cost you more than Rs 5000. We are also keeping this thing in mind that you don't compromise on 3G connectivity. So all the smartphones that we have listed have 3G connectivity.


List of 3G SmartPhones Under Rs 5000 : Read More

3G Android Smartphones


Android smartphones are the latest sensation in the market. Most of the people think that you need to purchase above Rs 5000 to purchase a Android Smartphone that have 3G connectivity. But now we are making you think twice about thios Rs 5000 figure. Because we have a perfect list of those 3G Android Smartphones which fall under Rs 5000 price range.

Why my phone should be Android Smartphone ?

Android is the latest mobile Operating System. Android Operating System is owned by Google. So google provides a number of softwares and games for your android phone through Google Play Store. You can't install these Play Store applications on any other operating system. Its the major benefit of using a Android Smartphone.

Use of 3G Connectivity


3G connectivity means that you can make video calls easily and you can access internet at a higher speed. Is you have used simple 2G internet on your phone then you can easily distinguish between the speed of 2G and 3G internet connectivity. 3G connectivity is almost like a broadband connection.


Smartphones under Rs 3000 in Indian Market

Indian phone market is now flooded with smartphones. Every second person is holding a smartphone in his hand. But everybody can't afford these smartphones. So if you are in mood to purchase a smartphone that suits your budget then you can go for smartphones under Rs 3000 range. Some of these smartphones are really good and their configuration might attract you. While some of them provides good android version then others provide Wi-Fi and 3G connectivity.


Smartphones under Rs 3000


Smartphones under Rs 3000 range is a good option to gift on any occasion to your parents. Old age people don't need a high end device to play advanced games. But these phones can easily display pics shot by a camera or your phone. These phones have bluetooth so that you can share pics and videos with them. You can easily play videos in these phones as well. So its not only a communication device but also a mode of entertainment for some people. Apart from that its easier to dial numbers on these phones as their complete screen changes to dial-pad when you want to dial number. This feature provides a great help to those whose eyesight is a little bit weakened.

Here is a list of smartphones under Rs 3000, which are available in the Indian market. However we made this list by checking their price on a online shopping website. We are providing a link to that site site which is selling it at the given price.

List of Smartphones under Rs 3000





You can't expect these phones to full of all features. Some of them provides good processor speed, some provide good connectivity like 3G, some provide large screen size. But you should not expect all of the feature in one phone. It depends on your usage that which type of phone you prefer.