Facebook Twitter RSS feed Google +1 Email pinterest
News Update :

Price List of Tablet PC's in Bangladesh

Penulis : Arafat on Mar 9, 2013 | 1:17 AM

Mar 9, 2013

Tablet PC's are becoming very popular in Bangladesh. The market is being captured by the Chinese brands with reasonable prices. Besides these some others brands are also taking good position in this market. In this post I am going to show you some most popular brands tablet pc price which are available in Bangladesh.

comments (34) | | Read More...

New Look Facebook Review | More Stylish and Simpler

Penulis : Arafat on Mar 8, 2013 | 3:47 PM

Mar 8, 2013

World's most popular Social Network Facebook is going to expose their new look. All the features are going to take more convenient and exciting look. The home page, Sidebar, friends view, Photos, Games, Music, Groups, Acquaintances are becoming more easier and cool.

News feeds will give more space. There will no need to click on 'more' link to expand the articles. Handling of photos is going to be more easier. Now take a look over the new home page look.

facebook new homepage
Facebook New Homepage
Black Bar:
At the left side of the page. Here you'll find all your apps, Pages, games you're currently playing, and friends you can message right now. This black bar can not be removed. So better to used to it in Facebook new look.

Friends View:
This is the first of three feeds where Facebook gives you content chronologically. It will, however, still only give you content from friends that the algorithm predicts you'll want to hear from.

Facebook new look
Friends View
 Followings: The new 'following' configuration let's you know all the persons you are following.
facebook new look
Followings View

Photos: This feed will let you see big pictures are front and center on the new Facebook, and see them all at once
facebook new look
Photos view

Games: This feed will see you not only just you are playing but also what is going your friends are playing.

facebook games new look
Games look
 Music: Here you can see all the musicians you and your friends are following. You may see some overlap of following feed here.
facebook music new look
Music feed




Groups: You can see here all the groups you have joined and been added at in one place.

facebook groups new look
Groups view
Facebook is trying to make it a lot easier and user friendly. So why don't you try the new look of facebook and please keep a comment as your feedback.

Source: Mashable.com
comments (1) | | Read More...

Add Facebook Like and Send button to your blogger

Facebook is the most popular social networking website. If you are regular in internet you might have a facebook account. Most of the website admins are using facebook plugins in their sites to increase their pageview because of the tremendously increasing the user of facebook and most easy way to increase the viewers of a website.

How to add Facebook Like and Send button:
In this blog I want show you that how to add facebook like button to your blogger blog. Before you do this I hope that you must have a facebook account and you have already logged in to your account.

Steps:
Go to the bottom of your wall and click the developer link or go to this https://developers.facebook.com/docs/reference/plugins/like/ link.

                       

If you click on the Developer link at the bottom of the facebook wall then click on the Web button positioned at the right. Now click on Integrate with your website link.

Now click on Core concepts at the menu in left column. Core concepts menu will expand and submenu will show. Among them click on Social Plugins. You will see many types of plugins of facebook here. Click on the Like buton at the very first plugin. You will see a facebook code generator box like below.


Input your values in the boxes as your choice and which best fits to your website.

URL to like: The XFBML version defaults to the current page. This denotes the URL to which users are going to like.
Send Button: Put tick on if you want Send button along with Like button.
Layout Style: There are three style. Standard, button_count, box-count. Choose one whatever you like. click on them and see the changes at right preview box.
Width: Mention the width of your box which best fits to your blog column.
Show faces: Specifies whether to display profile photos below the button (standard layout only.
Font, Color Scheme, Verb to display: Select the attributes as you like.

You are already done. Now click on the Get code button. Facebook will generate the code to you. It will show the code in different format. If you copy the HTML5 format then part of the code has to add to your main web template. But if you copy the Iframe code it will be more easier.

Just copy the Iframe code. Go to the blogger dashboard and click on Layout tab.
Click on Add a gadget and select HTML/Javascrips gadget from the gadgets.
Paste the code in the content box.
Save it and see the changes in the preview.

There are many ways to integrate facebook like button in a website or blog sites. But I think this is the most convenient and trusted way to do the job.
comments (7) | | Read More...

Tablet PCs are creating new era at Technology market in Bangladesh

Penulis : Arafat on Mar 6, 2013 | 2:11 AM

Mar 6, 2013

Now-a-days technology market of Bangladesh is going through a revolution in technology sector. Many new and exciting products are being added to this technological crowd. Every sector of Bangladesh is becoming involved with this technology revolution. This revolution was started during the first decade of this millennium and use of advanced technological products are increasing day by day.

The latest addition in this race is Tablet PC. This product is becoming very popular to the young craze and the corporates due to its light size, amazing look, android operating system, various types of android apps and flexibility. At the very first time, peoples were stand away because of its high price and Apple Inc. monopoly market. When Samsung introduced Galaxy Series tabs people thought that its price might be bearable. But it was also far cry.

But now its not a dream to have a Tablet PC of your own. Some importers import Chinese low price tablets for all stages of users. But there is no worry that low price Chinese products means low quality products. These products qualities are tested and user friendly. There you will have so many exciting features and gadgets within your affordable price. The price ranges only 6,000-17,000 BDT.

Some brands have already got popularity in this market. Apple, Samsung Galaxy Tab, Lenovo, Gadget Gang7 and Symphony are some of them. They are introducing various kinds of tablet pc within the affordable price. Ainol, Archos, Maxis Max Pro, AmarPad, Karbonn etc. are also fighting in Bangladesh technology market.

This tablets are not only for computing but also can be used as a phone. Many of them have this facility to phone call from 2G and 3G sim cards. Internet can also be used by this GSM network. So, why you are waiting? Be a part of this new era.

comments (5) | | Read More...

Add a simple dropdown menu list to blogger blog

Penulis : Arafat on Mar 5, 2013 | 7:22 PM

Mar 5, 2013

There are many types of menu in HTML. You can apply these type of menus in your blogger blog. If you know HTML before you can understand that creating a menu is not a difficult task. Here I am going to make a simple dropdown menu for your blogger blog. If your menu contains too much listings it may make your blog too hazy. Users will feel uneasy to find their desired subject. So it can be the solution to use a simple dropdown menu and set it to a corner of your blog.

Now take a look what you are going to do:



How to add a simple menu list to blogger blog:
This is a very simple task that even a beginner also can do it easily which is confined in only copy-paste task.
To add this dropdown menu follow the steps below:
  1.  Go to Layout in your Dashboard.
  2. Click on Add a gadget where you want to add your menu.
  3. Select HTML/JavaScript gadget from the gadgets.
  4. Copy the code below and paste it in your gadget content box.
<!-- TechnoCareBD.blogspot.com(dropdown menu) -->
<form><select name="menu" onchange="window.open(this.options[this.selectedIndex].value,'_blank')"
size=1 name=menu>
<option>Menu Title</option>

<option value="link1 URL">Link 1</option>
<option value="link2 URL">Link 2</option>
<option value="link3 URL">Link 3</option>
<option value="link4 URL">Link 4</option>

</select></form>

Change the red to your own menu title.
Change the Green to your link URL.
Change he Blue to your link title.

If you want to add more links just repeat the options and add your links

4.  Now Save the gadget and take a look with a preview and check it out.
comments (6) | | Read More...

Add an amazing shadow featured posts widget with thumbnail in blogger

Penulis : Arafat on Feb 17, 2013 | 4:16 PM

Feb 17, 2013

Now I am going to tell you that how can you add an amazing featured post widget in your blogger blog. This widget is really easy to install and all properties are adjustable. There are no need to preadjust your images width and height. Only add the link of images and title links and enjoy. You can add number for posts whatever you want. Now take a look what you are going to do...

Screenshot:
featured posts widget

comments (3) | | Read More...

How to List Up Only Post Titles of Label Pages in Blogger

Penulis : Arafat on Feb 16, 2013 | 10:09 PM

Feb 16, 2013

In this post I am going to show you how can we make list of only post titles when we click on the labels in blogger blog. It's a great trick that can facilitates you visitors to easily navigate your site and the posts. The visitors can easily find out their desired blog and can also navigate to another one. Visitors will be glued on your blog for long time. So it will ultimately increase your traffic.

Now the question is why you will use it in respect to your blog. If you have huge amount of posts which are grouped in one label then when visitor click on this label what he will see in your blog? Can you imagine? A long tail of blogs which will take much time to load. So why the visitor will wait to load the blog posts? So it can be easily said that this tricks will be very helpful to make the post titles into list and represent your blog to your visitors conveniently.

Steps:
  1. Go to Dashboard and click on Template menu.
  2. Then Click on Edit HTML.
  3. Tick on 'Expand Widget Templates'
  4. Use search option by Ctrl+F
Find this line shown below:

<b:include data='post' name='post'/>

5.  Now replace the above code with the below one.

<!--List up post titles From:www.technocarebd.blogspot.com-->
<b:if cond='data:blog.homepageUrl !=data:blog.url'><b:if cond='data:blog.pageType != &quot;item&quot;'><a expr:href='data:post.url'><li/><data:post.title/></a><br/><br/><b:else/><b:include data='post' name='post'/>
</b:if>
<b:else/><b:include data='post' name='post'/></b:if>
<!--List up post titles end-->

Now Save the template and check the changes.

Note:  It should be noted that by using this trick you changed how you posts will look like and if you have blog achieve it will look also like it. If you have search engine, the search results will also look like it.
comments (7) | | Read More...

Polytron unveiled Transparent Smartphone

Penulis : Arafat on Feb 15, 2013 | 2:44 PM

Feb 15, 2013

Smartphones becoming most popular among the young craze by its tremendous technological improvement. And, the latest addition can be said that the prototype transparent Smartphone unveiled by the Taiwan manufacturing company Polytron Technologies.


The glass technology contains liquid crystal molecules that react to an electrical charge turning the opque glass transparent. When the electric current is applied, the previously light-reflecting randomly orientated liquid crystal molecules align allowing light to pass through surface of the glass.

This phone is almost transparent. The memory card, battery and camera are not transparent. The wires highly thin and are integrated in between the glass which are nearly transparent. The space below the SD card will be filled by the SIM card. The Polytron prototype is not yet running an operating system.

The manufacturer company suggested that this smartphone can be released within this year.
comments | | Read More...

Add a category section of labels in Blogger blog

Penulis : Arafat on Feb 14, 2013 | 11:03 PM

Feb 14, 2013

Posts are categorized based on the label in blogger. But is sometimes annoying because there may huge number of labels which will show a long tail in blogger. Every label has different topics in blogger but you can categorized them based on some specific criteria. I don't think so that all labels can be clearly categorized but the long list of labels will reduce and will make your blog good looking.

How to Create Categories from Labels in Blogger
To do so you will have to make separation of your labels into some groups as category. You don't have to go to blogger template and no need to edit it. You can do it only adding a gadget in layout section in blogger.

Steps:
  1. Go to Dashboard.
  2. Click on Layout on left side bar.
  3. In layout box click Add gadget where you want to show your categories.
  4. Select Labels Gadget from the gadget box. 
Label add box will appear as shown below.
Label gadget
5.  Write Categories in Title box or whatever you want.
6.  Select the radio button Selected Labels.

Number of labels will show below it

7.  Click edit

A box will appear below the save button named Select labels to show.
From the box select the labels in this category/group and then Save it.
You can add more categories that you want. Just name the category and select the labels belongs to this category.


comments (1) | | Read More...

Apple introducing Smart Wrist Watch

Apple iWatch
World famous technology giant Apple Inc. introducing new Smart Wrist Watch. Recently they have experimented this new product. Users can enjoy facilities of smartphone like iPhone.
comments | | Read More...

Followers

Categories

Blog Archive

Directories

 
Privacy policy | Term of use | Widget | Advertise with Us | Site map
Copyright © 2011. :: TechnocareBD :: . All Rights Reserved.
Design Template by panjz-online | Support by creating website | Powered by Blogger