Blogging Platfrm

Wednesday

How to Set Up and Use Handoff in OS X Yosemite and iOS 8

mail handoff

Handoff is a new feature in iOS 8 and OS X Yosemite that lets you seamlessly switch back and forth from iOS and Mac without losing your progress in a document you’re working on. In Apple’s words, the feature “lets you pick up right where you left o?.”

So if you have a tab open on your iPhone, you can open the same tab on your iPad or Mac with just one click, open the same iWork document you have open on your Mac on your iPad and so on. So here’s how you use Handoff:

Requirements:





To transfer files between two Mac computers or a Mac computer and iOS device, you need one of the Mac models listed below and OS X Lion or later.


  • MacBook Pro (Late 2008 or newer)*

  • MacBook Air (Late 2010 or newer)

  • MacBook (Late 2008 or newer)*

  • iMac (Early 2009 or newer)

  • Mac Mini (Mid 2010 or newer)

  • Mac Pro (Early 2009 with AirPort Extreme card, or Mid 2010)
    *The MacBook Pro (17-Inch Late 2008) and the white MacBook (Late 2008) do not support AirDrop.



Handoff requires Wi-Fi and Bluetooth low energy, so it won’t work with all Macs or iOS devices. There are the compatible Macs:


  • MacBook Air (Mid 2012 and later)

  • MacBook Pro (Mid 2012 and later)

  • iMac (Late 2012 and later)

  • Mac mini (Late 2012 and later)

  • Mac Pro (Late 2013)



And these iOS devices are compatible with Handoff:


  • iPhone 5 or later

  • iPad (4th generation), iPad Air, iPad Air 2

  • iPad mini, iPad mini with Retina display, iPad mini 3

  • iPod touch (5th generation)



How to get started




  • Sign in to the same iCloud account on all your devices.




  • Ensure Wi-Fi and Bluetooth are enabled on both your iOS device and Mac, and make sure they’re near each other.




  • Make sure they’re connected to the same Wi-Fi network.




  • Enable Handoff on your Mac by opening System Preferences > General and check the “Allow Handoff between Mac and your iCloud devices” checkbox.



handoff os x yosemite


  • Enable Handoff on your iOS device by going to Settings > General > Handoff & Suggested Apps and enable the Handoff toggle.



handoff ios 8 settings

How to use Handoff




  • Now whenever you use a Mac app that supports Handoff, you’ll see an icon for it on the bottom left of your iPhone or iPad’s look screen, or on the first slot of the multitasking switcher.



handoff icon lock screen ios 8

handoff ios 8 unlocked


  • Similarly, when you use a Handoff compatible app on iOS, you’ll see an icon in your dock. Clicking on that will open the the Mac app, which opens the same document you were working on.



handoff mac

 

I find Handoff very useful every day, and am hoping that more developers add support for this feature in their iOS and Mac apps. Let me know in the comments below what you think of Handoff.

Tuesday

Weekly Roundup: 15 new and noteworthy tweaks (Feb 22)

In case you were busy last week and didn’t get a chance to take a look at Cydia, don’t worry as we have compiled a list of all the new tweaks that were released in the week which are worth to look at. There were some awesome tweaks released this week, ranging from a tweak that allows you to enhance the look of the Lock screen to enabling you to execute commands on your iOS device.
Continue reading

Monday

Jury orders Apple to pay $532.9 million for infringing gaming patents

Apple has lost a court battle against Smartflash LLC, which accused the former of using its patented inventions in iTunes without its permission. The Texas jury ruled the case in Smartflash’s favor and has ordered Apple to pay $532.9 million in damages. 
Continue reading

How to Add Contact Form Widget to Blogger

we discuss about How to add contact form widget to blogger on your contact us page. Blogger provide you to add contact us form at your page directly no longer used 3rd party contact form. Blogger has add new contact us form widget fit to blog sidebar and pages. You can also customize it on a separate page if you want to add only on page.
How to Add Contact Form to Blogger
Every blogger want to add contact us form easily because contact us form need on every blog to drop a message by visitor. If you need to getting suggestions, feedback or queries from visitors than add this contact form on your blog and visitor drop direct message for you.

How to Add Contact us widget to Blogger

You can add contact us widget to blogger easily with follow below steps:

Step 1

Log in into Blogger Dashboard and Go to Layout as shown in below picture.
How to Add Contact Form to Blogger

Step 2

Click on add a gadget link and select more from left menu as shown in below picture.
How to Add Contact Form to Blogger

Step 3

Add contact Form from the right side list as shown in below picture.
How to Add Contact Form to Blogger

Step 4

Set Title for Contact us form.
How to Add Contact Form to Blogger

Step 5

Click on save button.

Sunday

A Complete HTML Guide And Tutorial For Beginner And Newbie Part 2

HEADING TAG

  • The Heading tags are h1, h2, h3, h4, h5 and h6.
  • The h1 tag is only used once, as the main heading of the page. h2 to h6, however, can be used as often as desired, but they should always be used in order, as they were intended. For example, an h4 should be a sub-heading of an h3, which should be a sub-heading of an h2.
  1. <!DOCTYPE html> 
  2. <html> 
  3. <head> 
  4. <title>My first web page</title> 
  5. </head> 
  6. <body> 
  7. <h1>My first web page</h1> 
  8. <h2>Ash Paulzz</h2> 
  9. <p>My best wapka friend </p> 
  10. <h2>Why this is</h2> 
  11. <p>To learn HTML</p> 
  12. </body> 
  13. </html>

ATTRIBUTE TAG

  • Tags can also have attributes, which are extra bits of information. Attributes appear inside the opening tag and their values sit inside quotation marks. They look something like <tag attribute="value">Margarine</tag>
  • Attributes are always written within a start tag and are followed by an equals sign and the attribute details written between inverted commas. The semicolon after the attribute is for separating different style commands.
  1. <h2 style="background-color:#ff0000;">Ash is a Good boy and adgamma is a bad boy</h2>

LINK TAG

  • An anchor tag <a> is used to define a link.

  1. <a href="http://www.blogwritter.com">Blogwritter.com</a>

  • The destination of the link is defined in the href attribute of the tag. The link can be absolute, such as “http://www.blogwritter.com”, or it can be relative to the current page. So if, for example, you had another file called “test.html” in the same directory then the line of code would simply be <a href="test.html">Title</a> or something like this. Ex:
  1. <a href="page2.htm">Click here to go to page 2</a>
  2. <a href="subfolder/page2.htm">Click here to go to page 2</a>
  3. <a href="../page1.htm">A link to page 1</a>

Saturday

[CSS3 Tutorial ] Stylish Search Box With CSS


Is You Are Waiting For Create Stylish Search Box With CSS.You Are in The Right Place For Your CSS3 Search Box.Hope This Tutorial Is Help You For Your CSS Search Box.

Stylish Search Box With CSS

The search field expands slowly when focused/clicked. This animation effect achieved purely using CSS3 transition property. Also, we have used other CSS3 properties such as border-radiusbox-shadow and text-shadow to create cool effects.

Code For Search Box With CSS

<form method="get" action="/search" id="search">
  <input name="q" type="text" size="40" placeholder="Search..." />
</form>
And the following are CSS codes of three different styles of the search box.

Search Box With CSS On Dark Background


[CSS3 Tutorial ] Stylish Search Box With CSS stylish search box with css search box search CSS3 Search Box CSS3 CSS
Search Box With CSS On Dark Background

#search {

}

#search input[type="text"] {
    background: url(search-dark.png) no-repeat 10px 6px #444;
    border: 0 none;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #777;
    width: 150px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#search input[type="text"]:focus {
    width: 200px;
    }

Search Box With CSS on Light Background

[CSS3 Tutorial ] Stylish Search Box With CSS stylish search box with css search box search CSS3 Search Box CSS3 CSS
#search {

}

#search input[type="text"] {
    background: url(search-white.png) no-repeat 10px 6px #fcfcfc;
    border: 1px solid #d1d1d1;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #bebebe;
    width: 150px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#search input[type="text"]:focus {
    width: 200px;
    }

Apple.com inspired Search Box With CSS

[CSS3 Tutorial ] Stylish Search Box With CSS stylish search box with css search box search CSS3 Search Box CSS3 CSS
#search {

}

#search input[type="text"] {
    background: url(search-white.png) no-repeat 10px 6px #444;
    border: 0 none;
    font: bold 12px Arial,Helvetica,Sans-serif;
    color: #d7d7d7;
    width:150px;
    padding: 6px 15px 6px 35px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
    }

#search input[type="text"]:focus {
    background: url(search-dark.png) no-repeat 10px 6px #fcfcfc;
    color: #6a6f75;
    width: 200px;
    -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 0 rgba(0, 0, 0, 0.9) inset;
    text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    }
All Original Credits Of This Search Box With CSS Code Goe’s To Bloggermint.Click Here To Download The Source Code Of  This Search Box With CSS.

Hope You Are Enjoyed This CSS Search Box

Friday

Meerkat for iOS broadcasts live video to your Twitter stream

You can already upload video files to Twitter, but if you want to share a special moment in real-time, then a new iOS app can Meerkat can help. The free download broadcasts live video directly to your Twitter stream, so all your followers can share your experiences with you.
Continue reading

Thursday

New Apple TV expected to be the centerpiece of Apple’s fall product lineup

Piper Jaffray analyst Gene Munster refuses to give up on his Apple TV dream, but it does seem to have changed ever so slightly. Rather than promising us a new television set this year, Munster now expects a revamped set-top box that could be the centerpiece of Apple’s fall 2015 product lineup.
Continue reading

Get High PR Backlinks To Increase Organic Traffic

High PR Backlinks
High PR Backlinks - Tell me the name of any blogger or webmaster who don't want this thing ! It is always wanted by every blogger that he/she should achieve a lot of High PR Backlinks which help us a lot to increase the Google search organic traffic. Newbies and Pros are trying different methods to get backlinks from high page rank blogs which are also shared on many blogs and some of them also give long list of high page rank blogs by which we can generate good backlinks. But Today, In this post, I'm going to share the unseen, secret and unique idea for building high PR backlinks.

What Are High PR Backlinks?

Some of you newbies might don't know that what actually high pr backlinks are? Then let me clear this which will help you to understand this guide better. First of all, let me tell you about backlinks. Incoming links to your blog/site from other webpages are known as backlinks OR those links by which a visitor can land from one site to another site are also known as backlinks. Now, let's talk about PR. Actually, PR stands for Page Rank. It's Google Page Rank - An algorithm by Google which is being used by Google to rank websites in its search engine. Google gives page rank in total 10 points and it depends on the backlinks [external incoming links] which your blog have. Now, High PR Backlinks means, those backlinks which your blog is having from high page rank websites. Got it?

How High PR Backlinks Helps To Increase Search Traffic?

Now, you might want to know that how these high page rank backlinks actually helps to grab more search traffic from Google then let me explain it. First of all, you will go to any high PR blog and will generate a backlink to your blog through commenting or guest posting. Once, if the link is live on that blog or site then when the search engine's robots will come to crawl the new content then in the process, it will reach to your backlink and will think that the high PR blog is pointing backlink to another small blog. And after that, it will note your backlink which will help you to get good rank in search engine. Simply, after noting your link, Google robots will rank your post higher according to their own decisions. 

How To Get High PR Backlinks?

So, here is now it's time to get started with the step by step in which we'll learn that how to obtain backlinks from high page rank blogs/sites. Here we're going to some tools which will help us to identify the high PR blogs and also the relevant niche. After that, we're going to get backlinks from them. Let's get started.

Download and Install SEOquake

First of all, we need to install this tool - SEOquake because it will help us to identify the high PR websites.

Step #1 : Finding High Page Rank Blogs and Websites

After installing the SEOquake plugin, we're ready to do the process. We will also make use of DropMyLink tool to find the relevant niche or related niche blogs and SEOquake will help us along this tool to find the high PR blogs.

  • Go To Drop My Link
  • Type any keyword which should be relevant to the niche.
  • Select any option in the Find field.
  • Press Search button.
Now, A new tab will open in which Google search will open automatically. In the search results, you will see that kind of webpages which will be related with the keyword which you typed in the DropMyLink. So, It means, we've found the relevant content by this. In order to identify the high PR webpages, you will see the SEOquake bar below every result. It will show the PR in the number in that row. So, by this you can easily check the Page Rank of every page. Now, first step is done about finding the high pr blogs. Let's jump into the next step.

Step #2 : Making Backlinks From High PR Founded Blogs

  • Open some webpages or blog posts which may have high page rank.
  • Scroll down to the bottom at comment system.
  • If the system is having CommentLuv form then post a comment there.
Tips : If there is CommentLuv comment system in that high PR blog then start leaving a comment there. First of all, Type name, email, URL [Paste blog URL] and try to type the good comment. You should make the comment longer as more as you can which will help you to get that comment approved or being safe from spam comments.
Guest Post : If you don't want to do commenting for high pr backlinks then you can also do guest posting in order to get quality backlinks. Simply, search for "Write For Us" page there in that high page rank blog and read the guidelines given there. After that write the good guest post which should be suitable for that blog and submit it. If the guest post is approved then you can get dofollow backlink from there which is more powerful then comment backlink.

Was That Useful ? 

So guys, that was how we can get high PR backlinks but it will require hard work as they will give a lot of benefit. Please leave your comment below and also tell us that was it useful or not! I hope this is going to help you all in getting more backlinks as it is necessary until your blog is live and we should build them regularly in order to get good search traffic. Facing any problem? Feel free to post it below in comments. Take care!

Wednesday

iPhone 5s

iPhone 5s





iPhone5s_Gold

Everything you need to know about iPhone 5s


Apple unveil iPhone 5s – their hotly anticipated 7th generation iPhone at a special event on Tuesday, September 10.

The new iPhone looks very similar to the iPhone 5  with the anodized aluminum backplate and glass inlays along the top and bottom giving it the two-tone effect.

It will come packed with these features and improvements:

  • Touch ID fingerprint sensor



  • Faster and more powerful 64-bit A7 Chip



  • New iSight Camera with True Tone flash, slo-mo videos, Burst mode and more



  • Improved battery life


Pricing:

iPhone 5s will most likely be available for $199 for the 16GB model, $299 for the 32GB model, $399 for the 64GB model for a two-year contract, and $649, $749 and $849 for the unlocked versions.

Selling your old iPhone:

If you want to buy an iPhone 5s, then check out this post to find out when is the best time to sell your iPhone and the best places to trade-in your old iPhone. Don’t forget to follow these simple steps to erase data from your iPhone to get it ready for resale.


Tuesday

Alto’s Adventure should be the next iOS game you buy from the App Store

Snowman, the awesome development team behind Checkmark for iOS, has turned its attention to game development for a new title called Alto’s Adventure. It’s a gorgeous yet simple snowboarding game unlike any other you’ve played, and you’re going to want to get it.
Continue reading

Monday

INCREASE YOUR SITE TRAFFIC: GET YOUR WEBSITE/BLOG INDEXED BY SEARCH ENGINES

One of the great and easy methods to get your sites recognised or indexed fast by various search engines is to send your url and sitemaps to the search engines. Here is how you can do this:
a) Google:
  • Login to Google webmaster tools via your Google account and add your site.
  • Now “Add your site” and then verify your ownership by following the verification process.
  • After successful verification you will gain access to Google webmaster tools
  • Now from the webmaster homepage select your website
    • On left sidebar click on site configurations-> sitemaps
    • Add  sitemap (top right  of webpage)
    • Click submit sitemap
b)Yahoo and Bing:
  • To submit your url go to: Bing
  • Login to Bing  webmaster tools using your MSN, Windows Live, Hotmail or Outlook account.
  • Follow the verification process to verify the ownership of your website.
  • After getting access to Bing webmaster dashboard follow these instructions to submit your sitemap to Bing.
c) Ask.com:
Simple enter your sitemap’s full path after “=” on the following url
http://submissions.ask.com/ping?sitemap=
d) moreover.com:
Simple enter your sitemap’s full path after “=” on the following url
http://api.moreover.com/ping?u=

Sunday

Meta Tags – Importance and How To Use


For any website a good percentage of traffic comes from search engines like Google, Yahoo, AOL, MSN Search etc. So SEO Is Very Important For Every Blog.But when search spiders from these search engines come to your website for archiving and indexing, they may or may not pick those important keywords, words, phrases, information from your website, which you actually wanted to be indexed.
So you must guide those search engine spiders, what to be indexed and what should not, which can be done by Meta Tags.
Meta tags are placed in the <Head> region of any blog/web site. These tags mainly contain the Title of the website, general information, all keywords, pages to be indexed / left, author’s name, e-mail, language of website, copyright information etc. These meta tags are optional, you may add all of them or some of them or even none. But for Search Engine Optimization, and better indexing, and to get more traffic from search engines, you must add meta tags to your website.
Search Engine Optimization
Steps to follow:
Log in to Blogger, go to Design -> Edit HTML
And find this code in the template:
<head>
And immediately BELOW/AFTER it, paste these lines:
<title>TITLE_OR_NAME_OF_YOUR_WEBSITE</title>
<link href=”mailto:YOUR_EMAIL_ADDRESS_HERE” rev=”made”/>
<meta content=”ALL_KEYWORDS_HERE_SEPARATED_BY_COMMAS” name=”keywords”/>
<meta content=”YOUR_NAME_HERE” name=”author”/>
<b:if cond=’data:blog.url == data:blog.homepageUrl’>
<meta content=”GENERAL_DESCRIPTION_HERE” name=”description”/>
</b:if>
<meta content=”SEE_BELOW” name=”ROBOTS”/>
Change those lines in blue color above.
In the last meta tag, where “SEE_BELOW” is written, select one of these as per your requirement/choice.
INDEX,FOLLOW  Index this page and follow all links.
INDEX,NOFOLLOW  Index this page but do not follow or index links on this page.
NOINDEX,FOLLOW  Do not index this page but follow all links.
NOINDEX,NOFOLLOW  Do not index this page. Do not follow or index links on this page.

Saturday

Basic HTML Form Components

HTML form elements are used to insert the form in the document. It is a method that allow author to collect information of users or visitors. The visitors only should fill up the form and then send by simply clicking submit button.

syntax: 
<form></form>
Attributes of form tag are:-

  • name=" ";
  • method=" "; // It can be simply post or get.
  • action=" ";// It is destination of data that is to be sent.
  • enctype=" ";// multiport/form-data .It is used for file like image, video etc 
eg:

<form action="test.php">
<fieldset>
<legend>My Information</legend>
Name: <input type="text" name="name" />
Address: <input type="text" name="address" />
Email: <input type="email" name="email" />
Phone: <input type="text" name="phone" />
 <input type="submit" value="Submit">
</fieldset>
</form>

Form Components

Textbox: This component is always used in form element. It is used to fill the form like Name or that box which only contains words.
Syntax:
<input type="text"/>
Attributes:
value=" "// default character on load
name=" "// unique identification in form
size=" "//width in no. of characters
maxlength=" "//maximum no. of characters allowed
placeholder=" "
eg:
<input type="text" value="name" name="n1" size="10" maxlength="20"/>
Passwordbox: Only used to fill the password box.
Syntax:
<input type=""password/>
Attributes: The attributes are same like the textbox such as name, size, maxlength and also placeholder.
Text Area: It is used to fill the box by long description.
Lets see the syntax. It syntax is little bit different than other form components. 
<text area></textarea> // Unlike the input tag, it is pair tag.
Its attributes are also very similar to textbox like name but it also has rows and cols.
eg:
<textarea name="area" rows="50" cols="20">.....</textarea>
Radio button: Radio button is used to select one element at a time. Lets see and example then you will know better about it.
eg:
<input type="radio" name="gender" value="male"/>Male
<input type="radio" name="gender" value="female"/>Female
Checkbox: It is used to select multiple values.
eg:
<input type="checkbox" name="abc[name of array for large data]"/>Football
<input type="checkbox" name="abc[name of array for large data]"/>Cricket
Select box: Just use the following code and then you can find how it works. Actually it is used to select an option form multiple data of dropdown box.
eg:
<select name=" "/>
<option value="Nepal" selected="selected">Nepal</option>
<option value="India">India</option>
<option value="China">China</option>
<option value="USA">USA</option>
File field: File field is used actually in order to have the image.
eg:
<input type="file" name="picture" multiple/>

Earn Money By Hosting Giveaways on Your Blog

Make Money Sponsoring Giveaway on Blog
These days, it's a dream of every blogger to make a big income monthly with his/her blog. We've shared many methods to monetize your blog such as make money with Google Adsense, Yahoo Bing Ads Network, Web Hosting Affiliate Programs, Email Subscribers List, Web Design and Development etc. but today I'm going to share another method for you. You guys might have heard about hosting giveaways on your blog but ever thought that a person can make money by hosting giveaways on his blog? So, in this article, I'll show you that how can we earn money by hosting sponsored giveaways on your blog.

Basic Process Of Offering Giveaways on Blogs

Those who are new to this thing "Hosting or Offering Giveaways on Blogs" can have a read in this passage to know more about it or basically I'm going to explain that what is its process especially for newbies. Let's suppose If I have any special thing like any premium product and I want to give that for free to any one of my readers but whom should I give that product? So here we make a contest in which every reader can participate to win the product. In this kind of contest, every contestant needs to promote the blog in which the giveaway runs and for that contestant can do social promotion like sharing blog on Facebook, Twitter and many more. For each action, a contestant gets points. It means the more you promote, the more points you'll get, if you've more points, you've a chance to win the contest. So, At last, a winner is that who has the most points and winner gets the premium product. All this process is done by automated generator like counting points, generating referral links, social promotion tips and many more. This also helps the blog owner to increase the traffic and get popularity in very less time. 

Get Paid By Hosting Giveaways on Blogs With Giveaway.Ly

So, if you're known to the basic process of hosting or offering giveaways on blogs then you'll not feel any problem in understanding this process. Let's start the process step by step.

Step 1. Apply For Giveaway.Ly and Get Approved

The first step is very simple and it is that you've to apply your blog on Giveaway.Ly. So, go on that site and create an account their. Remember this point that you must make Blogger or Publisher account and don't choose Advertiser account. Creating account is easy but getting approval can be difficult. Activated your account by verifying email. Now, add your blog into your Giveaway.Ly account. While adding blog there, try to write a good description and also choose good keywords. After adding your blog, it's also important to Verify Analytics which will help advertisers to know better about your blog traffic. So, don't miss this thing. So, now you've applied your blog and it can take up to a week to review your blog and approve or deny it.

Step 2. Get Sponsored Giveaways and Accept or Reject Them

Once your blog is approved by their team and you're ready to go with them. When your blog is approved there, it will be listed in their directory. Now here it is important to have high traffic in order to make huge money from it. From here, any advertiser can choose your blog to run his/her giveaway if your blog traffic fulfills his/her needs. Simply, You'll start getting sponsored giveaways and it's yours to accept or reject any giveaway. You need to be careful in accepting any giveaway because it matters a lot. Try to accept the most relevant giveaways with your blog niche and the giveaway prize should also be liked by your readers which will even help advertisers get a huge audience.

Step 3. Make Giveaway Live on Your Blog 

If you've got the most relevant giveaway with your blog niche and accepted it then it's time to make give away live on your blog. At this moment, you'll get "Giveaway Widget" code which you've to post in your blog. Simply, make a new post about that giveaway in which you've to describe the contest rules, guidelines and the process of giveaway contest. But here is one thing changed from usual, the promotion which the contestants need to do will not your blog promotion but that promotion will be for an advertiser like following advertiser on his social networks and visiting his blog or site. It means the promotion will be for Advertiser that's why someone will want to host his giveaway on your blog and he'll pay you for it. As the contest starts getting more participators, The advertiser will be getting more audience.

Step 4. Announcing Winner and Giving The Prize To Winner

So the giveaway contest is over now, everyone might have enjoyed the contest for winning the prize and its time to announce the winner and sending giveaway prize to the winner. In Giveaway.Ly, you'll get known that who is the winner and who has made most of the high points. So you can edit that Giveaway post and make announcement in that post that is who is the winner. If there is any notification bar in your blog then you can also announce through it that who is chosen as the winner of the giveaway. And there will be opting in Giveaway.Ly dashboard to send him/her the giveaway prize if there is not any option then you can do it manually. Once the winner gets his prize, The giveaway ends here.

Step 5. Cashout Your Money

So it seems like the giveaway is over now and you're ready to cashout your money. So, Advertiser gives you some money and that can be how much you ask while setting up a blog in Giveaway.Ly and if you accept and host any giveaway on your blog then you get paid for it. Because that giveaway widget generator gives audience to the advertiser's blog or website. And the actions which contestant needs to do are for the Advertiser's website not for ours. Once the giveaway is over, you're ready to cashout your money. You should setup PayPal as payment method or choose any other method which suits for you. And payout the money into your PayPal or into any other account and you can do this in your Giveaway.Ly dashboard. That's All.

Final Words

That was an easy process of making money online by hosting sponsored giveaways on your blog and I hope it will help newbies to understand the process of hosting sponsored giveaways. If you can't get approval at Giveaway.Ly then try to improve your traffic that can be the big fault of getting disapproved and you might get emails or contact messages if anyone wants to do sponsored giveaway on your blog. Any questions? Ask me in the comments please and also share this article with your friends. Take Care!

Ryan Hunter-Reay wins Indianapolis 500 with last-lap pass; Kurt Busch finishes 6th

Second place was the most advantageous place to be in the final laps of Sunday's Indianapolis 500.


After starting first on the race's final restart with six laps to go, Ryan Hunter-Reay traded the lead with Helio Castroneves four times and drove past Castroneves for the final time on the last lap to take the checkered flag in the second-closest finish in Indianapolis 500 history.


Hunter-Reay, the 2012 IndyCar Series champion, is the first American-born driver to win the 500 since Sam Hornish Jr. made a last-minute pass of Marco Andretti for the win. Kurt Busch, the first driver to attempt both the Indianapolis 500 and Coca-Cola 600 in the same day since Robby Gordon in 2004, finished sixth. (Coincidentally, Robby Gordon's sister, Beccy, is Hunter-Reay's wife.)


Leading wasn't all it's normally cracked up to be late in the race because of the style of the cars. The draft, where a car behind another car can go faster because of a lack of air resistance, was an integral factor. Over the final six laps, the car in second could consistently close up on the lead car and make a move as Castroneves did right as the green flag waved for the final time.


Castroneves assumed the lead for a second time following the restart with two laps to go after Hunter-Reay had made a daring pass for the lead on the backstretch, nearly going into the grass to complete the move. However, it left himself open for Hunter-Reay's winning move, which happened on the outside lane on the frontstretch as the drivers too the white flag.


A three-time Indianapolis 500 champion, Castroneves simply ran out of time to get back to Hunter-Reay, only closing to his bumper as the two got to the finish line.


It's Hunter-Reay's first win at Indianapolis.


- - - - - - -


Nick Bromberg is the editor of From The Marbles on Yahoo Sports. Have a tip? Email him at [email protected] or follow him on Twitter! Follow @NickBromberg


How To Upload Files For Download in Blogger

Upload Files For Download in Blogger
Blogger is one of the best blogging CMS (Content Management System) which is being used all over the universe. The main feature of this platform is that it is free of hosting which means we just need to purchase domain only without hosting if domain is required otherwise we can also use free sub-domain. Well, when we create blog post, sometimes we need to upload data/files for public download or which can be downloaded into blog reader’s system. But unfortunately, there is no option to upload files that can be due to free hosting and also for avoiding people from uploading unnecessary, spam and malware data in Google servers. So, sometimes people get confused where to upload files for download now and you can be one of that confused people. Don’t worry, we’re here, below we’ll be showing you that how can we easily upload files for Download in Blogger.

So, How can we upload files for download in Blogger?

So, There is no option to upload files for direct download in blogger and still we're eager for it. When we don't have any needable option in Blogger, we can make use of external services. It means if we can't upload files directly from Blogger then we can upload data somewhere else and insert the direct download link in Blogger post editor. Here, we'll make use of Google Drive which is awesome cloud hosting and file sharing service. First, we'll add data into our Google Drive account after that we've to make the data public because everything that you upload in Google Drive is private means only for you but here we want to make it for public download. After storing data in Google Drive and making it public, It's time to insert the download link or download button in blogger and let your visitors download the files.

Let's Try It - Tutorial

  • Go To Google Drive >> Create >> Folder
  • Name It Something Such As "Downloads"
  • Open That Folder >> Click "Upload Icon" and Choose "Files".

  • Now Select The Files That You Want To Upload.
  • When The File is Uploaded, Right Click On That File.
  • Click "Share" and Once Again "Share".
  • Now Pop Up Box Will  Appear.
  • In The "Who Has Access" Section, Click "Change".
  • Here Just Tick Mark "Public On The Web" and Save It.
  • Now Same Box Will Appear Back and At The Top, There Will Be Link in "Link To Share" Box. Copy That Link and Paste It in Notepad.
  • Copy This Green Colored Link and Also Paste It in Notepad https://docs.google.com/uc?export=download&id=FILE-ID-GOES-HERE
  • Now Look In The First Link Which You Copied From Google Drive. It Will Be Having File ID Which Looks Like 0ByNodV_m9cVLN1loc2JXZGJQUjQ
  • Copy Yours File ID and Replace It With FILE-ID-GOES-HERE in The Second Link Which You Copied From Here.
  • Now The Second Link Will Look Like This https://docs.google.com/uc?export=download&id=0ByNodV_m9cVLYTRKbjVIYXEwVXM
  • Download Link Is Ready Now! Whenever People Will Open The Link Like Above The File Will Start Downloading and Yes It is Direct Download Link.
  • For Clarification, We've Prepared The Image Inserted Below.
  • Go To Blogger >> Create New Post >> Link
  • Paste The Prepared Link in URL Box, Write "Download" in "Texts to Display" Box.
  • Click "OK"
  • Prepare The Post.
  • Click on "Publish" Button.
  • Thats All.

Final Words

Thats how we can upload files for download in blogger. Unlike other file sharing services which are lazy, Google Drive is best, fast and reliable that's why we've chosen it. I think tutorial is become little long but we've tried to make it understandable. Feel free to ask for help in comments if you're facing any problem while trying this trick. Share this post with your fellow bloggers and also ask them to share with others. Good bye, Take care and have a nice day!

Flexor Magazine Blogger Template



                                                

Features

  • 3 Columns
  • Fixed Width
  • White, Blue and Drak Gray Colors
  • Primary and Secondary navigation
  • Right Sidebar
  • Featured Slider Ready with Thumbnails
  • 2 Columns Post
  • Beautiful Design
  • Search Engine Optimized
  • Social Sharing
  • Ads ready
  • Tabbed Sidebar
  • Auto Post Summaries with Thumbnails
  • Custom Search Box
  • Page Navigation ready
  • Adsense support
  • Psd Logo File included
  • Tested and compatible with all major browsers like IE, FF, Chrome, Safari and Opera

Template Name : Flexor Magazine Blogger Template
Author : Haris

Proven Tips To Write Unique And Quality Content For Your Blog

Content Writing
Blogging is a long journey in which you provide useful and unique content to your readers and they in turn benefit you by various ways. But the problem is that now a days, the newbies which are coming in this Blogging Field, they usually don't have the genuine and must needed blogging skills like search engine optimization, content writing etc. So, today we are going to reveal some of the best and proven tips to write quality and unique content for your blog because content is the king of your blog and without it your blog is dead. Its very necessary to provide unique and quality content to your loyal readers because in return you will get higher ranks. Moreover, Google and all other search engines just love the unique content. 


So, below are the best and proven tips for writing quality and unique content for your blog

1- Know Your Visitors

Always try to write those articles in which your readers are interested and always try to make close interactions with your readers. This will help you to know what your readers actually want on your blog. Write articles with personal experience, relevant to your blog niche and your readers will just love it.

2- Write In Simple Words 

If you will provide quality content to your visitors in the language they can understand easily, believe us your readers will just love to read your articles and will also highly appreciate your efforts. Don't just include too many difficult phrases and words so that it becomes so difficult for your readers to understand.

3- Search Before Writing

One of the most important tips to write unique and quality content is searching before writing. Because you can only write great articles when you have lots of information about the topic you are going to write. So, look around the web, search and read others articles on that topic and than write your own original and unique content. 

4- Avoid Grammatical Mistakes

One of the major mistakes, newbies and usually Non-English bloggers make is the grammatical mistakes and you must avoid them in order to get high rankings because Google is just annoyed by poor English. More over, your readers will also be annoyed, if you will not be able to speak proper English. So, improve your English and grammar to deliver your best of best to your loyal readers.

5- Don't Copy, Be Unique

One the most common and most major mistake, newbies bloggers are making these days is copying content from other websites and than pasting and publishing that on their own. This is so much ridiculous and dangerous because you can't get the benefit of someone other's hard work. More over you visitors will also hate you when they will come to know that you are feeding them copied content. It can also be more dangerous than this, if the man from which you copied content, complained to DMCA because this way you can even loose your blog. So, always be unique, don't copy just use your own to get creative ideas and produce original, unique and quality content for your loyal readers.

Last Words! 

So today we discussed about the best and proven tips for writing unique and quality articles. We are sure you liked and understood everything, if you have any queries or you think you have some better tips too, please do share with us via the comment box below. We will truly appreciate your efforts. For more stay tuned with Blogging Reloaded. Happy Blogging & Take Care!

How to Remove Current Version Plugin Google Update

we are providing you tutorial about How to Remove Current Version Plugin Google Update from your computer easily. The Current Version Plugin Google Update is plugins that you can see in Firefox plugins lists. Most of people don't want to Current Version Plugin Google Update on their Firefox browser. We are providing you full details about how Google Update Plugin installed, What are uses of Google Update Plugin and How to Remove Current Version Plugin Google Update or Uninstalling completely.
Current Version Plugin Google Update
Google automatic installed Google Updater when you installed any Google product like Google Earth, Google Pack etc which are component of Google Chrome Browser and Google Earth. Google Updater is checking installing updates regularly for Google Chrome and Google Earth.
You can find Google plugin under processes in Task Manager. Please see below picture of task manager where you can see GoogleUpdate.exe.
Current Version Plugin Google Update

How to Update Google Plugin

You can't update Google plugin manually. It update automatically to latest version when Google software updates.

How to Remove Current Version Plugin Google Update

Please follow below steps to Remove Current Version Plugin Google Update:

Step 1

Go to Firefox and type about:addons in browser's address bar and hit enter.

Step 2

Now switch plugins list at the left panel.

Step 3

Now Click on the disable button in front of Google Update.
Current Version Plugin Google Update
Now Current Version Plugin Google Update completely disable in your browser. You can check Google plugin in Windows Task Manager.

A complete PHP Tutorial For Beginners To Learn PHP Basic Part 4


    • PHP Function

    • Create a PHP Function


        Syntax

        1. function functionName() 
        2. code to be executed; 
        3. }
        • Give the function a name that reflects what the function does
        • The function name can start with a letter or underscore (not a number)
        • Example

          • A simple function that writes my name when it is called:
          1. <html> 
          2. <body> 
          3. <?php 
          4. function writeName() 
          5. echo "MONA"; 
          6. echo "My name is "; writeName(); 
          7. ?> 
          8. </body> 
          9. </html>

          • Output:

          1. My name is MONA
    • PHP Functions - Adding parameters


      • To add more functionality to a function, we can add parameters. A parameter is just like a variable. Parameters are specified after the function name, inside the parentheses.
      • Example 1

        • The following example will write different first names, but equal last name:

        1. <html> 
        2. <body> 
        3. <?php 
        4. function writeName($fname) 
        5. echo $fname . " BRT.<br />"; 
        6. echo "My name is "; writeName("MONA"); 
        7. echo "My sister's name is "; writeName("Hege"); 
        8. echo "My brother's name is "; writeName("Stale"); 
        9. ?> 
        10. </body> 
        11. </html>
        12. Output:
        13. My name is MONA BRT

    • PHP Functions - Return values


    • To let a function return a value, use the return statement.

      • Example

        • Output
        • 1+16=17
        1. <html> 
        2. <body> 
        3. <?php function add($x,$y) 
        4. $total=$x+$y; return $total; 
        5. echo "1 + 16 = " . add(1,16); 
        6. ?> 
        7. </body> 
        8. </html>

!!!!!!!!!!

Popular Posts

Blog Archive