Thursday, 13 March 2014

How to download Skype for Window

0
Skype is free online video chat application used now a days mostly, its free and easy to use application, you can make a video as well as audio call from Skype to Skype online freely, you can also use it to send text massage whether a friend is online or offline, when they become online they receive the massage in their Skype application.


You can download the Skype free from its website and also download the apps given below links.

Download Skype on computer

To Download the Skype on your computer, click the below download button:

Download Skype for Window
______________________________________

After download the Skype on your Computer you need to Install the application on your computer, see the Step by Step guide to Install Skype on computer.
Read More »

Wednesday, 12 March 2014

how to record computer screen

0

CamStudio Free Download

many of time you want to record your computer current screen and audio activity on your computer and create video files for future use. this video can be use for various purpose such a to create demonstration videos for any software program, you can create a video tutorials for schools and college class, you can record any problem solving technique and much more purpose.


here we tell you a 100% free software that use for recording the computer screen.
it's CamStudio, you can download it freely.

download the CamStudio given below download button.

http://adf.ly/feJys

Read More »

how to create gmail account step by step

0

Gmail is the one of the most popular mailing server, actually Gmail is Google mail service which you can use to send and receive your important mail to other mail users, you have also need the Gmail account in various web sites for registration, such as in Facebook registration, to create a blogger account and many more. creating a Gmail account is much easier, you can create the Gmail account just doing the simple steps.

today we tell you step by step guide to create a new gmail account.


Step 1:
first of all go to Gmail web site, you see the Gmail web page as shown the figure below:


Step 2:
Now click the button "Create an account" as shown the above figure with red arrow.
A new page is appear, now you fill the form as shown the figure given below.



After filling the form click the Next Step button.
Now you see the figure in which you ask to upload the picture and click the Next Step button. as shown the figure below:


you are just one step to go to your gmail account. the last step is as shown the figure below. click the button " Continue to Google" and enjoy your gmail service.

Read More »

How to Create Facebook account

0
Facebook is one of the most popular social website, where you add your friends and share every things with that, such as any image, video or any other thing. you can also chat with your friends.
Today we will guide you about how to create a new facebook account, its free and very simple to join the facebook.

Step 1:
First of all you have a email id such as Google, Yahoo or any other mail service. if you don't have any id so just create a ID, so for that see how to create a google mail gmail id:

Step 2:
Open the facebook website by entering the URL of facebook, that is www.facebook.com

Step 3:
The Facebook page is open and look like that:


Step 4:
As you see in the above figure, now start filling the Sign Up form Starting with Red Arrow.
Enter your First Name, Last Name
In second line enter the Email address, if you have not an Email address, so first create the Email address and see How to create an Email ID.
Type password, your Date of Birth and at last select your Gender.
After filling all information Click the Sign Up button in green color.

 
Step 5:
After Clicking the Sign Up button a new page is shown as given below:



Here now you skip this step by clicking the link shown in red arrow in above figure.
A new window will appear as shown the figure below:


Here you fill out your profile information such as High School, your University information, current city and Hometown, or you may skip this step by click the skip link as shown in the above figure with red arrow.
After skipping, a new window is appear as shown below:

Here you chose you Interesting stories and your news feed, skip this step by clicking the link skip. 
a new window is appear as shown below:

Here you can set your profile picture that will shown on your facebook account, you can also set this picture later, now you can either upload a photo and click the "Save & Continue" button, or either skip the step.
after clicking your facebook id is created and on the top a message is displayed to verify your account through email. so click the button "Go to your Email" as shown the figure below:


In your Email inbox you receive a mail from facebook, click it and you show a link in the mail as shown the figure below:


Click the button " Get Started " shown with red arrow.
Congragulation your new account of facebook has been created. now add your friends and many more stuff.


Read More »

Tuesday, 11 March 2014

how to add read more in blogger posts without editing template

0

How Can I Add Read More in Blogger Posts without editing the Template.

Here today we will share a very useful technique to use read more option in the blogger posts, you will find many of the technique in which you can use read more option through editing the template. but here we will show the method that will use without editing the template and script.
Its very simple and easy way to use read more option and make your blog easy accessable and look nice. as shown the figure below:



 Step 1:
When ever you create a new post and your will enter the content in the post, you use the "Insert jump break" option, as shown the figure given below:



Write content in the post and insert the jump break where you want to add read more link, the content before the jump break will shown as Summary in main page and after that a read more option is shown. now after this jump break you write your post as usual. nothing else.

Your work will done.
enjoy friends. 

you can also use read more option through editing the template

Read More »

how to use read more in blogger

0

How To Add Auto Read More With Thumbnail in Blogger Blog:

In Blog spot when you create a blog and populate your blog with different articles. Your articles are shown in home page and the latest post were shown first, but you see it will show the complete posts in the home page. here we write a very useful method to make your post more specific in the home page. it will shows title of the post then a short summary of your post and a thumbnail ( picture ), the thumbnail is the first image of your post. just after summary a Read more... link is shown and when any one click this link, they will show the complete post. As shown the figure given below:


Here are step by step guide for using automatic read more feature in blogger posts. one thing we must mention here we post the method in which we edit the template to make read more option, we write another method in which we use read more feature in blogger posts without editing the template.

Step 1:
First of all login your blogger account and from your Blogger Dashboard, Select your blog, go to the Template and  then click on Edit HTML button as shown the figure below: 


Step 2:
Now you have display the HTML code. click any where in the code and  press Ctrl + F button from your keyboard. and search the code  

<data:post.body/>

you will find this code more than once, you need to stop at the second one you find.


Step 3:
Now replace the code with below code. must remember replace the code.

<b:if cond='data:blog.pageType != &quot;item&quot;'>
<b:if cond='data:blog.pageType != &quot;static_page&quot;'>
<div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div>
  <script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);</script>
<span class='readmore' style='float:right'><a expr:href='data:post.url'>Read More &#187;</a></span></b:if></b:if>
<b:if cond='data:blog.pageType == &quot;item&quot;'><data:post.body/></b:if>
<b:if cond='data:blog.pageType == &quot;static_page&quot;'><data:post.body/></b:if>
 
Step 4:
Now again search the following tag:

</head>

Step 5:
After finding the above tag, you just copy the below code and paste it just above the </head> tag, mean before the </head> tag that you just find.

 
<script type='text/javascript'>
posts_no_thumb_sum = 490;
posts_thumb_sum = 400;
img_thumb_height = 120;
img_thumb_width = 120;
</script>
<script type='text/javascript'>
//<![CDATA[
function removeHtmlTag(strx,chop){
if(strx.indexOf("<")!=-1)
{
var s = strx.split("<");
for(var i=0;i<s.length;i++){
if(s[i].indexOf(">")!=-1){
s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
}
}
strx = s.join("");
}
chop = (chop < strx.length-1) ? chop : strx.length-2;
while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;
strx = strx.substring(0,chop-1);
return strx+'...';
}
function createSummaryAndThumb(pID){
var div = document.getElementById(pID);
var imgtag = "";
var img = div.getElementsByTagName("img");
var summ = posts_no_thumb_sum;
if(img.length>=1) {
imgtag = '<span class="posts-thumb" style="float:left; margin-right: 5px;"><img src="'+img[0].src+'" width="'+img_thumb_width+'px" height="'+img_thumb_height+'px"/></span>';
summ = posts_thumb_sum;
}
var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';
div.innerHTML = summary;
}
//]]>
</script>

Important Note:  To change the number of characters that shown as summary (see the first figure) when there is no thumbnail, just modify the value 490 in  red that write in the above code ( starting form line number 2). for number of characters shown with thumbnail modify the value 400.
and you can also adjust the height and width of the thumbnails to modify the values 120 in blue.

At last Click on  Save Template button to save the changes and now view the blog, your new look will ready to watch.


Read More »

Wednesday, 5 March 2014

How to delete blog on blogger

1

Blogspot is one of the most popular blogger in the world, where you create a free blog. it's provide lots of templates and built in widgets that help you to create your blog attractive and manage easily. In blogger, you create more than one blogs and  if you want to delete a blog one of them, its very easy to delete a blog, here are step by step guide for deleting a blog with pictures.
First of all log in your blogger account.
Once you log in your account now select the blog which one you want to delete  


After selecting the blog, on the left side click on the setting tab,

Selecting the setting tab, it will expend further and you see the "other" option that is last one:

Click the other tabs, now on the top you have three option, as shown the below pictures:

Import blog - Export blog - Delete blog,
Now click the Delete blog option,
A message will display as shown the figure below, click the option "Delete This Blog".

Your blog will be deleted.
Read More »

Monday, 17 February 2014

web freer free download

0
Unblock your block site through web freer.
Web freer is a web browser that can open the blocked sites in all over the world. for example in Pakistan Country the youtube site is blocked by Government since 2 years. and the peoples of the Pakistan adopt different ways to open the youtube. some of them use the proxy sites, some of them use softwares such as hotspot shield, but they all are know not more useful, proxy sites and these softwares are slow down the computer and showing many adds on their sites.

Web freer is very popular and free web browser use to unblock the block sites without any addition installation. just download the web freer enjoy the life.

click the link below for download web freer.

http://adf.ly/dil65


Related post you may interested:


Read More »

unblock youtube without any software or proxy

0


Hi Friends Today I will share with you a best way of open the Youtube site, special on those Countries in which Youtube has block such as in Pakistan. the main feature in this way is that you have nothing to use proxy site or not need to installed any software such as hotspot shield etc. you just made simple changes in your browser setting and you have to go on you tube channel and watch it without any restriction.
 so first of all go to your computer control panel from start menu.



then a new window is open and click the option "Network and Sharing Center".
























after in new window you select your active internet connection.























then a window appear and click the properties button as shown below figure:

after clicking the Properties button, in new window double click the " Internet Protocol " option as shown figure below:


After that you set the DNS setting given below:
Preffered DNS Server:  8 . 8 . 8 . 8
Alternate DNS Server:  8 . 8 . 4 . 4

As shown the figure given below:


and Press OK button.
now you open the youtube in your browser. but one thing must remember that enter address start with  “https” like https://www.youtube.com.

enjoy the youtube  


Related post you may like
Read More »