Archive

Posts Tagged ‘defined’

Front End .php Page Generating With Defined System

January 18th, 2012 Comments off

I want you to make backend Input system that would produce page like Generated-php-page.jpg and list the name of the physician to another page like listed-page.jpg

More details will come via PM after your best guessed.

Personality Test Tool

November 8th, 2011 Comments off

The project consists of a simple tool that allows personality test creation and usage.

Main usage:
- users accessing our web site will be able to respond to a sequence of questions related to a specific test.
- after selecting the test he wants to run, the user will be prompted with a sequence of questions and for each question a set of answer options (minimum of 2 options but can contain up to 10 options)
- answer options are associated with a number of points (defined on the admin interface).
- once the user finishes up answering all question, a analisys page is presented to him containing:
* a text that better represents his personality (its based on the number of points accumulated and configurable at the admin interface).
* optionally a text suggesting action for improvements
* optionally an image
NOTE: above itens are associated with the total number of points accumulated by the user when answering all questions.
- user will be able to either send the results via email or start over running another test.
- result is stored into the database for further usage
* test id
* user email (if any was presented)
* number of points.

Admin
The admin interface shall allow the administrator to:
a) view statistics/number of responses on a per category/test basis
b) Manage tests (categories, tests, questions and options)

** manage Tests
The manage test interface must allow admin to:
1. create, edit, delete or suspend (remove from published list of tests) a given test.
- tests must be associated with pre-defined categories.
- tests must contain:
* a descriptioin
* list of keywords
* start date/time (obrigatory)
* end date/time (optional).
* status (not published, published, finished)
– not published is defined before the publishing date or when marked as suspended)
– published is auto defined after start date/time and only when suspended flag is not set
– finished is defined as a test that finished after the end date/time

- a test shall appear to end user only if contains status published.

** Manage questions and options.
- once a test is defined, admin will be allowed to create questions associated to it and for each question define:
* order of apearance
* response options (configurable on a per question basis. Default shall be 3 options and admin can add or delete options.
* each option shall have a field to define the amount of points granted if user picks that option.
* include test results options
– for each test the admin will be allowed to define the test results.
– test results are based on points ranges. Admin can define as many results per test as needed. Ex.: from 1 to 20 points –> test result 1 || from 21 to 50 –> test result 2, etc..
– a button to ADD more test result ranges shall be made available so the admin can ADD or remove test results as required.
– a test result is always based on points range and shall provide the following minimum fields for configuration:
* From number of points
* TO number of points
* Result Text (free text. HTML tags allowed)
* Result Image (optional, if not defined will not be displayed to end user)
* Result Action (optional free text, HTML tags allowed. if not defined shall not be displayed to end user.
- Manage categories (ADD, EDIT, DELETE)
* category name and description.
* tests associated with the category. A test can be associated with more then one category.

** USER FRONT END **
- Simple interface that will be fit into a iframe of the www.gestaodecarreira.com.br
- shall be built using CSS to define the font style, color, position, background.
- user home interface provides the user with a list of tests grouped by category.

** Other Requirements **
1. must be built using PHP and MySQL
2. use friendly URLs
3. Apply SEO principles
4. Code commented.

Fix .asm Code

October 16th, 2011 Comments off

Hi everyone I need someone that is familiar with .asm language
that can fix and modify the attached code so I can compile it using
the MPASM compiler.
At the moment I get the errors:
Error[113] C:PICPROG2009EXAMPLESGEARR_CERMAK_16F628.ASM 17 : Symbol not previously defined (_cp_off)
Error[113] C:PICPROG2009EXAMPLESGEARR_CERMAK_16F628.ASM 17 : Symbol not previously defined (_lvp_off)
Error[113] C:PICPROG2009EXAMPLESGEARR_CERMAK_16F628.ASM 17 : Symbol not previously defined (_pwrte_on)
Error[113] C:PICPROG2009EXAMPLESGEARR_CERMAK_16F628.ASM 17 : Symbol not previously defined (_wdt_off)
Error[113] C:PICPROG2009EXAMPLESGEARR_CERMAK_16F628.ASM 17 : Symbol not previously defined (_intRC_osc_noclkout)
Error[113] C:PICPROG2009EXAMPLESGEARR_CERMAK_16F628.ASM 17 : Symbol not previously defined (_mclre_off)
Error[113] C:PICPROG2009EXAMPLESGEARR_CERMAK_16F628.ASM 78 : Symbol not previously defined (option_reg)

the chip is a 16F628A
and I just need it to start in 0 and go up and down with the buttons.

Thanks

Point Parser

September 19th, 2011 Comments off

Overview:

We are looking for a simple windows application that calculates the amount of time spent in a given area or set of areas. The application will take two input files, and analyse the data in the second file to calculate the length of time spent within a given area, or set of areas, as defined by the first file. The application will create a csv output file that details the instances of presence within the defined area/s.

Inputs:

Area definition file: A KML file will be used to define an area or areas. The <LinearRing> element will define a given polygon, within a <Placemark>.

<Placemark>
<name>Newport</name>
<Polygon>
<tessellate>1</tessellate>
<outerBoundaryIs>
<LinearRing>
<coordinates>
-117.9578972035459,33.6282509714184,0 -117.954622312435,33.62668612164413</coordinates>
</LinearRing>
</outerBoundaryIs>
</Polygon>

Data file: A CSV will contain tracking information, with defined points (WGS-84), grouped into tracks. Each track will need to be analyzed to determine how much time has been spent within the area/s defined above. A sample file is attached. There are many redundant fields.

Outputs:

A csv will be created that will list the instances of tracks occurring within the defined areas. For each instance where a track goes within the area, a line will list the following fields:

Track number, DateTime of entry, DateTime of exit, Total time in area, Name of Area, Average Speed, Speed of Zero (Boolean)

Track number: Taken from the CSV input file
DateTime of entry: Taken from the CSV input file (the first point within a given area) (use local time)
DateTime of exit: Taken from the CSV input file (the first point not within the area that was previously occupied) (use local time)
Total time in area: Difference between the entry and exit times (must be able to handle a transition from one day to the next)
Name of Area: Taken from the KML file
Average Speed: numerical average of ‘speed values’ from points within the area, including the entry point and exit point
Speed of Zero (Boolean): True if any speed value < 5, otherwise false

Assumptions:

The time of entry is assumed to be the first point inside the area
The time of exit is assumed to be the first point outside the area

Essential Requirements:

The application needs to have a simple UI with the ability to load the kml file, then select the csv to process, and then prompt the user once analysis is complete to save the output csv file.

We require source code.

Escrow payment, but one only payment at the end once we’re happy with result.

Categories: Programming Tags: , , , , , ,

Ninjascript Ninja Trader Code

February 13th, 2010 Comments off

Ninjascript Skeleton Strategy (Ninja script for Ninja Trader)
(The information below is attached as a word document also)

The Basic System:

The task is to develop, tweak and fine tune a bare-bone strategy, to which I can add various indicators later, and backtest and forward test. I already started coding some of what I want, and I can email it to whoever gets the project.

The basic idea is to enter long or short based on some very simple entry conditions, with a fixed initial stop loss (for example, buy 100 shares of AAPL at market based on some trigger conditions). Once I bought 100 shares, I want to divide this 100 into 3 different blocks of shares (say 50, 25 and 25 shares

Categories: .NET, C/C++, Programming Tags: , , , , , ,

Joomla & Adsmanager Job

February 11th, 2010 Comments off

Hi

IMPORTANT : REPLY WITH “AGREED” as the first word of your message or bid : this is to avoid bots or copy/paste bids). Without this, your bid will not be considered. Job is immediate and needs to be completed in the next 3 days, don’t bid if you can complete, test and deliver in this timeframe.

DESCRIPTION

The site on which work is required is : (replace space by “-” in the URL) “ola services.com/index.php”

I need a Joomla and AdsManager expert to complete a work that has been started but not finished. Joomla, AdsManager and a template are already installed.

Tasks to do are :

- on page index.php on the left column, the search module needs to be with the following :
“Region”
“Department”
“Postal code”
“Categories ( >> sub cats)”

actually, it’s just
“Keyword text area”
“Categories”

- advanced search page
Some fields are needed here, and some of them can be empty (= not mandatory)
“Categorie” (can be empty if “ads number” is defined”)
“Sub-Categories” (can be empty)
“Ads number” (can be empty, if not, priority of the search go to this field)
“Keywords” (can be empty if categories or region/dep is defined only, don’t take care if ads number is defined)
“Photos” (check or unchecked, don’t take care if ads number is defined)
“Region” (search by region, can be empty if cateogies, or keywords are defined)
“Department” ( search by region, can be empty if cateogies, or keywords are defined, JAVASCRIPT = can’t have department if region is empty)

REQUIREMENTS :
* Please save us time and only bid if you are an experienced Joomla & PHP programmer.
* I WILL NOT CONSIDER COPY/PASTE ANSWERS

Thanks !

Javascript Expert

January 27th, 2010 Comments off

Please do not send a form letter!

I need an Expert in Javascript for this and future work.

Thanks.

———-
Need custom javascript written called app.js. When app.js is called it will interpret the variables passed to it.

Example:
app.js?app.js?id=____&ca=____&cc=___&r=___&d=___

id is the filename that will be called, example:
app.js?app.js?id=1234

Would call 1234.js as a document.write

If variable ca is defined, then it need to use this variable as a directory, example:
app.js?app.js?id=1234&ca=1

Would call /ca1/1234.js as a document.write

If cc is defined, then check the cookie for the countrycode or run the url provided to get the country code. (I will provide the url and sample code on how cc is checked.)

If cc=1 and country code is US, run the javascript. If cc=1 and country code is NOT US, do not run the javascript. If cc=1 and country is NOT US and variable d is defined, call variable d.js

Example: app.js?app.js?id=1234&ca=1&cc=1&d=888
Would call /ca1/1234.js as a document.write if countrycode=US
If country code is NOT US it would call /ca1/888.js

If r is defined as 1 it should insert allow a random number to be used and insert this after the filename. Example: app.js?app.js?id=1234&ca=1&cc=1&r=1
Would call /ca1/1234.js?r=RANDOM# as a document.write if countrycode=US

Auto Site Visit (hit Generato)

November 28th, 2009 Comments off

Ok guys, i just had a idea and like to see if one of you guys like to develop it.

1st.

we need to have an interface for the program it could be done for windows or maybe a web browser interfaces either one I am ok with.

2nd.

the interface should give the option to input a URL and their prospective search phrases, have buttons to add, edit and delete the URL. When the user adds a URL the URL will go to a box of the user’s list of URL’s to be use. This should have an option to use the selected URL or the entire list. Then have a next step button.

3rd.

on the second step button, the page should include a box with the list of proxies to be used other than the one from your ISP. There should be buttons to add, edit and delete. It should also have an advance button, in the advance button it should include a box with the options to add, edit and delete search engines. Plus an option to use the selected one or the entire list also has a random button. And have a next step button

This final step is very important. This is where the program starts.

On this page it should included an option box with the different types of search engines defined on the previous options. It also should have what type of internet browser such as internet explorer, fire fox, chrome or pick from the list: user can select from programs in the computer. And then have button to run, stop and restart.

When the program is running it should:

1- open the internet browser selected with new proxy from the list defined by user
2- search for the search phrases defined by the user.
3- Find the url input by the user
4- load page
5- Wait until it finish loading
6- The repeat the process with new proxy and new search phrase
7- Repeat the process until all the proxies have been used and move the next URL if defined by user .

You can see super alexa boster for an example of the type of program

I think that when starting the process the program should defined the address such :

http://www.google.com/search?hl=en&rlz=1R2GGLL_en&q=PHRASE+DEFINED+BY+USER

Categories: Programming Tags: , , , , , ,

Basic Content Management

September 8th, 2009 Comments off

Require a simple content management system for a 15 page community website. This system should:

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: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,

Two Data Feeds 1 .txt Output

July 27th, 2009 Comments off

I have 2 data feeds that I need to create 1 output from taking data from both feeds into consideration

INPUT:

Between the 2 data feeds they contain full details of the products I have for sale

The first data feed contains complete details of each product, however only the weight is needed from this file, this will be updated weekly and details need to be held in the database until the new feed is uploaded where it will replace all info with that from the new feed

The second data feed contains the price, available quantity and status of the products, depending on the status of the product

PRICE – This will be subject to a percentage discount which is also present in the data feed, this will be 15%, 35% or shown as 0.00% where by it will be subject to 40%

STATUS – This will be either no longer available, available now or available to order, within available to order there are 3 substatuses, these being available in 3, 10 or 14 working days

The available status is defined by the quantity in stock

The no longer available status has it’s own code

The 3 and 10 working day statuses will be defined by the same code and available date

The 14 day status is defined by it’s own code

Both data feeds contain the ISBN of each product to allow reference for the same product from both feeds

OUTPUT:

The output will need to have a specific layout, template will be given

There is a comments field which will have 4 different values for this depending on which status the product is

PLEASE NOTE: The feeds contain details of well over 1 Million products

Samples of both datafeeds available have been attached

Any questions, just ask

Development Of Integration

July 7th, 2009 Comments off

We are looking for a programmer to develop the integration between MS Office/Open Office documents (word, excel, etc) and 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 a Parameters Form where certain parameters of the documents are defined and one of these parameters is an attachment (word, excel, open office, etc) that contains predefined fields

2.When we create a new document in the application Enterprise Forms (which gets the revision number defined in the corresponding parameters document) it should have a button named “Launch Attachment” that when clicked should launch the attachment defined in the corresponding parameters document (described in point 1.)

3.The attachment launched (word, excel, open office, etc) should inherit the values of the fields from the Enterprise Forms document (the fields to be inherited are predefined in a table and are for example Title, Number, Revision Number, Author, Date Created, Date Approved)

4.After completing all the content of the attachment and saving and closing it, the attachment should be stored in a field of the Enterprise Forms document

5.From here on, every time the “Launch Attachment” button is clicked it should open the attachment stored in the Enterprise Forms document (not the one from the parameters document anymore) and the previously inherited fields should be validated with the content of the corresponding fields in the Enterprise Forms document and updated if necessary (as for example Revision Number), and when closing the attachment it should update/replace the attachment previously stored on the Enterprise Forms document

6.The Enterprise Forms document has an approval workflow and after being approved it should become available for the users in read only mode. In case there is a previous revision of the Enterprise Forms document the status of that document must then be changed to “Archived”

7.From here on when opening the Approved Enterprise Forms document or the previous revisions of that document (which are archived), the attachment should be opened automatically in a new window, using a corresponding viewer

8.On the Approved Enterprise Forms documents a “New Revision” button should be available, which should make a copy of the complete document (including the attachment), and this copy should become available for editing again, with the status “In Process” and with the functionalities and workflow described in previous points. In this new copy the field Revision must be incremented by 1.

Website: Domain Name Generator

July 2nd, 2009 Comments off

I need a domain name generator Website built:

The code will take dictionary terms and combine it with user provided words and submit possible matches to bulk domain services (simple form post to Dotster for instance).

System will also take user provided words and combine with a list of picklist associated words to check for available domains as well. Selecting a word set from a picklist will load all those words together with the user defined words to then check online for availability by using Dotster bulk lookup or similar tool.

There will be up to five search options and two user defined fields and two picklist fields in the generator. There will be about 20 wordsets (sets of words that get checked).

There will be several options such as place words at start or end of user defined words etc.

System must pass over affiliate ID to the site that is checking for domains.

It is expected that much of the work can be done in Javascript. Some PHP and MYSQL may be required.

You must find and load dictionary from free sources. You may need to parse the dictionary into several subsets.

Must deliver bug free code withing 20 days.

Show past website samples and submit price for completed project.

Full spec given after project is assigned. YOU MUST NOT RESELL THIS CODE. Must sign an NDA.

Domain Name Generator

June 24th, 2009 Comments off

I need a domain name generator Website built:
Full spec given after project is assigned. YOU MUST NOT RESELL THIS CODE. Must sign and NDA.

The code will take dictionary terms and combine it with user provided words and submit possible matches to bulk domain services.

You must find and load dictionary from free sources. You may need to parse the dictionary into several subsets.

System will also take user provided words and combine with a list of picklist words to check for available domains as well. Selecting a word set from a pickist will load all those words together with the user defined words to then check online for availability.

There will be up to five search options and two user defined fields and two picklist fields in the generator.

There will be several options such as place words at start or end of user defined words etc.

System must pass over affiliate ID to the site that is checking for domains.

If you know how to check domains availability directly from PHP code that is even better (please note this in your response).

It is expected that much of the work can be done in Javascript. Some PHP and MYSQL may be required.

Must deliver bug free code withing 20 days.

Show samples and submit price for completed project.

Spreadsheet Design

June 22nd, 2009 Comments off

Requires the creation of an Excel Spreadsheet to the following specification.

Multiple sheets within one spreadsheet:
Contact sheet
Membership status sheet
Insurance Status sheet

CONTACT SHEET
General fields for contact details / email / contact name. Also requires additional work for a ‘dormant’ flag (yes or no list), region (defined and selectable from a list), local authority field (again, defined and selectable from a list). Lastly, a ‘last updated’ field would be helpful (auto updated where possible if that row has been changed).

MEMBERSHIP STATUS SHEET
This must auto fill all details from the contact sheet and maintain a link between this data (ie, if the detail changes on the contact sheet, it should update on the membership status sheet). This requires a flag (yes or no to indicate membership) and a date paid. Would also require further flags (yes or no to block membership, yes or no to opt out of block membership)

INSURANCE STATUS SHEET
As above, this should auto fill all details from the contact sheet and maintain a link between this data.
Also require a flag for Standard Insurance (yes or no) with date paid field. Also require four additional fields for other special insurance (defined and selectable from a list), with matching fields for date paid. Where possible, the special insurances should only be selectable if the standard insurance is active.

Additional Work
In addition, you may also wish to quote for additional scripting to create export routines so the following data can be analysed / extracted to XLS / Mail Merge, etc, etc…

List all
List all in defined local authorities (one or many)
List all in defined region(s) (one or many)
List all with phone number / email / website
List all with membership status of yes OR no
List all with membership status of yes in defined local authority OR region
List all with standard insurance of yes
List all with membership paid date of 31 March or before (in that present year).

Full specification availalbe on request.

Simple Longtail Player Plugin

June 15th, 2009 Comments off

I need a plugin created that uses the LongTail Video player … this should ONLY use the LongTail player, not any other flash video player.

The plugin will toggle the visibility of a div, based on a specific, pre-defined time, or percentage of video playback has completed …

For example, if a video to be played is exactly 10 minutes in length, the LongTail video player should trigger the visibility the div to go from “hidden”, to “visible” at the 9 minute mark of video playback if 9 minutes is the pre-defined time set to toggle the div.

The plugin should work based both on specific times … for example, 9 minutes. Or, based on a percentage of video playback … in this example, 90% ( which is 9/10 ) playback completed.

Once the div has been toggled to “visible”, the div should not become “hidden” if the viewer watching the video uses the playback scrollbar to go back in the position of the video.

So, once the video has hit either X time, or X percentage of playback, a div should toggle from “hidden”, to “visible”, and remain “visible” from that point forward.

This must work based on video playback time and be triggered by the LongTail player … it may not be based on simply setting an external timer to toggle the div visibility.

The reason for this is as follows ….

It someone is watching a 10 minute video, and watches for 5 minutes … then pauses the playback for 20 minutes, and returns to watching after that time, the div should not be visible. The div visibility must be triggered based on actual video playback.

What is required is the plugin or module for the LongTail player, and two functioning example HTML pages that show that the plugin works properly.

The first example should work based on a pre-defined time of playback being completed …

The second example should work based on a pre-defined percentage of playback being completed.

The content of the div can be anything you’d like to show … but, for my purposes, it’d be nice to show a form submit button.

Development Of Integration

May 25th, 2009 Comments off

We are looking for a programmer to develop the integration between MS Office/Open Office documents (word, excel, etc) and 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 a Parameters Form where certain parameters of the documents are defined and one of these parameters is an attachment (word, excel, open office, etc) that contains predefined fields

2.When we create a new document in the application Enterprise Forms (which gets the revision number defined in the corresponding parameters document) it should have a button named “Launch Attachment” that when clicked should launch the attachment defined in the corresponding parameters document (described in point 1.)

3.The attachment launched (word, excel, open office, etc) should inherit the values of the fields from the Enterprise Forms document (the fields to be inherited are predefined in a table and are for example Title, Number, Revision Number, Author, Date Created, Date Approved)

4.After completing all the content of the attachment and saving and closing it, the attachment should be stored in a field of the Enterprise Forms document

5.From here on, every time the “Launch Attachment” button is clicked it should open the attachment stored in the Enterprise Forms document (not the one from the parameters document anymore) and the previously inherited fields should be validated with the content of the corresponding fields in the Enterprise Forms document and updated if necessary (as for example Revision Number), and when closing the attachment it should update/replace the attachment previously stored on the Enterprise Forms document

6.The Enterprise Forms document has an approval workflow and after being approved it should become available for the users in read only mode. In case there is a previous revision of the Enterprise Forms document the status of that document must then be changed to “Archived”

7.From here on when opening the Approved Enterprise Forms document or the previous revisions of that document (which are archived), the attachment should be opened automatically in a new window, using a corresponding viewer

8.On the Approved Enterprise Forms documents a “New Revision” button should be available, which should make a copy of the complete document (including the attachment), and this copy should become available for editing again, with the status “In Process” and with the functionalities and workflow described in previous points. In this new copy the field Revision must be incremented by 1.

Joomla Appointment Component

April 21st, 2009 Comments off

Hi

I need a Flash component that will allow my clients to book appointments with me. The component needs to have…

Front End:

1. Registered users of the website have automatic access when logged in to the parent site. Non-registered users can create an account that does not require them to be members of the parent site, but offers to register them as a member using a check box for confirmation.
2. Once logged in, the client is taken to a month view calendar page and selects the day/time they wish to book an appointment. Days with available slots are highlighted.
3. They are taken to the booking page for the day they selected.
4. The customer sees the available appointments. Appointments already booked show text “Booked” (Names of people booked are only available in back end).
5. Client selects the type &amp; length of appointment from a check list (type &amp; duration options defined by admin).
6. Client clicks on the slot they wish to book, notified of total cost for service. (admin able to set specific charge for different types of appointments.
6a. Non-member customers have to fill out personal info to make booking, members if logged in, click thru.
8. Must be able to require captcha or not, as defined by admin.
9. Client (member and non-member) is taken to a page to pay form mandatory sitting fee (This feature should be able to be turned on and off, and amount able to be set/adjusted by admin). Admin should be able to insert text notice of terms of service here. Upon confirm payment, client should be taken to PayPal page, (not requiring an account to pay by PayPal) “Confirmed Booking” should will be handled by PayPal. Upon completed payment, client should be returned to page containing booking details.
10. Client receives an email confirming the booking ( – email text can be defined by admin, and must pick up fields from the database (eg.[NAME])
11. Client can cancel booking if necessary, with notice that PayPal Payment is non-refundable, unless canceled at least 7 days in advance of scheduled appointment.
12. Client is sent a personalized email reminder 24 hours before their booking – email text can be defined by admin. Must pick up fields from the database (eg.[NAME])
13. Client history to be available to client. (including total cost of services, refund issued, type of appointment, date)

Back End: (admin options)

1. Registered users have automatic login, unregistered can book, but and automatically added to site registered users.
2. Admin has ability to choose dates and times to be available for bookings.
3. Admin as ability to set up time slots for each day – multiples of 60 minutes.
4a. Admin has ability to set and change cost for type of appointment.
4b. Admin has ability to set and change cost for mandatory prepaid sitting fee.
4. Admin has ability to repeat time slots for a specific day (eg. same slots every Tuesday).
5. Admin has ability to set slot types.
6 Ability to send notice of refund issued and field to check refund issued, and amount.
7. Ability to make custom fields as required.
8. Overview screen for each day with tooltip or clickable link with each user’s telephone numbers.
9. ability to produce reports by date, containing customer name, address, phone, slot type, number slots/time used, and, sitting fee paid, refund issued and total cost of service.

Must be delivered as an installable Joomla! 1.5 component with all source code – I’d like to be able to edit it if necessary, so the code needs info tags included.

Must be fully functional. Must be fully configurable for color/style, width from back end control panel.

Would also like a quick appointment module with the following options available: Appointment Type Field and Cost field and sitting fee field, able to be configues by admin, with checkboxes for clients, and a clickable date able to be clicked by client, and a confirm button that brings customer directly to PayPal Payment Page to pay the mandatory sitting fee.

Must be delivered as an installable flash component with all source code – I’d like to be able to edit it if necessary, so the code needs info tags included.

Must be fully functional. Must be fully configurable for color/style.

Email Processing System

April 6th, 2009 Comments off

Please Note
This project has a medium/hard level of difficulty and therefore requires an experienced developer to complete the work. Whilst some projects can be completed by aspiring developers this project requires the attention of a skilled professional. Therefore please do not even bid on this project unless you read the complete brief and understand everything from the outset.
All work will be thoroughly tested and payment will not be released until the system works as specified.
Brief Description:
The requirement is to have an email enquiry management system. The component will be an administrator based Joomla component written in native Joomla 1.5 format. The component is to be written using modern MVC Joomla component methods and delivered as a complete Joomla installable component (e.g. tarball or zip). The component must perform many functions including the reading, validating, reformatting, distribution and management of email enquiries.

The component will need to read emails from pre-defined pop3/imap mailboxes as they arrive or frequently and then process each one.

For each email the following 4 steps should be taken

1. Validation stage 1
2. Reformatting
3. Validation stage 2
4. Distribution

If the process fails at any point, the information should be saved to the DB and marked for manual intervention. If the process fails at any point, an email should also be sent to the administrator’s email address telling them to log in and manage the problem. A user will then log into the admin interface and manually manage any emails that failed the above process.
Interfaces
Apart from the actual processes involved in reading, validating and sending leads, this component requires many interfaces to setup and manage all the records that the system uses in the process. A brief list of interfaces required is listed below: -

Dynamic Rss & Twitter Scripts

March 16th, 2009 No comments

elance

Please review the site debtconsolidation.allin1page.com

we are looking for modular solutions scripts. we are not looking for an overall website coding – we do that here.

we want you to write customizable scripts which will be included into our website design

SCRIPT 1: RSS Feed Display

what the RSS Feed script does:
- Script displays in a defined sized BOX on our webpage articles from a RSS feed we specify
- the size of the box are defined and changeable by us (not webpage visitor)
- the font size and style specifics are defined and changeable by us (not webpage visitor)
- the date of the individual rss item can be displayed or not, toggled by us (not webpage visitor)
- the length of the preview of the article is defined and changeable by us (not webpage visitor)

the script has to have the following attributes

- The script can be directly included as a widget into our page’s HTML
- WE can customize the number of stories from the feed which appear by us (not webpage visitor)
- WE can include this script into any of our web pages and configure it
- BOX size can be customized by us (not webpage visitor)
- BOX font, color and style can be customized by us (not webpage visitor)
- RSS article date display can be switched on or off by us (not webpage visitor)
- Widget/Script has to run locally (on server) not run remotely (no ASP)
- No hidden links/trademarks/linbacks
- Text generated by the script in the box displayed in the web page should be spyder readable/friendly by robots like Google, Yahoo, etc…. The spyders should pick up the words in the text of the RSS

SCRIPT 2: Twitter Search &amp; Follow

what the Twitter Search &amp; Follow Feed script does:
- Script displays in a defined sized BOX on our website, twitters from
(a) person followed (identified by us, not the webpage visitor)
(b) twitter text search (such as #finance or #mac)
- the size of the box are defined and changeable by us (not webpage visitor)
- the font size and style specifics are defined and changeable by us (not webpage visitor)
- the date of the individual twitter item can be displayed or not, toggled by us (not webpage visitor)

the script has to have the following attributes

- The script can be directly included as a widget into our page’s HTML
- WE can customize the number of tweets from the feed which appear by us (not webpage visitor)
- WE can include this script into any of our web pages and configure it
- BOX size can be customized by us (not webpage visitor)
- BOX font, color and style can be customized by us (not webpage visitor)
- RSS article date display can be switched on or off by us (not webpage visitor)
- Widget/Script has to run locally (on server) not run remotely (no ASP)
- No hidden links/trademarks/linbacks
- Text generated by the script in the box displayed in the web page should be spyder readable/friendly by robots like Google, Yahoo, etc…. The spyders should pick up the words in the text of the RSS

To clarify, we are looking for two CUSTOMISABLE scripts which can be integrated into existing web pages. One displays news headlines from RSS feeds, the other one from a search of Twitter API. Both these scripts have to generate text which can be picked up by Google robot/spider as opposed to the the script itself. To be clear, when the web page is generated (for the viewer or from the spider) the web page MUST include the text of the articles headlines and the text of the twitter entries identified, so that the words are counted in the spyder’s scoring of the page for keyword repetition and SEO purposes.

We need to be able to customize the formatting of the result text (size, font, etc….) and we need to be able to customize (a) the RSS feed details and (b) the twitter search term, like #motorcycle or #obama

Not sure if you want to write this in PHP but let us know what makes more sense.

If you can do it, please write us back with details of your planned implementation. We are looking to start right away.

Email Processing System

March 16th, 2009 No comments

Please Note
This project has a medium/hard level of difficulty and therefore requires an experienced developer to complete the work. Whilst some projects can be completed by aspiring developers this project requires the attention of a skilled professional. Therefore please do not even bid on this project unless you read the complete brief and understand everything from the outset.
All work will be thoroughly tested and payment will not be released until the system works as specified.
Brief Description:
The requirement is to have an email enquiry management system. The component will be an administrator based Joomla component written in native Joomla 1.5 format. The component is to be written using modern MVC Joomla component methods and delivered as a complete Joomla installable component (e.g. tarball or zip). The component must perform many functions including the reading, validating, reformatting, distribution and management of email enquiries.

The component will need to read emails from pre-defined pop3/imap mailboxes as they arrive or frequently and then process each one.

For each email the following 4 steps should be taken

1. Validation stage 1
2. Reformatting
3. Validation stage 2
4. Distribution

If the process fails at any point, the information should be saved to the DB and marked for manual intervention. If the process fails at any point, an email should also be sent to the administrator’s email address telling them to log in and manage the problem. A user will then log into the admin interface and manually manage any emails that failed the above process.
Interfaces
Apart from the actual processes involved in reading, validating and sending leads, this component requires many interfaces to setup and manage all the records that the system uses in the process. A brief list of interfaces required is listed below: -

Bear