Tag Archive | wordpress

WordPress Blog Creation Date

Happy Anniversary

My Blog’s Anniversary

When did I first create my WordPress blog? You might be surprised by how many people want to know this after years of blogging.

Back in 2011, that date of creation was fairly easy to find. You could go to your Dashboard, Options and Domains. On that panel, you’d find the date you assigned the domain to your blog. For most people, that date is the date of creation.

But for others, the blog may have been up and running long before purchasing a domain name. Then what do you do? Yeah, good luck finding that.

If you search for this topic, you’ll find a wide variety of suggestions. Continue reading

HTML 108.2 – Captcha

web-forms3Installing Form Security

A CAPTCHA is a program that can tell whether its user is a human or a computer. Computer programs can be bots that surf your site looking for information to use for malicious purposes. This type of phishing can capture email addresses on your contact forms and then begin spamming you endlessly. Or hackers can attempt to use your email for the spamming purposes.

Captcha creates a generating and grading test that humans can pass but current computer programs cannot.

You can acquire a free, secure and accessible CAPTCHA from the reCAPTCHA project. This is a Google project and it can be used for WordPress, MediaWiki, PHP, ASP.NET, Perl, Python, Java, and many other environments.

They’re becoming very popular because they are affective in dealing with the phishing problems. And for the most part, they’re pretty easy to set up and use. You’ve probably seen these tests when you’ve filled out a request form or tried to email someone through a contact form. For example, humans can read distorted text as the one shown below, but current computer programs can’t. Continue reading

HTML 104 – Creating Links

linkconstructionWebsite Navigation

If you’re on the web, you already know what a LINK is. It’s highlighted words, phrases or images that take a reader to another page, on your website or blog, or to another website entirely.

They can be used to add information to an article, to categorize information, group services or products for a company, or a variety of other points of interest.  They can even be used to set up any easy method for visitors to send you email.

Links are pretty simple things to code, but they do have a few parameters that are worth noting. Continue reading