Archive for the ‘InterNET’ Category

Simple Way , How to enable gravatar in wordpress blogs?

Tuesday, November 18th, 2008

1. Go to /wp-content/themes/themename and open comments.php . 2. Find < ?php comment_text() ?> or comment_text() in comments.php and add the following code before that. <?php if ( !empty( $comment->comment_author_email ) ) { $md5 = md5( $comment->comment_author_email ); $default = urlencode( 'http://www.gravatar.com/avatar/ad516503a11cd5ca435acc9bb6523536?s=60' ); echo "<img style='float: right; margin-left: 10px;' src='http://www.gravatar.com/avatar.php?gravatar_id=$md5&amp;size=60&amp;default=$default' alt='' />";} ?> This methode, taken from : ...

Setting up server using mobile phone

Friday, November 14th, 2008

It is a common if we set up and configure a server using console or remote using the pc. But it is a pride if we can remote with an unordinary method,like what I done a few time ago. I set up a remote server using mobile phone. YES! Little ...