Afficher/masquer le menu
Liens Ecyseo
  • Tags cloud
  • Daily
  • Pictures wall
  • Search
  • Display options
    • Links per page :
    • 20 links
    • 50 links
    • 100 links
  • RSS Feed
  • Login

J'ai besoin d'intimité. Non pas parce que mes actions sont douteuses, mais parce que votre jugement et vos intentions le sont.

5198 links 

page 246 / 260

Liste des liens

Twitfat
2012-08-28 0:42 - permalink -

Tweeter like, pour poster du code de plus de 140 caractères. Du tweet bird à la sauce Mc Do !

tweeter
- http://twitfat.com/
w3qualité
2012-08-28 0:41 - permalink -

Site sur la qualité web

qualité
- http://w3qualite.net
Adaptor :: jQuery content slider
2012-08-14 20:30 - permalink -

Un autre caroussel avec véritable effet 3D

caroussel jquery
- http://www.philparsons.co.uk/demos/box-slider/
FredHQ - Roundabout for jQuery by Fred LeBlanc
2012-08-14 20:27 - permalink -

Plugin jQUery permettant de faire des caroussels en 3D

caroussel jquery
- http://fredhq.com/projects/roundabout
AskApache - Crazy Advanced Web Development
2012-08-3 15:38 - permalink -

A découvrir

tutoriels
- http://www.askapache.com/
Open Web Analytics
2012-07-20 22:59 - permalink -

OWA, alternative open source de google analytics. Equivalent à Piwik, également open source.

outils statistiques visites
- http://www.openwebanalytics.com/
phpvirtualbox - A web-based VirtualBox front-end written in PHP. - Google Project Hosting
2012-07-11 2:35 - permalink -

Un module php pour piloter virtual box

php virtualbox
- https://code.google.com/p/phpvirtualbox/
Guide avancé d'écriture des scripts Bash
2012-07-10 3:32 - permalink -
bash tutoriels
- http://abs.traduc.org/abs-5.0-fr/index.html
Introduction à la programmation en Bash
2012-07-10 3:7 - permalink -
bash tutoriels
- http://aral.iut-rodez.fr/fr/sanchis/enseignement/bash/index.html
Grille tarifaire 2009, 2010, 2011 et 2012 pour les graphistes, infographistes et webdesigners freelance recherchant un ordre de prix pour un site web, flyer, brochure, catalogue, logo, carte de visite, affiche ou autre prestation graphique - MARIE & JULIE
2012-07-8 16:44 - permalink -

Article détaillant comment facturer en temps que freelance

freelance tarif
- http://www.mariejulien.com/?post/2009/09/27/Grille-tarifaire-2009-2010-2011-et-2012-pour-les-graphistes-infographistes-et-webdesigners-freelance-recherchant-un-ordre-de-prix-pour-un-site-web-flyer-brochure-catalogue-logo-carte-de-visite-affiche-ou-autre-prestation-graphique
Tarifs designers / Prix du design > Guide pour calculer honoraires de création et droits d'utilisation de projets de design
2012-07-8 16:43 - permalink -
freelance tarif
- http://www.calkulator.com/
FreelanceSwitch Hourly Rate Calculator
2012-07-8 16:42 - permalink -

Calculer un prix horaire à facturer en temps que freelance, en fonction des différentes charges et du montant que l'on souhaite atteindre par an

freelance tarif
- http://freelanceswitch.com/rates/
Installation de PHP 5.3, MySQL 5.x, phpMyAdmin sur MacOsX 10.6 « Stanislas Chollet
2012-07-6 10:4 - permalink -
Apache macosx mamp
- http://stanislaschollet.com/installation-de-php-5-3-mysql-5-x-phpmyadmin-sur-macosx-10-6
Responsive Table
2012-07-5 1:22 - permalink -

Comment afficher le contenu d'un tableau sur un petit écran ? Et faisant de chaque ligne un petit tableau à elle seule.

/*
    Max width before this PARTICULAR table gets nasty
    This query will take effect for any screen smaller than 760px
    and also iPads specifically.
    */
    @media
    only screen and (max-width: 760px),
    (min-device-width: 768px) and (max-device-width: 1024px)  {

        /* Force table to not be like tables anymore */
        table, thead, tbody, th, td, tr {
            display: block;
        }

        /* Hide table headers (but not display: none;, for accessibility) */
        thead tr {
            position: absolute;
            top: -9999px;
            left: -9999px;
        }

        tr { border: 1px solid #ccc; }

        td {
            /* Behave  like a "row" */
            border: none;
            border-bottom: 1px solid #eee;
            position: relative;
            padding-left: 50%;
        }

        td:before {
            /* Now like a table header */
            position: absolute;
            /* Top/left values mimic padding */
            top: 6px;
            left: 6px;
            width: 45%;
            padding-right: 10px;
            white-space: nowrap;
        }

        /*
        Label the data
        */
        td:nth-of-type(1):before { content: "First Name"; }
        td:nth-of-type(2):before { content: "Last Name"; }
        td:nth-of-type(3):before { content: "Job Title"; }
        td:nth-of-type(4):before { content: "Favorite Color"; }
        td:nth-of-type(5):before { content: "Wars of Trek?"; }
        td:nth-of-type(6):before { content: "Porn Name"; }
        td:nth-of-type(7):before { content: "Date of Birth"; }
        td:nth-of-type(8):before { content: "Dream Vacation City"; }
        td:nth-of-type(9):before { content: "GPA"; }
        td:nth-of-type(10):before { content: "Arbitrary Data"; }
    }

    /* Smartphones (portrait and landscape) ----------- */
    @media only screen
    and (min-device-width : 320px)
    and (max-device-width : 480px) {
        body {
            padding: 0;
            margin: 0;
            width: 320px; }
        }

    /* iPads (portrait and landscape) ----------- */
    @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
        body {
            width: 495px;
        }
    }
css design tutoriels
- http://css-tricks.com/examples/ResponsiveTables/responsive.php#
Intégration rapide de FluxBB dans PluXML - François Poteau
2012-07-3 16:55 - permalink -
ForumBB PluXml
- http://francoispoteau.com/article22/integration-fluxbb-dans-pluxml
Demo: Pure CSS GUI icons (experimental) – Nicolas Gallagher
2012-07-2 10:38 - permalink -

Trop fort : icon en css. Ne fonctionne pas avec IE7

css icones
- http://nicolasgallagher.com/pure-css-gui-icons/demo/
Free Typographic XHTML/CSS-Layouts For Your Designs | Smashing Coding
2012-06-25 18:49 - permalink -

Design libres à adapter (pour pluxml éventuellement).

css design free templates
- http://coding.smashingmagazine.com/2009/07/08/free-typographic-xhtmlcss-layouts-for-your-designs/
PhantomJS: Headless WebKit with JavaScript API
2012-06-25 14:37 - permalink -

Librairie javascript permettant entre autre de faire des copies de page web (format image) ou de copier une page web en lisant sa structure DOM.

framework javascript phantomjs
- http://phantomjs.org/
CSS3 - Columns
2012-06-17 23:13 - permalink -

Colonnes en CSS 3. Non supporté par IE

css
- http://www.quirksmode.org/css/multicolumn.html
Faille sérieuse pour MySQL
2012-06-12 2:3 - permalink -
- http://www.zataz.com/news/22220/mysql_-authentification_-bypass_-exploit.html
page 246 / 260


Tags


  • shaarli
  • wikipedia

Tags cloud

Shaarli - The personal, minimalist, super-fast, database free, bookmarking service by the Shaarli community - Help/documentation
Affiches "loi aviva" créées par Geoffrey Dorne le 13 Mai, 2020 - Mastodon 1 - Mastodon 2