Make Your WordPress Blog iPhone Compatible Using WPtouch

WPtouch DemoI’m sure most of you would agree with me that the iPhone is the world’s most popular smartphone. Even if you don’t agree with that statement per se, you’d definitely agree that it is the world’s most popular smartphone for accessing the Internet.

There was a time when web pages had to be written specially for mobile devices and most devices available in the market just couldn’t display regular web sites designed using HTML.

The Safari browser on the iPhone and iPod touch devices is responsible for more than half of the world’s mobile Internet usage and it doesn’t look like that uptrend is going to change soon. The reason behind this popularity is that, unlike other smart phone browsers, mobile Safari can display regular webpages as well as desktop based web browsers.

But, while the iPhone and iPod touch browsers display almost all websites perfectly, using a mobile specific theme you can offer a lot of advantages to your visitors.

Tags: , ,

Useful WordPress wp-config Tricks That You May Not Know

wp-configIf you are one of the many who install WordPress via Fantastico, chances are, you won’t even know the existence of the wp-config file in WordPress. The wp-config.php file is one of the most important files in Wordpress. It holds the keys to your database and also many of the configuration options that you never know you can do with WordPress. Here are some tricks that you can get your WordPress to do by editing the wp-config file.

Tags: , ,

How to Install and Test Wordpress on Your Mac

Wordpress logoWordpress is without a doubt the most popular blogging platform around. Not only is it a good piece of software but what makes it the best tool for the job is the awesome community that is associated with development of not only the Wordpress core software, but also the various themes and plugins.

For all it’s simplicity, a lot of people still shy away from using Wordpress because installing and maintaining it requires a certain level of technical knowhow. Specifically, the knowledge of installing and managing a PHP/MySQL stack and dealing with all the problems that can happen with a botched Wordpress installation.

So, without further ado, we’ve written this post that’ll not only teach you how to install a complete PHP/MySQL stack on your Mac but also teach you to install and configure a fully functional Wordpress install, all without leaving the comforts of your own computer.

Tags: , ,

The Safe Way to Change your WordPress Database Table Prefix

tbl_prefix-wp-on-tableUnless you have make an attempt to change the table prefix before installing your WordPress blog, chances are that your WP database is still using the default ‘wp_’ as the table prefix. With this default prefix, hackers can easily perform a SQL injection attacks on your database and wreak havoc to your site. The best way to prevent this from happening is to change the table prefix to another term that is difficult for hackers to guess.

If you are new to blogging and are looking to install your first WordPress blog, then it is easy. Simply change the $table_prefix entry in wp-config.php file, upload the file to the server, then proceed on with the famous 5-mins installation.

For those who have already been blogging for sometime, follow the method below to change your table prefix.

Tags: , , , ,

Five WYSIWYG Plugins to Enhance the WordPress Built-In Editor

wysiwyg-toolbarThe WordPress built-in editor has the minimum features to create a blog post. It’s one of the reasons that many bloggers use desktop-based blog editors that provide them with additional features that is lacking in the WordPress editor. Here are five WordPress plugins that will give you the functionality as a desktop-based editor without leaving WordPress.

Tags: , , ,

3 Useful Plugins For Multiple Authors Collaboration

Collaboration in blogs is a growing need with more and more blogging teams, newspapers, and magazines using the Internet. Additionally, there are times that one post may be assigned to more than one author. In WordPress, the only way to co-author a blog post is to share login information or for the users to have a higher role than “Author.” Here are three WordPress plugins that will allow you the ease of collaborating blog posts between more than one author. Each of the three plugins have their pros and cons, so test them out and see which one is the best fit for you.

Tags: , , , ,

How to Create a Multi-national Blog Without Being a Language Expert

globaltranslator-flagsThe Internet continues to make the distance between people in different countries shorter and shorter. People, regardless of where they come from, are constantly interacting with one another. As we all know, not everyone speaks the same language, so how can you make your WordPress blog multinational to reach different language speakers. The best way to do this is by the Global Translator WordPress plugin.

Tags: , , ,

Qumana: An Easy-to-Use Alternative to Desktop Blogging

qumana_newpost

Desktop blog editors provide bloggers additional functionalities that are missing in your blog’s default editor (e.g. WordPress, Blogger, LiveJournal, etc.). Additionally, you are able to write and edit your blog posts offline, which provides a way to save your work on your computer’s hard drive while also not having to be connected to the Internet. One of the best desktop-based blog editors is Qumana.

Tags: , ,

How To Easily Reset Your WordPress Password via phpMyAdmin

reset-buttonI know that it is easy to forget your password, especially when it contains plenty of symbols, digits and upper/lower case. In WordPress, if you have forgotten your password, you can get it to reset your password via your email account. However, in the event that you also forget your username or the email you have used to open the WordPress account (I know this type of situation is rare, but it does happen), you can always reset your password via the phpMyAdmin.

This tutorial is applicable only if your Web host is using phpMyAdmin to manage your database.

Tags: , ,

How To Connect To Your WordPress Account Via Secure FTP

secure-areaIf you own a self-hosted WordPress account, chances are you are using FTP to transfer all your files online. Here’s the problem: connecting and transferring files via FTP is not secured. All your login credential (including username and password) and data are transmitted over the network in plain text. Any hacker who is sniffing your network can easily obtain your password and gain access to your account.

If you are really concerned about the security of your site, this is something that you really need to avoid.

Tags: , , , , , ,