Kasım, 2010 için Arşiv

BATCH BULK MASS DELETE REMOVE UNUSED EMPTY TAGS MYSQL PHPMYADMIN WORDPRESS

Run this in your phpMyadmin or anywhere you can execute sql DELETE FROM wp_terms WHERE term_id IN (SELECT term_id FROM wp_term_taxonomy WHERE count = 0 ); This will effectively remove them from everywhere the admin can see but they still exist in the relationship table DELETE FROM wp_term_relationships WHERE term_taxonomy_id not IN (SELECT term_taxonomy_id FROM [...]

Okumaya devam et »

HOW TO INSTALL GD LIBRARY PHP 5 UBUNTU SSH PUTTY

Here is the steps for Ubuntu Server 8.04.1 and PHP5. Like Djamu said it will install a GD pre-compiled working version. It is a complete bundled (forked) GD libraries: 1. If not already done removing your current GD package and its configurations. sudo apt-get –purge remove 2. Adding 2 lines to your file /etc/apt/sources.lst deb [...]

Okumaya devam et »

Google Chrome Windows 7 64 flash video problem how to solution

1 Download the Flash player xpi for Windows. 2 Add a .zip extension to the file. It should now be: flashplayer-win.xpi.zip or use 7zip for direct extract 3 Extract the contents and copy two files “flashplayer.xpt” and “NPSWF32.dll”  over to 4 C:\Users\User\AppData\Local\Google\Chrome\Application\Plugins (if plugins folder doesn’t exit create manually)  C:\Documents and Settings\user\Local Settings\Application Data\Google\Chrome\Application\Plugins in [...]

Okumaya devam et »

BEST DEFAULT FLASH VIDEO SIZES FOR PLAYER LIST TABLE

Table 1 – 4:3 Aspect Ratio Sizes Best (16) Better (8) Good (4) 640 x 480 608 x 456 624 x 468 576 x 432 544 x 408 592 x 444 512 x 384 480 x 360 560 x 420 448 x 336 416 x 312 528 x 396 384 x 288 352 x 264 [...]

Okumaya devam et »

Follow

Get every new post delivered to your Inbox.

Join 32 other followers