Catégorie: Css
Auteur: admin
Publiée le: Mar, 15-Juin-2010
Vue: 988 fois
Durée: 0:41:17
Description:
This screencast goes over when tables are appropriate in web design, the markup that creates them, things you should know about them, basic styling with CSS, and a little jQuery bonus stuff.
See original article
Catégorie: MySql
Auteur: tcation
Publiée le: Ven, 03-Sept-2010
Vue: 1082 fois
Durée: 0:57:00
Description:
English Presentation with
MySQL and memcached [ODP]
Memcached is a distributed memory object caching system that is getting a lot of press at the moment for its ability to provide a high-performance front-end for database applications. Sure, memcached can do wonders, but where is it most effective and what are the pain points?
When a site grows the site administrator starts to worry about how to maintain performance as the hit count rises. Should extra hardware be thrown at the problem synchronisation issues start to rear their heads. Writing caching code is sometimes problematic and you have to be sure that the target of the c...
Catégorie: Php
Auteur: optikalefxx
Publiée le: Lun, 06-Sept-2010
Vue: 848 fois
Durée: 0:06:17
Description:
Tutorial in english : New in php5 is the ability to blur images. All you need to blur images is php5+. later we will make an application to convert all the images in a folder.
Basically to get a better blur, just keep doing the blur effect over and over.
Catégorie: Web Design
Auteur: OrbitZ81
Publiée le: Jeu, 28-Juil-2011
Vue: 2671 fois
Durée: 0:04:26
Description:
BorderMaker is the easiest way to resize and decorate pictures with borders, text and watermarks. Anyone can do it, in 3 simple steps you get professional looking images.
Catégorie: Web Design
Auteur: Css-Tricks
Publiée le: Mer, 16-Juin-2010
Vue: 952 fois
Durée: 0:38:52
Description:
My technique for building print stylesheets goes like this.
1) Start from scratch
2) Leave most defaults alone
3) Eliminate every thing on the page you don’t need with display: none;
4) Put page-breaks where appropriate.
See original article