请大家现在就加入清心国度社区的 Facebook 专页,随时获取最新热门资讯。
Author: fyhao
HTML5 Full Screen API
HTML5 now supports Full Screen API that allows browser to request full screen, and it is useful for video element. It is awkward that HTML5 video does not full screen while Flash video does have previously.
The first full screen API is developed by Apple Webkit implemented in iOS. Now Google Chrome, Firefox, Safari did support full screen API that called using JavaScript. However, they did use their own API methods with less standardization for developer to write cross-platform full screen operation.
Related Links:
http://arstechnica.com/business/news/2011/11/html5-games-video-get-boost-from-full-screen-api-in-firefox-nightly.ars
http://peter.sh/2011/01/javascript-full-screen-api-navigation-timing-and-repeating-css-gradients/
Turing.js a learning framework
Alex Young had written a series of posts teach on how to build a JavaScript framework, and he named the framework that going to be built as Turing.js.
Let’s follow this link: http://dailyjs.com/2010/02/25/djscript-part-1-structure/
Joli.js a lightweight ORM for Titanium Mobile
Researching Titanium Mobile development, I want to create a database application and I need a database framework or ORM (Object-Relational Mapper) to manage my entities without troubling with SQL.
Many available ORM frameworks written by JavaScript is capable of dealing with SQLite database that can worked with HTML5, Google Gears, and Titanium Mobile, and Joli.js is the one I found that is more suitable when used with Titanium Mobile.
Joli.js provides simplistic way to create database query, like amazing Query constructs (query().select(“tablename”).where(“name = ?”, “age”).execute()), and easier / extensible way to define the model entities. It is enough for simple application development. However, it does not support relationship association between entities (one-to-one, one-to-many) such like ActiveRecord did originally.
九把刀 人生就是不停的战斗
九把刀 人生就是不停的战斗
http://bbs.qxinnet.com/thread-42455-1-1.html
Imgshow Platform added support for Microsoft Bing Map
Imgshow Platform added support for Microsoft Bing Map. The websites that had installed Imgshow Platform can easily embed Bing Map into their web pages.
For Discuz! forum who had installed Imgshow Platform plugin, they can enable this feature, by entering into their Discuz! Admin Panel, then go to Plugins -> Imgshow Platform, clicked on “Fetch latest Imgshow Service”, and then “bingmap” code will be automatically added. It is available for both English and Chinese version.
View the help details on how to embed Bing Map into Discuz! forum,
English version: http://www.discuz.my/misc.php?mod=faq&action=plugin&id=qx_imgshow:help&topic=bingmap
Chinese version: http://bbs.qxinnet.com/misc.php?mod=faq&action=plugin&id=qx_imgshow:help&topic=bingmap
Imgshow on Facebook also supported Bing Map service. For example, you want to show “Singapore”, you may have two ways:
1) Imgshow Query Language
http://apps.facebook.com/imgshow/q:name=bingmap,center=Singapore
2) Or this convenient way
http://apps.facebook.com/imgshow/bingmap/Singapore
After you get right the map with the URL you assigned, then you share it to your wall.
Facebook Messenger for Mobile
Facebook Messenger is released to Android, iPhone, and Blackberry. It provides faster way to message.
You can
- Message friends right on phone from your mobile contacts, who have installed this apps.
- Message Facebook friends instantly.
- Easier group conversation.
- Share location when you messaging.
http://www.facebook.com/mobile/messenger
Orto JavaScript-based JVM
Orto is an implementation of the Java Virtual Machine implemented in JavaScript.
Check out its source code on Github.
Google Gmail New Look for Two Official Google Themes
Web Links on Programming Stuff by amptblog
I found a blog post on web links on programming stuff by amptblog. He collected a vast amount of web links on programming stuff and categorized it based on different web technologies such as HTML5, JQuery, CSS, ASP.NET MVC, Node.JS and other design and programming stuff here.
I saw my blog post about Node.JS on Amazon EC2 is listed.
