Skip to main content

Home/ Groups/ centreforelearning
Sally Loan

Getting Started With Mobile Learning - 1 views

  •  
    Mobile learning 2.0 is more about creating learning experiences-engaging and challenging activities that result in significant changes to knowledge and behavior. If you find that there is a particular advantage to being mobile, then look at the end goal of what you're trying to achieve and reverse-engineer it. One of the decisions you will need to make is whether or not to develop your mobile learning application within your company or to use a custom developer.
bernard tan

Google Font Directory - 0 views

  •  
    Google web fonts that is easy to embed into your site to make them nicer :)
Sally Loan

imo instant messenger for iPad - 0 views

  •  
    Login to MSN and skype in one interface
Sally Loan

What are the Principals That Make an Awesome Web App? - 1 views

  •  
    So what should the Web developer consider when building an app?
Sally Loan

5 key tips to market your event via Twitter - 0 views

  •  
    With this new age of social media, organizers are spinning on how to market their events, and many think that a few tweets get them there.
Sally Loan

QR code success using iPad and iPod touch - 0 views

  •  
    Although the iPad and the older iPod touch doesn't have a camera, there are two ways that it can read a QR code. 1. Code embedded in website 2. Printed Code
bernard tan

Exporting Images from Canvas Tag HTML5 - 1 views

  • Exporting & Saving One thing that SVG can’t do is save the resulting image as a bitmap. It’s easy for <canvas> because the element is already a bitmap in the first place! The canvas can export its image to a data URL (e.g., data:image/png;base64,iVBORw0KGg...). This data may then be rendered in the browser, which could then be saved or dragged to the desktop, used in a new canvas, and so on. The browser must support PNG images, and it may have varying support for GIF and JPG. For our example, we’ll stick with PNG since it supports alpha transparency, and where we haven’t drawn on the canvas, it’ll be transparent. To get the data URL, we simply call canvas.toDataURL('image/png'). Note that we’re calling toDataURL() on the <canvas> element, not on the 2D context. This is because we’re getting all the pixels in the canvas, not just the pixels in a particular context. So taking the example we’ve put together already, we’ll make the browser redirect to a PNG version of the image when a user clicks on the <canvas> element (a contrived example, I know!): canvas.onclick = function () {  window.location = canvas.toDataURL('image/png');};
  •  
    I am sharing of export images from web app specially to Eve and Sham, maybe useful for our harmonia project. This is the workflow i was mentioning on exporting the contents of the new html5 tag canvas to an jpeg or png and it opens in a browser, which then can be save or be used for other things, we could also explore on other options of sending the image directly to other applications. http://jsbin.com/abagi3/5/ Above url is a live prototype and you can actually view source to see how easily it is being done. :)
bernard tan

30+ Super Secret iPhone Features and Shortcuts | iPhone.AppStorm - 0 views

  • Press the Home and Sleep Buttons Simultaneously to Take a Screenshot
  • Enable International Keyboards for International TLDs
  • Hold Home and Sleep to Reboot
  • ...10 more annotations...
  • Hold Home for Five Seconds to Quit the Current App
  • Tap Shift and Drag
  • Double Tap Space for a Period and Space
  • Press Home Once to Go to First Home Screen or Search
  • Leave Off www and .com for Faster Browsing
  • Add Sites to Your Home Screen for Quick Access and More
  • Tap and Hold a Link for Options
  • Scroll Inside Frames and Text Areas With Two Fingers
  • Double Tap a Text Column or Image to Zoom to It
  • Tap and Hold to Save Images
  •  
    kinda handy for iphone users especially the screenshots.
bernard tan

50 Great Web Alternatives to Desktop Software - 0 views

  •  
    free web apps online
bernard tan

Web App - Scrolling long lists - 1 views

  • Scrolling Long Lists Another big problem with iPhone web apps is presenting very long lists efficiently. Digg has this problem with their stories and comments and they work around it by breaking stories into pages of ten and omitting all but the top five comments. Apple solves this problem nicely in their Mail app by loading 25 messages at a time and putting a link to get more at the end. Clicking it loads those messages and appends them to the end of the list, allowing you to use the joyous flick gesture to scroll the complete list at once. In my view, this is nicer than breaking the list up into separate pages. iUI makes it easy for you to use this convention in your own web apps. Simply create a link with target="_replace" and iUI will load the URL it and replace the <a> with the contents of the URL. Again, the URL should not point to a complete HTML document, but only the fragment you want to replace the "Get More" link with. For an example of incrementally loaded lists, look at the Digg demo again. Scroll to the bottom of the stories list and click on the "Get 10 More Stories..." link.
  •  
    One of the issue/feature for the billboard on finLit hub project which i was discussing with Sham about earlier on. Here's a nice solution which i think we can take into consideration. Do check out the digg demo link that I highlighted. http://www.joehewitt.com/iui/samples/digg/#___1__
  •  
    Excellent find! I also think that "get more" is a more elegant solution. Where any information exceeds a single screen in any apps CeL develops, this should be the way to go.
Sally Loan

EmbedPlus: Adds Extra Controls & More To YouTube Embeds - 0 views

  •  
    EmbedPlus is a simple and free to use web service. You can play only a specific portion of the video in your site. Your site visitors might also want to zoom in or slow down specific parts of the video while viewing it. All this is now possible if you embed videos with the help of EmbedPlus.
Pratima Majal

Teach Parents Tech - 1 views

    • Pratima Majal
       
      If we set up a comprehensive site like this for tech support, then the service desk could help us with most of our queries. The ET's can then focus on initiating and sustaining and not just supporting.
  •  
    Tech support for parents.
Sally Loan

Twitter Mosaic - 1 views

shared by Sally Loan on 13 Dec 10 - Cached
  •  
    You can make a mosaic art of who is your tweeter followers.
« First ‹ Previous 1721 - 1740 of 1991 Next › Last »
Showing 20 items per page