vendredi 29 août 2014

Driver HP 2000 Wifi problem

if you can't enable the wifi in your HP 2000 notebook

please install the HP wireless assistant from here

http://sur.ly/o/h10025.www1.hp.com/ewfrf%2Fwc%2FsoftwareDownloadIndex%3Fsoftwareitem%3Dob-87841-1%26cc%3Duk%26lc%3Den%26dlc%3Den/AA001290

and by using slim driver update the network controller driver

after finishing installation please press FN+F12 to activate your wifi 

dimanche 3 août 2014

category not found for a custom post wordpress


my websit e works perfectly excet dislaying catgeiru for custom ost

the roblem was descivred by using a winderfukl lugin :

https://wordpress.org/plugins/rewrite-rules-inspector/

to discover wher the redirection goes?

by flushing and deleleting a revious custom category the roblem was resolved


////////////////////pour lister les adress ///
/*

add_action( 'init', 'addresse_init' );

function addresse_init() {
// create a new taxonomy

$labels = array(

'name' => __( 'adresse Categories', APP_TD ),

'singular_name' => __( 'adresse Category', APP_TD ),

xxxxxxxxxxxxxxxxxxx

);



$args = array(

xxxxxxxxxxx
'rewrite' => array( 'slug' => 'listings/category', 'with_front' => false ),

);



register_taxonomy( VA_LISTING_ADDRESSE, VA_LISTING_PTYPE, $args );
}

*/
/////////////////////

samedi 2 août 2014

compresser les images de wordpress

http://wordpress.org/plugins/wp-smushit/screenshots/

http://www.elegantthemes.com/blog/tips-tricks/optimize-images-for-your-wordpress-website

Check your current website performance


pour vérifier les performances de votre site voici 2 outils intéressant


http://developers.google.com/speed/pagespeed/insights/

http://gtmetrix.com/

How to: Speed up your WordPress site with gzip compression, accélérer wordpress par gzip


aciver la compression gzip pour les données wordpress pour accélerer l'affichage .

les serveur de godaddy support la copression gzip :
http://support.godaddy.com/help/article/6946/enabling-mod_deflate-with-your-hosting-account


pour l'activer sur wordpress ajouter les lignes suivantes à votre .htaccess de la racine :

# BEGIN GZIP
# compress text, html, javascript, css, xml:
AddOutputFilterByType DEFLATE text/plain
AddOutputFilterByType DEFLATE text/html
AddOutputFilterByType DEFLATE text/xml
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/xml
AddOutputFilterByType DEFLATE application/xhtml+xml
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/javascript
AddOutputFilterByType DEFLATE application/x-javascript
AddType x-font/otf .otf
AddType x-font/ttf .ttf
AddType x-font/eot .eot
AddType x-font/woff .woff
AddType image/x-icon .ico
AddType image/png .png
# END GZIP

pour tester si la compression est active :
http://www.whatsmyip.org/http-compression-test/?url=d3d3LnNvdWthc2ZpLmNvbQ==

ou bien sr chrome lancer un audit (F12=>audit) et verifier si chrome n'indique pas la compression gzip

Nombre total de pages vues