how to build a skid base for a shed





how to build a skid base for a shed





How To Build A Shed On Skids | Cool Shed Design


How to build a shed on skids | cool shed design


Shed with skid foundation plans. building a garden or lawn shed on a skid foundation is the fastest, cheapest method. tips for a shed base..





How to Level an Outdoor Storage Shed Foundation - YouTube


How to level an outdoor storage shed foundation - youtube




How To Build A Shed On Skids | Woodworking Project


How to build a shed on skids | woodworking project




Read More..

how to fix android virus





how to fix android virus





android fbi virus5


Android fbi virus5


Best answer: at first scan your android phone with good antivirus.if any virus will be found then delete it.sometimes the antiviruses can detect tough.





android virus removal 4


Android virus removal 4




android virus removal6


Android virus removal6





Read More..

Episode 37 Webview

Richard, Chet, Ben, and not Tor in the spacious London studio
In this Tor-less episode, Chet talks with Ben Murdoch and Richard Coles from the Android WebView team. We talk about WebViews ability to update outside of platform releases, the transition from the original WebView to the new Chromium WebView widget, about some of the new features and APIs in recent releases, and about cute kitten bitmaps.

Tor didnt have much to say, about kittens or anything else.

Subscribe to the podcast feed or download the audio file directly.

Relevant Links

Beta Channel for Android WebView
Google+ Beta Channel Community
Bug Tracker
Chrome Dev Tools
WebView API


Ben Murdoch: google.com/+BenMurdoch, @ksasq
Richard Coles: google.com/+RichardColesGoogle
Tor: google.com/+TorNorbye, @tornorbye
Chet: google.com/+ChetHaase, @chethaase

Also, thanks to continued support by Bryan Gordon, our audio engineer who puts this stuff together every time.
Read More..

Because its gotta be super easy to share files



(Cross-posted on the Google Drive Blog.)

When you store your important files somewhere, you want to have peace of mind that theyll be safe and easy-to-access later. Thats why everything in Drive is always encrypted. And why we encourage all of our users to complete a simple Security Checkup every now and then. Of course, this should include file sharing as well -- it should be super easy to control who sees what.

With this in mind, were making a number of improvements to Drive today, so you can store your photos and documents safely and get them where they need to go.

Get sharing notifications
You may have noticed recently that it’s easier to select and share multiple files and folders on iOS and Android — but checking your email may not be the fastest way to find out when something’s been shared with you. So starting today, you’ll receive mobile notifications to alert you immediately when files or folders are shared with you and a single tap can take you right to them.

Request and grant file access
Drive lets you quickly grab a link to files and folders so you can share them using other apps, but if you share a link before you’ve granted access, the person you’re sending it to won’t be able to open it. Now, the Drive for Android app lets recipients request access with a single tap. And on Android and iOS, file owners will be notified of the request instantly so they can quickly grant access.

Preview files without a Google Account on Android
Until now, you needed a Google Account to view shared files on your Android device. Now, you can do this without a Google Account just like on the web.

Some of the features mentioned are already available. Look for the rest to roll out in the coming week or so.

Read More..

Parsing XML wit SAX parser

Android provides org.xml.sax package that has that provides the event-driven SAX parser.
to parse the previous response with SAX parser, we have to create a class extending DefaultHandler and override the following methods:
  1. startDocument(): invoked when the xml document is open, there we can initialize any member variables.
  2. startElement(String uri, String localName, String qName, Attributes attributes): invoked when the parser encounters a xml node, here we can initialize specific instances of our person object.
  3. endElement(String uri, String localName, String Name): invoked when the parser reaches the closing of a xml tag. here the element value would have been completely read.
  4. characters(char[] ch, int start, int length): this method is called when the parser reads characters of a node value.
we want to parse this xml response:
<?xml version="1.0"?>
<person>
<firstname>Jack</firstname>
<lastname>smith</lastname>
<age>28</age>
</person>
so our parsing class will be like this:
/**
* SAX parser to parse persons response
*/
public class PersonParser extends DefaultHandler
{

// arraylist to store person objects
ArrayList persons;
// temporary person object
Person tempPerson;
// string builder acts as a buffer
StringBuilder builder;

/**
* Initialize the arraylist
* @throws SAXException
*/
@Override
public void startDocument() throws SAXException {
pesons=new ArrayList();

}

/**
* Initialize the temp person object which will hold the parsed in//fo
* and the string builder that will store the read characters
* @param uri
* @param localName
* @param qName
* @param attributes
* @throws SAXException
*/
@Override
public void startElement(String uri, String localName, String qName,
Attributes attributes) throws SAXException {

if(localName.equalsIgnoreCase.equals("person")){
tempPerson=new Person();
builder=new StringBuilder();
}

}
/**
* Finished reading the person tag, add it to arraylist
* @param uri
* @param localName
* @param qName
* @throws SAXException
*/
@Override
public void endElement(String uri, String localName, String qName)
throws SAXException {
// finished reading a person, add it to the arraylist
if(localName.toLowerCase().equals("person"))
{
this.persons.add(tempPerson);
}
// finished reading "firstname" tag assign it to the temp person
else if(localName.toLowerCase().equals("firstname")){
tempPerson.firstName=builder.toString();
}
// finished reading "lastname" tag assign it to the temp person
else if(localName.toLowerCase().equals("lastname")){
tempPerson.lastName=builder.toString();
}
// finished reading "age" tag assign it to the temp person
else if(localName.toLowerCase().equals("age")){
tempPerson.age=Integer.parseInt(builder.toString());
}
}

/**
* Read the value of each tag
* @param ch
* @param start
* @param length
* @throws SAXException
*/
@Override
public void characters(char[] ch, int start, int length)
throws SAXException {
// read the characters and append them to the buffer
String tempString=new String(ch, start, length);
builder.append(tempString);
}
}
the code is pretty easy, the parser iterates over each node, you check the current node name and take an action.

then we call the parser like this:
public ArrayList getPersons(final String response) throws ParserConfigurationException, SAXException, IOException
{
BufferedReader br=new BufferedReader(new StringReader(response));
InputSource is=new InputSource(br);
PersonParser parser=new PersonParser();
SAXParserFactory factory=SAXParserFactory.newInstance();
SAXParser sp=factory.newSAXParser();
XMLReader reader=sp.getXMLReader();
reader.setContentHandler(parser);
reader.parse(is);
ArrayList persons=parser.persons;

return persons;

}
Read More..

how to install shed roof shingles





how to install shed roof shingles





... shingles on. It's easier to avoid tar drips than to clean them off


... shingles on. it's easier to avoid tar drips than to clean them off


How to install roof shingles on a shed. storage sheds, garages and children's playhouses are usually afterthoughts after you build a house. when you build such a.





... Shed - Part 9 - Install Asphalt Shingles On Shed Roof - YouTube


... shed - part 9 - install asphalt shingles on shed roof - youtube




... Shed - Part 9 - Install Asphalt Shingles On Shed Roof - YouTube


... shed - part 9 - install asphalt shingles on shed roof - youtube




Read More..

how to build a large shed roof





how to build a large shed roof





How To Build A Shed Roof – Building Shed Roof Rafters


How to build a shed roof – building shed roof rafters


Building a roof for a large shed is not as difficult as it might seem at first glance, provided you use the right plans and techniques. as opposed to other projects.





Floor cut to size, but not screwed down incase it rained... which it ...


Floor cut to size, but not screwed down incase it rained... which it




Shed Roof Truss Design


Shed roof truss design




Read More..

how to fix an android phone that’s stuck on the white htc logo





how to fix an android phone that’s stuck on the white htc logo











How to fix an android phone that’s stuck on the white htc logo. to fix an android phone that’s stuck on the white htc how to fix a phone that’s stuck in.






















Read More..

Pixels and Pixellation

How many pixels do you need? This is a question many, many people ask and to be honest I think its the wrong one. Let me give you a few numbers!

First of all, its widely accepted that a monitor with more than 100 "dots per inch" or "pixels per inch" placed 18-24 inches from your face looks pretty good - with outstanding monitors at that distance having 130-170ppi. Im also going to assume that the average monitor resolution is 1080p - thats 1920x1080 pixels in a 16:9 rectangle. This is actually quite generous but Ive done that deliberately. Now when youre printing images on paper, its generally accepted that 200ppi is "reasonably good" quality, and 300ppi is "excellent".


Full image - 2688x1520 (4 million pixels) displayed at 600 x 339
So - with a 4 million pixel image in a 16:9 arrangement, your image dimensions are going to be close to 2688x1520. If we divide that by 300ppi for printing we get a print size of 8.96" x 5.07". Call it 9" x 5" for round numbers and youre looking at an "Excellent" quality image bigger than most commercially bought prints which would be 6" x 4" or 7" x 5". Start blowing up from 9" x 5" and youre slowly going to start losing image quality. Pixellation will likely begin to occur at about 13" across. For displaying on a screen its a completely different story: 1920 x 1080 pixels is about 2 million pixels altogether; and at the very best quality Ive ever seen for myself (130ppi) thats a monitor size of 14.76" x 8.31" (about a 17" 16:9 monitor). So - if you display a 4 million pixel image on this monitor youre zoomed out so that half of the pixels in the image are never displayed. If you zoom in so that every pixel is displayed you can only see half of the images area: but still at 130ppi you cant see individual pixels and the image quality is absolutely perfect. On my monitor at work, which is 22" 1680 x 1050 (90ppi) I begin to be able to resolve individual pixels with the naked eye when zoomed in to around 350% - where each image pixel is represented by 3.5 screen pixels on average.

So - lets use these as our ballpark figures; zoom in to 350% or print larger than 13" for individual pixels to appear on a 4 million pixel image.


The original image, cropped to 600 x 339 pixels and displayed at full size. Note the complete lack of pixellation - although there is a certain fuzziness to the detail.
Now, lets look at how the vast majority of mobile phone users use the photos they take. Please dont think of yourself or your friends here; think of the millions of people buying smartphones and how THEY use their pics. Look at Facebook, Flickr, Tumblr, Twitter, etc. Thats right - MOST people - the vast majority - use the photos the way they come out. They dont edit, they dont crop, they dont zoom, they dont do any more than perhaps a bit of red-eye removal. And how are those images distributed in the main? They are very rarely displayed at their full size (in fact Facebook almost never even holds the pictures at full size but "processes" them in a way which removes massive amounts of detail and image quality to save storage space). Most places (Facebook included) allow you to choose a range of sizes to upload at, to optimise data traffic and storage space use.

The original image, cropped down to 198 x 146 pixels, and displayed at 600 x 339 to keep the playing field level with the other images. Note the fuzziness; and you can start to see individual pixels. This is now less than 9% of the original image, AND its blown up to four times actual size.
So - the image you see on the screen is usually displayed to you at 600-1000 pixels across - far less than the original photo. At this resolution, a photo taken at 13 million pixels and a photo taken at 2 million pixels will look EXACTLY THE SAME. There is simply no way to see the original detail because making the picture that size has destroyed it - and if both are now the same width with the same scene depicted the remaining detail in the picture is also the same.

Now - there are a minority of smartphone camera users who shout "but I crop, zoom, edit my images - 4 million pixels is not enough!". I dont want to make fun of those people but - if you take a photograph so poorly that the image you want from the original picture is 30% or less of what you photographed, youre doing it wrongly. Take the photograph you want in the first place rather than taking a wider scene and then cropping it down to a postage stamp. Move closer to the subject and frame it properly. If you cant move close enough that the subject is easily visible in the frame, then a smartphone camera is the wrong tool for that image. Use a camera with a nice big lens, optical zoom and a nice big sensor. Smartphone cameras were (and are) intended for quick opportunist snaps; although a skilled photographer can capture some outstanding images with even a 4 million pixel smartphone camera because theyre a skilled photographer. For examples of what I mean, look up Colby Brown who uses smartphone cameras to take many of his unbeatable images. All are displayed on his site at 1140 pixels across and yet they look absolutely fantastic regardless of the camera he used. Another up-and-coming digital photographer is Craig Fish who also uses a 4MP smartphone camera for many of his shots.

To prove my point, here are links to one image which has been progressively halved in size until the smallest one is HALF A MILLION PIXELS. I challenge you to see the loss of quality without zooming in... until you get below the resolution of your monitor.


Original image: 4 million pixels
Half Size – 2 million pixels
Quarter size: 1 million pixels
One eighth size: half a million pixels


This article is also to be found on its author personal blog.

Have any questions or comments? Feel free to share! Also, if you like this article, please use the media sharing buttons (Twitter, G+, Facebook) under this post!
Read More..

Lean ops for startups 4 leaders share their secrets

Posted by Ori Weinroth, Google Cloud Platform Marketing

As a CTO, VP R&D, or CIO at a technology startup you typically need to maneuver and make the most out of limited budgets. Chances are, you’ve never had your CEO walk in and tell you, “We’ve just closed our Series A round. You now have unlimited funding to launch version 1.5.”

So how do you extract real value from what you’re given to work with? We’re gathering four start technology leaders for a free webinar discussion around exactly that: their strategies and tactics for operating lean. They will cover key challenges and share tips and tricks for:

  • Reducing burn rate by making smart tech choices
  • Getting the most out of a critical but finite resource - your dev team
  • Avoiding vendor lock-in so as to maximize cost efficiencies

We’ve invited the following technology leaders from some of today’s most dynamic startups:

  • Yorick Phoenix, CTO, Issio Solutions
  • Erich Ess, CTO, Simple Relevance
  • Greg Roodt, CTO, AirHelp
  • Raphael Ouzan, CTO, BillGuard

Sign up for our Lean Ops Webinar in your timezone to hear their take:

Americas
Wednesday, 13 August 2015
11:00 AM PT
[Click here to register]

Europe, Middle East and Africa
Wednesday, 13 August 2015
10:00 AM (UK), 11:00 AM (France), 12:00 PM (Israel)
[Click here to register]

Asia Pacific
Wednesday, 13 August 2015
10:30AM (India), 1:00 PM (Singapore/Hong Kong), 3:00PM (Sydney, AEDT)
[Click here to register]

Our moderator will be Amir Shevat, senior program manager at Google Developer Relations. We look forward to an insightful and open discussion and hope you can attend.

Read More..

how to build a shed roof over door





how to build a shed roof over door





How to build a shed roof over a door | Shed plans for free


How to build a shed roof over a door | shed plans for free


... small roof over door design small roof over door home inspiration for a contemporary exterior in seattle with wood siding and a shed roof.





Sunday, November 9, 2014


Sunday, november 9, 2014




How To Build A Shed Roof Over A Door PDF plans to build small shed ...


How to build a shed roof over a door pdf plans to build small shed




Read More..

how to build a shed base on a slope





how to build a shed base on a slope





Building Shed Base Slope Plans 12×24 barn plans | plandlbuild ...


Building shed base slope plans 12×24 barn plans | plandlbuild


I think the shed diagram is assuming a level base, not one elevated above ground. (3) how to build a post & beam shed foundation on a slope ….





Outdoor Shed Foundation : Best Investment Through Shed Plans | Shed ...


Outdoor shed foundation : best investment through shed plans | shed




How to Build a Post &amp; Beam Shed Foundation on a Slope - One Project ...


How to build a post &amp; beam shed foundation on a slope - one project






dt {
float: left;
width: 20%;
}
Read More..

how to build walls in a shed





how to build walls in a shed





How to build a 12x16 shed | HowToSpecialist - How to Build, Step by ...


How to build a 12x16 shed | howtospecialist - how to build, step by


Chris from http://www.icreatables.com/sheds/shed... teaches you how to build walls. this video shows you how to use wall studs and top and bottom plates to.





How to build shed walls standing second shed wall


How to build shed walls standing second shed wall




How To Build A Shed - Part 5 - Wall Framing - YouTube


How to build a shed - part 5 - wall framing - youtube






dt {
float: left;
width: 20%;
}
Read More..

how to build a shed metal roof





how to build a shed metal roof





Building a shed - metal roofing


Building a shed - metal roofing


How to build a shed roof. building a shed roof may sound difficult, choose roof sheathing appropriate for your shed. choices would be plywood, metal or fiberglass..





11-Installing Shed Metal Roofing - How to Build a Generator Enclosure ...


11-installing shed metal roofing - how to build a generator enclosure




How To Build A Shed - Part 4 Installing Sheet Metal Roof - YouTube


How to build a shed - part 4 installing sheet metal roof - youtube




Read More..

For Technical Leads and Senior Developers

Thanks for the wonderful response for the below post ... The Positions are closed now :)

Hi,

Technical Leads Needed in Bangalore Tesco
I work for Tesco and we are looking for Leads/Architects who are hands-on and understand design principles well enough to apply them for Android development. Any one with above 7 years of experience in software development with atleast 2-3 years in Android, please get in touch with me by replying to this post with a way to contact you.

We are using some cutting edge architecture at Tesco with principles of reuse across device sizes (tablets, phones, kiosks, TVs, wall screens, digital signages) across countries (12 of them) and across platforms (iOS, Android and Windows) and still keeping the apps completely native. Sounds interesting? Please feel free to get in touch with me for joining this cutting edge team :)

Senior Developers Needed in Bangalore Tesco
Also senior Android developers with 5+ years of experience with 3 years on Android can get in touch with me for the same team.

NOTE: Please do not send me resumes or get in touch if your experience is below 5 years.

Read More..

Introducing gRPC a new open source HTTP 2 RPC Framework

Today, we are open sourcing gRPC, a brand new framework for handling remote procedure calls. It’s BSD licensed, based on the recently finalized HTTP/2 standard, and enables easy creation of highly performant, scalable APIs and microservices in many popular programming languages and platforms. Internally at Google, we are starting to use gRPC to expose most of our public services through gRPC endpoints as part of our long term commitment to HTTP/2.

Over the years, Google has developed underlying systems and technologies to support the largest ecosystem of micro-services in the world; our servers make tens of billions of calls per second within our global datacenters. At this scale, nanoseconds matter. Efficiency, scalability and reliability are at the core of building Google’s APIs.

gRPC is based on many years of experience in building distributed systems. With the new framework, we want to bring to the developer community a modern, bandwidth and CPU efficient, low latency way to create massively distributed systems that span data centers, as well as power mobile apps, real-time communications, IoT devices and APIs.

Building on HTTP/2 standards brings many capabilities such as bidirectional streaming, flow control, header compression, multiplexing requests over a single TCP connection and more. These features save battery life and data usage on mobile while speeding up services and web applications running in the cloud.

Developers can write more responsive real-time applications, which scale more easily and make the web more efficient. Read more about the features and benefits in the FAQ.

Alongside gRPC, we are releasing a new version of Protocol Buffers, a high performance, open source binary serialization protocol that allows easy definition of services and automatic generation of client libraries. Proto 3 adds new features, is easier to use compared to previous versions, adds support for more languages and provides canonical mapping of Proto to JSON.

The project has support for C, C++, Java, Go, Node.js, Python, and Ruby. Libraries for Objective-C, PHP and C# are in development. To start contributing, please fork the Github repositories and start submitting pull requests. Also, be sure to check out the documentation, join us on the mailing list, visit the IRC #grpc channel on Freenode and tag StackOverflow questions with the “grpc” tag.

Google has been working closely with Square and other organizations on the gRPC project. We’re all excited for the potential of this technology to improve the web and look forward to further developing the project in the open with the help, direction and contributions of the community.


Post by Mugur Marculescu, Product Manager

Read More..

IT makes a difference in improving patient care at Wyoming Medical Center



Editors note: Today’s guest author is Rob Pettigrew, Information Technology Director at Wyoming Medical Center — the first hospital in the United States to go Google. See what other organizations that have gone Google have to say.


As the IT team at a medical facility, we’re here to help caregivers keep people healthy. Google Apps for Work provides superb reliability and security so we can empower our 1,219 staff members and 233 partner physicians to provide exceptional care. The IT team can now focus on maintaining and improving nearly 200 clinical applications that support services such as cardiology and neurological specialties, instead of worrying about email maintenance.

This is especially important in a rural setting like ours. The state has only about 600,000 people spread over 100 square miles, and we serve as a hub of medical expertise. Even with only 217 beds, we can offer the same services as many larger hospitals by working efficiently. In 2014, we saw 9,000 patients, conducted 5,000 surgeries and welcomed 1,200 new babies into the world.

We previously used Novell GroupWise for calendaring and email, but it was expensive, difficult to support and suffered frequent outages. My crew often spent many late hours trying to get GroupWise working after a server outage. We considered other alternatives. Microsoft SharePoint was too expensive, as were dedicated applications for telemedicine and video conferencing. Microsoft’s cloud offering was a possible contender for email, but it was much more expensive and a less mature product than we would have liked. We made up our minds that Google was the way to go. We trusted their exceptional security and privacy procedures and signed on.

Switching to Google Apps has resulted in six figure savings year after year, including decommissioning multiple physical servers. The flexibility of Google Apps helps us collaborate in ways we never could before. Google Hangouts has helped us advance the quality and reach of care. Now clinicians in remote areas can get advice from specialists, such as our neurosurgeons and cardiologists, helping us spread the wealth of expertise across the state, We also use Google Hangouts to streamline the recruiting and hiring process. Candidates submit resumes by Gmail, and HR staff interviews potential hires via Hangouts.

Nurses also use Google Apps to communicate instantly. With Google Drive and Google Docs they discuss and share data on topics such as medication delivery, credentials, blood-borne pathogens, education and so on. With Google Groups, the medical center uses SMS email addresses to communicate directly to users’ cell phones for staffing requests, trauma calls and other communications that require instant responses.

Much has changed since I joined Wyoming Medical Center in 2006. When I started in 2006, reporting and spotting trends was difficult because data was trapped in rigid enterprise systems such as our electronic medical records (EMR) and human resources (HR) software. Today, we can surface and report on large blocks of data from our electronic medical records and HR databases by using Google Sheets. This agility is a big win for strategic activities like spotting population health trends. It’s clear that Google Apps has been among the most positive shifts in helping our IT team make greater contributions that further the health and well-being of people across Wyoming.

Read More..

how to build a shed door using plywood





how to build a shed door using plywood





Build A Shed Door Plywood DIY PDF Plans Download build garden shed diy ...


Build a shed door plywood diy pdf plans download build garden shed diy


How to build a shed door a simple sandwich construction where the 2x4 frame is sandwiched between the exterior siding and an interior sheet of plywood or o.s.b..





Build a Shed Door | Free DIY Instructions - Pro Barn Plans


Build a shed door | free diy instructions - pro barn plans




PDF Plans Build Shed Doors From Plywood 8x10x12x14x16x18x20x22x24


Pdf plans build shed doors from plywood 8x10x12x14x16x18x20x22x24




Read More..

how to fix android phone too many pattern attempts





how to fix android phone too many pattern attempts





Too Many Pattern Attempts? Here is a Quick Fix


Too many pattern attempts? here is a quick fix


How to unlock android phones after too many pattern attempts with disabled usb tethering setting and my android phone after too many pattern attempts..





Unlock Android Phones after Too Many Pattern Attempts [Airplane Mode ...


Unlock android phones after too many pattern attempts [airplane mode




kibitzerWAP • Fix Cherry Mobile Flare S100 "Too Many Pattern...


Kibitzerwap • fix cherry mobile flare s100 "too many pattern...





Read More..

how to make a shed ramp





how to make a shed ramp





Important Factors For Building a Shed Ramp


Important factors for building a shed ramp


Http://www.buildyourown.ws build your own shed ramp, sturdy and easy to build. made like a deck from pressure treated lumber. here in florida the wood will.





Build A Shed Ramp


Build a shed ramp




How To Build A Shed Ramp Step By Step PDF plans for a shed dormer ...


How to build a shed ramp step by step pdf plans for a shed dormer




Read More..

Education on Air



(Cross-posted on the Google for Education Blog.)

What do a student in Florida, a special advisor to the Ministry of Education in Finland, a filmmaker, a veteran teacher, and a researcher for the Economist Intelligence Unit have in common? They’re all speakers — just a handful of the 130 — who shared their ideas during Education on Air.

We wanted to tackle the question of how to help students become digital leaders, and it turns out we weren’t the only ones. More than 53,000 people registered for Education on Air, the free online conference we held last week on May 8 and 9. Educators, parents, students, business people and citizens from 201 countries showed their passion for improving education. The posts on Google+ and the comments on Twitter showed that the messages of the speakers really hit home. For example they often quoted Michael Fullan’s "stop boring students" and Lisa Bodells "change is a choice." Today we wanted to provide some highlights of the event.
You might imagine it would be difficult to recap the highlights from more than 60 hours of programming, but we noticed a handful of common themes. Speakers and participants seemed to broadly agree about the challenges we face in our education systems, the changes we want to see and the steps we need to take to get there. It feels as if people around the world are joining forces to tackle big issues and achieve their goals together.

Check out the highlight reel that includes the most prominent themes from the conference:

  • The skills and mindset that will prepare students for the future 
  • The need to let students and teachers learn from failure 
  • The importance of giving students choice and voice 
  • The power of technology to open doors 


If you missed Education on Air, don’t worry. All the sessions are available on demand, so you can check out any of the keynotes, panel discussions and workshops that you missed. Just like the live conference, you can tune in from anywhere.

Stay tuned to this blog to get more news from Education on Air, including the “Skills of the Future” research you heard highlighted by Zoe Tabary of the Economist Intelligence Unit. We also want to hear from you. Let us know what you’d like to hear about at our next event. Add your voice in the comments under this tweet and this Google+ post.

Go ahead, get involved. Anyone can do it — even Gus.










Read More..

Blog Archive

Powered by Blogger.