Archive

Posts Tagged ‘author’

Update 9 WordPress Themes

November 6th, 2011 Comments off

I have 9 WordPress Themes that have not been updated since 2009.

I need all these 9 themes updates to make use of all the latest WP functions.

Updates include, but not limited to:
- Widgets for all sidebars
- Automatic styling of widget title and content to match current sidebar items.
- WP 3 menus for main menu and footer menus.
- Featured image function for posts.
- Automatic thumbnail creation and sizing + cropping from first image in post if featured image is not used.
- Update featured sliders.
- Author bio box or “About the Author” added to some themes.
- author.php template for displaying all posts by each author
- Error pages (404 etc.)
- Styling for Gravity Forms and Contact Form 7 to match each theme
- Styling of tag cloud and tag cloud hover effects if needed.

Any other updates that would make the themes compatible with latest WP features and functions should be done, even if I did not list them here.

Bug testing needs to be included in your bid. Please budget time for finding and fixing all bugs.

Thank you!

Blog Website For An Author

November 4th, 2011 Comments off

***MUST HAVE EXAMPLES OF TUMBLR AND WORDPRESS SITES YOU CREATED***

I need a website to replace www.paulevancoe.com I would like the website to be completely custom and built in either TUMBLR or WORDPRESS blog system. The website must be extremely easy to update and manage.

It will use the current amount of pages that you currently see on it, and the same text/copy . I would like a new banner on the top of the page as well as a new one for each link you click on.

It will need a new online store that is cleaner, more professional and still uses paypal. And is easy to use and update. (please see current store)

On the front page of the website I would like to be able to post weekly updates for all the people who read the site.

We will also need a splash page eventually for the site. (There is a lot of room for future work with this site, including a large expansion)

I would like the same easy flow website that is very easy to navigate and manage….

Need Someone To Record Audio Version Of Digital E-book

October 4th, 2011 Comments off

I have a 21 pg, 13,000 word document that I need to be read out loud and recorded for the audio version. You must be able to read through the document without stumbling on any of the words. You must have a nice voice with a neutral, british or american accent. I want the recording of the e-book to be exact to the letter. I will want the resulting audio to be at least 128 kbps audio quality with no background noise, in a very quiet setting. It must also be in mp3 format.

I will pay special attention to those who submit a sample recording of their voice, but preferably a sample recording of the following text:

Legal Notice:- The author and publisher of this Ebook and the accompanying materials have used their best efforts in preparing this Ebook. The author and publisher make no representation or warranties with respect to the accuracy, applicability, fitness, or completeness of the contents of this Ebook. The information contained in this Ebook is strictly for educational purposes. Therefore, if you wish to apply ideas contained in this Ebook, you are taking full responsibility for your actions.
The author and publisher disclaim any warranties (express or implied), merchantability, or fitness for any particular purpose. The author and publisher shall in no event be held liable to any party for any direct, indirect, punitive, special, incidental or other consequential damages arising directly or indirectly from any use of this material, which is provided

WordPress – Correct Single Post Php Error

September 29th, 2011 Comments off

We are finishing up a wordpress blog and having a formatting error on the single post page:

<?php get_header(); ?>

<div id=”columns”>
<div id=”centercol”>
<?php $urlHome = get_bloginfo(‘template_directory’); ?>
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class=”box post” id=”post-<?php the_ID(); ?>”>
<div class=”post-title”>
<h2><a href=”<?php the_permalink(); ?>” rel=”bookmark” title=”Permanent Link to <?php the_title_attribute(); ?>”>
<?php the_title(); ?>
</a></h2>
</div>
<!–/post-title –>
<div class=”content”>
<?php $postimageurl = get_post_meta($post->ID, ‘post-img’, true); if ($postimageurl) { ?>
<div class=”pic fl”><a href=”<?php the_permalink(); ?>” rel=”bookmark” title=”Permanent Link to <?php the_title_attribute(); ?>”><img src=”<?php echo $postimageurl; ?>” alt=”<?php the_title_attribute(); ?>” /></a></div>
<?php } ?>
<!–/post-img –>
<div class=”post-date”>On
<?php the_time(‘M.d.y’); ?>
, In
<?php the_category(‘, ‘) ?>
, by
<?php the_author_posts_link(); ?>
</div>
<!–/post-date –>
<div class=”post-excerpt”>
<?php the_content(‘<p class=”serif”>Read the rest of this entry »</p>’); ?>
</div>
<!–/post-excerpt –>
</div>
<!–/content –>
<div class=”clr”></div>
</div>
<!–/box
<div class=”clr”></div>
<div class=”box post” style=”padding:10px;”>
<div class=”content border”>
<div class=”pic fl”><?php echo get_avatar(get_the_author_email(), $size = ’80′, $default = $urlHome . ‘/images/avatar.gif’ ); ?></div>
<div class=”post-author”>
<div class=”author-descr”>
<h3>
<?php the_author(); ?>
</h3>
<p>
<?php the_author_description(); ?>
</p>
<div class=”author-details”><a href=”<?php the_author_url(); ?>” target=”_blank”>Visit Authors Website</a>  |  <a href=”<?php bloginfo(‘url’); ?>/author/<?php echo strtolower(get_the_author_nickname()); ?>”>All Articles From This Author</a></div>
</div>
<!–/author-descr –>
</div>
<!–/post-author –>
<div class=”clr”></div>
</div>
<!–/content –>
<div class=”clr”></div>
</div>
<!–/box –>
<div id=”respond” class=”box”>
<div class=”content border”>
<div class=”fl”>If you enjoyed this article, please consider sharing it!</div>
<div class=”fr”><a href=”http://del.icio.us/post?url=<?php the_permalink() ?>&title=<?php the_title(); ?>” title=”Bookmark at Delicious” rel=”nofollow” target=”_blank”><img src=”<?php bloginfo(‘template_directory’); ?>/images/ico-soc1.gif” alt=”Icon” /></a> <a href=”http://www.mixx.com/submit?page_url=<?php the_permalink() ?>” title=”Bookmark at Mixx” rel=”nofollow” target=”_blank”><img src=”<?php bloginfo(‘template_directory’); ?>/images/ico-soc2.gif” alt=”Icon” /></a> <a href=”http://www.stumbleupon.com/submit?url=<?php the_permalink() ?>&title=<?php the_title(); ?>” title=”Bookmark at StumbleUpon” rel=”nofollow” target=”_blank”><img src=”<?php bloginfo(‘template_directory’); ?>/images/ico-soc3.gif” alt=”" /></a> <a href=”http://digg.com/submit?phase=2&url=<?php the_permalink() ?>&title=<?php the_title(); ?>” title=”Bookmark at Digg” rel=”nofollow” target=”_blank”><img src=”<?php bloginfo(‘template_directory’); ?>/images/ico-soc4.gif” alt=”Icon” /></a> </div>
<div class=”clr”></div>
</div>
<div class=”clr”></div>
</div>
<!–/box –>
<div class=”box post-rel”>
<div class=”content border”>
<div class=”subcols”>
<!–/<div class=”col1″>
<h2>Related Posts</h2>
<?php
$results = $wpdb->get_results(yarpp_sql(array(‘post’),array()));
foreach ( (array) $results as $_post ) :
$_post = get_post($_post->ID); ?>
<div class=”th fl”><a href=”<?php echo get_permalink($_post->ID); ?>”><img src=”<?php echo get_post_meta($_post->ID, ‘post-img’, true); ?>” alt=”" /></a></div>
<div><a href=”<?php echo get_permalink($_post->ID); ?>”><?php echo $_post->post_title; ?></a></div>
<div class=”hl2″></div>
<?php endforeach; ?>
</div> –>
<!–/col1 –>
<div class=”col2″>
<h2>Popular Posts</h2>
<?php
foreach ( (array) taccess_popular_posts() as $_post ) : ?>
<div class=”th fl”><a href=”<?php echo get_permalink($_post->ID); ?>”><img src=”<?php echo get_post_meta($_post->ID, ‘post-img’, true); ?>” alt=”" /></a></div>
<div><a href=”<?php echo get_permalink($_post->ID); ?>”><?php echo $_post->post_title; ?></a></div>
<div class=”hl2″></div>
<?php endforeach; ?>
</div>
<!–/col1 –>
</div>
<div class=”clr”></div>
<!–/subcols –>
</div>
<!–/content –>
</div>
<!–/box –>
<?php comments_template(); ?>
<?php endwhile; else: ?>
<p>Sorry, no posts matched your criteria.</p>
<?php endif; ?>
</div>
<!–/centercol –>
<?php get_sidebar(); ?>
<div class=”clr”></div>
</div>
<!–/columns –>
<?php get_footer(); ?>

Please let me know cost and turnaround time is ASAP. This should be low budget and quick turnaround project due to it being a minor issue.

PM and I will email the URL of the website.

Author Site

September 19th, 2011 Comments off

Need Author site made. designer must be able to give me choices and have great design ideas. Content on pages is very basic just need to include Twitter links and feeds as well as a Facebook link. Instead of having a shopping cart I would like to link to Amazon.

Multi Author WordPress Theme

September 8th, 2011 Comments off

Looking for Multi author wordpress theme that looks like article directory.

Blog Website For An Author

May 19th, 2011 Comments off

I need a website to replace www.paulevancoe.com I would like the website to be completely custom and built in either TUMBLR or WORDPRESS blog system. The website must be extremely easy to update and manage.

It will use the current amount of pages that you currently see on it, and the same text/copy . I would like a new banner on the top of the page as well as a new one for each link you click on.

It will need a new online store that is cleaner, more professional and still uses paypal. And is easy to use and update. (please see current store)

On the front page of the website I would like to be able to post weekly updates for all the people who read the site.

We will also need a splash page eventually for the site. (There is a lot of room for future work with this site, including a large expansion)

Long Term Blog Author Needed – Internet Marketing Category

April 18th, 2011 Comments off

So I need a full-time blog poster doing approx. 4-7 posts per week.

This blog is internet marketing related so you must know what you are talking about.

I will also have a list of blog posts that you can respin (reword) and publish.

Posts are to be 400-600 words each.

Custom Module/plugin System For Software

April 4th, 2011 Comments off

I need to have a script that will read a file called module.xml (or it can be in any format (txt, php, html, ect.) in different folders and then display the contents of each in a table.

Example: I have a folder called “modules” and in that folder are two folders. One is called “abc”. In the folder “abc” is a file called module.php and in the header of that file are a few lines commented out.

Like:

/*
Module Name: abc’s
Description: Displays the alphabet on your site.
Version: 1.0
Author: Dan
Author URI: http://www.mysite.com/
*/

The other folder is called “123″. In the folder “123″ is a file called module.php and in the header of that file are a few lines commented out.

Like:

/*
Module Name: Count to 100
Description: Displays the numbers 1-100 on your site.
Version: 1.0
Author: Steve
Author URI: http://www.myothersite.com/
*/

The main file that checks each folder inside of the folder called “modules” will display each of the results in a table.

Like:

Columns: Name, Description, Author, Author URL, ect.

Very simple script to write and shouldn’t take to long to complete.

RECAP: Create file that reads a file called module.php in every folder placed inside of the folder “modules”. Then display the results of each in a table.

NOTE: This is very similar to how WordPress displays its plugins.

Please PM questions or comments.

Gay Author Book Design & Websi

March 7th, 2010 Comments off

Hey There-

I’m a gay author with a book on finding self-esteem & worth within yourself. What I’m looking for is a passionate, enthusiastic person to help design a theme/website including: webpage, book cover & graphics around the theme.

You need to be passionate about helping people, and interested in bring this message to many people.

This will be a fun project for the right person (preferably one designed) that will lead to a long-term working relationship and many more projects.

Please post bids or PM for more questions.

WordPress Author Page

March 3rd, 2010 Comments off

I need a wordpress Author page modified to fit my wordpress theme and to publish author details including:

Business Name
Logo
Address
Description
First Name
Last Name
Phone
Fax
Email
Website Address
Networking Group

In addition, I will need the author page to be publish able by the “Networking Group” field.

The current Author page example can be viewed here: http://tinyurl.com/yaczkze

The current site can be viewed here: http://tinyurl.com/y8jeaw9

And the current wordpress site was setup following this tutorial: http://tinyurl.com/3xuplo

You will have complete admin access and ftp information for the website hosting account. Please only bid if you have extensive WordPress knowledge and to ensure you have read the entire project and understand the project please type “WordPress Scope” in your proposal.

Categories: Wordpress Tags: , , , , , ,

Website 4 Author/speaker/etc..

February 8th, 2010 Comments off

Hi. I need a website for a minister/speaker/author who has written over 20+ books, and would like to relaunch her site.

We have a small budget for now, but as time progresses, more features will be added (so this site will progress and you could possibly get more work from this site alone).

Right now, the site will have a SIMILAR format of PaulaWhite.org, in the sense that it has a: social network area, books, featured events, itinerary, newsletter sign up (we already have a Constant Contact account and just need the code customized), bookstore page, etc…

I like crisp, clean designs. Won’t mind purchasing a template to start with if necessary. Will need a new logo as well (but I might post a separate project for that, and work with the people I’ve worked with before). **I’ve worked with Joomla, so I can add additional submenus and insert additional content myself. I just might need a quick tutorial if I can’t find something, but doubt it**.

Again, this is the beginning of a much more feature rich site, with an online school on the near horizon. So, if you can do clean, nice work now, you might be selected to help with the additions that will be needed for this more projects in the near future.

In the near future I will need:
Twitter page design
MySpace design
Bookcover/cd/dvd design
And more… so this is just the beginning for this website.

Please show samples of past work.

Looking forward to your offers. Take care :-)

Site 4 Minister/author/speaker

February 8th, 2010 Comments off

Hi. I need a website for a minister/speaker/author who has written over 20+ books, and would like to relaunch her site.

We have a small budget for now, but as time progresses, more features will be added (so this site will progress and you could possibly get more work from this site alone).

Right now, the site will have a SIMILAR format of PaulaWhite.org, in the sense that it has a: social network area, books, featured events, itinerary, newsletter sign up (we already have a Constant Contact account and just need the code customized), bookstore page, etc…

I like crisp, clean designs. Won’t mind purchasing a template to start with if necessary. Will need a new logo as well (but I might post a separate project for that, and work with the people I’ve worked with before). **I’ve worked with Joomla, so I can add additional submenus and insert additional content myself. I just might need a quick tutorial if I can’t find something, but doubt it**.

Again, this is the beginning of a much more feature rich site, with an online school on the near horizon. So, if you can do clean, nice work now, you might be selected to help with the additions that will be needed for this more projects in the near future.

Please show samples of past work.

Looking forward to your offers. Take care :-)

Spider&clone Artcles Directo 3

January 24th, 2010 Comments off

Would like to spider and clone selfgrowth d-tcom, and put the articles into my own articles directory.

Your script would spider their directory, and pull in: name of author, the full article, and the author’s bio. Then it would put that information into my own articles directory.

I had a programmer install a script called Articles CRM. We customized a few features and the templates, but no major changes.

Articles CRM uses a mysql database on the webserver (we use host gator to host our sites). Articles CRM is written in PHP and is easily customized.

Important: I’d like to be able to run an update once a day to see if any new articles have been added to the original articles directory, and then spier them and bring them over to my articles directory.

If possible, I would like your coding to create an account on my directory for each individual author. And then create a random generated password. Then any articles that are spidered by the author on the original directory, would now be added to this author’s account that is now created on my own directory.

Categories: MySQL, PHP Tags: , , , , , ,

Modify WordPress Author Plugin

January 22nd, 2010 Comments off

Hi – there is a plugin we are using (http://marketingtechblog.com/projects/wordpress-author-widget/) and we are looking for a programmer to modify the plugin to achieve the following output as attached. Please let us know if any questions. Every bid must include a personal comment to eliminate automatic bids. Thanks, Marshall

Minor Fixes To Articlems Systm

January 10th, 2010 Comments off

Looking for someone who can do some minor revisions for me to an installation of ArticleMS (an article directory script). Have

We played around with the variables for several hours, and it does not seem to store the data the I type in. Probably a very easy fix for someone who knows what they are doing with Article MS.

a) Add 8 more variables to the author’s profile. Have these variables show up on the My Account input page, and of course on the author’s user profile page.

b) I want an Avatar to show up at the bottom of each article in a section for “About the Author”. (Similar type of problem as above, they simply do not show up even though I can see them in the Author’s profile section).

c) On the main page that shows all of the various categories of articles, we want the system to divide the total categories by three, and then make three equal columns that list the categories of articles.

Please do not bid if you have not used ArticleMS before.

If you have used ArticleMS in the past, can you please state that in your bid or you PMB? “I have used ArticleMS”. (I’ve had a few bidders who have never used it. Prefer finding someone who already knows the system.)

Minor Fixes To Articlems

January 10th, 2010 Comments off

Looking for someone who can do some minor revisions for me to an installation of ArticleMS (an article directory script). Have

We played around with the variables for several hours, and it does not seem to store the data the I type in. Probably a very easy fix for someone who knows what they are doing with Article MS.

a) Add 8 more variables to the author’s profile. Have these variables show up on the My Account input page, and of course on the author’s user profile page.

b) I want an Avatar to show up at the bottom of each article in a section for “About the Author”. (Similar type of problem as above, they simply do not show up even though I can see them in the Author’s profile section).

c) On the main page that shows all of the various categories of articles, we want the system to divide the total categories by three, and then make three equal columns that list the categories of articles.

Please do not bid if you have not used ArticleMS before.

Spider&clone Artcles Directo 2

January 7th, 2010 Comments off

Would like to spider and clone selfgrowth d-tcom, and put the articles into my own articles directory.

Your script would spider their directory, and pull in: name of author, the full article, and the author’s bio. Then it would put that information into my own articles directory.

I had a programmer install a script called Articles CRM. We customized a few features and the templates, but no major changes.

Articles CRM uses a mysql database on the webserver (we use host gator to host our sites). Articles CRM is written in PHP and is easily customized.

Important: I’d like to be able to run an update once a day to see if any new articles have been added to the original articles directory, and then spier them and bring them over to my articles directory.

If possible, I would like your coding to create an account on my directory for each individual author. And then create a random generated password. Then any articles that are spidered by the author on the original directory, would now be added to this author’s account that is now created on my own directory.

Categories: MySQL, PHP Tags: , , , , , ,

Spider&clone Artcles Directory

January 4th, 2010 Comments off

Would like to spider and clone selfgrowth d-tcom, and put the articles into my own articles directory.

I had a programmer install a script called Articles CRM. We customized a few features and the templates, but no major changes.

Articles CRM uses a mysql database on the webserver (we use host gator to host our sites). Articles CRM is written in PHP and is easily customized.

Important: I’d like to be able to run an update once a day to see if any new articles have been added to the original articles directory, and then spier them and bring them over to my articles directory.

If possible, I would like your coding to create an account on my directory for each individual author. And then create a random generated password. Then any articles that are spidered by the author on the original directory, would now be added to this author’s account that is now created on my own directory.

Categories: MySQL, PHP Tags: , , , , , ,

Copy And Paste Newsletters

November 6th, 2009 Comments off

Hello,

This will be really easy for somebody who knows what they’re doing.

-I’m looking for you to go into my 1shoppingcart account.
-I have 457 items in my email ‘broadcasts’ list.
-Most of them are newsletters BUT not all.

-I want you to divide the newsletters into 5 sections (which I will
give you later).

** THIS IS A COPY AND PASTE JOB ** (you are NOT creating or writing anything yourself)

For example, 1 newsletter might contain:
-An article by XYZ author,
-A Q&A session by ABC author,
-A Tip of the Week,
-A Quote,
-A Testimonial.

And I want all of them into the same groupings… so after you divide them up, you give me back 100 articles by XYZ author, 100 Tips of the Week, etc…

I would like the material in the following formats:

1) 1 Word Document per section (so I can print them out into booklets) so 5 total.
2) I want each article saved into an individual word document and then saved into a folder (ex. 100 word document files in XYZ author folder).
3) Same as #2 but in notepad format.

It’s real easy stuff, I just don’t have the time for it today.

Thank you.

Data Collection – Newsletters

November 6th, 2009 Comments off

Hello,

This will be really easy for somebody who knows what they’re doing.

-I’m looking for you to go into my 1shoppingcart account.
-I have 457 items in my email ‘broadcasts’ list.
-Most of them are newsletters BUT not all.

-I want you to divide the newsletters into 5 sections (which I will
give you later).

For example, 1 newsletter might contain:
-An article by XYZ author,
-A Q&A session by ABC author,
-A Tip of the Week,
-A Quote,
-A Testimonial.

And I want all of them into the same groupings… so after you divide them up, you give me back 100 articles by XYZ author, 100 Tips of the Week, etc…

I would like the material in the following formats:

1) 1 Word Document per section (so I can print them out into booklets) so 5 total.
2) I want each article saved into an individual word document and then saved into a folder (ex. 100 word document files in XYZ author folder).
3) Same as #2 but in notepad format.

It’s real easy stuff, I just don’t have the time for it today.

Thank you.

Website For Author Flash

November 2nd, 2009 Comments off

This is the current website http://clients.technicept.com/clients/charles/site/

we want to make it look like this template that i will buy on www.templatemonster.com
template#25907 >>> http://www.templatemonster.com/flash-templates/25907.html
we would change the music to kanye west instrumental “flashing lights”

we would add a picture of the client
add a video of client
make a page where there is a video that will have the client walk on to the screen speaking (green screen effect) we will shoot the video in house and will deliver the video in whatever format you need.

there will be a book to be sold by the author. we will need to setup a paypal link for folks to pay for the book.

Categories: Flash Tags: , , , , , ,

Meditation Ebook Author Needed

October 20th, 2009 Comments off

I am looking for a copywriter who can write a 60 page book on meditation. The copywriter should have some knowledge of meditation and we would need to see previous examples of work.

The style of writing should not be too salesy – it should be informative and well written.

The finished product should contain copyright-free images, and be presented in a nice ebook pdf format ready for sale.

We would require full ownership of the product.

Research Paper

October 4th, 2009 Comments off

***Author MUST be a PERFECT US ENGLISH speaker, and preferably Native. Advanced degrees are also desirable.***

I need a research paper written on the topic of euthanasia. The paper will be around 2000 words in length. The chosen author will receive very specific and detailed instructions, as well as the specific topic.

I will provide several articles that will serve as your main sources for the paper. Other sources may be used if you so choose, but they must be properly cited.

The paper must be completed in ONE WEEK.

The author agrees that I own the entire copyright of the paper, and may claim full credit.

Referal Feature 4 Wpmu Plugin

October 4th, 2009 Comments off

Hi, i’ve got a plugin for wordpress mu that shares the adsense impressions with the author and the site owner, however i need this modifying to give a share to the person who refered the author too.

need the percentage configured via the admin panel as well as the required modifications to new author signup page.

should be a fairly simple modification to make for someone who is familiar with wordpress mu, i’d expect it to take no more than a few hours so please bid accordingly.

i will suply the adsense sharing module to the winning bidder.

Referal Feature 4 Wpmu Plugin

September 8th, 2009 Comments off

Hi, i’ve got a plugin for wordpress mu that shares the adsense impressions with the author and the site owner, however i need this modifying to give a share to the person who refered the author too.

need the percentage configured via the admin panel as well as the required modifications to new author signup page.

should be a fairly simple modification to make for someone who is familiar with wordpress mu, i’d expect it to take no more than a few hours so please bid accordingly.

i will suply the adsense sharing module to the winning bidder.

Display Top Author In Category

September 1st, 2009 Comments off

Display Top Authors In Each Category.

A simple script that find who is the top ranked author in a particular category (from the database) and displays their profile image and a link to their profile page through php includes on the category.php page.

For example, taking the author displayed at the top of this page

(Self improvement, category42 is just one on the pages made
by category.php)

http://www.article-content-king.com/topprincecategory42-Self+Improvement.html

And displaying on the on page below (and all subcategories pages (one file)) Through php includes entered on the page category.php which I can insert appropriately into the page.

http://www.article-content-king.com/category42-Self+Improvement.html

Example

Top_Author_Image
Top_Author_Profile_URL
Top_Author_Bio (set # of chars)

This job will be very easy for someone who knows what they are doing. If you are interested in bidding, I will send you the site files and database schema for you to install on your local machine.to avoid testing on the live site and be available over Skype or Yahoo to advise if needed.

Development Of Integration

August 24th, 2009 Comments off

We are looking for a programmer to develop the integration between MS Office/Open Office documents (word, excel, etc) and the application Enterprise Forms (http://www.longnhi.com/), which is a web based workflow engine written in C#. This integration should be done according to the following requirements:

1. In the application Enterprise Forms we have created the following 2 templates:

–> 1.1. Parameters, with the following mandatory fields, among others:

—-> 1.1.1. Document Type
—-> 1.1.2. Revision Number
—-> 1.1.3. Format for the content: Office/EF Form
—-> 1.1.4. MS Office/Open Office template (Word, Excel, …) with predefined fields
—-> 1.1.5. Users that can save the MS Office/Open Office document locally

–> 1.2. Document named “Test”, with the following fields, among others:

—-> 1.2.1. Document Type
—-> 1.2.2. Title
—-> 1.2.3. Control Number
—-> 1.2.4. Revision Number
—-> 1.2.5. Status
—-> 1.2.6. Date Created
—-> 1.2.7. Date Released
—-> 1.2.8. Author
—-> 1.2.9. Launch in Office (MS Office/Open Office template (Word, Excel, …))
—-> 1.2.10. Approvers

2. When creating ANY DOCUMENT in Enterprise Forms:

–> 2.1. The Enterprise Forms document must receive the Revision Number (point 1.1.2.) and the MS Office/Open Office template (point 1.1.4), both defined in the Parameters document correspondent to the document type being created (point 1.1.). And the status field must have the value “In Process”.

–> 2.2. The Enterprise Forms document must have a button named “Launch in Office” (that is shown only if the option defined in point 1.1.3. of the Parameters document correspondent to the document type of the EF document is Office) and when clicked must launch the MS Office/Open Office attachment mentioned in point 2.1. above. The MS Office/Open Office attachment must be launched in a new window with the corresponding application (word/excel, …) and the Enterprise Forms document from were it was launched must also stay open.

–> 2.3. The MS Office/Open Office attachment launched must inherit automatically and immediately all the values of the fields from the Enterprise Forms document. These inherited fields cannot be editable in the MS Office/Open Office document (cannot be changed by anyone).

–> 2.4. The author of the Enterprise Forms document completes the content of the MS Office/Open Office document and when he saves and closes the MS Office/Open Office document it must be stored/embedded in the field “Launch in Office” of the Enterprise Forms document from where it was created.

–> 2.5. The update of the fields must be done always from the Enterprise Forms document to the MS Office/Open Office document, never from the MS Office/Open Office document to the Enterprise Forms document.

–> 2.6. Users must not be able to close the Enterprise Forms document or the application if there is an MS Office/Open Office document open. If they try to do it they must receive a message saying “You must first close the corresponding Office document”

–> 2.7. After the MS Office/Open Office document is saved the first time, every time the “Launch in Office” button (that is shown only if the option defined in point 1.1.3. of the Parameters document correspondent to the document type of the EF document is “Office”) is clicked it must open the saved/ambedded MS Office/Open Office document and not the template from the parameters document anymore. The MS Office/Open Office document must always be opened in a new window with the corresponding application (word/excel, …) and the Enterprise Forms document from were it was launched must also stay opened.

–> 2.8. Every time there is a change/update in the fields of the Enterprise Forms document the correspondent fields in the MS Office/Open Office document embedded in it must also be automatically and immediately updated, so that the fields that are common between the Enterprise Forms document and the correspondent MS Office/Open Office document have always the same values.

–> 2.9. Every time the MS Office/Open Office document is saved and closed it must update/replace the MS Office/Open Office document previously stored/embedded on the Enterprise Forms document (in the field Launch in Office).

3. After completing both the MS Office/Open Office document and the Enterprise Forms document, the Enterprise Forms document will go through an approval cycle and when approved the status field will become “Released”.

4. On the Enterprise Forms documents with the status field with the value “Released” a “New Revision” button must be made available, which when clicked must make a copy of the complete Enterprise Forms document (including the MS Office/Open Office Document embedded), and this copy should become available for editing again with the status “In Process”. In this new copy the field Revision Number (point 1.2.4.) must be incremented by 1.

5. When an Enterprise Forms document with the status “Released”or a previous version of the same document with the status “Archived” are opened, if the option defined in point 1.1.3. of the Parameters document correspondent to the document type of the EF document is “Office”, the correspondent MS Office/Open Office Document should be automatically opened in read only mode (no one can change it or save it in the Enterprise Forms document nor locally) using a corresponding viewer, and the Enterprise Forms document from were it was launched must also stay opened.

–> 5.1. In this case, the “Launch in Office” button must also be available and if it is used it must open the MS Office/Open Office Document in read only mode (no one can change it or save it locally), using a corresponding viewer, and the Enterprise Forms document from were it was launched must also stay opened.

6. When an Enterprise Forms document with a status different then “Released” or “Archived” is opened, the MS Office/Open Office Document should not be opened automatically and the users can open it manually from the “Launch in Office” button if and when they want to.

–> 6.1. In this case, when clicking the “Launch in Office” button, if the Enterprise Forms document is new and the option “Format for the content” in the Parameters document is defined as “Office”(point 1.1.3.), the MS Office/Open Office attachment/template (point 1.1.4.) defined in the corresponding Parameters document is launched in a new window, using a corresponding viewer and the Enterprise Forms document from were it was launched must also stay opened. If the Enterprise Forms document is not new and the option “Format for the content” in the Parameters document is defined as “Office” (point 1.13.), the MS Office/Open Office document previously saved/embedded in the Enterprise Forms document is launched in a new window, using a corresponding viewer and the Enterprise Forms document from were it was launched must also stay opened.

–> 6.2. When opening the MS Office/Open Office document, if the user at that moment has permissions to edit the Enterprise Forms document, the MS Office/Open Office document must be opened in edit mode and the user can change it and save it in the Enterprise Forms document, but must not be able to save it locally (except if the user is defined in the field “Users/Roles that can save the MS Office/Open Office document locally” (point 1.1.5.) of the Parameters document correspondent to the Enterprise Forms document in question). If the user doesn’t have permission to edit the Enterprise Forms document, the MS Office/Open Office document must be opened in read only mode and the user cannot change it or save it on the Enterprise Forms document nor locally.

–> 6.3. In this case, the author of the Enterprise Forms document must have also the option to delete the MS Office/Open Office document that had been saved/embedded in the Enterprise Forms document or to replace the MS Office/Open Office document that had been saved/embedded in the Enterprise Forms document with the current MS Office/Open Office document attached in the correspondent Parameters document (point 1.1.4.).

–> 6.4. The “Launch in Office” button must be hidden if when opening the Enterprise Forms document, in the Parameters document (point 1.1.) corresponding to this document the option “Format for the content” is defined as “EF Form” (point 1.1.3.).

7. This integration between Enterprise Forms documents and MS Office/Open Office documents must be available for use with any Enterprise Forms document/template if in the option defined in point 1.1.3. of the Parameters document correspondent to the Enterprise Forms document/template the value selected is “Office”. If this integration is being used for a certain Enterprise Forms document/template and the user changes the Parameters Document not to use integration for this Enterprise Forms document/template any more, from that moment on, when creating Enterprise Forms documents of that type they must not have integration any more, but the Enterprise Forms documents of that type that were created before this change must continue having integration and continue having the MS Office/Open Office document that had been saved/embedded in the Enterprise Forms document.

Regards,
Filipa Sousa

Categories: .NET, C/C++, Javascript, MS SQL, SQL Tags: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Article Marketing Assistant

August 20th, 2009 Comments off

Looking for an Internet Marketing Virtual Assistant.

Initial Project:
Create and Validate Accounts/Profiles for 20 Article Directories that will be provided.
Create 2 authors per account.

Submit/Publish 10 unique articles (5 per author) to each Article Directory over 5-10 business days.

The articles must be published as follows:
1. Only 2 different articles will be published each day per account, with 1 article per author. Thus there are a total of 40 submissions per day, with each author in each account publishing one article per day.

2. I will provide access to software that will allow each article to be submitted to all 20 Article Directories in single submissiom. Alternatively, articles may be published manually. Permission to use any other automated software must be requested and granted prior to award of project.

3. All articles will be provided

4. All Account Profile and Author Information will be provided

5. Assistant must have access to email account to validate account creation.

6. Assistant must have good command of English Language.

7. Assistant must describe relevant experience in article submission

I am looking for someone who is skilled and has an interest in repeat work. Please describe additional internet marketing skills/experience that you have and as it will be considered that as part of this award.

Fix Sybase Query

August 14th, 2009 Comments off

This is the query:

$sdbh = sycom(“select distinct a15.title title, a11.author author, a14.processed processed, a12.creation_date creation_day, a13.collection collection, a16.descr descr
from rv_bib_author a11, rv_bib_control a12, rv_item a13, rv_isbn a14, rv_title_inverted a15, collection a16 where a11.bib_id = a12.bib_id and a11.bib_id = a13.bib_id and a11.bib_id = a14.bib_id and a11.bib_id = a15.bib_id and a13.collection = a16.collection and (a13.collection in (‘f’, ‘nf’)and (a14.processed IS NOT NULL) and a12.creation_date between ’03/01/2009′ and ’05/30/2019′) order by a12.creation_date desc”);

I want only the FIRST record returning a15.title title to appear in the list, however when there are different entries in a14.processed processed, it returns a duplicate entry.

I have attempted to use group by a15.title but it returns no records whenever I put in a group by parameter.

In other words, here is the data:

Title Author Processed etc…
Test someone 12344556
Test someone 1342566
Test someone 452045
A Book author 5534555
A Book author 56678893

Should return:

Test someone 12344556
A Book author 5534555

But instead, I get every record since every field is not distinct. It doesn’t matter which of the mutiple records gets returned.

If you need more info, PMB me.

I would like this solved today!

Fix Author Pages In WordPress

August 12th, 2009 Comments off

Fix author pages in a wordpress blog
http://www.website.com/author/nameofauthor/ now does not work it redirects to homepage (bug in theme)
It should redirect to the list of all articles written by this person
and this for every author

I am reposting this project here as the first programmer was not able to solve this.

Problem With Rss Feeds (php)

August 10th, 2009 Comments off

This job should be really easy for someone who knows what they are doing.

There is a file single php file on my article directory which controls all the RSS feeds. The problem is that the feed is incomplete and does not contain all the data I want it to. Also, certain charators like ‘ and – display as ’s and –

I need someone to fix this problem get add the required additional feed items to display and deliver a W3C Vaild RSS feed. (validator.w3.org/feed/)

The feeds render a default meta and feed title and decsription in every instance, I want them to display title that is relevant to the feed being displayed. IE, the Heath and Fitness feed displays Health and fitness feed.

The additional fields that need to display are

<author> </author>
<category> </category>

I have added these 2 and they do display when one views the source code of the feed, but not on the feed itself, not are they passed to any feed reader.

Here is an extract from the code if it helps.

$strxml = $strxml.”<title>”.getsettings(2,”",2).” Articles</title>”;

$strxml = $strxml.”<link>”.getsettings(3,”",2).”/articlerss.php?type=”.$_GET["type"].”&category=”.$_GET["category"].”</link>”;

$strxml = $strxml.”<description>Latest Articles </description>”;

$strxml = $strxml.”<language>en-us</language>”;

$strxml = $strxml.”<copyright>Copyright (c) “.getsettings(2,”",2).” All rights reserved.</copyright>”;

echo $strxml; flush();
$j=0;
while($rs=mysql_fetch_array($cmd))
{
// $url=getsettings(3,”",2).”/article” . $rs["article_id"] . “-” . urlencode($rs["article_title"]) . “.html”;
$url=getsettings(3,”",2).”/article” . $rs["article_id"] . “-” . urlencode(preg_replace(‘/[^a-zA-Z0-9s!?"']+/’,'_’,$rs['article_title'])) . “.html”;
$out=”<item>n”;
$out .= “<title>”.removechar(htmlentities(strip_tags($rs["article_title"]))).”</title>n”;

//$out .= “<link>”.preg_replace(‘/[^a-zA-Z0-9s!?"']+/’,'_’).str_replace(“ ”, “”, strip_tags($url)).”</link>n”;
//$out .= “<link>”.preg_replace( ,’3F’,preg_replace(‘/[^a-zA-Z0-9s.-:/+!?"']+/’,'_’, $url)).”</link>n”;
$out .= “<link>”.$url.”</link>n”;
$out .= “<author>”.removechar(htmlentities(strip_tags($rs["article_author"]))) . “</author>n”;
$out .= “<category>”.removechar(htmlentities(strip_tags($rs["category_name"]))) . “</category>n”;
$out .= “<description>”.removechar(htmlentities(strip_tags($rs["article_snippet"]))) . “</description>n”;
$out .= “<pubDate>” . date(‘r’,strtotime($rs["article_date"])) . “</pubDate>”;
$out .= “</item>n”;
echo $out; flush();

$j=$j+1;
if($j >= 50) break;//limit !
}

$strxml = “</channel>n”;

$strxml = $strxml.”</rss>n”;

echo $strxml; flush();

Fix WordPress Author Pages

August 10th, 2009 Comments off

I have a bug on the author pages of my wordpress blog that redirects to homepage
Please fix it
thanks.

Author Website

July 15th, 2009 Comments off

5 page site requires a simple CMS to update content on each page and admin section to store images. One page will have products where the client will us paypal, but shopping cart is not required. The client just needs to be able to add there paypal button for that product. Website design is complete. Just need a programer to develop CMS.

Categories: CMS, CSS, MySQL, PHP Tags: , , , ,

Author Website

July 15th, 2009 Comments off

5 page site requires a simple CMS to update content on each page and admin section to store images. One page will have products where the client will us paypal, but shopping cart is not required. The client just needs to be able to add there paypal button for that product. Website design is complete. Just need a programer to develop CMS.

Categories: CMS, CSS, MySQL, PHP Tags: , , , ,

English Author Needed

July 12th, 2009 Comments off

I need a reliable person who will not disappear without leave. He or she needs to be available via instant messenger everyday except for weekends. He or she needs to reply emails within 24 hours. The job entails emailing out a newsletter to our clients. It is not spamming we have their written permission. The person needs to send out these emails. Person should be well versed in English and should have an excellent command of English language.

Php Mail() Error

June 30th, 2009 Comments off

I purchased a php script that uses mail() to send the registration email with a confirmation link. My problem is that when the script goes to email I get a error on the mail() line. I have found the header that has the error. The mail.php page is not encrypted, but the registration page is and the author will not un encrypt it for me to fix the problem. And the author isn’t that great at support.

I need someone to work some type of workaround. My host is godaddy.com. I’m fine with using something other then mail(), relay, or even smtp.

Below is the mail.php (original from author) file that does the emails. I can get the email to send by removing $text and changing rn to just r.

—-mail.php

&lt;?

function send_html($from, $to, $subject, $text, $html)
{
global $debug;
if ($debug) echo “&lt;HR&gt;DEBUG|From:$from|To:$to|Subject:$subject&lt;HR&gt;$text&lt;HR&gt;$html&lt;HR&gt;”;
$headers = “From: $fromrn”;
$headers .= “Reply-To: $fromrn”;
$headers .= “X-Mailer: PHP/” . phpversion().”rn”;
$headers .= “MIME-Version: 1.0rn”;
$boundary = uniqid(“MAB”);
$headers .= “Content-Type: multipart/alternative” .
“; boundary = $boundaryrnrn”;
$headers .= “$textrnrn”;
$headers .= “–$boundaryrn” .
“Content-Type: text/plain; charset=ISO-8859-1rn” .
“Content-Transfer-Encoding: base64rnrn”;
$headers .= chunk_split(base64_encode(“$text”));
$headers .= “–$boundaryrn” .
“Content-Type: text/html; charset=ISO-8859-1rn” .
“Content-Transfer-Encoding: base64rnrn”;
$headers .= chunk_split(base64_encode(“$html”));
mail($to, $subject, “”, $headers);
}

function parse_mail($mail, $param)
{
foreach ($param as $key=&gt;$val)
$mail=str_replace(“#”.$key.”#”,$val,$mail);
return $mail;
}
?&gt;

WordPress Fixes And Additions5

June 28th, 2009 Comments off

I have a website that runs on wordpress: http://tinyurl.com/l3z8j7 and
the theme I use is Aperture from Woothemes. The site has an adult nature.

I need to have a number of tasks done :

1) Would like a page where a new person can go to get started. This should be a page which aggregates specific posts tagged “get started”. I believe that the plugin called “AZIndex” (already in the plugnins on the site – not activeted yet. ) can do this. Check out the website http://azindex.englishmike.net/ to see if this plugin will work for that.
- either install and setup this plugin to allow me to create a page that aggregates all the posts marked “getting started”
- or-
- find another way to do this
–&amp;amp;amp;gt; the task is complete when a page is created that aggregates these particular posts, shows a short exceprt of the post as well as the picture associated with the post

2)Archives Page:
- problem: the theme comes with a standard archives page template, which doesn’t seem to be working
–&amp;amp;amp;gt; the task is complete when the archives page works as seen in woothemes.com demo of the theme

3) Newsletter Sign-Up Page:
- the problem: the code from aweber for capturing a name and e-mail address from a visitor doesn’t fit well into the theme.
–&amp;amp;amp;gt; the task is completed when the sign up page text fits the CSS for a page in the theme (font, formating, etc.)

4) Post Template: “Site Review”
- idea: to have a special posting template to be used for reviewing sites. This template should always have certain specific content sections (standard information about the type of site being reviewed…I will send you the content fields for this) displayed at the beginning of each post, before the actual text review of the website. The standard content block can be of slightly different colored background and have a frame around it – see the example of “RabbitsReviews.com” given in the video. The template should also have the same image resizer and image association function as the other posts do in the theme. This will then allow a picture to be associated and displayed for the post when it is being aggregated on a page.
–&amp;amp;amp;gt; the task is completed when a post template is created that has a standard layout and content sections as described and discussed. This template can be used to create posts and that these can be aggregated on a page with an associated image….as described in the next task

5) Aggregation Page for Site Reviews
- the idea: I would like to have a page which aggregates the sites reviewed (each site is reviewed as a post). This page would normally call the most recent 10 sites reviewed on the first displayed page but would offer an arrow at the bottom to see more pages (each page with 10 site review posts displayed). The aggregated site review posts will be excerpts of the first 40 words from the post plus the headline, the associated image will be shown to the right of the text, and the complete excerpt will be framed with a light-colored dotted. PLEASE SEE THE FOLLOWING DEMO SITE AS AN EXAMPLE: http://www.studiopress.com/demo/streamline.html (the posts listed, below the picture are a good example of what I mean)
special filter function: it will be necessary to have a filter function that users could use that would call up and list sites based upon specific grouping data (listed sites would be displayed looking the same as described above). For example, a user could filter and see only sites rated at 4 stars and above, or sites that have contests to particiapte it. The filtering/sorting criteria would be drawn form the “standardized fields” described in the special post template above.
–&amp;amp;amp;gt; the task is complete when a page is created that can aggregate and display these posts as descibed above and discussed as well as when the filtering/sorting function works.

6) Post Template: “Couples”
- the idea: to have template which has certain standardized fields to use when reviewing couples. This template should always have certain specific content sections (I will provide you with this information).This is very similar to the “site review” template, in essence. One important function/feature of this template is that it should allow for is that there should a large space at the top for featureing a picture or embedding a video form the couple…this should look similar to the On Demand theme, shown in the video.
–&amp;amp;amp;gt; the task is complete when the post template is completed as described.

7)CSS For Text:
the benchmark for the text usage and legibility is http://www.problogger.com
Standard post text should have the following charcteristcs:
- font: Verdana or Tahoma
- font-size: 1.4 em;
- line-height: 1.6 em;
- margin: 0 0 1.5;
–&amp;amp;amp;gt; task is complete when blog text changes made to CSS

8) Post Template (for all types of posts)
- the idea: to include more information about the author at the end of post (short author blurb, I’ll provide these as well as description of look and feel), have similar or recommended posts in order to keep reader reading on the blog, buttons that allow the post to be “Tweeted” or added to Facebook
–&amp;amp;amp;gt; the task is complete when at the end of each post the author blurb, 3 similar posts are suggested (these should be inserted to the left side between the “previous post” and “next post” and a “tweet this” and “add to facebook” buttons are displayed also on the left side, below the “next post” link

——————

I need someone to start work on this and finish the majority of these tasks in TWO days.

WordPress Fixes And Additions4

June 25th, 2009 Comments off

I have a website that runs on wordpress: http://tinyurl.com/l3z8j7 and
the theme I use is Aperture from Woothemes. The site has an adult nature.

I need to have a number of tasks done :

1) Would like a page where a new person can go to get started. This should be a page which aggregates specific posts tagged “get started”. I believe that the plugin called “AZIndex” (already in the plugnins on the site – not activeted yet. ) can do this. Check out the website http://azindex.englishmike.net/ to see if this plugin will work for that.
- either install and setup this plugin to allow me to create a page that aggregates all the posts marked “getting started”
- or-
- find another way to do this
–&amp;amp;gt; the task is complete when a page is created that aggregates these particular posts, shows a short exceprt of the post as well as the picture associated with the post

2)Archives Page:
- problem: the theme comes with a standard archives page template, which doesn’t seem to be working
–&amp;amp;gt; the task is complete when the archives page works as seen in woothemes.com demo of the theme

3) Newsletter Sign-Up Page:
- the problem: the code from aweber for capturing a name and e-mail address from a visitor doesn’t fit well into the theme.
–&amp;amp;gt; the task is completed when the sign up page text fits the CSS for a page in the theme (font, formating, etc.)

4) Post Template: “Site Review”
- idea: to have a special posting template to be used for reviewing sites. This template should always have certain specific content sections (standard information about the type of site being reviewed…I will send you the content fields for this) displayed at the beginning of each post, before the actual text review of the website. The standard content block can be of slightly different colored background and have a frame around it – see the example of “RabbitsReviews.com” given in the video. The template should also have the same image resizer and image association function as the other posts do in the theme. This will then allow a picture to be associated and displayed for the post when it is being aggregated on a page.
–&amp;amp;gt; the task is completed when a post template is created that has a standard layout and content sections as described and discussed. This template can be used to create posts and that these can be aggregated on a page with an associated image….as described in the next task

5) Aggregation Page for Site Reviews
- the idea: I would like to have a page which aggregates the sites reviewed (each site is reviewed as a post). This page would normally call the most recent 10 sites reviewed on the first displayed page but would offer an arrow at the bottom to see more pages (each page with 10 site review posts displayed). The aggregated site review posts will be excerpts of the first 40 words from the post plus the headline, the associated image will be shown to the right of the text, and the complete excerpt will be framed with a light-colored dotted. PLEASE SEE THE FOLLOWING DEMO SITE AS AN EXAMPLE: http://www.studiopress.com/demo/streamline.html (the posts listed, below the picture are a good example of what I mean)
special filter function: it will be necessary to have a filter function that users could use that would call up and list sites based upon specific grouping data (listed sites would be displayed looking the same as described above). For example, a user could filter and see only sites rated at 4 stars and above, or sites that have contests to particiapte it. The filtering/sorting criteria would be drawn form the “standardized fields” described in the special post template above.
–&amp;amp;gt; the task is complete when a page is created that can aggregate and display these posts as descibed above and discussed as well as when the filtering/sorting function works.

6) Post Template: “Couples”
- the idea: to have template which has certain standardized fields to use when reviewing couples. This template should always have certain specific content sections (I will provide you with this information).This is very similar to the “site review” template, in essence. One important function/feature of this template is that it should allow for is that there should a large space at the top for featureing a picture or embedding a video form the couple…this should look similar to the On Demand theme, shown in the video.
–&amp;amp;gt; the task is complete when the post template is completed as described.

7)CSS For Text:
the benchmark for the text usage and legibility is http://www.problogger.com
Standard post text should have the following charcteristcs:
- font: Verdana or Tahoma
- font-size: 1.4 em;
- line-height: 1.6 em;
- margin: 0 0 1.5;
–&amp;amp;gt; task is complete when blog text changes made to CSS

8) Post Template (for all types of posts)
- the idea: to include more information about the author at the end of post (short author blurb, I’ll provide these as well as description of look and feel), have similar or recommended posts in order to keep reader reading on the blog, buttons that allow the post to be “Tweeted” or added to Facebook
–&amp;amp;gt; the task is complete when at the end of each post the author blurb, 3 similar posts are suggested (these should be inserted to the left side between the “previous post” and “next post” and a “tweet this” and “add to facebook” buttons are displayed also on the left side, below the “next post” link

——————

I need someone to start work on this and finish the majority of these tasks in TWO days.

Author Website Design

June 17th, 2009 Comments off

I have a debut novel being released in September and I would like a basic and well produced website that allows me to advertise the book and to sell copies as well as other memorabelia via paypal. I want a professional and easily to manage site that has an option for me to upload a news/blog whenever I desire, and to add further items for sale if I wish in the shop section.

As a “start up” business, I would like to keep the costs low, but of course I would be more interested in someone that can produce a great looking site in a quick and timely fashion. thank you

Bear