Monday, June 29th, 2009 at 2:45 am
What is IRC? IRC is Internet Relay Chat. It is a group of networked server computers that let clients (or users) connect and passes their message among the networked servers in almost real time. In other words, it is a big chat server, you join a group (channel) and you talk in an open forum [...]
Sunday, June 28th, 2009 at 10:45 am
If you would like to know when your site was last indexed by Google, you can find out easily by using the Google cache command. By typing "cache:www.logcabinrustics.com" into the Google search engine, I learned that my site was last indexed yesterday. The Google cache also displays the web page at the time of indexing, [...]
Friday, May 29th, 2009 at 1:45 pm
If you’ve been using MySQL database to store your important data, it is imperative that you make a backup of your data to prevent any loss of data. This article shows you how to backup and restore data in your MySQL database. This process can also be used if you have to move your data [...]
Monday, March 16th, 2009 at 2:41 am
PHP is the most powerful server-side scripting language available on the internet. Based on the C core, PHP is remarkably easy to learn and code with. PHP is capable of performing insignificant tasks like collecting the users’ browser agent. Yet it is strong enough to perform database entry operations and high-intensity database queries. PHP is [...]
Thursday, January 8th, 2009 at 8:40 pm
In Linux and Unix, the syntax that is commonly used by many applications for specifying text patterns is known as regular expressions or in short form – regex. Regex is a very powerful technique to describe patterns and many programs use them to describe sequences of characters to be matched. Search programs such as ‘grep’ [...]
Thursday, December 25th, 2008 at 5:40 pm
Maybe you always wanted a feature that hasn’t been available in the latest release of WordPress. What you can do is either install a 3rd party plugin or write your own custom code to extend the features of WordPress. WordPress plugins are programming code that enhance the features of a standard installation of WordPress. A [...]
Sunday, December 21st, 2008 at 12:40 pm
I’ve been actively researching ways to quickly and effectively build content to websites. And while blogs tend to be near the top of the list, there are other opportunities out there. One such opportunity is a Wiki. And while a Wiki won’t suit all sites, there are those that can use a Wiki effectively. If [...]
Tuesday, November 25th, 2008 at 5:40 am
I’ve been actively researching ways to quickly and effectively build content to websites. And while blogs tend to be near the top of the list, there are other opportunities out there. One such opportunity is a Wiki. And while a Wiki won’t suit all sites, there are those that can use a Wiki effectively. If [...]
Tuesday, November 18th, 2008 at 10:40 am
Maybe you always wanted a feature that hasn’t been available in the latest release of WordPress. What you can do is either install a 3rd party plugin or write your own custom code to extend the features of WordPress. WordPress plugins are programming code that enhance the features of a standard installation of WordPress. A [...]