×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: HTML
Posted by: Randy Marsh
Added: Mar 11, 2014 4:08 PM
Views: 1795
Tags: no tags
  1. <div class="row">
  2.         <div>
  3.           <div class="col-lg-4">
  4.             <h2>Delete photo &amp; video based on a timer</h2>
  5.             <p>Learn how to write the code that downloads and displays messages, photos, and videos that timeout after a few seconds. Then create the code that deletes them from the back-end to make them "self destruct."</p>
  6.           </div>
  7.         </div>
  8.  
  9.         <div class="col-lg-4">
  10.           <h2>Build an easily managed friends list</h2>
  11.           <p>Learn what Parse.com offers as a "backend-as-a-service" platform. Explore the user account management APIs provided by Parse.com and write the code to create and save a new user in a Parse.com data store.</p>
  12.        </div>
  13.  
  14.         <div class="col-lg-4">
  15.           <h2>Store &amp; retrieve data using cloud servers</h2>
  16.           <p>We'll teach you how to upload images, video files, and messages to Parse.com's cloud servers. Then learn how to retrieve the data by setting up custom queries that download and display them in the app.</p>
  17.         </div>