Thursday, March 12, 2015
Google Apps Developer Blog for developers by developers
- 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
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
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 .
Saturday, February 14, 2015
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;
}
Thursday, January 29, 2015
Create memorable slides Awesome webinar by Ellen Finkelstein
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).
Monday, January 26, 2015
Jannat K Pattay Novel by Nimra Ahmed
