Archive for the ‘PHP’ Category

WPunplugged Script for Emergency WordPress plugin management

WPunplugged is a Php script . It manages your WordPress plugins even when you cannot access to Wp Admin, and it allows you to deactivate or activate plugins. Only for plugins developers ! Tested on WordPress 3.2.1 Please use this script with care. Using the WPunplugged Script If you created a plugin that hangs your [...]

Download Top 4 Free Local Web Servers for Windows to Test Websites and Scripts

If you’re designing a web application offline you will need to take the jump from client-side technologies like DHTML, to server-side technologies like PHP and Perl. One might also need to make use of databases to store data in case of content management projects. Hence you might need to test your work before you launch [...]

How to install PHP on Windows

Download & Unpack Download and install PHP from http://windows.php.net/download/, you should grab the newest VC6 x86 Thread Safe zip package (VC6 is on the bottom half of the page). My file was named: php-5.2.7-Win32-VC6-x86.zip Warning against PHP Installer I would NOT use the “PHP Installer” version. The Installer version (even though it’s larger) is missing [...]

How to delete existing WordPress post revisions

For users who had disabled or turned off post revisions tracking or versions history feature in WordPress (added since WordPress 2.6), it is also made sense to delete and remove all existing stored post revisions and changes made on pages stored in the database in order to reduce the wp_posts table size, especially when there [...]

How to Show Excerpts Instead of Full Posts in WordPress

As you all can see I have switched themes as the old theme was giving me some trouble, and the new one is just so beautiful (isn’t it?)!!!! I came to write this post as a result of trying to make my homepage show only excerpts instead of whole posts. I am sure there’s a [...]