Skip to content

Instantly share code, notes, and snippets.

View jhouedanou's full-sized avatar

Jean Luc Houedanou jhouedanou

View GitHub Profile
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Atoo.ci | Toute l'actualité ivoirienne.</title>
<link type="image/png" href="favicon_atoo.png" rel="icon">
<link type="image/png" href="favicon_atoo.png" rel="shortcut icon">
<style type="text/css">
body {
pear config-create ${HOME} ${HOME}/.pearrc;pear install -o PEAR;echo "export PHP_PEAR_PHP_BIN=/usr/local/php53/bin/php" >> ~/.bash_profile;echo 'export PATH=${HOME}/pear:/usr/local/php53/bin:${PATH}' >> ~/.bash_profile;. ~/.bash_profile;pear channel-discover pear.drush.org;pear install drush/drush
jQuery(document).ready(function(){
// extra jQuery goodness for the Slider - March 15th 2012.
//jQuery('#myCarousel').fadeOut();
jQuery('#myCarousel').fadeIn();
/*carousel animation requested by the client*/
$("#sup").click(function () {
$('#myCarousel').fadeIn().slideDown('');
});
$("#sdow").click(function () {
$('#myCarousel').fadeOut().slideUp(2000);
<?php
$post = $wp_query->post;
if (in_category('catname')) {
include(TEMPLATEPATH.'/single-catname.php');
} elseif (in_category('glaoui')) {
include(TEMPLATEPATH.'/single-glaoui.php');
else{
include(TEMPLATEPATH.'/single_default.php');
//single_default.php etant le modele d article par defaut
}
@jhouedanou
jhouedanou / asvpr.markdown
Last active August 29, 2015 14:05
A Pen by Jean Luc Houedanou.
@jhouedanou
jhouedanou / blEnt.markdown
Last active August 29, 2015 14:05
A Pen by Jean Luc Houedanou.
@jhouedanou
jhouedanou / Effet-carte-jquery.markdown
Created August 28, 2014 17:18
A Pen by Jean Luc Houedanou.
@jhouedanou
jhouedanou / carousel
Created January 2, 2015 19:00
carousel
<div id="wolf" class="ym-g80 ym-gr">
<ul id="treb" class="cycle-slideshow"
data-cycle-slides="li"
data-cycle-fx=carousel
data-cycle-timeout=1000
data-cycle-pause-on-hover="true">
<?php
$the_query = new WP_Query('cat=9'); ?>
<?php if ( $the_query->have_posts() ) : ?>
<!-- la boucle -->
@jhouedanou
jhouedanou / carousel.php
Created January 2, 2015 20:41
Carousel v2