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.