Archive | Quick Solutions RSS feed for this section

Create Custom Ads for WordPress and Websites

10. September 2009

0 Comments

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.

Continue reading...

Search Replace within MySQL

3. September 2009

0 Comments

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.

Continue reading...

The Request Must Contain The Parameter Signature: Quick Fix for Your PHP Rest Requests

3. September 2009

9 Comments

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.

Continue reading...

The Request Must Contain The Parameter Signature: Amazon Web Services Error and Quick Solution

20. August 2009

1 Comment

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.

Continue reading...

How To Create Pages Outside of WordPress (that look like they’re part of your blog)

20. August 2009

0 Comments

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.

Continue reading...

Change Firefox View Source Application

13. August 2009

0 Comments

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.

Continue reading...

Show HTML Code On Web Page

30. July 2009

0 Comments

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.

Continue reading...

Replace Comma with Line Break

30. July 2009

1 Comment

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.

Continue reading...