RSS
 

jody hello

10 May

Jhcnbfcjf cjjfc

 
 

hello pastor kevin

08 May

Type message

 
 

Post to your WordPress Blog using Microsoft Word 2007

13 Jun

Creating a blog post is the same as creating any document — you click and type your text as you want it to appear. Follow these steps to start a new blog post:

  • Start Microsoft Word 2007.
  • Click the Microsoft Office Button
  • Then click New.
  • In the New Document window, click New Blog Post and click Create (bottom-right of screen):

Click on image to enlargen

 

  • The Blog Post window opens, and a popup dialog box asks you to register your blog account.
  • Select WordPress from the drop-down box and click next.

Click on image to enlargen

 

  • Select the Enter your blog URL here text (including the arrow brackets) and type in your WordPress address. Enter your User Name and Password for the WordPress Admin. side, tick Remember Password, if you don’t want to enter it again and click OK:

Click on image to enlargen

  • The Blog Post window opens:

Click on image to enlargen

  • Enter a Post Title and your blog text below the blue line. When complete click the Publish button the the Blog Post Ribbon.
  • The Blog Post window includes two command tabs: Blog Post and Insert. When Blog Post is selected, the groups provide you with the tools you need for working with your blog, working with the clipboard, entering basic text, applying styles, and proofing your entry. The Insert tab is available only if your blogging service enables you to include photos.
 
 

Posting to WordPress Blog via Email

11 Jun

Built into WordPress is the ability for the software to check an email account and post each message it finds to a blog. This serves as a quick and easy way to send an email message and publish new content.

To set this feature up, the fist thing you’ll need is a custom, secret, email account. Since WordPress posts everything that goes to this account, it can’t be one that serves more than one purpose, or that gets spam.

Once you have that, go into WordPress and go to the Settings > Writing page. There you’ll be asked for your email server, email login, and password.

 

After that’s setup, you’re almost ready to go. The other thing you’ll need is a line of code in your blog template that tells WordPress to check the email account. If embedded in your blog template, every time the page loads, WordPress will check the email for new content. The code you’ll need can be found here.

This is a great feature for people who live in their email as they can write a blog post without ever leaving their email application. However, the downside to this is that I’ve been unable to get it to work with images, categories, tags, or any customization other than post title and the actual post content. The ease of posting is trumped by the lack of customization.

For more visit: Blogger Design

 

 

 
 

WordPress for Blackberry

10 Jun

This app is one of the best I have ever seen. Post entries from your Blackberry directly to your blog. I am actually posting this from my Blackberry Bold.

Visit: blackberry.wordpress.org

 
 

How to find Firefox Profile Folder on a Mac

28 Feb

Profile folder are in one of these locations:

  • ~/Library/Mozilla/Firefox/Profiles/<profile folder>
  • ~/Library/Application Support/Firefox/Profiles/<profile folder>

The tilde character (~) refers to the current user’s Home Folder, so ~/Library is the /Macintosh HD/Users/<username>/Library folder

 
No Comments

Posted in Mac Help

 

How to backup Thunderbird on a Mac

26 Feb

Link to articles at Mozilla Website: http://support.mozillamessaging.com/en-US/kb/Profiles

Paraphrased below:

Thunderbird saves personal information such as messages, passwords and user preferences in a set of files called a “profile”, which is stored in a separate location from the Thunderbird program files. While it is possible to have multiple profiles, most users just use the single default.

In Thunderbird, the profile stores two main sets of items. First, it stores your local mail, and possibly copies of messages that reside on the mail server (depending on your account configuration). Second, it stores any changes you make while using Thunderbird (for example, changes to account settings and changes to the toolbar).

When you install Thunderbird it creates a profile called “default”. This profile will be used automatically unless you invoke the Profile Manager and create a new profile.

How to find your profile

On Mac

  1. Open Finder and go to your home folder (which is usually the name of your Mac user account).
  2. From your home folder open /Library/, then /Thunderbird/, then /Profiles/. Your​ prof​ile ​fold​er is with​in this​ fold​er.

Backing up a profile

To back up your profile, simply shut down Thunderbird and then copy the profile folder to a backup location (such as an external disk or drive).

Moving a profile

Occasionally, you might want to move a profile or tell Thunderbird to use a profile stored in another location.

  1. Shut down Thunderbird.
  2. Move the profile folder to the desired location.
  3. Open up the profiles.ini file in a text editor. The file is located in the application data folder for Thunderbird:
  • On Mac OS X, the path is ~/Library/Thunderbird/
  1. In the profiles.ini file, locate the entry for the profile you’ve just moved. Change the Path= line to the new location.
  2. If you switch from a relative path to a non-relative path, the direction of the slashes may need to change. For example, in Windows, non-relative paths use backslashes, whereas relative ones use forward slashes. Change IsRelative=1 to IsRelative=0.
  3. Save profiles.ini and restart Thunderbird.
 
No Comments

Posted in Mac Help

 

Windows Host File

06 Jan

The Windows Host File is a simple text file without a file extension that was designed to map or override IP addresses before accessing a domain name server. Another way to think of a hosts file is as an address translator and redirector.

Location of the Windows Hosts File

You control the host file. You can easily add, edit or delete entries using a text editor such as Windows Notepad. The exception is Windows Vista. Microsoft support has provided a knowledge base article on modifying the hosts or lmhosts file.

Windows 95 – C:windows
Windows 98 – C:\windows
Windows Me – C:\windows
Windows 2000 – C:windows\system32\drivers\etc
Windows XP – C:\windows\system32\drivers\etc
Windows NT – C:\winnt\system32\drivers\etc
Windows Vista – C:\windows\system32\drivers\etc

 
No Comments

Posted in PC Help

 

How to find System32 folder?

06 Jan

Are you trying to find the: C:\Windows\System32 folder. Here is what you do:

Open command prompt [Start – All Programs  - Accessories – Command Prompt]

Type: attrib  -a  -h  -r  -s  c:\windows\system32

Press Enter

This should sort problem out.

 
No Comments

Posted in PC Help

 

Taking a screenshot on a Apple Mac

03 Dec

To capture a screenshot and save it to the desktop, use the following keys.

1.         Command + Control + Shift + 3:
Takes a screenshot of the entire screen, and saves it to your desktop.

2.         Command + Control + Shift + 4, and click and drag over an area:
Takes a screenshot of an area and saves it to your desktop.

 
No Comments

Posted in Mac Help