Aralık, 2010 için Arşiv

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; }

Okumaya devam et »

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

Okumaya devam et »

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>

Okumaya devam et »

Follow

Get every new post delivered to your Inbox.

Join 32 other followers