background preloader

Tools Dev

Facebook Twitter

Kidsruby.com. Web Designer. Feedback & Online Help Desk Software. jQuery File Upload Demo. Strftimer - A Ruby strftime generator. Toutes les offres d'emplois disponibles en Ruby On Rails. Mercury Editor: The Rails HTML5 WYSIWYG Editor. Notfound.org. Les microdonnées par l’exemple. Introduites en HTML5, les microdonnées sont de simples attributs qui se greffent à la structure HTML.

Les microdonnées par l’exemple

Elles ont pour objet de décrire la nature du contenu à l’instar du RDFa et des microformats. Enrichir le contenu d’une surcouche qui puisse être comprise et interprétée par les différents programmes n’est bien sûr pas une nouveauté : ça fait bien longtemps que la question s’est posée et que des solutions ont été proposées.Malheureusement, elles n’ont jamais été totalement satisfaisantes : RDFa n’a jamais été utilisé à grande échelle du fait de sa complexité supposée, et si les microformats ont rencontré un vif succès, ils présentent l’inconvénient de détourner la nature de certains composants pour marquer le contenu et d’être difficilement extensibles.

Intégrées au HTML, les microdonnées constituent une solution native pour enrichir le contenu. Elles se présentent sous la forme de cinq nouveaux attributs : itemscope, itemtype, itemprop, itemref et itemid. Créer un objet sémantique. Ici et ailleurs » Ruby on Rails. Send Email Using Rails. Advertisements Action Mailer is the Rails component that enables applications to send and receive e-mail.

Send Email Using Rails

In this chapter we will see how to send an email using Rails. So lets start with creating a emails project using following command. This will create required framework to proceed. Now we will start with configuring Action Mailer. Action Mailer - Configuration Following are the steps you have to follow to complete your configuration before proceeding with actual work: Go into config folder of your emails project and open environment.rb file and add the following line at the bottom of this file. This tells ActionMailer that you want to user SMTP server. Add the following lines of code to the bottom of your environment.rb as well. Replace each hash value with proper settings for your Simple Mail Transfer Protocol (SMTP) server. You may also change the default email message format. ActionMailer::Base.default_content_type could be set to "text/plain", "text/html", and "text/enriched".

Your community gem host. #199 Mobile Devices. Emulateur mobile (by COWEMO) Getting Started with Your Facebook App on Heroku. Facebook Table of Contents A Facebook app typically uses an SDK to interact with the Facebook API, using Facebook’s Graph API and FQL to retrieve and post information to Facebook.

Getting Started with Your Facebook App on Heroku

A Facebook application can easily be developed and deployed to Heroku (in any of Heroku’s supported languages) which has code that interacts with Facebook’s APIs in this manner. How To: Local Facebook App Development. Introduction Developing any computer application is a process that will inevitably involve many mistakes, bugs, and other trials.

How To: Local Facebook App Development

Indeed, half of writing an application is just testing the code to make sure it behaves correctly, and scratching your head when it doesn’t. Clearly, you want to shield your end-users from experiencing the app in such a state. So, one important and popular web application development technique is to have a local test server for development, only pushing code to the live server after it has been appropriately tested. CSS Design: Going to Print. Ajaxload - Ajax loading gif generator.

Responsive Design

HTML5 Boilerplate: The web's most popular front-end template. CSS Debutant : Premiers pas en CSS. The W3C Markup Validation Service. CSS - Feuille de style - Cours CSS - Cascading Style Sheets. ROR Tutos. Background Gradients. .ex { width: 48%; margin-right: 2%; float: left; overflow: hidden; *zoom: 1; .gradient-example { width: 80px; height: 80px; background: red; margin: 1em 1em 0 0; #radial-gradient { background-image: -webkit-gradient(radial, 45px 45px, 0, 45px 45px, 30, color-stop(33.33333%, #00ffff), color-stop(100%, #1e90ff)); background-image: -webkit-radial-gradient(45px 45px, #00ffff 10px, #1e90ff 30px);