A Home of knowledge

Wednesday, 20 March 2013

How to add Facebook Like & send button in Blogger.

You have lot's of friends on Facebook. So it's useful to share with facebook friend. The Like button lets a user share your content with friends on Facebook. Now i will share with you

How to add Facebook Like and Send button in blogger.

Follow the simple steps to add Facebook Like and Send button.

Step 1: Go to the Facebook Developers page.
Step 2: Modify the Like and send button setting on facebook developers page. What kind of facebook like button you want. Illustration blow

Thursday, 14 March 2013

Part 1: Work Space and keys in AutoCAD

Launch the AutoCAD application ,using one of the
following two methods:
  •  Double-click the AutoCAD 2010 icon on the Windows desktop.
  •  Click Start > All Programs (or Programs) > Autodesk > AutoCAD 2010 > AutoCAD 2010. 

Work space define in AutoCAD 2010


By default, AutoCAD has four workspace configurations:
  •  2D Drafting & Annotation
  •  3D Modeling
  •  AutoCAD Classic
  •  Initial Setup Workspace


AutoCAD is shown here with the 2D Drafting & Annotation workspace active.
2D Drafting and Annotation
2D Drafting & Annotation

Monday, 11 March 2013

AutoCAD Tutorial BASIC

AutoCAD Tutorial BASIC

AutoCAD is one of the most popular Architectural engineering software. Here you will get the AutoCAD tutorial A to Z. In this part i will tell you about the BASIC of AutoCAD.

Let's start......

Installation: AutoCAD installation is similar to other windows software installation. Try it.

Start working.......

This lesson i will describe about AutoCAD 2010. Launch the AutoCAD Software like other windows application.

Select  2D Drafting & Annotation from the down right corner.

Wednesday, 6 March 2013

Starting Microsoft Word 2007

Part 1: Microsoft Word 2007 introduction

Part 2: Working with documents


It is the Complete

tutorial of Microsoft word 2007.

New trainee are welcome to this blog site. Now start the begging point of the tutorial.In this section you will see a number of ways to start and exit word.

* Use the start menu : Click Start > All Programs > Microsoft Office > Microsoft Office word 2007.
See the illustration

The Microsoft Word 2007 screen. See the illustration below.

Sunday, 2 September 2012

Make a maintenance page using PHP.

Easy to make a maintenance page using PHP.Just open a note pad and past the code.
<?php
header(“HTTP/1.1 503 Service Temporarily Unavailable”);
header(“Status: 503 Service Temporarily Unavailable”);
header(“Retry-After: 3600″);
?>
<html>
<head>
<title>Site upgrade in progress</title>
<meta name=”robots” content=”none” />
</head>
<body>
<h1>Maintenance Mode</h1>
<p><a title=”Your site” href=”your-site-url”>Your Site name</a> is currently undergoing scheduled maintenance.<br />
Please try back <strong>in 60 minutes</strong>.</p>
<p>Sorry for the inconvenience.</p>
</body>
</html>

Wednesday, 2 May 2012

How to add adsense ad unit in blogger post content.

Now i will explain the best way to add adsense ad unite to your blog post contant.
First login to your adsense account and create a new ad unite for your blogger post content. You can't add the adsense code directly to your blogger template.
So you neet to Parse the adsense code.
Now Parse your adsense code using AdParse.
After parsing,your ad code Should look like this.
adsense parse,adsense in blogger template
Now add the Parse code following the steps.