Archive

Posts Tagged ‘spec’

Convert Ms Word Template From Usa Spec To Uk (margins)

February 9th, 2012 Comments off

Dear Scriptlancers!

I would like a program created that will convert an MS Word document template which is POPULATED with content (names and addresses) and have margins set for an AMERICAN Avery Labels on Letter Sized Paper to the UK version.

This will involve, changing the paper size of the template to A4 from letter size, and adjusting all the various margins.

I have attached TWO TEMPLATES for you in the attached folder. These contain the spec of the existing template (5163) and the…

Consulting/devevelopment Of Techn.spec & Flowchart

December 11th, 2011 Comments off

Hi,

I am looking for someone to support me to create technical specifications and the flowchart for a program I need.

I have already created a pretty detailed flowchart for the functionality (14 process flows), a short description of the program. My programming skills are stuck at pascal/DOS, so flowchart as well as my thinking might be like 15years behind.

Aim of this Job is to support me to create a Flowchart / technical Specifications which I can provide in order to get offers to hav…

Outlook Script For Removing Attachments – Final Spec

September 6th, 2011 Comments off

Apologies all, the client wants to go back to this original spec.

I need a script to allow users to detach attachments from emails to prevent the Exchange server getting bloated.

Nicola Delfino has a VBA script that is nearly working, but if there are multiple attachments it fails. The script is here:
http://blogs.msdn.com/b/nicold/archive/2009/10/22/how-to-remove-attachments-from-outlook-2007-emails-easily.aspx

As per his script, I would like the email to have the detached file names inserted in the body. However, it would be beneficial to allow the user to choose where each file is saved to.

Css Product Spec Overlay

June 17th, 2011 Comments off

A CSS project, to overlay a product spec bullet points list over the corner of images in a gallery slideshow. The list should be contained in a low opacity black box, not obstructing the image, like the after image attached. Working with and modifying ngg Gallery in WP.

Spec Podem

February 20th, 2010 Comments off

Web creating i design. ajah, xhtml, data base

Clone Website (simple) 3

February 11th, 2010 Comments off

Hi, Clone a website www.ek-creditcard.com and make it work. “if u don’t like the script that have been half done, they re-do again”

It’s simple READ ipay88technical spec.pdf

“Download everything”

1) Technical spec.zip (read the ipay88 technical spec.pdf)
2) See sample_request.zip (as how they do it)
3) Setup RESPONCE + REQUEST PAGE
4) ADD PAYPAL

Basically it’s a page to accept credit card.

has backend www.ek-creditcard.com/admin

Will have to add country and has simple CMS like saving the register member.

CMS
1) 9 country currency
2) Will be able to modify the currency rates / http://eklink.aspdotnet.sk/rates.aspx

MAX USD100..
7 days job.

Clone Website (simple) 2

January 29th, 2010 Comments off

Hi, Clone a website www.ek-creditcard.com and make it work. “if u don’t like the script that have been half done, they re-do again”

It’s simple READ ipay88technical spec.pdf

“Download everything”

1) Technical spec.zip (read the ipay88 technical spec.pdf)
2) See sample_request.zip (as how they do it)
3) Setup RESPONCE + REQUEST PAGE
4) ADD PAYPAL

Basically it’s a page to accept credit card.

has backend www.ek-creditcard.com/admin

Will have to add country and has simple CMS like saving the register member.

CMS
1) 9 country currency
2) Will be able to modify the currency rates / http://eklink.aspdotnet.sk/rates.aspx

MAX USD100..
7 days job.

Clone Website (simple)

January 19th, 2010 Comments off

Hi, Clone a website www.ek-creditcard.com and make it work. “if u don’t like the script that have been half done, they re-do again”

It’s simple READ ipay88technical spec.pdf

“Download everything”

1) Technical spec.zip (read the ipay88 technical spec.pdf)
2) See sample_request.zip (as how they do it)
3) Setup RESPONCE + REQUEST PAGE
4) ADD PAYPAL

Basically it’s a page to accept credit card.

has backend www.ek-creditcard.com/admin

Will have to add country and has simple CMS like saving the register member.

CMS
1) 9 country currency
2) Will be able to modify the currency rates / http://eklink.aspdotnet.sk/rates.aspx

MAX USD100..
7 days job.

Func Spec Betting Exchange

December 21st, 2009 Comments off

Function specification

Betfair.com

Function specification

Joomla Web & Backoffice Design

October 20th, 2009 Comments off

This is a Joomla Project. The web site must be designed according to the spec sheet attached. The spec sheet outlines the details of the site that we want created on the Joomla platform.

**Please read entire spec sheet before bidding**

**This is how we work:

1. Project completed on your server and tested/approved by our staff
2. Entire payment is escrowed with SL
3. Work is moved to our server
4. Payment is released from Escrow

Joomla Web & Backoffice Design

September 29th, 2009 Comments off

This is a Joomla Project. The web site must be designed according to the spec sheet attached. The spec sheet outlines the details of the site that we want created on the Joomla platform.

**Please read entire spec sheet before bidding**

Dicom Editor Chiropractic Spec

July 27th, 2009 Comments off

Digital X-Ray is sweeping through the chiropractic market. Chiropractors view their patients x-rays and make very specific markings and measurements to help them both diagnose & educate. When X-rays are taken digitally versus the old film way, the image created is in DICOM format. I am looking for someone to create a program to import DICOM images, allow markings and annotations using tools specifically for chiropractors (distance, angle degrees, etc.), stitch two images together for full spine images and include the ability to export the images both as DICOM & JPEG. If you search DICOM viewers or DICOM editors you will see several examples of what I’m looking for.

Write Spec Document For Site

June 12th, 2009 Comments off

I am looking for someone to write a detailed functional specification for an incomplete web site.

What I have:

an incomplete site, an unclear spec document (see attachment).

What I need from you:

A detailed, thorough, complete spec document that can be used as a guide to complete the site efficiently.

Information requested from potential bidders:

I am looking for someone with experience in writing spec documents for sites who can complete this task efficiently. Relevant examples of experience are required.

Fix Php Script For E-mailing

June 5th, 2009 Comments off

On www.ppl.ie when you do submit vacancy, an input form is displayed. It allows the user to attach a file (usually Word doc) and submit to the website owners.

The form is submitted via SMTP using Pear::Mail (code is below). The body of the mail is not being displayed. I can send previous code (non-SMTP) where the body of the mail was being displayed but the attachment was not working

here’s the code:
<?php
if($_POST['submit_vacancy'])
{
if(!$_POST['company'])
$error[] = ‘Input company’;
if(!$_POST['contact'])
$error[] = ‘Input contact name’;
if(!$_POST['mail'] && !$_POST['phone'])
$error[] = ‘Input your e-mail or contact number’;
elseif($_POST['mail'] && !eregi(‘^[a-z0-9._-]+at blanked out[a-z0-9._-]+.[a-z]{2,4}$’, $_POST['mail']))
$error[] = ‘Input correct e-mail’;

if(count($error)==0)
{
include(RelativePath . “/inc/pear/Mail.php”);
include(RelativePath . “/inc/pear/Mail/mime.php”);
$html = “Hello! rnA New vacancy has been submitted. rnCompany: $_POST[company] rnName: $_POST[contact] rnContact Number: $_POST[phone] rnE-mail: $_POST[mail] rnWebsite: $_POST[website] rnJob Title: $_POST[jobtitle] rnSalary: $_POST[salary] rnComments: $_POST[comments] rn”;

$crlf = “rn”;
$hdrs = array(
‘From’ => ‘mail address blanked out’,
‘Subject’ => ‘VACANCY SUBMISSION FROM PPL SITE – “‘.$_POST[company].’”‘,
‘CC’ => ‘mail address blanked out’,
‘Reply-To’ => ‘mail address blanked out’
);
$to = ‘mail address blanked out, mail address blanked out’;
$to = $to.”, “.$hdrs['CC'];

$mime = new Mail_mime($crlf);

$mime->setTXTBody($html);
//$mime->setHTMLBody($html);

if($_FILES['attach_spec']['tmp_name'])
$mime->addAttachment($_FILES['attach_spec']['tmp_name'], $_FILES['attach_spec']['type'], $_FILES['attach_spec']['name']);

$body = $mime->get();
$hdrs = $mime->headers($hdrs);

$smtpinfo["host"] = “mail address blanked out”;
$smtpinfo["port"] = “25″;
$smtpinfo["auth"] = true;
$smtpinfo["username"] = “mail address blanked out”;
$smtpinfo["password"] = “mail address blanked out”;

$mail =& Mail::factory(“smtp”, $smtpinfo);

if($mail->send($to, $hdrs, $body))
{
$show_page = “message”;
$smarty->assign(“message”, “Thank you very much for submitting your Vacancy – we will be in contact with you as soon as possible”);
}
else
{
$cms_go_header = “http://”.$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'].”?sended=error”;
}

}
}
?>

Fix Php Script For E-mailing

June 5th, 2009 Comments off

On www.ppl.ie when you do submit vacancy, an input form is displayed. It allows the user to attach a file (usually Word doc) and submit to the website owners.

The form is submitted via SMTP using Pear::Mail (code is below). The body of the mail is not being displayed. I can send previous code (non-SMTP) where the body of the mail was being displayed but the attachment was not working

here’s the code:
<?php
if($_POST['submit_vacancy'])
{
if(!$_POST['company'])
$error[] = ‘Input company’;
if(!$_POST['contact'])
$error[] = ‘Input contact name’;
if(!$_POST['mail'] && !$_POST['phone'])
$error[] = ‘Input your e-mail or contact number’;
elseif($_POST['mail'] && !eregi(‘^[a-z0-9._-]+at blanked out[a-z0-9._-]+.[a-z]{2,4}$’, $_POST['mail']))
$error[] = ‘Input correct e-mail’;

if(count($error)==0)
{
include(RelativePath . “/inc/pear/Mail.php”);
include(RelativePath . “/inc/pear/Mail/mime.php”);
$html = “Hello! rnA New vacancy has been submitted. rnCompany: $_POST[company] rnName: $_POST[contact] rnContact Number: $_POST[phone] rnE-mail: $_POST[mail] rnWebsite: $_POST[website] rnJob Title: $_POST[jobtitle] rnSalary: $_POST[salary] rnComments: $_POST[comments] rn”;

$crlf = “rn”;
$hdrs = array(
‘From’ => ‘mail address blanked out’,
‘Subject’ => ‘VACANCY SUBMISSION FROM PPL SITE – “‘.$_POST[company].’”‘,
‘CC’ => ‘mail address blanked out’,
‘Reply-To’ => ‘mail address blanked out’
);
$to = ‘mail address blanked out, mail address blanked out’;
$to = $to.”, “.$hdrs['CC'];

$mime = new Mail_mime($crlf);

$mime->setTXTBody($html);
//$mime->setHTMLBody($html);

if($_FILES['attach_spec']['tmp_name'])
$mime->addAttachment($_FILES['attach_spec']['tmp_name'], $_FILES['attach_spec']['type'], $_FILES['attach_spec']['name']);

$body = $mime->get();
$hdrs = $mime->headers($hdrs);

$smtpinfo["host"] = “mail address blanked out”;
$smtpinfo["port"] = “25″;
$smtpinfo["auth"] = true;
$smtpinfo["username"] = “mail address blanked out”;
$smtpinfo["password"] = “mail address blanked out”;

$mail =& Mail::factory(“smtp”, $smtpinfo);

if($mail->send($to, $hdrs, $body))
{
$show_page = “message”;
$smarty->assign(“message”, “Thank you very much for submitting your Vacancy – we will be in contact with you as soon as possible”);
}
else
{
$cms_go_header = “http://”.$_SERVER['SERVER_NAME'].$_SERVER['REQUEST_URI'].”?sended=error”;
}

}
}
?>

Access Excel Programming

March 30th, 2009 Comments off

This project contains three parts:

1. Import files into a new table in an existing Access mdb file (2003)
See attached file named: Programming-access-import-032109-Only.txt

2. Make changes to existing Access formulas as described in: Programming-access-import-032109-Only.txt

3. Export the data contain in various tables into an excel spreadsheet (2003) as defined in attached file: Programming job spec to create Exsilon worksheet-v1.3-032509.txt

Files in attached zip:
1. Programming-access-import-032109-Only.txt

2. Programming job spec to create Exsilon worksheet-v1.3-032509.txt

3. EB_RRMPS 1.0_Data Specification File v1.3 03.24.09.xls (contains output example)

4. Events-samples.zip – Sample files to be imported into new table

5. RRMilk-dev1.mdb – Access database with small amount of data

The programmer will be selected based on:
1. Ability to communicate by voice & chat via skype & hours of availability.

2. Speed of completion of project. I expect you to complete the job within the time frame you state. If the project is delayed for any reason except caused by me, then the project is subject to full cancellation.

3. Your history and rating – I will consider those with few ratings if they communicate well and demonstrate they understand the project.

4. Price

Contact me via PMB to schedule a skype session to walk through the job spec by voice.

Access Excel Programming

March 25th, 2009 No comments

This project contains three parts:

1. Import files into a new table in an existing Access mdb file (2003)
See attached file named: Programming-access-import-032109-Only.txt

2. Make changes to existing Access formulas as described in: Programming-access-import-032109-Only.txt

3. Export the data contain in various tables into an excel spreadsheet (2003) as defined in attached file: Programming job spec to create Exsilon worksheet.txt

Files in attached zip:
1. Programming-access-import-032109-Only.txt

2. Programming job spec to create Exsilon worksheet.txt

3. EB_RRMPS 1.0_Data Specification File v1.1 03.24.09.xls (contains output example)

4. Events-samples.zip – Sample files to be imported into new table

5. RRMilk-dev1.mdb – Access database with small amount of data

The programmer will be selected based on:
1. Ability to communicate by voice & chat via skype & hours of availability.

2. Speed of completion of project. I expect you to complete the job within the time frame you state. If the project is delayed for any reason except caused by me, then the project is subject to full cancellation.

3. Your history and rating – I will consider those with few ratings if they communicate well and demonstrate they understand the project.

4. Price

Contact me via PMB to schedule a skype session to walk through the job spec by voice.

Bear