®, un ensemble de fasToulzes ® utilitaires pour WordPress :

  • Fastblink : un plugin de clignotement de texte (dernière version bientôt disponible)
  •  

    Syntaxe : [BLINK]<texte à faire clignoter>[/BLINK]

    Démo : regardez ici !

  • Fastexpand : un plugin de pliage/repliage de texte (dernière version bientôt disponible)
  •  

    Syntaxe : [DET <texte d’entête>]<texte à déplier/replier>[/DET]

    Et voilà ! Un plugin simple et utile, qui permet de ne présenter que l’essentiel à l’ouverture d’une page Web

     
  • SQL Tab : un plugin de construction d’un tableau à partir d’une requête (bientôt disponible) :
     

    Syntaxe : [SQLTAB <type requête : S/U/I/P (select/update/insert/proc)>;<nom tableau>;<couleur hexa>;<taille fonte>;<nom col1>;…;<nom coln>]<requête sans passage à la ligne>[/SQLTAB]

    En insérant le texte suivant dans la page :

     

    [SQLTAB S;Médias, pages, articles en base;#FFFF00;10;nombre;type de post;statut]select count(*) as nb, post_type, post_status from wp_posts group by post_type, post_status order by post_type, post_status;[/SQLTAB]

     

    on obtient :

    [FSQLTAB S;Médias, pages, articles en base;#FFFF00;10;nombre;type de post;statut]select count(*) as nb, post_type, post_status from fast_wp_posts group by post_type, post_status order by post_type, post_status;[/FSQLTAB]

  •  
  • Fastlendar : affichage et envoi par mail de calendrier basé sur le plugin My Calendar, en cours de finalisation (avec vues par année, mois, semaine) :

Démo : cliquez ici pour la vue par exercice (nouvelle fenêtre)

Vue par exercice (version plugin) :

[fastlendared]

[fastlendarmd]

®, a set of fasTools ® for WordPress :

  • Fastblink : a plugin to make text blink (the last release will be available soon)
  •  

    Syntax : [BLINK]<text to make blink>[/BLINK]

    Demo : look here !

  • Fastexpand : a plugin used to expand/unexpand text (the last release will be available soon)
     

    Syntax : [DET <header text>]<text to expand/unexpand>[/DET]

    Here it is ! A simple and useful plugin, with which you can display only the essential when opening a web page
  •  
  • SQL Tab : a plugin used to display an array built with an SQL query (the release will be available soon) :
     

    Syntax : [SQLTAB <query type : S/U/I/P (select/update/insert/proc)>;<array name>;<hexa color>;<font size>;<col name1>;…;<col namen>]<query without carriage return>[/SQLTAB]

    When inserting this text in the post :

     

    [SQLTAB S;Media, pages, articles in database;#FFFF00;10;count;post type;status]select count(*) as nb, post_type, post_status from wp_posts group by post_type, post_status order by post_type, post_status;[/SQLTAB]

     

    we get :

    [FSQLTAB S;Media, pages, articles in database;#FFFF00;10;count;post type;status]select count(*) as nb, post_type, post_status from fast_wp_posts group by post_type, post_status order by post_type, post_status;[/FSQLTAB]

  •  
  • Fastlendar : a plugin that displays and send by mail a calendar based on My Calendar plugin, and that will be finalized soon (with view by year, month and week) :

Demo : click here to display the view by year (in a new window)

View by year (plugin version) :

[fastlendared]

[fastlendarmd]