NEW GMAIL IN INBOX : SETUP SMS ALERTS FOR NEW GMAILS IN YOUR MAILBOX

emailsms

Need? or Requirement?

Well, this setup is my requirement because I don’t have 24 hours running Internet on my mobile device. Neither it is possible to repeatedly check for new mails with really slow Internet. So, it became my requirement to receive SMS alert on new mails and check mails when I feel that something important has arrived.
Of course, most of tech-giants would not feel this useful for many and much more useful reasons. For every other fellow, I will try to make this setup look, lame.

Theory? / Concept? / Procedure?

Here comes the boring part. I request you not to read this theory part further because the setup is much more easy and you will understand the things as you go.
Still, for the sake of headline, lets take this challenge too.
This setup is basically described for Gmail users. We are going to setup something which will send a SMS notification on mobile device for every new email you receive on Gmail. We will now be using any third party here in our configuration. Instead we will use a google spreadsheet script and mobile verification in google calendar account. Doing this appropriately should solve our purpose for this post. Of course you can filter the the type of mails for which you want to receive SMS alerts, but that’s a later part. One more thing, and yes it is important one that the Messages sent to your phone will be…..
FREE! FREE! FREE! FREE! FREE!!
Note: Unless you mobile network carrier charge for it.

Starting the Setup:

The number of steps are large, but simple. It is because a complete step also asks to just do a single click.
1. Login to your Gmail account, if you don’t have one, then please create (at least for trying a dummy setup).
2. Click on the gear icon visible in rightmost corner of the account. You can also refer the screens attached below every step.
gmail-gear-icon-ankit-mathur-blog
3. Click on “Settings” link from the dropdown.
4. Now, from the newly loaded page, click on “Labels” menu.
labels-tab-gmail-ankit-mathur-blog
5. Scroll to the bottom of the page, click on “Create new label”.
create-new-label-gmail-ankit-mathur-blog
6. Name it exactly “smsMail” and the click on “Create” button from the popup box. The popup should close now.
name-new-label-gmail-ankit-mathur-blog
7. Now, from the same menu on which you clicked “Labels”, its time to click on “Filters”.
filters-tab-gmail-ankit-mathur-blog
Now, we will filter the type of email notifications you want to receive. Like, you want to receive only those mails which contain name “Ankit Mathur”, such filtering can be done here. However, I would be highly obliged if you make a filter with my name and receive its notification in your mobile :P
8. Again scroll down and reach bottom of the page.
9. Click on a link named as “Create a new filter”.
create-new-filter-gmail-ankit-mathur-blog
10. Now, from the new dropdown which has appeared you need to select the filter you want to make. Lets say, in the “To” textbox you fill your email id. Which will send notification for every that mail which is delivered on your email id.
filter-values-gmail-ankit-mathur-blog
11. After you have done with filter contents, click on “Create filter with this search >>” which is at the bottom of the dropdown window.
12. Now, the dropdown contents should get updated.
13. Checkmark the label saying “Apply the Label”.
save-filter-gmail-ankit-mathur-blog
14. Now, from the combo box in front of the label, select the label with exact name as “smsMail”.
15. Now, click on the blue button in the same dropdown which says “Create Filter”. The filter should be created by now.
———————————— End of settings in Mailbox ————————————
1. Now, go to google docs from the same logged-in account. If you can’t find the link, then follow here: https://docs.google.com/
2. From the left-most menu, click on red colored “Create”, a dropdown will appear. Select “Spreadsheet” from it.
create-new-document-menu-google-docs-google-drive-ankit-mathur-blog
3. Now, from the spreadsheet menu, select “Tools” and go to “Script Editor”.
tools-menu-select-script-editor-spreadsheet-ankit-mathur-blog
4. A new page with a popup will open up. From left menu, select “Spreadsheet”.
spreadsheet-script-selection-ankit-mathur-blog
5. You will be redirected to a new page for writing some code. Don’t worry, I will provide you the code for it :)
6. In the code tab named as “Code.gs”, select the prewritten code and brutally delete it. Blank the whole window and color it from the white blood of codes.
7. For the code, you can copy it from this link too: Github Link for the Code.
Also you can paste the below code in the same window
(but copying this below code may conflict some single quote issues. Better if you copy the code from above gist link):
function smsMail()
{
try
{
var label = GmailApp.getUserLabelByName(‘smsMail’);
var threads = label.getThreads();
var now = new Date().getTime();
var cal=getCalendar();for(i in threads)
{cal.createEvent(threads[i].getFirstMessageSubject()+”: “+threads[i].getMessages()[0].getFrom(),new Date(now+60000),
new Date(now+60000)).removeAllReminders().addSmsReminder(0);}
label.removeFromThreads(threads);
}
catch(err)
{
Logger.log(“Error Occured”+ err.toString());
}
}function getCalendar()
{
try
{
var cal=CalendarApp.getOwnedCalendarsByName(“smsMail”)[0];
if (!cal)
{
cal=CalendarApp.createCalendar(“smsMail”);
return cal;
}
else
{
return cal;
}
}
catch(e)
{
Logger.log(“Error Occured”+ e.toString());
}
}
function onOpen()
{
var ss = SpreadsheetApp.getActiveSpreadsheet();
var menuEntries = [ {name: "Authorize", functionName: "authorize"},
{name: "Stop SMS alerts", functionName: "stopsmsalerts"}
];
ss.addMenu(“Gmail SMS Alerts”, menuEntries);
}
function authorize(){}
function stopsmsalerts()
{
var allTriggers = ScriptApp.getScriptTriggers();
for(var i=0; i < allTriggers.length; i++)
ScriptApp.deleteTrigger(allTriggers[i]);
Browser.msgBox(“Success”, “You will not be getting SMS alerts anymore.”,Browser.Buttons.OK);
}
8. Now, from the window menu, click on “File” and save the file with name exactly “smsMail”.
script-editing-for-spreadsheet-google-drive-ankit-mathur-blog
9. Now, from the same window menu, click on “Run” and from the dropdown select “authorize”.
10. Now, close this window and go to the spreadsheet. Close the spreadsheet and reopen it. You will be able to see a new menu as “Get SMS Alerts”.
new-menus-created-in-google-spreadsheet-ankit-mathur-blog
11. Click on it and from the dropdown select “Authorize”.
12. Close the spreadsheet too.
————- Here we are done with the spreadsheet configuration ————
1. Go to google calendar from the same logged-in account.
2. From the rightmost gear icon, click on “Settings”.
google-calendar-gear-icon-ankit-mathur-blog
3. Now, depends on you whether you want calendar alerts on all of the checks available or only on mobile. So, select wisely.
google-calendar-sms-mobile-setup-ankit-mathur-blog
For now, lets select “SMS” only. If your mobile is not connected to google calendar then, it is necessary for you to connect it because without it you won’t receive SMS on your mobile device.
To connect your mobile device with calendar, enter your mobile number in the corresponding textbox for “SMS”. Then click the corresponding button to it. Google will send you a code which you will need to enter in the same textbox in which you entered your mobile number (Notice that the textbox has gone blank by now). Again click on the corresponding button to confirm.
By now, you should be done with the mobile number connection.
NOTE: This is the most important step because if the mobile number doesn’t get configured in calendar then you won’t receive SMS anyhow from the script.
Moving to next step, please let me know if you can’t configure the mobile number here. We will try it again, together.
4. Now from the same gearbox in the right corner, go to “Settings”.
google-calendar-gear-icon-ankit-mathur-blog
5. You will be shown “General” tab. Please recheck your country details, timezone details and other details. Make sure they are correct for your location.
6. Now, from the tabs menu, go to “Calendars” tab.
google-calendar-settings-calendars-list-ankit-mathur-blog
7. Here, you should see “smsMail” in your calendar list. Check mark in front of it, save and then and click on “Reminders and Notifications”.
8. Now, check mark all the types of notifications you wish to receive as SMS.
notifications-setup-for-sms-google-calendar-ankit-mathur-blog
9. Now, save and return to calendar settings screen.
10. Now, move to “Mobile Setup” tab and make sure your mobile number is shown verified there. Else, verify it there.
mobile-setup-google-calendar-ankit-mathur-blog
11. Now, you need to reopen the same spreadsheet which you used to copy-paste the script.  Under tools menu, select “Script Editor”.
12. Now, in the script window’s menu click on “Resources” and select “Current project’s triggers”. Add a new trigger here according to the frequency you wish to receive the mails.
project-triggers-gmail-sms-notification-ankit-mathur-blog
current-project-triggers-new-gmail-sms-notification-ankit-mathur-blog
13. You are done with the setup here. Send a test mail to yourself and a message about same should beep on your mobile device. Else, let’s discuss here. We together will try to solve the issue, chill! :)
SOURCES: INTERNET
Learn more »

How to Simply Add PHP Codes in Blogger



PHP is thought to be as essentially the most powerful computer language that makes things happen with the glimpse of seconds. on the other hand, PHP just isn’t supported by way of Blogger or BlogSpot working platform which makes it extremely troublesome to customize and enforce some new newest traits, however there are still some ways during which which you could add PHP codes to your Blogger enabled web site. though, the consequences are usually not one hundred%, nevertheless it is much better than now not having a PHP code in your blogger web page. in this article, we can convey you tips on how to add PHP codes in Blogger.
Step 1: Making a PHP File:
earlier than which you could add PHP Codes in blogger, you need to first create a PHP file through which you have to use the entire PHP codes that you want to use. then again, guarantee that the file is free from mistakes in any other case things would no longer look good. Following is the easy whats up World PHP code instance, only for a general guiding principle for some newbies
<?php
echo ‘<p>Hello World</p>’;
?>
After developing the file with your whole preferred codes remember to reserve it in .PHP extension. as an instance, qasimple.php, you need to use NotePad++ for writing codes as a result of it’s the best FREE usual creating device.

Step 2: Webhosting a PHP File:

seeing that, blogger does no longer permit you to host any kind of files like PHP, HTML or CSS. therefore, you have to both host it to your hosting (when you’ve got) or you need to use Google power to host them free of charge. we’ve got already written a detailed tutorial on It, so learn it right here.
which you can additionally use Dropbox, and plenty of other free website hosting services and products but surely they are not higher than the options and reliability of Google pressure.

Step 3: Adding PHP Codes in Blogger

After developing and internet hosting the PHP file, login into your Blogger account. as soon as logged in, head over to the dashboard and choose the blog on which you wish to add PHP Codes. Now it depends on your wants whether you need so as to add the PHP code in posts, pages, sidebar or footer. just paste the next code any place you would like to display the PHP file.
<object width=”400″ height=”300″ type=”text/html” data=” your-file.php”></object>
 Don’t forget to replace your-file.php with the URL of your own PHP file that you might have obtained whereas hosting it on services like Google power Dropbox and and so on.
Congratulations: you will have efficiently delivered PHP codes to blogger. Go and test your weblog to peer if things are working as deliberate. let us know, in case you have a greater means of doing this job.
We hope this tutorial has helped you in learning how one can add PHP codes in blogger. still, this is not essentially the most accurate means as a result of we’re simply the use of a iFrame technique to include the codes. Blogger must think extra on making its platform friendly for the builders in order that they are able to deliver awesomeness to their blogs and web pages.
Learn more »

How To Add Alt Tags For Images In Blogger

Hey, its been a month i had posted something about search engine optimization tips and tricks. I think you have been waiting for it so long. Don't worry today I am up to you with a most important optimization tip. In the previous articles I was repeatedly saying about the importance of image optimization in search engine ranking. Today I will give you a clean idea about adding alt tags to your images ( for blogger users ). What do you mean by an alt tag ? Many of my readers had asked me this question after reading my previous articles on SEO. ALT Tags are nothing but an HTML tag which helps the bots to categorize the images. If an image is uploaded without an ALT Tag then search engine bots won't include them in the image search results. Doing this "Image SEO" you could get a good amount of organic traffic to your blog. Carefully read and apply the instructions to your blog.


Add Alt Tag For Images
                                  

How To Add ALT Tag In Blogger Images 

Add Alt Tag For Images


  1. First of all sign into your blogger account and upload the images. Before uploading the images ensure that it's edited and renamed. Editing and renaming makes the image unique so chances of getting into organic search results are very much high. Me you and almost everybody download images from internet for using it on our blogs literally we are stealing contents of others. So we have to change the features ( looks) in order to make it unique.
  2. Go to your blog's post editor.
  3. Upload the required images.
  4. Click on the image, then you will be able to see properties. 
  5. Click on properties then enter the ALT Tag and Title Tag manually.
  6. Click OK when it's done.
Add Alt Tag For Images

Conclusion

I think this is a clean guide on "How To Add ALT Tag To Blogger Images" Still having doubts ? Don't worry use our comment section or mail me. I will reply to your queries as soon as possible. Stay tuned for further updates on SEO Tips, tech news and many more.
Learn more »

Secret Tips To Increase Infolinks Earnings

Make money with infolinks

What is Infolinks and How's Infolinks?These are some of the basic questions that every newbies seeking for answers.This is for them. Infolinks is a powerful adsense alternative (it can also be used with adsense).I am a happy Infolinks publisher since 2013.If you are optimizing infolinks in a right way then am sure you can make an average of 3-5 $ per day.I know for some 3-5$ may not be a big figure but still it's a good amount,at the end of each month you can fill your pockets with some "Double or Three Figure$$$$. 

Today am here to tell some ways to increase your infolinks earnings.Increase means you can almost double your average earnings using these tips. Infolinks itself had done lot of improvement by providing some awesome new features like In Tag Ads,In Frame Ads,In Search Ads.Always add these features to your blog from Infolinks dashboard.
Follow my steps for increasing infolinks revenue.

 

Selection Of Category


First and foremost step in optimizing infolinks for increasing your revenue is "selection of category".Always try to stick to the correct category.Selection of correct category can improve your revenue to an extent.

 

Related Tag


Ensure your site has Infolinks Related Tag Ads if yes then no need to worry about if no then you should add it because you are denying some good amount of money.Don't worry about the appearance of Infolinks Related Tag Ads,it look's exactly the same as of Adsense one.Infolinks and Adsense officials had confirmed that there will be no conflictions between each other so they can be used in the same page where there is adsense and infolinks. Add the given code in the site's html under <head>

<input type=”hidden” name=”IL_RELATED_TAGS” value=”1″/>

 

Avoid Single Dotted Links


By default Infolinks ads are quite catchy please don't make any changes.Two to three months back i had changed my infolink's link design to single dotted type within two to three days I saw a noticeable amount of decline in my earnings on infolinks dashboard.So never try to put single dotted style links. Infolinks ads should be of same color as that of your hyperlinks.In this blog links are shown in blue color.

 

Add New Products


Last year infolinks had updated it's database and had added some good addon's to boost your earnings.Some of them are In Tag Ads,In Frame Ads,In Search Ads

 

Use On/Off Tags


Have you ever noticed Infolinks ads on header,footer,sidebars of  some websites.By default infolinks place their ads on header and footer regions of your blog.Avoid using infolinks on header and footer regions because it earns lower click rate,try to maximize infolinks ads on your content.You can do it by add following tags to your blog post.All you have to do is place the given tags on correct positions.

Place this off tag on the any place where you don't want infolinks to display their ads.put this tag after</head> section.
  
<!--INFOLINKS_OFF-->

If you want to place the ads on the required space then you must add on tags on your blog post's source code.

 <!--INFOLINKS_ON-->

 

Conclusion


Hope you guys enjoyed my post! Try these tips on your blog i am sure you can make good amount of money even if you are having low visitors.These secret tips are some which i had tried and found effective.Express your feedback's on my blog's comment's section :)
Learn more »

Finally Google started EFT Payments for Adsense Publishers in India


There is a good news for Indian Adsense Publishers because Google has finally decided to start  EFT(Electronic Fund Transfer) payments for Adsense Publishers in India. This has been confirmed on Official Forum of Adsense by Adsense Pro Payments. It means Indian Adsense publishers would be able to receive their adsense earnings directly in their bank account. Currently, they get paid only via cheques which takes more than 15 days to reach. It was the month of December 2013, when i heard about Beta stage testing of EFT payments for Adsense Publishers in India. Since then, I was actively checking the Official Adsense Forum. On 5th March 2014,  I found an Announcement from Adsense Pro Payments. The whole statement is written below. You can check this yourself by visiting that Post.
Hello AdSense publishers in India!
We’re excited to let you know that we’ll soon be improving the payments process in India and use a faster, more reliable, and secure alternative to cheque payments.  As part of upgrading your account to our new payments system, we are replacing cheque payments with U.S. Dollar international wire transfers.  We think you’ll find this to be a major improvement over cheque payments, and we welcome your feedback to let us know how this changes your payment experience.  Publishers participating in our recent wire transfer beta testing report minimal fees (typically Rs. 56/- to Rs. 110/-, approximately $0.90 to $1.78) and favorable exchange rates on these transactions.  You’ll benefit from receiving these payments in your bank account automatically, saving you from a trip to the bank.
I’d like to extend an invitation to anyone who would like to opt-in to wire transfer payments for the upcoming March scheduled payment.  If you would like to receive this update on your account now, apply a “self-hold” to your payments.  You can find this feature within the “payment settings” options.  Over the coming weeks, we’ll be upgrading accounts in India with a payment self-hold to our new payments system.  To be eligible for this month’s payment cycle, please make this preference change prior to Sunday, 16 March, 06:00 (AM) IST.

After this upgrade, you’ll need to provide wire transfer instructions for your bank account so that we can send your future payments.  Be sure to obtain your bank’s specific wire transfer instructions for receiving U.S. Dollar wire transfers from abroad.  While you may be able to find information such as your bank’s SWIFT code from an Internet search or members of the forum community, we strongly recommend only using instructions that you receive directly from your bank’s web site or agent as incorrect information could delay your payments.  Unlike our old payments system, there is no strict monthly deadline for updating your payment details, so you’ll have plenty of time to complete this step.

We want you to receive the most value possible from your AdSense payments.  Google pays most fees involved with sending payments by wire transfer and does not charge a fee for this service.  Your bank will perform the U.S. Dollar to Indian Rupee currency exchange according to their policies, and it will typically assess a small fee covering the mandatory Service Tax required for currency conversion transactions. We recommend that you check your bank’s fee schedule to understand how it applies fees for receiving foreign wire transfers. We cannot recommend or endorse specific banks, but we suggest sharing wire transfer experiences within the publisher forum community.  Sharing the name of the bank you use, fees assessed, and exchange rates received are OK.  For your security, please do not post personal details about your bank account, payment amounts, transaction numbers, or other identifying info.
When is Google going to start EFT Payments for Adsense Publishers in India ?
As the above written statements suggests, EFT payments for Indian Publishers will work smoothly from next Payment Cycle. However, If any Publishers are too eager to avail this facility, they can put a “Self Hold” to their Payments before 16th March(Sunday) to be eligible for this months Payment. To put a “Self Hold” to your Adsense Payment, follow the below given instructions:
  • Log into your Google Adsense Account.
  • Now click on the “Settings” Icon and choose “Payment”. The screenshot for the same is shown below:
Adsense EFT in India
  • In the next screen, Click on “Payment Settings”  option. See below given screenshot:
Hold Adsense Payment
  • Now click on “Edit Self Hold” Option. If you are finding it difficult to understand, see below given screenshot:
Edit Self Hold Option in Adsense
  • Put a checkmark on the Option which shows “Hold Payments”. Below give screenshot shows the same:
Hold payments in adsense
  • Once done, Click on “Apply”  button. Before clicking on this button, make sure that “Hold Payments”  checkbox is checked.
Hold a payment in Adsense
  • That’s it. You are done. After 16th March,  add your EFT details and get your payments within few days.

Necessary Banking Information to Receive your Payments via EFT
  1. Bank account number
  2. Name of account holder
  3. Bank name
  4. Indian Financial System Code (IFSC)
Google will send few small amounts in your bank account before sending the actual amount in order to test the genuineness of your Details. Google Adsense will use your details for sending your future payments as well until you provide a new bank account details.

Frequently Asked Questions answered by Google
Question: How long will it take for my wire transfer payment to arrive in my bank account?
Answer: It may require 3-5 or more business days from the date when our bank informs us that it accepted the payment before the funds to appear in your bank account.

Question: My bank’s instructions show that I need to provide an intermediary bank, but the form within AdSense shows this as being optional. What should I provide?
Answer: Our bank has the ability to look up the current intermediary information that is needed to properly route most payments and recommends that you leave these fields empty.

Question : My bank account information was entered incorrectly. What should I do?

It’s essential that your bank account information is entered correctly as payouts will be issued to the bank account on file. Should you notice that the information entered is incorrect, please review your payment details and add a new bank account as soon as possible.
Note that a payout cannot be re-issued if the funds reach a valid bank account. If the bank rejects the payout, the funds will be returned to your account.
If a payout is issued and your bank account information is entered incorrectly, please contact your bank immediately.

How Adsense Pays Currently in India? What are the major disadvantages?
Adsense is paying worldwide using three payment options i.e EFT(Electronic Funds Transfer), Western Union Cash Transfer and Cheque. However, Adsense Publishers in India can only get their payments via Cheques. Before sending payments, earnings are converted from dollars to Rupees. 
Some major disadvantages of payments through cheques are listed below:
  1. It takes around 20 to 40 days which is a long period(I guess). Clearence of these cheques take another 3-4 days.
  2. Normally, Google send its payment through Bluedart courier. In many small cities, Bluedart is not present so cheques are sent through Indian Postal Service. In such cases, Publisher often complains that they haven’t received their cheques.
  3. If your cheque is misplaced, google will take another 30-40 days to reissue a new cheque.
How EFT Mode of Payments can be Helpful for Indian Adsense Publishers?
  1. Payments through EFT consumes less time when compared with Cheque Delievery Method. According to Google, It will take around 5 days.
  2. EFT mode of Payment is much secure than cheque delievery.
  3. In order to get your payment, you just need to add your Name, Your Bank’s Name and IFSC code. Google will send your payments directly in your bank account.
From the Editor’s Desk
I am extremely happy with this move of Google. To be frank, I was waiting for this announcement because getting payment through cheque was definitely a time-consuming and troublesome. I am pretty sure that most of the Indian publisher will welcome this move.
What do you say? Share your views about this move of Google Adsense.
Learn more »