http://www.developer.com/ws/android/development-tools/haxm-speeds-up-the-android-emulator.html


amychang2014 發表在 痞客邦 留言(0) 人氣()

  • Jun 11 Wed 2014 16:56
  • Twitch

<object type="application/x-shockwave-flash" height="500" width="660" id="live_embed_player_flash" data="http://www.twitch.tv/widgets/live_embed_player.swf?channel=trick2g" bgcolor="#000000">
  <param name="allowFullScreen" value="true" />
  <param name="allowScriptAccess" value="always" />
  <param name="allowNetworking" value="all" />
  <param name="movie" value="http://www.twitch.tv/widgets/live_embed_player.swf" />
  <param name="flashvars" value="hostname=www.twitch.tv&channel=trick2g&auto_play=true&start_volume=25" />
  </object>

<iframe frameborder="0" scrolling="no" src="http://twitch.tv/trick2g/chat?popout=" height="500" width="350"></iframe>


amychang2014 發表在 痞客邦 留言(0) 人氣()

<iframe src="https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3616.6823749881905!2d121.54598299999999!3d24.976919!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x346801f064bc0a31%3A0x8e9b82c4b37404fc!2zMjMx5paw5YyX5biC5paw5bqX5Y2A5Lit6IiI6Lev5LiJ5q61M-iZnw!5e0!3m2!1szh-TW!2stw!4v1402475581621" width="600" height="450" frameborder="0" style="border:0"></iframe>


amychang2014 發表在 痞客邦 留言(0) 人氣()

http://docs.phonegap.com/en/1.2.0/phonegap_storage_storage.md.html#localStorage

Key Quick Example:

amychang2014 發表在 痞客邦 留言(0) 人氣()

function createButton(context, func){var button = document.createElement("input");
    button.type ="button";
    button.value ="im a button";
    button.onclick = func;
    context.appendChild(button);}

window.onload =function(){
    createButton(document.body,function(){
        highlight(this.parentNode.childNodes[1]);// Example of different context, copied function etc// createButton(this.parentNode, this.onclick);});}

amychang2014 發表在 痞客邦 留言(0) 人氣()

document.addEventListener("deviceready", onDeviceReady,false);function onDeviceReady(){
    window.requestFileSystem(LocalFileSystem.PERSISTENT,0, gotFS, fail);}function gotFS(fileSystem){
   fileSystem.root.getDirectory("data",{create:true}, gotDir);}function gotDir(dirEntry){
    dirEntry.getFile("lockfile.txt",{create:true, exclusive:true}, gotFile);}function gotFile(fileEntry){// Do something with fileEntry here}

amychang2014 發表在 痞客邦 留言(0) 人氣()

<!DOCTYPE HTML>
<html>

amychang2014 發表在 痞客邦 留言(0) 人氣()

<!DOCTYPE HTML>
<html>

amychang2014 發表在 痞客邦 留言(0) 人氣()

<!DOCTYPE HTML>
<html>

amychang2014 發表在 痞客邦 留言(0) 人氣()

  • 這是一篇加密文章,請輸入密碼
  • 密碼提示:win
  • 請輸入密碼: