Tuesday, October 28, 2014

How to remove two windows option on startup

Want to remove two option on windows start up then here is the simple steps
 To launch msconfig:
 Step 1. Click Start
Step 2. In the Search text box, type msconfig
Step 3. Launch msconfig by selecting it from the search results above the search text box.
 After msconfig is launched:
 Step 1. Go to the Boot tab
Step 2. Select the boot entry you want to delete.
Step 3. Click the Delete button and then click OK.

If you like this post please don't forget to subscribe us. Thanks!
Enter your email address:


Delivered by FeedBurner

Thursday, August 14, 2014

HTML Code To display Image with editable height and width

This is an example to display Image with Link


Here is an code below

<a href="Your URL"><img border="0" src="Image URL" height="200" width="290" /></a>


If you like this post please don't forget to subscribe us. Thanks!
Enter your email address:


Delivered by FeedBurner

Sunday, December 8, 2013

About ICT and Use of ICT

About ICT
The ICT stands for Information and Communication Technologies. ICT include any communication devices such as radio, television, cellular phones, computer and network, etc. It also includes the various services and application associated with them such as video conferencing and distance learning.
 "Set of technological tools and resources used to communicate and to create disseminate, store and manage information."

Use of ICT
There are lots of uses of ICTs in our daily life. Today ICTs are used in almost all the fields such as Education, Banking, Industry, Ecommerce, Medicine, Science and research etc. Over the last few years, the computer has become one of the most important tools of ICT. Computer plays very important role for the use of ICTs. Today ICT is not possible without using computer.

If you like this post please don't forget to subscribe us. Thanks!
Enter your email address:


Delivered by FeedBurner

Wednesday, November 13, 2013

html code to display recent post with image (auto recent post with image)

html code to display recent post with image (auto recent post with image)

<script src='http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js' type='text/javascript'></script> 
 <style type="text/css" media="screen">
 <!--
 /* ========== Scrolling Recent Posts Widget By NewBloggerTips.com ======== */

 #NBT-widget {
 overflow: hidden;
 margin-top: 5px;
 padding: 0px 0px;
 height: 385px;
 }
 #NBT-widget ul {
 width: 295px;
 overflow: hidden;
 list-style-type: none;
 padding: 0px 0px;
 margin: 0px 0px;
 }
 #NBT-widget li {
 width: 282px;
 padding: 5px 5px;
 margin: 0px 0px 5px 0px;
 list-style-type: none;
 float: none;
 height: 80px;
 overflow: hidden;
 background: #fff url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgl-VMeitjfcykqnPztWmSIIUZiacOhAUeataMkORxKbNaTS6zzpYhaaBgTeUEcIlNcnJWxJ8rntgtX0JceILLx2zAjmFj_1CXoevGoQ1M0QFilq-wNgTfrEACtpxPouoP0fEsR2YZXE796/s1600/NewBloggerTips.com-post.jpg) repeat-x;
 border: 1px solid #ddd;
 }
 #NBT-widget li a {
 text-decoration: none;
 color: #4B545B;
 font-size: 15px;
 height: 18px;
 overflow: hidden;
 margin: 0px 0px;
 padding: 0px 0px 2px 0px;
 }
 #NBT-widget img {
 float: left;
 margin-top: 10px;
 margin-right: 15px;
 background: #EFEFEF;
 border: 0;
 }
 #NBT-widget img {
 -webkit-transition: all 0.5s ease;
 -moz-transition: all 0.5s ease;
 transition: all 0.5s ease;
 padding: 4px;
 background: #eee;
 background: -webkit-gradient(linear, left top, left bottom, from(#eee), color-stop(0.5, #ddd), color-stop(0.5, #c0c0c0), to(#aaa));
 background: -moz-linear-gradient(top, #eee, #ddd 50%, #c0c0c0 50%, #aaa);
 -webkit-border-radius: 4px;
 -moz-border-radius: 4px;
 border-radius: 4px;
 -webkit-box-shadow: 0 0 3px rgba(0,0,0,.7);
 -moz-box-shadow: 0 0 3px rgba(0,0,0,.7);
 box-shadow: 0 0 3px rgba(0,0,0,.7);
 }
 #NBT-widget img:hover {
 -moz-transform: scale(1.2) rotate(-350deg);
 -webkit-transform: scale(1.2) rotate(-350deg);
 -o-transform: scale(1.2) rotate(-350deg);
 -ms-transform: scale(1.2) rotate(-350deg);
 transform: scale(1.2) rotate(-350deg);
 -webkit-box-shadow: 0 0 20px rgba(255,0,0,.4), inset 0 0 20px rgba(255,255,255,1);
 -moz-box-shadow: 0 0 20px rgba(255,0,0,.4), inset 0 0 20px rgba(255,255,255,1);
 box-shadow: 0 0 20px rgba(255,0,0,.4), inset 0 0 20px rgba(255,255,255,1);
 }
 .spydate {
 overflow: hidden;
 font-size: 10px;
 color: #0284C2;
 padding: 2px 0px;
 margin: 1px 0px 0px 0px;
 height: 15px;
 font-family: Tahoma,Arial,verdana, sans-serif;
 }
 .spycomment {
 overflow: hidden;
 font-family: Tahoma,Arial,verdana, sans-serif;
 font-size: 10px;
 color: #262B2F;
 padding: 0px 0px;
 margin: 0px 0px;
 }

 /* ========== Scrolling Recent Posts Widget By NewBloggerTips.com ======== */

 -->
 </style>
 <script language='JavaScript'>
 imgr = new Array();
 imgr[0] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiA-UA7YMHwui7Z6HjA_U-RaF8jYB_qdVd9EjS5eJry8fgjZqOws2hPWEUFQi7YIyA2tPn-hgXWAIHR4S70CjTPDapq6gXzTQQycr65HEzRaLuvfnqRi6bje65zcrmsr68b0Ug-ykGdjT4F/s1600/No+Image+1.gif";
 imgr[1] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiA-UA7YMHwui7Z6HjA_U-RaF8jYB_qdVd9EjS5eJry8fgjZqOws2hPWEUFQi7YIyA2tPn-hgXWAIHR4S70CjTPDapq6gXzTQQycr65HEzRaLuvfnqRi6bje65zcrmsr68b0Ug-ykGdjT4F/s1600/No+Image+1.gif";
 imgr[2] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiA-UA7YMHwui7Z6HjA_U-RaF8jYB_qdVd9EjS5eJry8fgjZqOws2hPWEUFQi7YIyA2tPn-hgXWAIHR4S70CjTPDapq6gXzTQQycr65HEzRaLuvfnqRi6bje65zcrmsr68b0Ug-ykGdjT4F/s1600/No+Image+1.gif";
 imgr[3] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiA-UA7YMHwui7Z6HjA_U-RaF8jYB_qdVd9EjS5eJry8fgjZqOws2hPWEUFQi7YIyA2tPn-hgXWAIHR4S70CjTPDapq6gXzTQQycr65HEzRaLuvfnqRi6bje65zcrmsr68b0Ug-ykGdjT4F/s1600/No+Image+1.gif";
 imgr[4] = "https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiA-UA7YMHwui7Z6HjA_U-RaF8jYB_qdVd9EjS5eJry8fgjZqOws2hPWEUFQi7YIyA2tPn-hgXWAIHR4S70CjTPDapq6gXzTQQycr65HEzRaLuvfnqRi6bje65zcrmsr68b0Ug-ykGdjT4F/s1600/No+Image+1.gif";
 showRandomImg = true;
 boxwidth = 255;
 cellspacing = 4;
 borderColor = "#232c35";
 bgTD = "#000000";
 thumbwidth = 50;
 thumbheight = 50;
 fntsize = 15;
 acolor = "#666";
 aBold = true;
 icon = " ";
 text = "comments";
 showPostDate = true;
 summaryPost = 40;
 summaryFontsize = 10;
 summaryColor = "#666";
 icon2 = " ";
numposts = 10;
 home_page = "http://yourblogname.blogspot.com/";
limitspy=4;
intervalspy=4000;
 </script>
 <div id="NBT-widget">
 <script src='https://dl.dropbox.com/s/gviv5r1iksjfvj3/Scrolling_recent-posts-Spy-NBT.js' type='text/javascript'></script>
 </div>
If you like this post please don't forget to subscribe us. Thanks!
Enter your email address:


Delivered by FeedBurner

html code to display 5 related post

html code to display 5 related post
Go to your blogger dashboard>>>Template>>>Edit HTML

copy below code just above the </head>

<!--Related Posts with thumbnails Scripts and Styles Start-->
<!-- remove --><b:if cond='data:blog.pageType == &quot;item&quot;'>
<style type='text/css'>
#related-posts {
float:center;
text-transform:none;
height:100%;
min-height:100%;
padding-top:5px;
padding-left:5px;
}
#related-posts h2{
font-size: 18px;
letter-spacing: 2px;
font-weight: bold;
text-transform: none;
color: #5D5D5D;
font-family: Arial Narrow;
margin-bottom: 0.75em;
margin-top: 0em;
padding-top: 0em;
}
#related-posts a{
border-right: 1px dotted #DDDDDD;
color:#5D5D5D;
}
#related-posts a:hover{
color:black;
background-color:#EDEDEF;
}
</style>
<script type='text/javascript'>
var defaultnoimage=&quot;https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgM5aVAtFpckX7oerRw7xCbrbJggsbZCX_LayvEkVHNByWCMrOrNytKPgOTg_wY3cqCpnnv1PgiC5GSZ0tN_lzJ_Fw1ui7jvN1haGo-eEdPF5YnaKaT9gxyCo_AVsuGgpbrHiS59u2mH4fK/s1600/no_image.jpg&quot;;
var maxresults=5;
var splittercolor=&quot;#DDDDDD&quot;;
var relatedpoststitle=&quot;Related Posts&quot;;
</script>
<script src='http://helplogger.googlecode.com/svn/trunk/related-posts-with-big-thumbnails.js' type='text/javascript'/>
<!-- remove --></b:if>
<!--Related Posts with thumbnails Scripts and Styles End-->
 

find this code <div class='post-footer'>

copy below code above it.

<!-- Related Posts with Thumbnails Code Start-->
<!-- remove --><b:if cond='data:blog.pageType == &quot;item&quot;'>
<div id='related-posts'>
<b:loop values='data:post.labels' var='label'>
<b:if cond='data:label.isLast != &quot;true&quot;'>
</b:if>
<script expr:src='&quot;/feeds/posts/default/-/&quot; + data:label.name + &quot;?alt=json-in-script&amp;callback=related_results_labels_thumbs&amp;max-results=6&quot;' type='text/javascript'/></b:loop>
<script type='text/javascript'>
removeRelatedDuplicates_thumbs();
printRelatedLabels_thumbs(&quot;<data:post.url/>&quot;);
</script>
</div><div style='clear:both'/>
<!-- remove --></b:if>

<!-- Related Posts with Thumbnails Code End-->
   
If you like this post please don't forget to subscribe us. Thanks!
Enter your email address:


Delivered by FeedBurner

Sunday, November 10, 2013

html code to display 125x125 ads

Html Code to display 125x125 ads

<div align="center">
<table border="0" cellpadding="2" cellspacing="6" width="265" bgcolor="#ffffff"><tbody>

<tr><td><center><a href="#" rel="nofollow"><img border="0" alt="AD DESCRIPTION" width="125" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigm7MDl7fBSG29A_Scl6JUb4iV3Y3Dd9mEEMv_5gZFVPkI_if0fW3ZwnXsYYBwKxU50VurWe5rMH9QoKqIMEwlWV6I3IBpQsL_nis3M7dGypP2-fW_3fmppW96JP-SjA6mj0mFijpt3v8/s400/2012-05-08+18.08.34.jpg" height="125"/></a></center></td>
<td><center><a href="#" rel="nofollow"><img border="0" alt="AD DESCRIPTION" width="125" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigm7MDl7fBSG29A_Scl6JUb4iV3Y3Dd9mEEMv_5gZFVPkI_if0fW3ZwnXsYYBwKxU50VurWe5rMH9QoKqIMEwlWV6I3IBpQsL_nis3M7dGypP2-fW_3fmppW96JP-SjA6mj0mFijpt3v8/s400/2012-05-08+18.08.34.jpg" height="125"/></a></center></td></tr>

<tr> <td><center><a href="#" rel="nofollow"><img border="0" alt="AD DESCRIPTION" width="125" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigm7MDl7fBSG29A_Scl6JUb4iV3Y3Dd9mEEMv_5gZFVPkI_if0fW3ZwnXsYYBwKxU50VurWe5rMH9QoKqIMEwlWV6I3IBpQsL_nis3M7dGypP2-fW_3fmppW96JP-SjA6mj0mFijpt3v8/s400/2012-05-08+18.08.34.jpg" height="125"/></a></center></td>
<td><center><a href="#" rel="nofollow"><img border="0" alt="AD DESCRIPTION" width="125" src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEigm7MDl7fBSG29A_Scl6JUb4iV3Y3Dd9mEEMv_5gZFVPkI_if0fW3ZwnXsYYBwKxU50VurWe5rMH9QoKqIMEwlWV6I3IBpQsL_nis3M7dGypP2-fW_3fmppW96JP-SjA6mj0mFijpt3v8/s400/2012-05-08+18.08.34.jpg" height="125"/></a></center></td></tr>
</tbody></table></div>


AD DESCRIPTION
AD DESCRIPTION
AD DESCRIPTION
AD DESCRIPTION

If you like this post please don't forget to subscribe us. Thanks!
Enter your email address:


Delivered by FeedBurner

Sunday, October 27, 2013

How to unlock pattern lock at android mobile phone

Forgot your android pattern password?
Don't worry here is a simple solution to unlock it. 
Warning : your internal data (message, contact, notes etc.) may loss. try it at your own risk.
  1. Switch off you android phone and then wait for second to switched of it.
  2. then first click Up Volume Key and hold it.
  3. Click on home button and hold it.
  4. Press the power button and after is started just release it.
  5. Then you can see you enter in the secret android menu you never see it before.
  6. Click on home button for up and down in the menu.
  7. Then just go to third option named as DELETE ALL USER DATA.
  8. The phone will be start without pattern. 
  9. Enjoy


If you like this post please don't forget to subscribe us. Thanks!
Enter your email address:


Delivered by FeedBurner

Search This Blog

Total Pageviews