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; }
Aralık, 2010 için Arşiv
5 Ara
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
1 Ara
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>

