WordPress 2.9

December 19th, 2009

 
Source: Wordpress Blog
 
I want to make you mine, all the time… oh wait. Hello. I’m here on behalf of the entire WordPress development team and community to announce the immediate availability of WordPress version 2.9 “Carmen” named in honor of magical jazz vocalist Carmen McRae (whom we’ve added to our Last.fm WP release station). You [...]

CMS

Wordpress 2.8

June 11th, 2009

 
Source: Wprdpress Blog
 
The latest and greatest version of WordPress, version 2.8 “Baker,” is immediately available for download. 2.8 represents a nice fit and finish release for WordPress with improvements to themes, widgets, taxonomies, and overall speed. We also fixed over 790 bugs. This release is named in honor of noted trumpeter and vocalist Chet Baker. [...]

CMS

Export and Backup Emails from Outlook to Gmail Online

March 21st, 2009

 
Source: http://www.labnol.org/internet/email/export-outlook-email-to-gmail-pst-backup/1938/
 
Sachin writes – “I have few thousand email messages inside Microsoft Outlook (a pst file) organized in various folders. I know it is possible to download emails from Gmail to Outlook using POP3 or IMAP but is the reverse path possible.”
Sachin is looking for a trick to archive all Outlook email messages (and [...]

How To

How To Manage Profiles

March 21st, 2009

 
Source: http://www.mozilla.org/support/thunderbird/profile
 
Mozilla Thunderbird stores all your personal settings, such as your mail, passwords and extensions, in a profile. The profile is stored on your hard drive in a profile folder.
If you run into problems using Thunderbird (e.g. problems starting after installing an extension, or other features not functioning properly), the first thing you’re usually [...]

How To

How to backup Windows Live Writer

March 21st, 2009

 
Source: http://www.backuphowto.info/how-backup-windows-live-writer
 
Windows Live Writer is a blog writing tool. It provides a powerful editing environment, like a simple MS Word. You can use it to write on your own computer and after finishing a post just click the publish button. The post will be published.
If you are a blogger, you may know this software. It [...]

How To

Using Custom Fields in Worpress

March 17th, 2009

 
Source: http://codex.wordpress.org/Using_Custom_Fields
 
WordPress has the ability to allow post authors to assign custom fields to a post. This arbitrary extra information is known as meta-data. This meta-data can include bits of information such as:

Mood: Happy
Currently Reading: Cinderella
Listening To: Rock Around the Clock
Weather: Hot and humid

With some extra coding, it is possible to achieve more complex [...]

CMS

How to post to Joomla 1.5.3 using Windows Live Writer

March 3rd, 2009

 
Source:
http://carolinaregion.com/2008/07/23/how-to-post-to-joomla-153-using-windows-live-writer/
 
What you need to make WLW post to Joomla:
There are a few requirements to make this work. Of course you’ll need Joomla running on your server and WLW running on your PC. I’m assuming you know that much already. Here’s the rest:

MetaWeblog API plugin for Joomla It’s available from: [...]

CMS

Linux Commands: Move or rename files or directories

March 2nd, 2009

 
Source: http://webtools.live2support.com/linux/mv.php
 
mv-Linux Command
 
mv
Move or rename files or directories.
SYNTAX
mv [options]… Source Dest

mv [options]… Source… Directory
If the last argument names an existing directory, `mv’ moves each other given file into a file with the same name in that directory. Otherwise, if only two files are [...]

Linux Commands

How do I change the name servers for my domain name?

February 21st, 2009

 
Source: http://help.yahoo.com/l/us/yahoo/smallbusiness/domains/domainfeatures/advanceddns/advanceddns-12.html
 
The service you purchased may include such features as domain forwarding, email, and a web site. Replacing Yahoo!’s name servers will render these features inactive. However, changing your name servers will not automatically cancel your service. You will continue to manage your WHOIS contact information through Yahoo!, and Yahoo! will continue to renew your [...]

How To

Linux / Unix Command: unzip

February 21st, 2009

 
Source: http://linux.about.com/od/commands/l/blcmdl1_unzip.htm
 
NAME
unzip – list, test and extract compressed files in a ZIP archive
unzip [-Z] [-cflptuvz[abjnoqsCLMVX$/:]] file[.zip] [file(s) ...] [-x xfile(s) ...] [-d exdir]
DESCRIPTION
unzip will list, test, or extract files from a ZIP archive, commonly found on MS-DOS systems. The default behavior (with no options) is to extract into the current directory (and subdirectories below [...]

Linux Commands