CRM Plugin

by admin on December 9, 2009

in Wordpress

Hi All
I have added a new function to the CRM plugin – a contact form. This is probably the last update I will do for a time because of the cost of developing this further. I am hoping to find a client who will sponsor taking the project forward. As soon as I can I [...]

{ Comments on this entry are closed }

Logmein

Logmein iPhone application Logmein iPhone app

Logmein is an invaluable solution that allows for remote control, file sharing, systems management, data backup, business collaboration and on-demand customer support of PCs, servers, Macintosh computers, smartphones and other connected devices. I have found it incredibly useful when needing to connect to and manage pcs and backup solutions. In order to start using logmein [...]

Read the full article →

What is a blog?

A blog is often a mixture of what is happening in a person’s life and what is happening on the Web, a kind of hybrid diary/guide site, although there are as many unique types of blogs as there are people.

Read the full article →

Abi and CameraBag

Abi smiling

This is a brilliant application and I love the way it works. From the CameraBag website:
CameraBag recreates the magic of film in a fast, intuitive, minimal interface: choose a photo, choose a filter, and you’re done.
Digital cameras have replaced film for all but the most die-hard photographers, but something was lost in that transition. [...]

Read the full article →

Wordpress CRM

Initial View

On installation navigate to settings – crm. You will then be asked whether you require the plugin to be at top level or not. If you choose top level a link will be placed below settings.
This first image shows the initial image page you will be shown.

From the image you can see the link to [...]

Read the full article →

CRM

Customer relationship management (CRM) consists of the processes a company uses to track and organize its contacts with its current and prospective customers. CRM software is used to support these processes; information about customers and customer interactions can be entered, stored and accessed by employees in different company departments. Typical CRM goals are to improve [...]

Read the full article →

How to show single post content in sidebar

Find the post you want and the id of the post and then add this code to your sidebar.

<?php query_posts(‘p=1′); if(have_posts()) : the_post(); ?>
<?php the_content(); ?>
<?php endif; ?>

Couldn’t be simpler!

Read the full article →