Archive | Quick Solutions RSS feed for this section

Windows 7 Screen Maximizes When Dragged Partially Off Screen | Get Rid of It!

12. November 2010

1 Comment

This is just a quick tech note on Windows 7 Screen behavior and the new feature in which the screen maximizes when you drag it partially off the screen.

Continue reading...

Convert MyISAM to INNODB using phpMyAdmin

29. August 2010

9 Comments

This is a technical post on how to convert from MyISAM to InnoDB using phpMyAdmin. Yesterday, I was using phpMyAdmin to set up database tables in MySQL. The solution that I was implementing called for me to use foreign keys to relate the tables to one another. Well, foreign keys require the use of the [...]

Continue reading...

The Used Table Type Doesn’t Support FULLTEXT Indexes

29. August 2010

1 Comment

This is a technical post for those who are receiving the message “The Used Table Type Doesn’t Support FULLTEXT Indexes” in phpMyAdmin.” I received this message as I was trying to convert a MySQL table from MyISAM to InnoDB in phpMyAdmin. I was converting this MySQL table from MyISAM to InnoDB so that I could [...]

Continue reading...

How To Show WordPress Category IDs

13. May 2010

0 Comments

Learn how to show WordPress Category IDs so that you can customize your WordPress Categories and catapult them to the top of the search rankings.

Continue reading...

How To Redirect Web Image Results To Web Page

13. May 2010

0 Comments

In this article, we will take a quick look at how to redirect Google search image results to the actual web page that hosts the image. Occasionally, there are those little things that you can do which yield large results. This is one of them--take advantage of it!

Continue reading...

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

15 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

3 Comments

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...