How to Change wordpress image thumbnail size and regenerate thumbnails

How to Change wordpress image thumbnail size and regenerate thumbnails It is very easy to change the wordpress default thumbnail size at any time. Login to your wordpress and go to Settings->media Wordpress thumbnail settings page Here you can change the width and height as you required. If you tick the option "Crop thumbnail to exact dimensions (normally thumbnails are proportional)" then the thumbnail size will be exact same as you specified. It will be a cropped...

January 29th, 2010 by admin 

Plugin MM Forms giving 404 page not found error while submitting

Plugin MM Forms giving 404 page not found error while submitting any forms. This error occurs only because you have changed the name "your-name" to "name". Now go to MM-forms settings and change Name to you-name as given below. <p><label>Name (required)<br /> [text* your-name] </label></p>
December 4th, 2009 by admin 

Microsoft Windows live (MSN) is now bing.

Microsoft Windows live (MSN) is now bing. Live is now bing and bing is now Live! Microsoft changed again its search technology and name. You can search in bing.
June 2nd, 2009 by admin 

Solution: Firefox crashes when uploading Image in Wordpress

Solution: Firefox crashes when uploading Image in Wordpress Many wordpress users are facing the problem of browser crash when uploading image(or any other attachment like video, document, audio etc) in wordpress. This happens when you click "Add an image" button in wordpress near "Upload/insert" Crash window will be like this: It says "We 're sorry. Firefox had a problem and crashed. We'll try to restore your tabs and windows when it restarts" If you are...

June 2nd, 2009 by admin 

Your attempt to edit this post has failed: Wordpress Fix

Wordpress error: Your attempt to edit this post: "abc" has failed. Please try again. Have encounter this error in wordpress? If yes then here is the solution. Here is the plugin which does the following things. (more...)
April 4th, 2009 by Ranjith 

Remove new virus : AVI , MP3 files converts to JPG

A new malware virus MediaControl.exe found in some parts of central asia late this month. It changes the extension of all the media files like AVI (.avi), Music (mp3, ...) to .jpg. This just canges the file extension. Not the file format. To play the media file, you need to re-change the file extension to the previous type, or open the file using the media player. Malware name is MediaControl.exe....

April 1st, 2009 by mahesh 

Windows Live Search or MSN Search to become “Kumo”?

Microsoft is going to re-brand its search engine, known as Live Search to Kumo, as early as next year. Although mocrosoft has not announced it officially, Analysts are seeing background works are happaning in this direction. The domain kumo.com was moved to Microsoft recently. Microsoft had given a hint about re-branding its search engine last year telling current branding as Windows live and MSN...

November 24th, 2008 by gautham 

Basic PHP Syntax

Php codes will starts with <?php and ends with ?>. Here is the first php program. <html> <body> <?php echo "MY First PHP Program"; ?> </body> </html> Write the above codes in notepad and save it as first.php. Now run the this file on localhost, you should be able to see MY First PHP Program. Here echo is a print command.
October 30th, 2008 by Ranjith 

How to run PHP files on localhost?

1. First download the xampp from http://www.apachefriends.org/en/xampp.html 2. Extract the file and double click the exe. This will install Mysql and Apache servers. 3. Once the installation is complete, you will find XAMPP under Start / Programs / XAMPP. You can use the XAMPP Control Panel to start/stop all servers. Start Mysql and Apache servers. 4. Write a test.php file and copy it in to C:/Program...

October 30th, 2008 by Ranjith 

How to setup wordpress on localhost?

This is very simple using XAMPP. First download the xampp from http://www.apachefriends.org/en/xampp.html Extract the file and double click the exe. This will install Mysql and Apache servers. Once the installation is complete, you will find XAMPP under Start / Programs / XAMPP. You can use the XAMPP Control Panel to start/stop all servers. Start Mysql and Apache servers. Now open any browser(IE or...

October 30th, 2008 by Ranjith