Posts

Showing posts with the label google

Some OAuth Tutorial Links

Image
Today i am Going to tell you some links for Oauth tutorials , From these links you can learn oauth tutorial for many of the login sites like facebook, twitter, github etc. If you are facing problem in any of the link comment below. Links: OAuth Techniques for: Scoop.it  http://ngiriraj.com/work/scoop-it-connect-by-using-oauth-in-php/ GitHub:  http://ngiriraj.com/work/github-connect-by-using-oauth-in-php/ FitBit:  http://ngiriraj.com/work/fitbit-connect-using-oauth-in-php/ FourSquare:  http://ngiriraj.com/work/foursquare-connect-by-using-oauth-in-php/ BitBucket:  http://ngiriraj.com/work/bitbucket-connect-using-oauth-in-php-2/ Tumblr:  http://ngiriraj.com/work/tumblr-connect-using-oauth-in-php/ PayPal:  http://ngiriraj.com/work/paypal-connect - by-using-oauth-in-php-2/ Linked In:  http://ngiriraj.com/work/linkedin-connect-by-using-oauth-in-php/ Facebook:  http://ngiriraj.com/work/facebook-connect-by-using-oauth-in-...

Google Apps Standard

Image
Live Demo Step 1 Go to  Google App Standard  here you have to add the domain. Step 2 Choose custom setup click  Go Custom  button. Step 3 Now the domain owner verification. Step 4 You can verify the domain uploading a HTML file with specified files name. Step 5 Other way of verification you can include this META tag in domain index page. Step 6 After domain verification the following success message will apear. Step 7 Now creating team emails. Step 8 Go to  Organization & users  click  Create a new user  button and you can create team user email. Step 9 It will success message popup. Step 10 In Organization & users tab contains all the team emails list. Step 11 By default Google App provide you mail access URL http://mail.google.com/a/yourdomain.com  click change URL link and setup custom URL like  http://mail.yourdomain.com Step 12 You can choose your custom URL ...

Google Docs Online Viewer

All viewer URLs should use the path    http://docs.google.com/viewer  .  This path accepts two parameters: url  : The URL of the document to view. This should be URL-encoded. embedded  : If set to  true  , the viewer will use an embedded mode interface. For example, if you wanted to view the PDF at the URL   http://research.google.com/archive/bigtable-osdi06.pdf   , you would use the URL:   http://docs.google.com/viewer?url=http%3A%2F%2Fresearch.google.com%2Farchive%2Fbigtable-osdi06.pdf   We all have visited google docs and browsed 1000's of files, form this post you can open any of these file types online: Google Docs supports over 15 different file types, listed below: Microsoft Word (.DOC and .DOCX) Microsoft Excel (.XLS and .XLSX) Microsoft PowerPoint (.PPT and .PPTX) Adobe Portable Document Format (.PDF) Apple Pages (.PAGES) Adobe Illustrator (.AI) Adobe Photoshop (.PSD) Tagged Image File Form...

Post To Facebook Using Gtalk

Facebook status updates can be updated from mobile, mail and browsers. But now you are able to updates fb status via Google talk.  Today I am going to share a Facebook application named  fbbot@bot.im  . This fb app is developed by me and can be used to update your Facebook wall statuses from your gTalk.  fbbot@bot.im  is a imfied hosted IM bot and is associated with this application. Application is working with Facebook Graph APIs and using the  fbgraph.php class .  Here is the simple process -  Step1 . Add  fbbot@bot.im  to your gTalk or Gmail Chat. Step2 . Install the  application , Its very simple open the  fbbot@bot.im fb app  and click on "Go to app". Step3.  As you allow application with permissions, you will get a code something like  FB23sjhwe7ywegwe... Step4.  Send this code to the gTalk IM bot, to the  fbbot@bot.im . same as you send message to a friend. Step5.  You will get a ...

Get User Profile Pic In Google +

Image
 https://profiles.google.com/s2/photos/profile/{id}  https://s2.googleusercontent.com/s2/photos/profile/{id}?sz={size} Example:   https://profiles.google.com/s2/photos/profile/101560853443212199687 Google+ profile Pic - Original Size   https://s2.googleusercontent.com/s2/photos/profile/101560853443212199687?sz=100 Google+ - 100px

Create android apps widgets online

App Widgets are miniature application views that can be embedded in other applications (such as the Home screen) and receive periodic updates. Here is a shortcut : try  AppsGeyser . AppsGeyser is an online service which can convert your web content into an Android App which can be shared and distributed freely. AppsGeyser offers 3 ways to create Android App : - By URL By web widget code. By webpage contents.

Get first link in Google search for a keyword using PHP

When you search Google for a KEYWORD and click "I am feeling lucky", you got redirected to this url - http://www.google.com/search?hl=en&q=KEYWORD&btnI=1 You will be redirected to the first result link for that given KEYWORD. I am not sure but knowing that first link for a KEYWORD may be useful for Search Engine Optimization or research etc. Here is how we can get that link using PHP. //Get the headers $headers = get_headers("http://www.google.com/search?hl=en&q=KEYWORD&btnI=1", 1); //The url for redirect $url = $headers['Location'];

How To Locate and View Images On google Maps

This Video Tutorial will show you  How To Locate and View Images On google Maps