• rss
  • About
  • Blog
  • Site Manager
    • Domains
  • Hosting
  • Logo
  • Webducate
  • Newsletter+
  • Client Login
    • Sentimenz
    • Niche Tours
  • Contact Us
Tasman iT > Blog > Content Management

15+ Alternatives to Your Boring Blog Editor

farhaan | July 8, 2008

by bloggingbits.com

Source URL: http://bloggingbits.com/15-alternatives-to-your-boring-blog-editor/

October 29, 2007

Are you tired of your blog’s default post editor? So am I, and being the kind person that I am, I have put together a list of 15+ blog editor alternatives so you don’t have to put up with that jerk of a editor (excuse the pun). I especially love desktop-based blog editors because they let me write and edit posts offline and off-browser, which minimizes distractions and maximizes productivity. Online editors are also more feature-rich than boring ol’ default post editor in WordPress.

Desktop-based blog editors

1. Qumana Blog Editor - Qumana is an easy-to-use desktop blog editor, enabling you to write, edit and post to one or more blogs.

2. Windows Live Writer - Windows Live Writer Beta is a desktop application that makes it easy to publish rich content to your blog.

3. w.bloggar - The w.bloggar is an application that acts as an interface between the user and one or more blog(s); in other words, it is a Post and Template editor, with several features and resources that the browser based blog editors do not offer.

4. BlogMate - BlogMate is a free, graphical plug-in (+ a bundle too) for the popular TextMate editor that enables creating and editing blog posts for MetaWeblog-enabled blogs, Twitter, and Jaiku accounts from a floating palette within TextMate.

5. BlogDesk - BlogDesk is totaly free of charge and optimized for the blog systems WordPress, MovableType, Drupal, Serendipity and ExpressionEngine as well as the bloghosters Blogg.de and Twoday.net.

6. Bleezer - Bleezer is a powerful blogging client. And it’s free.

7. Post2Blog - Post2Blog 3 is a FREEWARE handy blog editor with live spell-checking support for pro-bloggers.

8. The Zoundry Blog Writer - The Zoundry Blog Writer™ is a full featured editor that makes posting to your blog easier and faster.

9. Thingamablog - Thingamablog is a cross-platform, standalone blogging application that makes authoring and publishing your weblogs almost effortless. Unlike most blogging solutions, Thingamablog does NOT require a third-party blogging host, a cgi/php enabled web host, or a MySQL database. In fact, all you need to setup, and manage, a blog with Thingamablog is FTP, SFTP, or network access to a web server.

10. AIRPress - AIRPress is a rich blog editor based on AIR technology. With AIRPress, you could easily upload media (images, videos, mp3…) without the need of another software or hosting.

Online and browser-based blog editors

11. webpad - webpad is a web-based text editor which gives you access to files from any of the following locations;

  • Your own computer (via file upload)
  • The server that webpad is installed on (via direct file manipulation)
  • Any FTP server (via FTP file operations)
  • Any website (via remote file requests)
  • Popular blogging tools (Blogger.com, MovableType, TypePad, LiveJournal, blosxom, WordPress)
  • Other data sources via a flexible plugin system

12. ScribeFire - ScribeFire (previously Performancing for Firefox) is a full-featured blog editor that integrates with your browser and lets you easily post to your blog. You can drag and drop formatted text from pages you are browsing, take notes, and post to your blog.

13. Xinha Here! Firefox Extension - Xinha Here! is a Firefox extension wrapper for the Xinha HTML editor. It enables WYSIWYG editing in any textarea and text box on any website. Xinha Here! opens a Xinha HTML editor in your browser allowing you to edit the data in a WYSIWYG on any website without copying and pasting to secondary HTML editor.

14. Flock - Flock is a social web browser based on Firefox. It lets you easily post anything on your blog with its Blog Editor.

15. WriteToMyBlog - WriteToMyBlog is a free web based word processor for your Blog. Create Post Entries for your Blog from right here, completely free, no membership required, can Post to multiple Blogs simultaneously, manage your Posts, works with all major Blog programs, and is easy-peasy!

16. Google Docs - Free web-based word processor and spreadsheet, which allow you share and collaborate online.

18. WYSIWYG Plugin For Wordpress - This plugin replaces the default Wordpress wysiwyg(what you see is what you get) editor with a more advanced version.

17. FCKEditor for WordPress plugin - This plugin Replaces the default Wordpress editor with FCKeditor.

Comments
No Comments »
Categories
Content Management
Comments rss Comments rss
Trackback Trackback

Create a ‘Contact Us’ Form | Drupal

farhaan | August 27, 2007

Create a ‘Contact Us’ Form

Roland Tanglao - December 22, 2004 - 23:39

[Using Drupal 5 or above? If so this HOW TO doesn't apply; instead check out Create a 'Contact Us' Form using the built-in Drupal 5 Contact Module .]

Note: don’t worry about the length of this HOW TO, it’s actually more difficult to read it than to do it! It should only take you about 10 minutes.

Step 1: Ensure that BOTH the forms and survey modules are enabled.

Why? Because a contact us form is a specific type of survey and the survey module uses the forms modules since all surveys are forms.

  1. Login
  2. Click on ‘administer’ on the left hand side
  3. Click on ‘modules’
  4. Enable both the forms and survey modules by clicking the the boxes next to each and clicking ‘Save configuration’.
  5. Check the permissions so that ‘anonymous’ users and other roles can submit surveys. Click ‘administer’ then ‘users’, then the ‘configure’ tab’, then the ‘permissions’ sub-tab. Check the boxes in the “submit surveys” row for each role you want to contact you, which will probably be all of them, including the anonymous users role.

Step 2: Create the Contact Us form

  1. Click on ‘create content’
  2. Click on ’survey’
  3. Enter a title which will be something like ‘Contact us’ surprisingly enough :-)
  4. Add a meaningful ‘ Path alias‘ so that your Contact Us form is at a meaningful URL e.g. if you want it to be at yourdomain.com/contact add a Path alias of contact
  5. Add some “Intro text:’. For a Contact Us form, this will typically be your email address and phone number in case people don’t want to use the form and want to contact you directly. e.g. “We at Acme Foobars inc. love to hear from foobar users. Email us support@acmefoobars.com or call us at +1 555 1212. Alternatively, fill out the following fields to get in touch — we’d love to hear from you!”
  6. Under “Email address:”, enter your email address. This is OPTIONAL but unless you like manually checking whether people have contacted you, it’s best to put an email address so you get automatically notified when people contact you.
  7. Click on “Preview”. You will just see your intro text and NOT the Contact Us form.
  8. If you are happy with the intro text, “Click on Submit” otherwise revise the info appropriately and go back to Step 7.

Step 3: Add the fields you want to the Contact Us form

Typically these fields will be, ‘Name’, ‘Email’, ‘Subject’, and ‘Comments or Questions’ for a Contact Us form. But of course you can and should add in your own custom fields (e.g. membership number) as appropriate. Repeat the following 7 step process for each of the Name, Email, Subject and Comments or Questions fields and any custom fields you wish to add.

The 7 Step process for adding a field

  1. Click on the ‘form’ tab
  2. Click on ‘add field’
  3. Select the “Type:. For Name, Email and Subject this will be a ‘textfield’, since these fields are all single line text fields. For Comments or Questions, this will be ‘textarea’ since this field will be a multiple lines which is what text areas are
  4. Select a Weight to make the field appear where you want it. Weight is a number from -5 to 5 which defines the order in which form fields are shown. Ligher fields “float up” towards the top of a form. For a Contact Us Form, you want Name to be on top followed by Email, followed by Subject and Comments or Questions One possible scheme would be to have Name as -5 , Email as -3, followed by Subject as -1 with Comments or Questions being 1 (I usually leave a gap of 1 between fields to allow me in to insert fields easily at a future date).
  5. Make sure ‘Required Field’ is checked appropriately. This is up to you of course, but for a Contact Us form, usually Name, Email and Subject are required fields and Comments or Questions are not required.
  6. Set ‘Validation function:’ appropriately. For Name, Subject and Comments or Questions, set it to ‘—’, and for Email set it to ‘email address’ so the system will validate that the user actually entered an email address.
  7. Click on Save Field

Step 4: Add it to your site

Usually, your Contact Us Form will appear as a link in your main navigation since you want it to be accessible from everywhere and it’s a primary function of your site. To do this, follow the How to Edit Your Primary Navigation like so:

  1. For link text, enter Contact or Contact Us or whatever you think is appropriate.
  2. For url, enter contact or whatever Path alias you entered in Step 2.

Step 5: Test your Contact Us Form

  1. Surf to the URL you set up for your Contact Us form in Step 2 e.g. yourdomain.com/contact
  2. Fill in the form
  3. Click on Submit and follow the procedure in Step 6 and verify that your information was collected successfully.

Step 6: Collect the results as they come in

  1. You can do this in two ways: You will receive the email in the account you filled in Step 2 OR
  2. You can also surf to the URL of the form you set up in Step 2 e.g. yourdomain.com/contact and click on the ‘responses’ tab (of course you need to be logged in to see this tab!). Then click on view to see the response you want to view.

Step 7: You are done, take a break!

Do a little dance, have a coffee, eat some mohnkuchen, do whatever works for you!

Comments
No Comments »
Categories
Content Management, Drupal, Programming
Tags
Content Management, Drupal, forms, Programming
Comments rss Comments rss
Trackback Trackback

« Previous Entries

Categories

  • Content Management
  • Design
  • Downloads
  • Drupal
  • Email
  • Free Stuff
  • Funny
  • images
  • Interesting
  • iPhone
  • Islamic
  • Management
  • Marketing
  • MS Office
  • Open Source
  • Programming
  • Solutions
  • Web 2.0
  • Web Development

Recent Posts

  • Open source email marketing / newsletter applications
  • First iPhone 3g Commercial
  • Steve Jobs Vs Bill Gates - Supernews very funny
  • Pic Lens - 3d browsing
  • WWDC 2008 News: iPhone 3G makes its debut

Archives

  • July 2008
  • June 2008
  • May 2008
  • April 2008
  • September 2007
  • August 2007
  • July 2007
  • January 2007
  • December 2006
rss Comments rss valid xhtml 1.1 get firefox