Showing posts with label by. Show all posts
Showing posts with label by. Show all posts

Thursday, March 12, 2015

Google Apps Developer Blog for developers by developers

Welcome to the Google Apps Developer Blog. Today were excited to introduce the Google Apps Developer Blog, for developers interested in building applications that leverage Google Apps. In this blog well cover topics of interest to Google Apps developers building applications on top of Google Apps, integrating with them or utilizing the APIs. Examples of some of the topics well cover and resources well provide include:
  • code snippets and samples
  • reviews of customer integration and deployment cases
  • interviews with developers on best practices for developing in Apps
  • voting on most-requested developer extensions in Apps
  • discussion of OAuth roadmap
  • references to OpenID
  • smart ways to do logging (and analysis/reporting) in AppEngine, etc.
  • Storing JSON in AppEngine
Watch this blog and subscribe to our feed for announcements of developer events, DevFests, Google I/O updates, product announcements, links to other Google developer related content and case studies on actual integration, implementation and deployments.

Also, dont forget to register for Google I/O, which is May 19-20, 2010 in San Francisco. Google I/O will feature 80 sessions, more than 3,000 developers, and over 100 demonstrations from developers showcasing their technologies. Youll be able to talk shop with engineers building the next generation of web, mobile, and enterprise applications. Last years I/O sold out before the start of the conference, so we encourage you to sign up soon.

Well do our best to bring you the most relevant developer content right here on this blog, and you can also check out these excellent sources of information for Google developers:

Google Apps Discussion Forum
Google Apps Client Libraries and Sample Code
Google Apps API Overview
Google Apps API Help Forum
Google Enterprise Blog

Finally, we want your feedback! Ask questions, suggest topics, and even submit your own stories for possible inclusion in this blog. Contact me at GADBeditor at google if you have a story for submission, or story suggestion. Comments will be enabled on this blog, and we hope youll join the discussion.

Thanks,

Don Dodge
Developer Advocate
Developer Relations Team
Read more »

Wednesday, February 25, 2015

701 e Learning tips Free digital book By Masie Center

Link to 701 e-learning tips
"Thanks to The MASIE Center?s TRENDS readers and e-Learning Consortium Members, over 1000 e-Learning tips were received, analyzed, and categorized. These tips are from senior managers and training professionals from major corporations around the world. We have edited and compiled 141 pages and 14 chapters covering the ABC?s of getting started to global implementation strategies. We hope you enjoy this free digital book !"

Great! The complete book is a bit heavy (13.3 mb, PDF). However, the wait is worth every second, even on a dial-up. Masie Elliott is a knowledge sharing genius. He must surely give Brandon Hall and Bersin a real headache. With this, you have a enough e-learning tips to ponder upon for the next couple of months. Print out page 138, which has Elliott Masies 12 Personal e-learning tips, and read them 12 times .

Read more »

Saturday, February 14, 2015

C program to swap values of two variables using pass by reference method

C++ program to swap values of two variables using pass by reference method

#include<iostream.h>
#include<conio.h>

void main()
{
clrscr();
int a,b;
void swap(int &,int &);
cout<<"Enter two values:";
cin>>a>>b;

cout<<"
Befor swapping:
a="<<a<<" b="<<b;

swap(a,b);
cout<<"

After swapping:
a="<<a<<" b="<<b;

getch();
}

void swap(int & x,int & y)
{
int temp;
temp=x;
x=y;
y=temp;
}
Read more »

Thursday, January 29, 2015

Create memorable slides Awesome webinar by Ellen Finkelstein

In this one hour webinar, PowerPoint expert, author and MVP Ellen Finkelstein talks about how to turn death by PowerPoint into life by PowerPoint. She explains the principles to memorable presentations and techniques to make it easy.

 


Copyright: This video (webinar recording) belongs to PresentationXpert and Ellen Finkelstein with no copyright infringements intended. All copyrights are reserved with the respective owner(s).
Read more »

Monday, January 26, 2015

Jannat K Pattay Novel by Nimra Ahmed

Jannat K Pattay

Download PDF Books or read online free PDF Urdu Novels, Romantic Urdu Novels  "Jannat K Pattay" authored by Nimra Ahmed who is a female Urdu novelist, Urdu short and long stories writer and screenwriter from Pakistan. Nimra Ahmad has written many Urdu stories for different Urdu digests and magazines. Jannat K Pattay novel is one of her masterpiece long story based Urdu novel. This novel is for youth as because the novel is about a romantic story of modern era, related to Pakistani society. Jannat K Pattay is here complete novel. You can download Urdu Books, PDF Books or read online from each page of this blog using below links.


 Read Online

 Download Free PDF
Read more »