Crossing the Deadline - MISSION ETERNITYhttp://missioneternity.org/
By etoy
The Ikthusian Archivehttp://www.bry-backmanor.org/ikthusian/ikthusian.html
How to Design a Font: {Part 4} Finishing Touches | GoMediaZinehttp://www.gomediazine.com/tutorials/part-4-finishing-touches/
Workflow Tip: Illustrator to Fontlab | GoMediaZinehttp://www.gomediazine.com/tutorials/workflow-tip-illustrator-to-fontlab/
FX 1, 2008 by Ilia Ovechkinhttp://iliaovechkin.com/fx1/
Screen grab to WordPress! :: Modules pour Firefoxhttps://addons.mozilla.org/fr/firefox/addon/8204
screenshot post to wordpress
jCquard: The Do Less, Punch More JavaScript Libraryhttp://www.outstandingelephant.com/jcquard/
chris.com - ASCII Art Collectionhttp://www.chris.com/ASCII/
NETMAREShttp://netmares.info/
temphttp://www.madeintemp.com/
RGB hex Color Wordshttp://www.astro.wisc.edu/~mukluk/colortest.html
Hexa couleurs et mots
Oxite - Lab - MIX Onlinehttp://visitmix.com/Lab/Oxite
Collaborative writing software online with Writeboard. Write, share, revise, compare.http://writeboard.com/
Processor.jshttp://proppy.aminche.com/why-processor/chrome/content/main.xul
WordPress › Support » Display full comments, not just a link?http://wordpress.org/support/topic/188149
Commentaires en homepage sur wordpress :
1.Open /wp-includes/comment-template.php
2.Find the "function comments_template( $file = '/comments.php' ){"
3.Inside the function you will see :
if ( ! (is_single() || is_page() || $withcomments) )
return;
Change this to
if ( ! (is_single() || is_page() || $withcomments) )
//return;
4.Open /wp-content/themes/yourtheme/index.php
add "" inside post loop
"while (have_posts()) : the_post(); "