WPtouch is a WordPress plugin by BraveNewCode Inc. that makes your WordPress website load fast on touch mobile devices, showing the content beautifully and without interfering with your regular theme. Here is how my MilkAddict website looks like on my iPhone using WPtouch:

wptouch-homepage

(more…)

FacebookTwitterPinterestBlogger PostMySpaceDiggTechnorati FavoritesDeliciousShare
Tagged with: ApplebrowserdownloadlayoutpluginWebWordpress
 

Syntax Highlighter WordPress Plugin is a WordPress syntax highlighter plugin.
For Example, using this plugin some CSS code in your blog post would show like this:

p.margin
{
margin-top:100px;
margin-bottom:100px;
margin-right:50px;
margin-left:50px;
}

(more…)

FacebookTwitterPinterestBlogger PostMySpaceDiggTechnorati FavoritesDeliciousShare
Tagged with: plugintutorialWebWordpress
 

How to avoid SPAM attacks to your blog? How to improve the performance of your blog?

A common problem for bloggers is the time wasted checking and deleting SPAM comments that they get to their blogs, time that could be turned into content creation! this could be possible using an automated spam killer plugin that could do the job of controlling and marking new spam comments as SPAM.

feature AKISMET PLUGIN

One first simple solution for the SPAM problem is to use the Akismet plugin for WordPress!
(more…)

FacebookTwitterPinterestBlogger PostMySpaceDiggTechnorati FavoritesDeliciousShare
Tagged with: pluginspamtutorialWordpress
 

Php-stats installation tutorial.

Php-stats is an excellent site monitoring script and it’s free to download and definitely easy to install. It’s released under the GPL/GNU license. The requirements for the software are: PHP 4.0.6 or higher, MySQL 3.23 (*) or higher.

Let’s describe now the few steps for the installation of Php-stats:

  1. Modify the config.php with the values provided by Aruba when you activated the MySql service:
    option['host']=”xxx”; xxx is the IP address of the Aruba MySQL server. An example value is 62.149.140.30
    $option['database']=”xxx”; xxx is the MySQL database name.For example something like Sql123456_1
    $option['user_db']=”xxx”; xxx is the username of the database. For example Sql123456
    $option['pass_db']=”xxx”; xxx is the password of the database. Example: k1526g0f
    $option['script_url']=”xxx”; xxx is the URL of the installation path of Php-Stats. For example: www.domainname.com/stats
    $option['exc_pass']=”xxx”; xxx is the password used to enable the dynamic exclusion of the IP addresses. Es. dynamic.
  2. Now let’s upload via FTP the Php-stats files to the www.domainname.com/stats URL, eventually creating the folder stats if it doesn’t exist.
  3. Make sure the folder option has read,write,execute permissions for everyone (chmod 777). Everytime we modify something from the control panel Php-stats will write in that folder.
  4. Make sure the file config.php has read and write permissions for everyone (chmod 666) to be able to use the Config-Editor di PHP-Stats.
  5. Run the setup.php using the URL www.domainname.com/stats/setup.php and follow the instruction displayed.
  6. At the end of the installation set the options parameters displayed, as for example for example the URL of the website, your email for password recovering and reports and other settings for the reports.

That’s it! Now just wait for people to visit your website and check the statistics! ;)

FacebookTwitterPinterestBlogger PostMySpaceDiggTechnorati FavoritesDeliciousShare
Tagged with: downloadsoftwareWeb
 

An improvement to WordPress themes is installing a META Description Tag plugin. A WordPress theme may be optimized for search engines, but there are a few additional things that can still be done.

It may happen that Search Engines see the content as duplicate if the content at two different URLs for example appears to be substantially similar. So some pages may be filtered when the Search Engine is serving the results, or even it may happen that some websites or pages aren’t indexed at all by search engines, or that a Search Engine Crawling Program stop indexing them.

Therefore without a unique META Description Tag on each of our posts we are hampering our Search Engine traffic. To solve this problem after we have succesfully installed our WordPress theme we can download from this link a META Description Tag plugin which is very easy to install. The URL contains all the instructions.

For my theme it’s very simple, I only had to download the .zip file, extract the head-meta-desc.php file, upload it to my wp-content/plugins/ directory, and activate Head META Description under Plugins in my WordPress.

Basically this plugin outputs a brief summary of a post or Page (the first N words, where N is defined in the plugin and we can modify it), a description of the category if on category pages, and the tagline of the blog on any other page.

It’s recommended to keep the setting of the length of the META Description Tag between 20 or 25 words (out of the box setting is 20).

Enjoy it!

FacebookTwitterPinterestBlogger PostMySpaceDiggTechnorati FavoritesDeliciousShare
Tagged with: downloadpluginWordpress
 

How to install WordPress on Aruba

In this tutorial I will describe briefly how to install WordPress on Aruba.

To run WordPress your host needs:

  • PHP version 4.2 or greater
  • MySQL version 4.0 or greater

My hosting at Aruba includes Linux and MySql database service. Linux is more robust and featureful for running WordPress, but you just need a server that supports PHP and MySQL.

The WordPress installation steps are: (more…)

FacebookTwitterPinterestBlogger PostMySpaceDiggTechnorati FavoritesDeliciousShare
Tagged with: downloadsoftwareWordpress