Archive for December, 2010

How to auto resize pictures images using CSS

example

img   {
  max-width: 550px;
         width: expression(this.width > 550 ? 550: true);
         max-height: 400px;
         height: expression(this.height > 400 ? 400: true);

}

secon solution example

.resize {
width: 200px;
height : auto;
}

.resize {
width: auto;
height : 300px;
}

PHP.INI SSH COMMAND FIND HOSTEUROPE UBUNTU LINUX

OPEN SSH AND TYPE FOLLOWING LINE TO FIND PHP.INI

find / | grep "php.ini"

FOR HOSTEUROPE /etc/php5/apache2/php.ini
vi /etc/php5/apache2/php.ini
/memory_limit

 

:w hit enter

:q hit enter

/etc/init.d/apache2 restart

HOW TO FIX Windows Live Writer WordPress: metaWeblog.newPost Invalid response document returned from XmlRpc server

WordPress: metaWeblog.newPost Invalid response document returned from XmlRpc server

 

add following line to your .htaccess

<Files xmlrpc.php>
SecFilterInheritance Off
</Files>

Follow

Get every new post delivered to your Inbox.

Join 108 other followers