Guides

You are currently browsing the archive for the Guides category.

As many of you are aware, I have been building a rather extensive and large WordPress Website for my family genealogy (http://many-roads.com).  As of this writing the site encompasses some 3 GB of space, an average of 120 unique readers per day with approximately 300 page reads, 10,000+ pages, images and documents (for me this is huge).

I have posted a series of articles on ManyRoads describing that site’s construction and tool base.  Since much of the discussion involves WordPress use, I thought it germain to place a link to the article stream here.

I have posted a “how-to’ article on the Integration of WordPress and GRAMPS systems on another site of mine.

If you are interested in following either my genealogical work -or- learn a bit more on how recommend building genealogy websites with WordPress you might find the article valuable.

Tags: , ,

Block a Country

If you are finding that your site is benefiting from countless unwanted, undesired visitors from certain governmental jurisdictions, there is something you can do about it.  Actually the solution is quite simple and is explained in excellent detail at Block-a-Country. Rather than fight these undesireables a single IP at a time… follow the instructions on Block-a-Country.  It took me about 45 minutes to block three countries on 20 sites.

I apologize to anyone from one of the countries I’ve blocked, if you are one of the good guys.  But certain nations seem to think that the Internet is a place to abuse the good graces of … well you get it.

Keep your site and information a bit safer; you can do it.

Tags: ,

If you are a Linux user like I am (Ubuntu is the distro I use), this brief tutorial may be of some help to you. In order to setup Tomboy so it publishes to your  WordPress BLOGS via ATOM do the following:

  • Use Synaptic to install the Post note to your blog plugin
  • restart Tomboy if it was running so that the plugin loads
  • go to your WordPress BLOG
  • Open Settings >>Writing and place a check (tick) mark next to the item labeled “Enable the Atom Publishing Protocol.”
  • Open Tomboy go to Edit >> Preferences >> Add-Ins >> Tools >> Post note to your BLOG >> Preferences and use your WordPress, URL; your URL should look like http://<blog_url>/wp-app.php/posts

If this does not work you may need to update your .htaccess file.  Mine looks like the following:

<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>

# END WordPress

Tags: , , , , ,

Of late, it has come to my attention that someone is stealing this site’s (my) content.

I guess I should be honored that I am writing something that someone finds useful.  On the other hand, it offends my sensibilities that these folks did not have the common courtesy to request the right to reproduce my content — which by the way, I would have granted– or provide a link to or mention of my original posting. Afterall as a BLOG publisher I want people to read my materials.

Anyway I found a wonderful posting on Lorelle’s site that provides a brief how-to guide on dealing with content theft. I highly recommend you read Lorelle’s  articles/ post s on the subject (and there are quite a few).

As for my journey into this realm, I’ll add brief notes of what I have done in this post (so watch for updates here):

  1. My first activity was to send the offending site a Cease & Desist demand (you can find guides on how-to write these by searching the web).  In the demand, I allowed that even at this late stage I would grant them permission to use my content if they met certain conditions such as asking me for permission and providing links to the original pages. This action was not as easy to accomplish as you might think.  Their site has no contact page… so I posted the cease and desist demand as a comment to every posting of mine that I could easily find as a WordPress Comment.

more soon….

Tags: , , ,

There are numerous actions a prudent web admin can take to make their site more secure. In an effort to place the key safety precautions you can employ on a WordPress site I have gathered a number of actions from multiple sources and placed them here.

Please note that this posting is not original content, rather it is a merged aggregation from the references listed below.

Item 1.

Always Upgrade to the current version of WordPress

Upgrade your WordPress as soon as possible. Most WordPress releases patch security loopholes, fixes which are essential for your continued protection.

Item 2.

Change Default Passwords

That is the first thing to do, if you are still using the default 6 lettered admin password which is sent to you via e-mail. Give a tight and secure password with numbers and letters and symbols jumbled up so that granny’s bruteforcing technique doesn’t cost you your blog. Don’t be too concerned about loosing your password and choose a simple password as you can always change your lost WordPress password.

Item 3.

Remove WordPress ‘version string’ in your theme files

1. Go to WordPress dashboard, click on presentation -> edit themes -> header.php
2. Find and remove this. bloginfo(‘version’) Save the file.

Explanation: Hide the version number of your WordPress such that it will be hard for hacker to find security loopholes for the specific version of WordPress.

Item 4.

Place empty ‘index.html’ file in the plugins folder

1. Open a text editor ’save as’ and save the file as index.html (be sure to change the filetype from text files to all files if you are running in windows)
2. Upload the file to WordPress wp-content/plugins folder in your web server.

Explanation: Hide the plugins used by your WordPress blog. It uses the same concept as above which is to hide security loopholes in the plugins.

Item 5.

Upload a copy of .htaccess file in the wp-admin and wp-includes folders

1. Using FTP program or your webserver file manager, go to the root folder of your server and download .htaccess file (set ’show hidden files’ first if you’re using FTP program such as FileZilla)
2. Go to your wp-admin folder
3. Upload the .htaccess file you’ve downloaded from the top level directory.

Item 6.

Use SSH instead of Telnet, SFTP instead of FTP

For real security use ssh to access your site instead of ftp which is inherently insecure and open to snooping of your account details as the authorization details (login & password) are transmitted in clear over the internet. With ssh you can use secure ftp protocol like sftp to do anything you can do with ftp. Similarly you can use ssh instead of telnet to securely connect to your Linux / Unix server

Item 7.

Create a robot.txt to place in your top level directory

Recommended contents include:
User-agent: *
Disallow: /cgi-bin
Disallow: /wp-admin
Disallow: /wp-includes
Disallow: /wp-content/plugins
Disallow: /wp-content/cache
Disallow: /wp-content/themes
Disallow: /trackback
Disallow: /feed
Disallow: /comments
Disallow: /category/*/*
Disallow: */trackback
Disallow: */feed
Disallow: */comments
Disallow: /*?*
Disallow: /*?
Allow: /wp-content/uploads

References:

  • http://www.bloganything.net/922/secure-your-wordpress-blog
  • http://blog.taragana.com/index.php/archive/20-wordpress-security-plug-ins-and-tips-to-keep-hackers-away/
  • wordpress codex

Tags: , , , , , , ,

As many of you may have noticed, I have been working on improving the ‘noticability’ of my sites using select WordPress Plugins. I can say with certainty now that the following plugins have had a very positive impact on my SEO rankings but more importantly on my site traffic. The plugins I refer to are:

  • YARPP- Yet Another Related Posts Plugin- I use this plugin with customized settings (variable per site and my business objectives) to improve cross-linking of information on my site.  This not only improves some of the ratings in Google but seems to have a positive impact on whether or not people stay on the site and look at additional related information.  AND.. since I am in the business of providing information to people, this serves a very improtant function. (Similar functionality can be made available via Simple Tags– although I find this plugin superior.)
  • All in One SEO- This plugin is very useful in improving what Google and others see when they examine my web-pages. The one dependency I have observed in using this plugin is to load the same keywords I use/ generate in Simple Tags in the Home Keywords area of this plugin.  This seems to provide a higher hit rate on my pages when the search engines come by.  It additionally appears to have a positive impact on making relevant pages available to search engines.
  • SEO Smart Links- I use this plugin for much the same reason as YARPP.  The big plus is that this plugin places hot links within the body of Posts/Pages to facilitate cross-navigation around the site.
  • Simple Tags- is possibly the key to everything.  If you are like me and often forget to tag things this plugin makes it easy to augment and re-tag your entire site at will. If you keep the tag list in this plugin as your master, it also makes it easy to cross-link and cross-reference all your SEO data across the site.
    • Be certain to look at the admin function for this tool because you can invoke the following key functions:
    • Related Posts- cross-linking of posts where content is similar (similar to YARPP)
    • Related Pages- cross-linking of pages where content is similar (similar to YARPP)
    • Relevant Tags- listing of the tags used on the Page/ Post

Tags: , , , , ,

Updated:11 April 2009

Updated: 15 April 2009

Like many of you, I am always in search of excellent themes for my existing and new WordPress sites.   Also, probably like most of you, I seem to be constantly searching the web for them.  In order to help consolidate my list of useful sites (eliminating many I find either to expensive or of too poor quality, here is my list:

Reviews

If you have other ideas or suggestions please be sure to let me know and I’ll add them here.

Tags: , , , ,

eirenicon llc is pleased to announce that we now support and create symbiotic web communities for use by our clients. If your community, group or organization is interested in presenting a cohesive, yet unique, face on the world an eirenicon Symbiotic Web Community Site may be the answer. These sites, modeled on and using software from WordPress.com, are readily available and extremely affordable. This website provides an example of a WordPress-MU based symbiotic Web Community from eirenicon llc. Feel free to tour this site to see examples of how this style of Web Community might support you and your community needs.

See a demonstration of an eirenicon Symbiotic Web Community!

Tags: , , , ,

Because most of us post to BLOGs in order to be read, having a good and complete list of update services is essential. As I was surfing the web I came across a rather complete, current, and thoughtful listing. This list is maintained and located at:

http://elliottback.com/wp/a-list-of-rpc-and-rpc2-to-ping/

Many thanks to Elliot C. Back.

Tags:

« Older entries

Improve the web with Nofollow Reciprocity.
7 visitors online now
7 guests, 0 members
Max visitors today: 10 at 12:24 am UTC
This month: 11 at 09-01-2010 10:26 am UTC
This year: 37 at 06-03-2010 11:01 pm UTC
All time: 37 at 06-03-2010 11:01 pm UTC