There have been many occasions in which I have had to setup Web Authentication for websites or particular web pages. In this article, I will tell you how I set up web authentication using PHP and MySql and where the real power lies in this technology.
Create Custom Ads for WordPress and Websites
Often, Google Adsense and other advertising programs do not suit your needs. Thus, you need to create your own Google-like ads. In this article, I’ll explain how to create your own custom revolving ads for WordPress or your website using a relatively simple PHP script.
Search Replace within MySQL
This article reviews a quick way to do a search and replace in MySQL using phpMyAdmin. This solution can be used to do a quick search and replace of any condition within your MySQL database fields.
The Request Must Contain The Parameter Signature: Quick Fix for Your PHP Rest Requests
This article is for those who want to fix the The Request Must Contain The Parameter Signature error that they may be experiencing as of August 15, 2009. It addresses those who use AWS REST requests within PHP files.
The Request Must Contain The Parameter Signature: Amazon Web Services Error and Quick Solution
For all of those out there who are receiving the “The request must contain the parameter Signature” error from Amazon Web Services, this document presents the solution for those who use REST requests to Amazon Web Services.
How To Create Pages Outside of WordPress (that look like they’re part of your blog)
This article discusses how to create pages outside of WordPress but make them look like they are part of your blog and link to them from within your blog. If you ever want to create pages outside of WordPress, read this tutorial.
Change Firefox View Source Application
Without question, Firefox is the best Internet Web Browser and has only one slight drawback: The View Source Application. This article talks about how to change the View Source Application in Firefox.
Show HTML Code On Web Page
When you write about technology, you often have to show HTML code on a Web Page such that the code does not get executed. But, more importantly for those involved in SEO, you may need to show HTML code on a Web Page to enhance the way that you do your job. In this article, we will quickly explore the easiest way to show HTML code on Web Pages…and not have the code execute.
Replace Comma with Line Break
Early this week, I had a simple technical problem that required me to replace all commas in a list with line breaks. This should be a simple one that will take no more than 5 minutes. I typed into Google “replace comma with line break” intent on a quick solution but no instant fix awaited. Thus, I am writing about it in the hopes that whoever has to replace a comma with a line break will not have to scurry around looking for a solution.
Easily Create a Table In WordPress | WordPress CSS Style Tables
If you need to create a table in WordPress, this article shows you an outstanding method to create beautiful WordPress Tables easily using your CSS Style Sheet and the technical benevolence of others.