Categories
App Reviews Tutorials

Moving WordPress® to a new Domain or Directory, or creating a Test Environment Playground

IMPORTANT NOTE 2021 – THIS POST IS 7 YEARS OLD POST AND MANY OF THE STEPS SUGGESTED DO NOT WORK WITH NEW VERSIONS OF WORDPRESS FOR INSTANCE: GD PRESS TOOLS is not longer free or not available site_url and home_url variables has been REMOVED ONLY FOLLOW THESE STEPS IF YOU HAVE WORDPRESS VERSION 4.5.24 OR […]

Categories
Tips Tutorials

Handling a Keyword Search with PHP/MySQL (MATCH/AGAINST MySQL Function)

For the longest time I used the MySQL ‘LIKE’ statement style for searching by keywords, which it is probably the most reliable and fastest option. But today I’m going to talk about another option you have to create a more effective keyword search and get the result from MySQL order by keywords relevance. For this […]

Categories
Resources Tips Tutorials

Installing Apache, PHP and MySQL in Ubuntu 12.10

Preparing your new Ubuntu 12.10 computer for web developing can be intimidating, especially if you are not used to Ubuntu or Linux environment, as I am. There’s a lot of help from the community but sometimes they are kind of rough when someone like me ask a noob question, but hey!… at least they answer […]

Categories
Tutorials

Data Injection

Database Injection alert has become a pain in the back lately, after the resent SQL injection against MySQL main website, I start researching about Data Injection myself and I found a lot information that might be helpful for many my fellow designers and coders. What’s A Data Injection? If it’s the first time you heard about […]