Web

TwitterFacebook
Get flash to fully experience Pearltrees
Il m’arrive régulièrement de croiser des gens souhaitant s’initier à Ruby et Ruby on Rails. Il existe une multitude de ressources. J’ai essayé de sélectionner celles qui me semblent vraiment indispensables. Développeurs Ruby, vous pouvez passer votre chemin, je ne vous en voudrai pas, vous n’apprendrez pas grand chose ici :) Avant de commencer, faisons un petit rappel.

Comment débuter en Ruby on Rails ? | Camille Roux

http://www.camilleroux.com/2011/09/08/comment-debuter-en-ruby-on-rails/

webgrind - Xdebug Profiling Web Frontend in PHP - Google Project Hosting

https://code.google.com/p/webgrind/ Please submit issues, patches and comments on github Webgrind is an Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job. Here's a screenshot showing the output from profiling: It is possible that a larger number of kcachegrind features will be implemented in the future, bringing webgrind closer to completing one of the suggested PHP Google Summer of Code 2008 .
https://code.google.com/p/aost/

aost - Tellurium Automated Testing Framework - Google Project Hosting

The Tellurium Automated Testing Framework ( Tellurium ) is a UI module-based automated testing framework for web applications. The UI module is a collection of UI elements you group together. Usually, the UI module represents a composite UI object in the format of nested basic UI elements. For example, the Google search UI module can be expressed as follows,
http://seleniumhq.org/

Selenium web application testing system

What is Selenium? Selenium automates browsers . That's it. What you do with that power is entirely up to you. Primarily it is for automating web applications for testing purposes, but is certainly not limited to just that.
Code only long-hand inline CSS styles instead of external or head stylesheets. CSS short-hand like “font” may not work, so write out individual properties like “font-size.” Wrap everything in a master 100% width table for background colors and other body styles because head and body tags are stripped out by webmail. http://slidesix.com/view/codinghtmlemailmodernportfolio

Coding HTML Email: Best Practices & Tips