Developpement

FacebookTwitter
http://www.ovh.com/soapi/fr/ Qu'est-ce que SoAPI ?

Spécifications SoAPI

In the last few months, I have written two articles where I discussed a few strategies to do CSS3-style transforms in IE ( CSS3 Text-Shadow – Can It Be Done in IE Without JavaScript? and CSS Blurred Text-Shadow in IE — Part I ). While demonstrating the possibilities to creating a varied range of text-shadows in IE, there wasn’t any silver bullet that produced what I considered one of the Holy Grails of CSS polyfills: a method that could take an existing page and render multiple CSS3 text-shadows in IE with few, if any, changes to the CSS code. http://www.useragentman.com/blog/2011/06/29/full-css3-text-shadows-even-in-ie/

Full CSS3 Text-Shadows — Even In IE

Joe Dog Software - Using Siege To Tune Apache on GNU/Linux

http://www.joedog.org/articles-tuning/ Siege is a great tool to measure web site performance and establish benchmark metrics. What do you do if siege shows your performance stinks? This document illustrates how to tune your server and validate those tunings with siege.
HTML

JS

PHP

In some previous posts on mongodb and python , pymongo , and gridfs , I introduced the NoSQL database MongoDB how to use it from Python, and how to use it to store large (more than 16 MB) files in it. Here, I'll be showing you a few of the features that the current (2.0) version of MongoDB includes for performing aggregation. In a future post, I'll give you a peek into the new aggregation framework included in MongoDB version 2.1. http://architects.dzone.com/articles/basic-aggregation-mongodb-20

Basic Aggregation in MongoDB 2.0

blockly - A visual programming language

http://code.google.com/p/blockly/?redir=1 Blockly is a web-based, graphical programming editor. Users can drag blocks together to build an application. No typing required. Check out the applications: Maze - Use Blockly to solve a maze.