Friday, 24 April 2020

Camtasia Studio 8 Complete Course in Urdu Hindi, How to Use Camtasia Studio


Hello Guys Here Is How To Use Camtasia Studio full basic to advanced course urdu/hindi - 2017 Comple Camtasia Tutorial Training Course camtasia video recorder to make videos for youtube and how make intro with camtasia for youtube 2016 then how to properly upload youtube videos without any strikes or How to Edit Videos With Camtasia Studio camtasia studio for youtube videos Camtasia Studio Tutorials in Full for youtubers Part 7 Hindi/Urdu tutorial camtasia studio 8 complete course in urdu/hindi Part 1 or how to properly use Urdu/Hindi Full Course how to properly upload videos to youtube Here Editing in depth Camtasia Studio 8 Complete Course in Urdu Hindi Lesson 7 Goraya Skill Providers







Doller Coin Profesnal App Aia File Download Link | Makeroid |appyblulder |Thunkable

Coins Earning App Aia File Free


Dear Visitor very happy to see you on our site keep visiting. I am giving you very best and high quality earning app you can edit on Appybuilder. Doller Coins earning app Aia file is free | Makeroid |appyblulder |Thunkable. first click on download button and download it.Link is available in below side.
Download
Features
✸ Login
✸Register
✸Impression Control
✸wallet
✸Payout
These all features in Doller Coins you can download it.




& ;

Check the Website is indexed or not 2020


How To Index Website?

You will need to follow a few stops to check the website is indexed or not. First of all you should know what is index rules.Is website index in Google? If you do not index your web site, how to index in Google.Actually Google is a search engine and its server is very high that every website in the world that indexes which follow the Google rules index it. On the daily basis, it depends on our search engine optimization and also the number of our posts. Let’s give you a few tips for the Google index, so you can get your website index quickly to follow them.What is Google Index?
Google is a search engine, what you need to search for on Google, the page or post which Google shows in its search history of any web site, whether it is on the first page or on a last page, then your website is indexed in Google and if If there is no search result about your website , then understand that your web site is not indexed.

Check Your Website Indexed Or Not?

Check the Website is indexed or not If you want to check with Google if you have a post index or not, copy and paste a postal title in Google if the search result is not came about your website try one more if it is not coming back again with a post titled sdd your Website title as well and go to Google and search if your post is showing in search, your post is indexed.
How to make manually  indexed your posts?

Stylish Blogger Contact Form Widget For Static Page

How To Add Stylish Contact Form Widget in Blogger

Blogger Contact Form is very important for every blogger, it helps the reader gets the opportunity to stay connected with the blogger.And putting it in Blogger Connect Widget is not such a difficult task. The contact form widget exists in the default blogger  widget, but it’s not so beautiful. It’s a simpler widget, but I’ll tell you how to make the widget more beautiful and how to Add Stylish Blogger Contact Form Widget For Static Page in blogger.
In this way, we can create a contact form widget for our blogger, so that Blogger has own default contact form widget, but make this widget more attractive. I will provide you with beautiful design to make this widget more beautiful.
DEMO

How To Add Contact Form Widget in Blogger

First of all, your Blogger’s default contact widget Add your blogger.Because this Stylish Blogger Contact Form Widget will not properly work without it.You will not receive any mail from it. Therefore, the contact widget should first have to Add Contact Form in your blogger.Then we will have to head it.
Folow the steps and learn how to add contact form widget in blogger
1.Sign in to your blogger
2.Go to blogger Dashboard
3.Click on Layout from side menu
4.Click on Add Gadgets then new page will be popup
5.Now click on blue plus button and add the Contact Form Widget and must Save.
Stylish Blogger Contact Form Widget
Congratulation! you have successfully added Contact Form Widget in Blogger now turn to hide this Contact Form and get more attractive Contact Form in Contact Us page.

How To Hide Default Blogger Contact Form Widget

Now turn to hide default blogger contact form widget in blogger .Go to the Theme option in left side menu and then click on Edit HTML now coding page will be open now search this code. ]]></b:skin>     

How To Find Code in HTML

When you find this code copy the below given code and paste above this ]]></b:skin> code and click on Save.
div#ContactForm1 {
display: none !important;
}
How To Hide Default Blogger Contact Form Widget

Add Fonts and Awesome Icons in Blogger Contact Form Widget

1.Go to Theme>>Edit  HTML>> find here now new code </head>
copy below code and past it above the </head>

Code is here.
<link href=”//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css” rel=”stylesheet”/>
fonts and icon insert
if your Template already have this code so leave it.
now question is that how to add contact form widget in page?

How To Add Contact Form in Static Page

1.Go to Page section>>Click New Page>>New page will be open then click on HTML and copy the below code in this tab.
2.Click on Publish the page
How To Add Contact Form in Static Page
Code in here.
Double click and copy the code
<div class='contact-form-widget'> <div class='form'> <form name='contact-form'> <p class='text'>Name</p> <input class='name' id='ContactForm1_contact-form-name' name='name' size='30' type='text' value=''/> <p class='text'>E-Mail *</p> <input class='email' id='ContactForm1_contact-form-email' name='email' size='30' type='text' value=''/> <p class='text'>Message *</p> <textarea class='message' cols='25' id='ContactForm1_contact-form-email-message' name='email-message' rows='5'></textarea> <input class='btn' id='ContactForm1_contact-form-submit' type='button' value='Submit'/> <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> </form> </div> </div> <style> .contact-form-widget p.text{color:#fff;font-size:16px;font-weight:bold; font-family: sans-serif;line-height: 0.5em;text-transform:uppercase;} .contact-form-widget {margin-right:auto;margin-left:auto;height: 100%;max-width: 90%;padding:30px;border-radius: 5px;border: 1px solid rgba(0,0,0,.2);background: rgba(0, 0, 0, 0.5);background-clip: padding-box;overflow: hidden;-moz-border-radius: 5px;-webkit-border-radius: 5px;-webkit-background-clip: padding-box;-moz-background-clip: padding;} .form textarea{background: #afafaf;width: 93%;height: 120px;border: 1px solid #BDBDBD;border-radius: 4px;-webkit-border-radius: 4px;-moz-border-radius: 4px;background-clip: padding-box;-moz-background-clip: padding;-webkit-background-clip: padding-box;display:block;color:#000;font-size:18px;padding:12px 20px 0 15px;margin-bottom:20px;overflow:hidden;} .form input {width: 60%;height: 46px;border: 1px solid #BDBDBD;border-radius: 4px;font-size:18px;color:#333;padding:0 20px 0 20px;display:block;margin-bottom:20px;background-clip: padding-box;-webkit-border-radius: 4px;-moz-border-radius: 4px;-webkit-background-clip: padding-box;-moz-background-clip: padding;} .form input.name {background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhgR_ig0hQm4viAajjqXQJroWXLQP5E1CkPBwDDMZj38nv3mlcVWrk9bB7o9Zbrk_LHQgQmpCrs_zGxi5HbLPMtqIk6NX03yFHpjgSUzyI4xn7KtdbSrov5XLtnDtXmApgS5c4LPUrtjLCy/s1600/pro-pic.png);background-position: 11px 8px;background-size: 28px 28px;background-repeat: no-repeat;padding-left:45px;} .form input.email {background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhHoCNiiGpnmM2_xGIi9jRornFabigM3IhXN43MrD789wK1nuanIYDR5ywHH2pGwHoBmCTQL4n0aGquxfMUpQTpBBPiGP_KsJR-9woBWDe6U5ln0gIWB5wYqX1GpoLm9BM5ZTIUDV9-oArR/s1600/msg-box.png);background-repeat: no-repeat; padding-left:45px;background-position: 11px 8px;background-size: 28px 28px;} .form input.message {background-image: url(https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgwit68E6RUsydj6dyUPp7B2PgZGU9xnSpY6A-Ehz6orcBB9yQmvBnmKF0kvRaMF63NqbFt480F9NDJGlstli1iPj8BqnXlEH8b1F7Owxx-vP-gl_femGvF1KPdci2QAUSAsn66ypVPt4AA/s1600/pencil.png);background-repeat: no-repeat;background-size: 30px 30px;background-position: 11px 8px;padding-left:45px;} .form input:focus, .form textarea:focus { -moz-box-shadow: 0 0 5px 1px rgba(255,255,255,.5);-webkit-box-shadow: 0 0 5px 1px rgba(255,255,255,.5);box-shadow: 0 0 5px 1px rgba(255,255,255,.5);overflow: hidden;} .btn {background: #416b68;width: 138px !important;height: 45px;border-radius: 4px;border: 1px solid #253737;-webkit-border-radius: 4px;-moz-border-radius: 4px; float:right;background: -webkit-gradient(linear, left top, left bottom, from(#6da5a3), to(#416b68));background: -moz-linear-gradient(top, #6da5a3, #416b68);background: -webkit-linear-gradient(top, #6da5a3, #416b68);background: -o-linear-gradient(top, #6da5a3, #416b68);background-image: -ms-linear-gradient(top, #6da5a3 0%, #416b68 100%);background: -ms-linear-gradient(top, #6da5a3, #416b68);padding: 10.5px 21px;box-shadow: rgba(255,255,255,0.1) 0 1px 0, inset rgba(255,255,255,0.7) 0 1px 0;-webkit-box-shadow: rgba(255,255,255,0.1) 0 1px 0, inset rgba(255,255,255,0.7) 0 1px 0;-moz-box-shadow: rgba(255,255,255,0.1) 0 1px 0, inset rgba(255,255,255,0.7) 0 1px 0;text-shadow: #333333 0 1px 0;color: #e1e1e1;} .btn:hover {background: #416b68;border: 1px solid #253737;color: #fff;text-shadow: #333333 0 1px 0;background-image: -ms-linear-gradient(top, #77b2b0 0%, #416b68 100%);background: -webkit-gradient(linear, left top, left bottom, from(#77b2b0), to(#416b68));background: -moz-linear-gradient(top, #77b2b0, #416b68);background: -webkit-linear-gradient(top, #77b2b0, #416b68);background: -o-linear-gradient(top, #77b2b0, #416b68);background: -ms-linear-gradient(top, #77b2b0, #416b68);} @media only screen and (max-width: 580px) { .contact-form-widget{width: 88%;left: 3%;margin-left: 0;margin-right: 3%;padding-left: 3%;padding-right: 3%;} </style>

Stylish Email Subscription Widget For Blogger

Get stylish email subscription widget for blogger
I am giving you VIP and stylish email subscription widget for blogger with free.
Stylish Email Subscription Widget For Blogger
Stylish Email Subscription Widget For Blogger
The email subscription is a very important widget for the Bloggers. Well the simpler widget can be the same thing that comes from the beautiful email subscribed box, but the default box does not look so beautiful that it does not act so much, which is giving you in the subscription box it is very pretty and stylish email subscription widget for blogger, you can easily add it to your Blogger.

Why Email Subscription Widget Use for Blogger?

Email subscription widget is linked from FeedBurner and it’s Google’s site or Google’s patent platform, I do not know about it, but its interest is that whatever you post will be posted. If any of your visitors If the subscribed to the blog with this email subscription widget, it will get the notification, but today the browser setup to get notification.

How To Add Stylish Email Subscription Widget to Blogger

lets start telling you how to add stylish email subscription widget to blogger read and learn with full attraction to mind and its not my own property I just edit Email Subscription Widget.Follow the step and learn how to add email subscription widget in blogger
✯Sign in to your Blogger
✯Go to the Layout Section 
✯Click on Add New Gadget When new popup page will be open then click on HTML/JavaScript
How To Add Stylish Email Subscription Widget to Blogger
✯When you will click on HTML/JavaScript new popup page will be open copy the below code and paste in the box.
✯Click on Save button and view your Blog.
<!– Responsive and stylish subscribe box for Blogger (Blogspot) (www.techlyhub.com) created by zahid ashraf (www.techlyhub.com) –>
<style type=’text/css’>
#subscribe-box{width:300px;height:auto;border-radius:2px;background-color:#3498db;box-shadow:5px 3px 0 0 #7f8c8d;padding-bottom:10px;margin-bottom:5px;}#subscribe-box .title{padding:10px 25px;line-height:16px;font:16px Century Gothic;color:#fff;text-align:center;background:#393939;text-transform:uppercase;border-radius:2px 2px 0 0;}#subscribe-box p{font-family:”Century Gothic”,Century Gothic,Sans-Serif;font-size:14px;color:#FFF;line-height:20px;padding:10px 20px 0 20px;margin:0;}#subscribe-box .emailfield{padding:0 20px 10px;}#subscribe-box .emailfield input{color:#777;padding:10px;margin-top:10px;font-size:13px;font-family:”Century Gothic”,Century Gothic,Sans-Serif;width:92%;border:0;border-radius:2px;box-shadow:0 3px 0 0 #bbb;}#subscribe-box .emailfield input:focus{outline:none;}#subscribe-box .emailfield .submitbutton{background:#F4836A;color:#fff!important;border:none;outline:none;width:100%;cursor:pointer;border-radius:2px;box-shadow:0 3px 0 0 #e23b16;}#subscribe-box .emailfield .submitbutton:active{padding-top:11px;padding-bottom:9px;box-shadow:0 1px 0 0 #3293ba;}#subscribe-box .emailfield .submitbutton:hover{background:#DD7761;}
</style>
<div id=’subscribe-box’>
<div class=’title’>
Subscribe Here
</div>
<p>Sign up here with your email address to receive updates from this blog in your inbox.</p>
<div class=’emailfield’>
<form action=’http://feedburner.google.com/fb/a/mailverify’ method=’post’ onsubmit=’window.open(&apos;http://feedburner.google.com/fb/a/mailverify?uri=blogspot/teuUn&apos;, &apos;popupwindow&apos;, &apos;scrollbars=yes,width=550,height=520&apos;);return true’ target=’popupwindow’>
<input type=’text’ name=’name’ onblur=’if (this.value == &quot;&quot;) {this.value = &quot;Your Name&quot;;}’ onfocus=’if (this.value == &quot;Your Name&quot;) {this.value = &quot;&quot;;}’ value=’Your Name’/>
<input type=’text’ name=’email’ onblur=’if (this.value == &quot;&quot;) {this.value = &quot;Your Email&quot;;}’ onfocus=’if (this.value == &quot;Your Email&quot;) {this.value = &quot;&quot;;}’ value=’Your Email’/>
<input name=’uri’ type=’hidden’ value=’blogspot/teuUn’/>
<input name=’loc’ type=’hidden’ value=’en_US’/>
<input class=’submitbutton’ type=’submit’ value=’Subscribe Now!’/>
</form>
</div>
</div>
Cop the above code and paste in the box and click on save button
♛Congratulation♛ You have successfully added stylish email subscription widget in blogger.

Best Stylish and Pretty Blogger Newsletter Email Subscription Widget

Best Stylish and Pretty Blogger Newsletter Email Subscription Widgets

Email subscription widget is very important widget for every blogger. You can grow your reader to add this Best Stylish and Pretty Blogger Newsletter Email Subscription Widget. Email subscription widget can grow your traffic source. Cool minded Blogger must used these type email subscription widgets. because in this way reader can get notification about your any activity on your blog. So must use these types email subscription widget.Email subscription widget is attached with Feed Burner account and many people use email subscription as a MailChimp.
Most Pro blogger used email subscription.Got thousands of reader you can also get more of them you just need to believe on me and work hard.Now need to a added email subscription widget. Get thousand of subscriber and become famous Blogger.if you thinking that what is email subscription widget why you asking me to use email subscription widget.
Email Subscription Widget Benefit for Bloggers 
Email subscription widget linked to automatically with Feed burner if you want to use default and simple email subscription widget then just need to click one button and you can add email subscription widget in blogger. in this post I am telling you about Stylish and Pretty Blogger Newsletter Email Subscription Widget for readers attraction. its is very attractive them of email subscription widget. if you came to Email subscription benefit It is very important for Bloggers and Readers because when blogger post a new blog automatically notification will send in readers mail box. then reader easily find superior and useful content.

Stylish and Pretty Blogger Newsletter Email Subscription Widget

Responsive Email Subscription Widget For Blogger

Here is beautiful and stylish blogger newsletter email subscription widget. It is very pretty with cartoon image as nod to Sign Up button with social Icon like Facebook,Twitter and Google+.and also a Feed Burner button and the pretty thing in the below side a Facebook like button.you need to first customize email subscription widget HTML code.
➤Copy the Below code and paste in your Blogger Gadget.
<style type=”text/css”>
.hbzsignup-form {
background: transparent url(“https://s3.envato.com/files/248530931/preview.jpg”) no-repeat scroll center center / 268px 110px;
height: 105px;
width: 250px;
margin: 2px auto 60px auto;
}
.hbzform-inner p {
text-align: center;
color: #fff;
padding: 0px;
font: bold 1px “trebuchet MS”,”Tahoma”;
}
.hbzemailform {
margin: 120px auto 6px;
width: 500px;
}
#hbzemailbox {
background:#FF6633 none repeat scroll 0% 0%;
border: medium none;
font: 12px/12px “HelveticaNeue”,Helvetica,Arial,sans-serif;
margin-right: 10px;
box-shadow: 0px 0px 4px rgb(207, 207, 207) inset, 1px 1px 1px rgb(186, 186, 186);
padding: 7px;
box-sizing: content-box;
height: 12px;
vertical-align: top;
display: inline-block;
}
#hbzemailbutton {
background:#FF6633(to bottom, rgb(202, 434, 40) 0%, rgb(235, 88, 78) 100%) repeat scroll 0% 0%;
box-shadow: 1px 3px 2px rgb(182, 37, 32) inset;
border: medium none;
color: #FF6633;
cursor: pointer;
font: 13px/13px “HelveticaNeue”,Helvetica,Arial,sans-serif;
padding: 10px;
border-radius: 10px;
height: 27px;
display: inline-block;
}
#hbzemailbutton:hover {
background: transparent linear-gradient(to bottom, #CA3028 0%, #B72420 100%) repeat scroll 0% 0%;
}
.hbzsocial-icons {
margin: 20px 0 0;
overflow: hidden;
display: block;
text-align: center;
}
.hbzsocial-icons ul {
display: inline-block;
margin: 0 auto !important;
text-align: center;
padding: 0px
}
.hbzsocial-icons ul li {
background: transparent !important;
border: none !important;
float: left;
list-style-type: none !important;
margin: 10 4px 10px !important;
padding: 0 !important;
}
.hbzsocial-icons ul li::before,
.hbzsocial-icons ul li::after {
display: none !important;
}
.hbzsocial-icons ul li a, .hbzsocial-icons ul li a:hover {
background: url(“https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEiNqnOm-kEts0K42YVllt0KDbujezMg1oTFFiVLkWOJ6L6PZExw1jZhlggEQwWdyjSQtws4JWnS7ULlcXf87_xByp8MoM-Bk1E9i95DImRmyPN4aLpUrNQqJkClxRLaK10UArKy7YugM8U6/s1600/sprite_32x32.png”) no-repeat scroll 0 0;
-moz-border-radius: 50%;
-webkit-border-radius: 50%;
border-radius: 50%;
display: block;
height: 38px;
overflow: hidden;
text-indent: -999px;
transition: all 0.25s linear 0s; width: 38px;
}
.hbzsocial-icons ul li.social-facebook a {
background-color: #3b5998;
background-position: -60px 3px;
}
.hbzsocial-icons ul li.social-twitter a {
background-color: #00aced;
background-position: -253px 3px;
}
.hbzsocial-icons ul li.social-gplus a {
background-color: #dd4b39;
background-position: -93px 3px;
}
.hbzsocial-icons ul li.social-pinterest a {
background-color: #cb2027;
background-position: -157px 3px;
}
.hbzsocial-icons ul li.social-rss a {
background-color: #F87E12;
background-position: -189px 3px;
}
.hbzsocial-icons ul li a:hover {
background-color: #333;
}
.hbzsocial-like {
display: block;
text-align: center;
}
.hbzsocial-like tbody, .hbzsocial-like tbody tr {
display: block;
}
.hbzfb-likes {
display: inline-block;
padding-bottom: 15px;
margin-right: 5px;
}
.hbztw-follow {
display: inline
}
</style>
<div>
<div class=’hbzsignup-form’>
<div class=’hbzform-inner’>
<p>Sign Up for Email Updates</p>
</div>
<div class=’hbzemailform’>
<form action=’http://feedburner.google.com/fb/a/mailverify’ id=’subscribe’ method=’post’ onsubmit=’window.open(&apos;http://feedburner.google.com/fb/a/mailverify?uri=http://feeds.feedburner.com/StylishContactForum&apos;, &apos;popupwindow&apos;, &apos;scrollbars=yes,width=550,height=520&apos;);return true’ target=’popupwindow’>
<input name=’uri’ type=’hidden’ value='[Your Blog uri]’/>
<input name=’loc’ type=’hidden’ value=’en_US’/>
<input id=’hbzemailbox’ name=’email’ required=” type=’text’ placeholder=’Enter your email…’/>
<input id=’hbzemailbutton’ title=” type=’submit’ value=’Sign up’/>
</form>
</div>
</div>
<div class=”hbzsocial-icons”>
<ul>
<li class=”social-facebook”><a href=”https://web.facebook.com/techlyhub1/” target=”_blank” title=”Facebook”>Facebook</a></li>
<li class=”social-twitter”><a href=”http://www.twitter.com/techlyhub1″ target=”_blank” title=”Twitter”>Twitter</a></li>
<li class=”social-gplus”><a href=”https://plus.google.com/109256632395725099434″ target=”_blank” title=”Google+”>Google+</a></li>
<li class=”social-pinterest”><a href=”https://www.pinterest.com/techlyh/” target=”_blank” title=”Pinterest”>Pinterest</a></li>
<li class=”social-rss”><a href=”http://feeds.feedburner.com/StylishContactForum” target=”_blank” title=”RSS”>RSS</a></li>
</ul>
</div>
<table class=’hbzsocial-like’>
<tbody>
<tr>
<td class=’hbzfb-likes’>
<div id=”fb-root”>
</div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = “//connect.facebook.net/en_US/sdk.js#xfbml=1&version=v2.4″;
fjs.parentNode.insertBefore(js, fjs);
}(document, ‘script’, ‘facebook-jssdk’));
</script>
<div class=”fb-like” data-href=”[Fb url]” data-layout=”button_count” data-action=”like” data-show-faces=”false” data-share=”false”>
</div>
</td>
<td class=’hbztw-follow’>
</td>
</tr>
<tbody>
</tbody></tbody></table>
<a href=”https://www.techlyhub.com/” target=”Email subscription widgets”>.</a>
</div>
➤Stop now time to replcae some code and URL with your URL
➦ http://feeds.feedburner.com/StylishContactForum
➦[Your Blog uri]
➦https://web.facebook.com/techlyhub1/
➦http://www.twitter.com/techlyhub1
➦https://www.pinterest.com/techlyh/
➤When you have succesfully replace links with your now add the Email subscription widget in blogger

How To Add Email Subscription Widget In Blogger

➤Sign in to Blogger
➤Go to Layoutt section
➤Click on Add a Gadget now new popup page will be open now search here HTML/Javascript 
➤Click on + Button and you can see a new empty box now paste the copies code of Email Subscription widget
➤now Click on Save Button
【You have successfully added Best Stylish and Pretty Blogger Newsletter Email Subscription Widget】
How To Add Stylish Email Subscription Widget to Blogger
If you need stylish email subscription widget for your blogger i will create for you 100% free email subscription widget just comment us and tell your design we will create for you free email widget.