Wordpress Plugins

Written by Sanjib Ahmad


Continued from page 1

1. Upload your plugin torepparttar wp-content/plugins folder 2. Go to your Wordpress site using a browser and login 3. Click onrepparttar 142821 Plugins link fromrepparttar 142822 main menu at top 4. Scroll downrepparttar 142823 list of available plugins to findrepparttar 142824 plugin you just uploaded 5. Click "Activate" to make your plugin active Wordpress Plugin Sites We foundrepparttar 142825 following sites with a comprehensive list of Wordpress Plugins:

* Wordpress Wiki - Plugins: http://wiki.wordpress.org/?pagename=Plugin * WordPress Plugin Repository: http://dev.wp-plugins.org/ * WP-Plugins Download Interface: http://redalt.com/external/plugins.php * Wordpress Plugin Database: http://www.wp-plugins.net/

Sanjib Ahmad, Freelance Writer and Product Consultant for Business.Marc8.com - Business Best Sellers. You are free to use this article in its entirety as long as you leave all links in place, do not modify the content, and include the resource box listed above.


PHP Redirect

Written by Sanjib Ahmad


Continued from page 1

* JavaScript Redirects

<script language=javascript> setTimeout("location.href='[some-url]' rel='nofollow'", [time]); </script>

Replace [time] with milliseconds. This will pauserepparttar browser forrepparttar 142820 specified number of seconds. Replace [some-url] withrepparttar 142821 target URL you want to redirect.

For example, setTimeout("location.href='http://www.yahoo.com' rel='nofollow'", 5000);

The above JavaScript based redirect can be either inrepparttar 142822 <header></header> or <body></body> region ofrepparttar 142823 HTML code.

Usually a PHP redirect is much more reliable than other form of redirects like HTTP redirect or JavaScript based redirects. For example a JavaScript redirect may not work if a user's browser settings has JavaScript turned off.

The reason why PHP redirects will work no matter what settings users have on their browser is because PHP is server side script. It will not depend on browser settings that may affect JavaScript which is parsed onrepparttar 142824 client-side/user-side.

Sanjib Ahmad, Freelance Writer and Product Consultant for Business.Marc8.com - Best Selling Business Books. You are free to use this article in its entirety as long as you leave all links in place, do not modify the content, and include the resource box listed above.


    <Back to Page 1
 
ImproveHomeLife.com © 2005
Terms of Use