Archive

Archive for March, 2009

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