background preloader

HTML5 tools, Animation tools - Adobe Edge Preview

HTML5 tools, Animation tools - Adobe Edge Preview

You Publish Initializr - Start your HTML5 project in 15 seconds! dotCloud - One Platform, Any Stack Enlaces de video interactivo - Toni Ilirio 生命的重建 生命的重建 露意絲‧海 著 原書序 自序 我的哲理 第一章 我所相信的 第二章 你有什麼問題 第三章 它來自哪裡 第四章 它是否真的 第五章 我們要怎樣做 第六章 停滯不改變 第七章 怎樣改變 第八章 建立新的一切 第九章 每天的生活 第十章 人際關係 第十一章 工作 第十二章 成功 第十三章 擁有錢財 第十四章 身體 第十五章 我的故事 原書序 假如我不幸被困在一個荒島上,而又命定只能存有一本可讀的書,且無法保有其他書籍的話;我會毫不遲疑選露意絲茜所著的這本偉大巨著:《生命的重建》。 這本巨著不單給人以師長般的教導,而且是由這位女作家以親身經歷寫出,所以有非常感人、巨大的影響力。 我的職業是幫助「愛滋病」的患者,由於需要,我認識了露意絲茜,採用了她對於醫療疾病的種種理論和方法。 我讓每一個「愛滋病」患者聽露意絲茜的演講錄音帶「積極應付愛滋病」。 我觀察每一個病人,見到他們都因為聽了露意絲茜的錄音帶而變得和平與充滿愛心,因此我對露意絲茜愈加敬佩。 我很榮幸能看到這本書的出版,和為她寫這一篇序。 這本書是十分有價值的;我們每一個人,也都是十分有價值的! 自序 我曾經寫過一本小書,書名是《醫療自己的身體》,概述心理如何造成疾病,很得醫學界的好評。 這以後我收到很多讀者的來信,大家一致地希望我能有一本更詳盡的這類著述。 濟世度眾──是我寫這本書的動機。 我很希望大家能夠以我的親身經驗,跟我學習用自己的積極力量,來應付生命中的種種波浪。 我提議大家先把全書讀一遍,然後慢慢地再讀第二遍。 由於書裏每一節都寫出關於生命的某一個問題,給你的生命一積極的力量,所以你們應該多花一兩天的時間來熟讀每一節,然後依著它的教導,一一實行。 希望你們像信賴佛陀一樣的信賴這本書。 我在本書結尾忠實地敘述了我的一段自傳──「我的故事」。 請你們一定要細讀這一本書,佛菩薩將會庇佑你們。 我的心意是和你們一致的! 我的哲理 我們的生命經歷,完全是我們自己造成的。 我們的一思一念,都在創造我們的將來。 最有力量的是「當下」,不是過去,也不是將來。 每一個人都因為自我憎恨和內疚,產生出很多痛苦。 很多人都認定自己「不夠好」,要知道這只是一個念頭,念頭是可以改變的。 對我們最有害的是憎恨、批評和內疚。 如果把憎恨溶化、甚至可以使癌症痊癒。 如果我們真正地愛護自己,我們的生命便有成就。 我們一定要將過去網開一面,寬恕所有的人。 我們一定要開始學習愛護自己。 我們身體的一切疾病,也都是我們自己製造出來的。 知識

Apprendre HTML5, CSS3 pour créer un site web À travers de nombreux exemples pratiques et cas concrets, Alsacréations vous propose de découvrir toutes les possibilités offertes par la conception web aux normes, HTML, XHTML, HTML5, les feuilles de style CSS et CSS3, le Web mobile, l'accessibilité, PHP, JavaScript, jQuery, etc. Tutoriel : Guide pas à pas Article : Document d'analyse ou de référence Astuce : Court stratagème toujours utile Cette page présente une sélection de nos ressources. Comprendre le positionnement en CSS Consolidez et élargissez vos connaissances des différents schémas de positionnement CSS actuellement utilisés ou avant-gardistes (flux, positionnement absolu, fixé, relatif, flottement, inline-block, modèle tabulaire). Alsacréations est également un organisme de formation agréé qui propose des enseignements web à Paris et Strasbourg : HTML et CSS (tous niveaux jusqu'à expert), Web mobile, jQuery, accessibilité numérique, Wordpress.

Google Analytics and Processing Using Google Analytics with Processing2012 We have been working on a project which visualizes visitor statistics of our website. Luckily there is Google offering the service Google Analytics, which is going to provide us with all the necessary data. Google Analytics offers a huge amount of information about a website, but at the same time this makes the API quite complex and harder to grasp quickly. We are going to explain all necessary steps how to set up your Processing application in order to retrieve data from Google Analytics. Google LibrariesYou'll need a couple of libraries by Google (Google Data Client Libraries), which we packed in an archive for you here. Connect with Google AnalyticsYou have to log in to your Google Analytics account (and you have to have a website included into Google Analytics of course) and get your TableId. Note the end of the adress, saying XXXXXXXX, instead of this it should say a number- your tableId! processing code DataQuery query;DataFeed feed;

Introduction à la balise video de HTML5 L'élément <video>, cousin de <audio> offre en HTML5 une solution simple, native pour les navigateurs pour l'intégration d'une vidéo dans une page web. Elle permet également de proposer une alternative à l'utilisation de Flash pour les plate-formes ne le supportant pas (iOS par exemple avec iPhone, iPod, iPad…) Balise Syntaxe générale La syntaxe de base de la balise video est extrêmement simple : <video controls src="video.ogv">Ici la description alternative</video> L'attribut src définit bien entendu l'adresse du fichier vidéo, tout comme pour la balise img lorsqu'il s'agit d'une image. Sources multiples On peut également proposer plusieurs sources dans plusieurs formats différents en indiquant les types MIME grâce à l'attribut type : <video width="400" height="222" controls="controls"><source src="video.mp4" type="video/mp4" /><source src="video.webm" type="video/webm" /><source src="video.ogv" type="video/ogg" /> Ici l'alternative à la vidéo : un lien de téléchargement, un message, etc.

Fabio Biondi blog » From Flash to Javascript to Html5 Canvas and Easel JS How to create HTML animations and interactive experiences on desktop and mobile browsers After the bad news about Adobe Flash of november 2011, as Flash/Flex developer I thought a lot about the (my) future. Here in Italy nobody is asking me anymore Flash applications and although Adobe AIR is now a really good solution to develop native mobile applications often you can not please the customer because they don’t really need an App but they just want a better web experience on mobile devices. In fact a lot of my customers/partners is asking me: “I have an idea! But it must work on web browser, IPad and, if you can, on Android devices too”. A native application for Apple store and Android market could seems a good solution but App Store Review Guidelines don’t allow to publish all types of applications: i.e. marketing materials (2.13), advertisements (2.13), silly games (2.11), “useless” or duplicated apps (2.12), and so on. The first idea: propose mobile Web-Apps Sencha Touch test:

Related: