Friday 9 August 2013

Disadvantages of Copy Paste Content from Other Blogs

Disadvantages of Copy Paste Content from Other Blogs
 



Hi Guys today am telling you what is disadvantages of copy paste content from others people blogs its harme you lot and you loose your blog....


You Lose Your Blog :(

Copy others people content to just full fill your blog neends is not good idea its take less time but google delet your blog if he get same content and warrning from other people for your blog

 

Google Will Ignore You :(

You already know this fact  Google decides the all about fate of blogs and websites. If you succeed in driving traffic from the search engines Giant, then success is yours. But if your blog is full of copied and pasted content, Google may ignore it. Remember that Google aims to deliver fresh .
So to gain higher rankings in SERPs and to drive more traffic from Google, you must write your own content. Copying and pasting will never bring you even a minor success, alternatively it will drop rankings of your blog greatly.


DMCA Take Down Your Blog :(

When you copy and paste content from other sources, in reality you are stealing the content of others and the owners may take DMCA take downs against your blog for the copyright infringement. company will be forced to remove the content which you have stolen from others. In such a way, you may need to start from beginning.


So guys such Disadvantages about doing copy paste from others people blogs
so dnt try such thing 
 
Be Safe Be Unique :)



For more Tips visit Tips2tech
Kindly Share This With Yours Friends.

How to add the Post Title Before the Blog Title in Blogger

How to add the Post Title Before the Blog Title in Blogger




 Hi Friends now am telling you how to add meta tags in your blogger blog..so follow this ..
 


1.Go to "Template" --> "Edit HTML" of your blog.

2.Find this code:

<title><data:blog.pageTitle/></title>

Replace it with this code:

<b:if cond='data:blog.pageType == &quot;item&quot;'> 
<title><data:blog.pageName/> | <data:blog.title/></title> 
<b:else/> 
<title><data:blog.pageTitle/></title> 
</b:if>



and Save it.... now you done :)


For more Tips visit Tips2tech
Kindly Share This With Yours Friends.

How Add META TAGS In Your Blogger blogs

How Add META TAGS In Your Blogger blogs  



Hi Friends now am telling you how to add meta tags in your blogger blog..so follow this ..

1.Go to "Template" --> "Edit HTML" of your blog.


2.Find this code:
 

<b:include data='blog' name='all-head-content'/>

 

3.Now add the below code just after the above code.


<meta content='DESCRIPTION HERE' name='description'/>
<meta content='KEYWORDS HERE' name='keywords'/>
<meta content='AUTHOR NAME HERE' name='author'/> 



Replace

DESCRIPTION HERE: Write your real blog description


KEYWORDS: Write the keywords of your blog


AUTHOR NAME: Write the author's name(Your name)

Now save your template. You have successfully added meta tags to your blogger blog. Hope you like my post :)




For more Tips visit Tips2tech
Kindly Share This With Yours Friends.

How To add Contact Form in Blogger Page

how To add contact form in blogger page 



 Hi friends now am telling you how add contact form in blogger page its easy way u can do it easly..for this 

1st you add a contact form widget from blogger widget page ( dnt worry its hide dnt show on your main page )


Now create a new page in your blog


then add this code in that page :


<form name='contact-form'>
<div>Your Real Name : </div>
<input class='contact-form-name' id='ContactForm1_contact-form-name' name='name' size='30' type='text' value=''/>
<div>Your Email: <em>(required)</em></div>
<input class='contact-form-email' id='ContactForm1_contact-form-email' name='email' size='30' type='text' value=''/>
<div>Your Message: <em>(required)</em></div>
<textarea class='contact-form-email-message' id='ContactForm1_contact-form-email-message' name='email-message' rows='5'></textarea>
<p></p>
<input class='contact-form-button contact-form-button-submit' id='ContactForm1_contact-form-submit' type='button' value='Send'/>
<div style='text-align: center; max-width: 450px; width: 100%'>
<p class='contact-form-error-message' id='ContactForm1_contact-form-error-message'></p>
<p class='contact-form-success-message' id='ContactForm1_contact-form-success-message'></p>
</div>
</form>

paste this code in HTML mode so you can easly done..

then in left hand side a comment option show just click on don't allow,hide existing.. then hit done..

now this page work done... :)

go to Template > Edit HTML

with the help of jump widget open contact form widget code..

and then expand the main b:includable 

and now Now delete the code highlighted below 

<b:if cond='data:title != &quot;&quot;'>

...
whole code inside
..

</div>
</form>
</div>
</div>
 

now their such code show only


<b:widget id='ContactForm1' locked='false' title='Contact Form' type='ContactForm'>
    <b:includable id='main'>
 
  <b:include name='quickedit'/>
</b:includable>
  </b:widget>

Now you done....you contact form hide from main page and work perfectly on blogger page..

Hope you like my way thaks for reading this :)

 

For more Tips visit Tips2tech
Kindly Share This With Yours Friends.

How To Change Font of your Blog

 How To Change Font of your Blog




Hi Friends Now am telling hows to change font of you blog via two methods so 1st you take font from...
 

Method - 1
  1. 1st Choose your Font which you want to select.You can choose various ways like searching,selecting the width,thickness also.
  2. Add the selected Font to your Collection By Clicking on the –“Add to Collection” on the right hand side.
  3. After That Click on the “Use on the Right Hand Bottom”
  4. Copy The Code from the site which may look like -
  5.  
  6. <link href='http://fonts.googleapis.com/css?family=Cantata+One'  rel='stylesheet' type='text/css'> 
     
  1. Add this code just after <Head> Tag in Your Blogger HTML Code
Method - 2
 
In this 2nd method you just need to do.

1.Choose the section In your blog like sidebar or post font.
They may look like #Sidebar- For Changing the font of Sidebar
                              .post- for changing the font of whole post
                              .body – for changing the font of the whole body font.
For example if you choose  .body add

  font-family: 'Cantata One', serif;


.body {font: "Sail", "MS Serif", "New York", serif;
margin: 0;
padding: 0;
border-top: solid #e7ce00 medium;
border-bottom: dotted #e7ce00 thin;
width: 600px;
color: #e7ce00;}


For more Tips visit Tips2tech
Kindly Share This With Yours Friends.

Thursday 8 August 2013

How To Add Image In your Blog header

How To Add Image In your Blog header

  

Hi friends now m telling how to add image in blog header in simple way follow these step and u get image in your header....
  1. finding an image and cropping it to fit (once again using Irfan View)
  2. upload this image to your web host
  3. put this code in your template between the <style> and </style> tags in your blogger template:


    #header {
    width:660px;
    margin:0 auto 10px;
    border:1px solid #ccc;
    background: #fff url(http://your image.jpg) no-repeat top right;
    }
  4. change the URL between the parenthesis from http://your image.jpg to the URL assigned by your web host
You notice that it says "no-repeat top right". That moved my image to the right. You can change that to left or center. Depends on your design. thanks for reading this i hope you like it



For more Tips visit Tips2tech
Kindly Share This With Yours Friends.

How Post a link in Comments

Post a link in Comments

Hi frinds now am here telling how you post a link in comments so this process  ..

when you ever been reading blogs and decided to comment? In writing your comment, you find that you need to post a link. Just how does one go about doing that? Well, it is fairly simple. This is the code you drop into the comment box:
<a href="URL">Title</a>
Replace the URL with the URL of the site you are linking to and replace the Title with the title of the site.

Easy :). Now Try out  and comment Here !!!




For more Tips visit Tips2tech
Kindly Share This With Yours Friends.

how to remove Subscribe To Post (Atom) At bottom

how to remove Subscribe To Post (Atom) At bottom


Hi Friends how to remove the feed link at the bottom of a post, the one which says Post (Atom). Without affecting anything.
  1. Go to dashboard/ template/ edit HTML
  2. Click the 'Expand Widgets Templates' box
  3. Find:


<b:if cond='data:blog.pageType != "item"'> <!-- Blog feed links -->
<b:if cond='data:feedLinks'>
<div class='blog-feeds'>
<b:include data='feedLinks' name='feedLinksBody'/>
</div>
</b:if>

Remove this line:
<b:include data='feedLinks' name='feedLinksBody'/>
That should remove Posts (Atom).


For more Tips visit Tips2tech
Kindly Share This With Yours Friends.

welcome in tips2tech.com

 welcome in tips2tech.com



Hi friends i restart this blog due to some issue and all old post 

gone deleted ,i try to give you unique content of mine so if you 

like my blog please subscribe me ..


@tips2tech@gmail.com