Archive

Posts Tagged ‘initial’

Initial Analysis Of Logistics Reporting System

February 2nd, 2012 Comments off

Hello,
Attached an Initial analysis of events reporting system.
We would like to set up a simple and smart cellular system (For iPhone and Android as well)
You are invited to propose proposals for developing a system.
Thank you!
Uri & Shraga

Programmer To Provide Initial Php Site Migration And More

December 6th, 2011 Comments off

Greetings!

I require a programmer to move a PHP website that was custom built by a programmer on Scriptlance to a new domain, and adjust the site accordingly. The programmer will become part of a team on a long term assignment whereby they provide on-going support. User guide written by the previous coder. On going support would be anywhere from 1, several, or sometimes no hours per week, depending on the site. More time will be needed initially as the site is being launched. Please only appl…

Seo Consulting

September 17th, 2011 Comments off

Need seo consulting via phone, skype if this is permitted here I noticed you provide more then one way of contacting you and saw phone contact there as well which I prefer to have more then one to communicate so this was a plus for me to contact since this is one of things I look for when looking for consultants on odesk

Need for you to consult me an initial seo consultation and help me with the following:

* Do a seo website audit provide to me in detail what the site audit will consist off should include an analysis of internal linking structure and point out weaknesses and then fix them

* Do an initial seo analysis of my needs and make suggestions

* Help me put together a outsourcing work link building plan that don paper that I can then execute from beginning to completion

* article submission directories / directory submission to yahoo etcc

* Consult me on rough approximation / estimation … how much time when I outsource the backlinking jobs what it will take based on the type of links being secured and link quality metric requirements

* consult on software tools that can assist with the process such as seomoz, ontolo, majestic seo if you are familiar with these tools but necessary that you use them if you do not use them then disucss the tools that you use that can help me versus picking up seomoz or ontolo…

* can lead to more work on other projects depending on how good you work with us

**********************************
Note
” Project budget i selected is only an estimated figure…! “

could go higher then suggested amount or could go down based on how much work we agree upon after our initial meeting and interview lets PM will wait for your response with several days
**********************************

Copy Site As Initial Service Prototype

July 24th, 2011 Comments off

I am thinking of starting a PC support service with service & maintenance pl;ans and remote support initially in AU

the site mytechsupportstore.com is roughly what i want

so initially i want a copy of this site to then have a think about how i would change forms/functions/details

Mt4 Expert Adviser 2

July 1st, 2011 Comments off

I need help for a EA code on MT4.
Below is the details:

1. MT4 should not execute any deal if there is any missing bar in the past data set, EA should check it against any probability of a problem to be lived in the DSL connection.

2. EA will work on more than 30 pairs simultaneously

3. It shold never add to a position if there is already an open position in a pair.

4. EA should a have portfolio risk constraint that it should have more than

Assuming that bid price is processed by the EA

5. long order at the bar T+1

Enter price: Minimum of (the Close Price of the bar T and the Typical Price (HLC/3) of the bar T) + typical spread for the relevant currency

Initial Stop Loss Price: (Lowest Low of the T,T-1 and T-2) – 1 tick

Condition:
a. if Close of the bar T > Highest Close of last 13 bars before the bar T (from T-1 to including T-13)
b. Ratio of: (Initial Stop Loss Price) / Enter Price >= 0.9970
c. Ratio of: ([Highest High of the T,T-1 and T-2] + spread + 1 tick) / Enter Price <= 1.0045
d. Ratio of: (Close of the bar T)/Enter Price >= 0.9970

Initial Target Price to halfen the position: enter price * 1.0045

Second Target Price to close the deal all: enter price * 1.0090

Trailing Stop: maximum of the following
a. High price of the actual bar (say it bar Z) * 0.9955
b. Close price of the bar (Z-1) * 0.9970
c. (Lowest Low of the Z-1, Z-2 and Z-3) – 1 tick

In case that 7 bars have passed after the signal bar and the trailing stop did not become bigger than the enter price price still then EA should close the position immediately.

6. short order at the bar T+1

Enter price: Maximum of (the Close Price of the bar T and the Typical Price (HLC/3) of the bar T)

Initial Stop Loss Price: (Highest High of the T,T-1 and T-2) + typical spread for the relevant currency + 1 tick

Condition:
a. if Close of the bar T < Lowest Close of last 13 bars before the bar T (from T-1 to including T-13)
b. Ratio of: (Initial Stop Loss Price) / Enter Price <= 1.0030
c. Ratio of: ([Lowest Low of the T,T-1 and T-2] – 1 tick spread) / Enter Price >= 0.9955
d. Ratio of: (Close of the bar T)/Enter Price <= 1.0030

Initial Target Price to halfen the position: enter price * 0.9955

Second Target Price to close the deal all: enter price * 0.9910

Trailing Stop: minimum of the following
a. Low price of the actual bar (say it bar Z) * 1.0045
b. Close price of the bar (Z-1) * 1.0030
c. (Highest High of the Z-1, Z-2 and Z-3) + spread + 1 tick

In case that 7 bars have passed after the signal bar and the trailing stop did not become lower than the enter price price still then EA should close the position immediately.

Categories: Expert Advisor, MT4 Tags: , , , , , ,

Mt4 Expert Adviser

June 24th, 2011 Comments off

I need help for a EA code on MT4.
Below is the details:

1. MT4 should not execute any deal if there is any missing bar in the past data set, EA should check it against any probability of a problem to be lived in the DSL connection.

2. EA will work on more than 30 pairs simultaneously

3. It shold never add to a position if there is already an open position in a pair.

4. EA should a have portfolio risk constraint that it should have more than

Assuming that bid price is processed by the EA

5. long order at the bar T+1

Enter price: Minimum of (the Close Price of the bar T and the Typical Price (HLC/3) of the bar T) + typical spread for the relevant currency

Initial Stop Loss Price: (Lowest Low of the T,T-1 and T-2) – 1 tick

Condition:
a. if Close of the bar T > Highest Close of last 13 bars before the bar T (from T-1 to including T-13)
b. Ratio of: (Initial Stop Loss Price) / Enter Price >= 0.9970
c. Ratio of: ([Highest High of the T,T-1 and T-2] + spread + 1 tick) / Enter Price <= 1.0045
d. Ratio of: (Close of the bar T)/Enter Price >= 0.9970

Initial Target Price to halfen the position: enter price * 1.0045

Second Target Price to close the deal all: enter price * 1.0090

Trailing Stop: maximum of the following
a. High price of the actual bar (say it bar Z) * 0.9955
b. Close price of the bar (Z-1) * 0.9970
c. (Lowest Low of the Z-1, Z-2 and Z-3) – 1 tick

In case that 7 bars have passed after the signal bar and the trailing stop did not become bigger than the enter price price still then EA should close the position immediately.

6. short order at the bar T+1

Enter price: Maximum of (the Close Price of the bar T and the Typical Price (HLC/3) of the bar T)

Initial Stop Loss Price: (Highest High of the T,T-1 and T-2) + typical spread for the relevant currency + 1 tick

Condition:
a. if Close of the bar T < Lowest Close of last 13 bars before the bar T (from T-1 to including T-13)
b. Ratio of: (Initial Stop Loss Price) / Enter Price <= 1.0030
c. Ratio of: ([Lowest Low of the T,T-1 and T-2] – 1 tick spread) / Enter Price >= 0.9955
d. Ratio of: (Close of the bar T)/Enter Price <= 1.0030

Initial Target Price to halfen the position: enter price * 0.9955

Second Target Price to close the deal all: enter price * 0.9910

Trailing Stop: minimum of the following
a. Low price of the actual bar (say it bar Z) * 1.0045
b. Close price of the bar (Z-1) * 1.0030
c. (Highest High of the Z-1, Z-2 and Z-3) + spread + 1 tick

In case that 7 bars have passed after the signal bar and the trailing stop did not become lower than the enter price price still then EA should close the position immediately.

Categories: Expert Advisor, MT4 Tags: , , , , , ,

Initial Creation Of WordPress Multisite Setup

June 11th, 2011 Comments off

Initial setup of wordpress multisite…

I am creating an online magazine using the wordpress theme Continuum, http://www.ezinelocal.co.uk and I will be setting up about 100 local magazines, 1 for each county of the UK, so I am looking for a Multisite Installation – unless there is a better way of doing it.

For example. www.ezinelocal.co.uk/colchester will be one of the magazines, once that is up and running I want to install the next one.

I also want to use my domain for creating other community sites

For example: localschool.ezinelocal.co.uk

We may end up with several hundred sites, can they all be on the Multisite Installation?

Each area sites will be run by different people, and the school sites will be run by each school, but I want overall main control of backups, updates to wordpress etc.

Need a good price just to do the initial set up, and ongoing support when I need it, I will be guided by you as the best hosting etc. currently use Hostgator.

This is just the first project of many, future projects will include more multisite installations and one off sites using latest woothemes or themeforest themes.

I already have 50 web clients who’s sites I have built, mainly using Moonfruit, but some areWordpress, I also have 4 directories and long term need support with those in terms of programming, back ups, maintenance, etc.

Please bid for this first multisite installation.

Vbulletin Initial Install

April 19th, 2011 Comments off

I have it installed just cant get the config.php file and the sql database to work. i need this done asap!

Initial Website Set-up

February 22nd, 2010 Comments off

We need to configure a Corecommerce cart to establish a new coupon distribution site. We will supply background, seperate flash buttons, need area for video, embed flash map and drop down xml file of cities that links to pages, this will all be supplied. Establish categories by cities and sub-categories by product or service, these lists will be supplied. Product and services will be the same for every city. Our current database is for approximatley 1300 cities. We need to have everything from a-z configured so you need to understand Corecommerce and how it works. It is very user friendly and has many tutorials and we will not have chat and live access support until the last 2 days of the initial. Core commerce is a US based cart provider and you will need to accomedate the time difference for questions. Additionally we will need ongoing administration for data entry, coupon creation, coupon instal and video embedding, amongst other things. We will be adding video weekly and coupons daily. This portion of the project will be quoted seperate and will be on a part time as needed basis. We will need someone to prequalify as to having the capability that is why we are considering an on-going relationship with thi initial set-up company. This will be a situation where we will give you information and direction at the begining of your day and will need to have things like coupons and data imput done that day. Video and other projects will have 2-5 days typically. Thank you. We want to start immediatley and have the site up and running within 7 business days and completely debugged within 10.

Initial Website Set-up

February 3rd, 2010 Comments off

We need to configure a Corecommerce cart to establish a new coupon distribution site. We will supply background, seperate flash buttons, need area for video, embed flash map and drop down xml file of cities that links to pages, this will all be supplied. Establish categories by cities and sub-categories by product or service, these lists will be supplied. Product and services will be the same for every city. Our current database is for approximatley 1300 cities. We need to have everything from a-z configured so you need to understand Corecommerce and how it works. It is very user friendly and has many tutorials and we will not have chat and live access support until the last 2 days of the initial. Core commerce is a US based cart provider and you will need to accomedate the time difference for questions. Additionally we will need ongoing administration for data entry, coupon creation, coupon instal and video embedding, amongst other things. We will be adding video weekly and coupons daily. This portion of the project will be quoted seperate and will be on a part time as needed basis. We will need someone to prequalify as to having the capability that is why we are considering an on-going relationship with thi initial set-up company. This will be a situation where we will give you information and direction at the begining of your day and will need to have things like coupons and data imput done that day. Video and other projects will have 2-5 days typically. Thank you. We want to start immediatley and have the site up and running within 7 business days and completely debugged within 10.

Speed Up Initial Document Load

January 14th, 2010 Comments off

Our e-commerce site loads the initial document quite slowly: around 2500 to 3000ms measured in YSlow for the main site page. The result of this is that our customers wait for 3-4 seconds before they see any activity occuring-after that, the site loads quickly enough after that point, so focus on the initial document loading time. We would like to push that load time to under 1000ms consistently, to minimize the amount of time that our customers must wait with nothing visible happening. Please help us configure out network settings, caching, headers, and whatever else to cut 1500-2000ms from our initial load time.

The site is a Magento site running on the Rackspace cloud (LAMP). Total load time runs from 8-10 seconds currently. Small HTML documents like the Magento License or small php scripts like phpinfo have an initial document load time of 300-500 ms. Thanks!

Fjptc Fjnga Facelift Wr0001

August 16th, 2009 Comments off

Reference; http://newgenerationadvertising.info/index.php?topic=21.0

I need someone that is experienced in designing and coding for AuroraGPT and Simple Machine Forum.

fjPTC is ready for the next phase. Official release of site and New Generation Advertising (NGA) forum.

The amount of work will be significant so I am not looking for a cheap job but a well priced and professional presentation. Experience in Project Management, Gantt Chart, Statement of Work (SOW) for example is an asset. You will be asked to submit some sample portfolio and testimonial before I commit to a large expense. We must agree contractually.

My vision is to have a common theme between fjPTC and NGA
The focus is on providing an advertising service that uses a unique implementation of a Get-Paid-To (GPT) script.

I want a color scheme that is similar to http://traffic.fjwebs.com/index.html and http://www.fjworld.com/ and http://www.fjwebs.com/

Note the world style. fjPTC and NGA needs to project a world view as well as a connection to a local setting. Think of it as a local advertiser reaching the world. We can discuss this in more detail once we initiate a working arrangement for future work. I anticipate a long term working relationship with continued work on other projects.

My initial request is that you complete some small tasks so I can evaluate your deliverable based on time, cost and quality.

Here are some initial tasks.

1) Design and deliver a logo for fjPTC
2) Design and deliver a logo for New Generation Advertising
3) Design and deliver 3 – 468×60 banners for fjPTC, 2 static and 1 animated.
4) Design and deliver 3 – 468×60 banners for New Generation Advertising (NGA), 2 static and 1 animated.
5) Design 2 static 180×100 images, 1 for each site, fjPTC and NGA

As soon as possible, I want tasks 1, 2 and 3 completed.

Please post your interest, estimated cost and time to deliver each of these 3 initial tasks. http://newgenerationadvertising.info/index.php?topic=21.0

Wp Porn Initial Mockup Design

August 10th, 2009 Comments off

I am looking for someone to do a Mockup Design for a Porn WordPress theme. YOU NEED to be confortable working with PORN material.

This is the first of many jobs that I would like to take up so please treat this as a possible ongoing work relationship through scriptlance.

I am looking for someone who is fast, efficient, has impeccable design skills and has worked with PORN previously.

If you are interested, DON’T BID RIGHT AWAY, contact me and I’ll provide you with exact requirements and then bid.

House Exchange

July 30th, 2009 Comments off

Initial set up Brief

Looking to develop a house exchange website, we want the search part to be very simple like Google. Once someone does an initial search it will show everything by location. Then once they are in that section they can chose to browse or refine the search.

SEARCH

Where do you like to go? (this is the initial search)
Then refine search: By date / Type (family, couple etc)

Who wants to come to your location? (this is the initial search)
Then refine search to: By Date / By Type (family, couple etc)

JOIN HOUSE SWAP

- Credit card transaction
- Photo’s
- templates leading people what to write including various tick box’s
- News letter request and updates on new postings for your area

LOG ON
- User / Password
- Shows number of views
- In this location feedback can be placed and received

WHAT YOU NEED TO KNOW
- This section will be basic HTML with what you need to know, agreement forms, Q&A’s

Php Table/admin With Database

June 1st, 2009 Comments off

Hi guys,

I need a programmer to put together a table with the following fields:

Recruit Name
Initial Voice Chat
Initial Chat Date:
WEB Request Rcvd
In Station App Recvd
Miner
Fighter
Character Inception Date
Male/female
Date of Birth.
Country of origin
Voice Mic Yes/No
Recruited by:
1st director Approval
2nd director Approval
Mail out documents.
Month 1 rating out of 10
Month 2 rating out of 10
Month 3 – rating out of 10
Full Member

Candidate information will then be entered by an entry form.
This information would then appear in a column in the table.
A new candidate is added then another column is added to the table and so on.

Example:
Recruit Name NAME1 NAME2
Initial Voice Chat CHAT1 CHAT2
Initial Chat Date: CHATDATE1 CHATDATE2
WEB Request Rcvd WEBREQUEST1 WEBREQUEST2

Entries need to be editable.

Simple job for someone who’s well versed in PHP/Mysql.
Coding must be done in PHP5 and the latest MYSql.

Experienced Iphone Game Develo

April 27th, 2009 Comments off

We are looking for individuals or a company with good experience in development of iphone gaming application to develop an initial game for us. Our budget is $3,000 – $3,500. We have numerous projects in the pipeline, about 17 games/applications (and more in the future) that we want to develop. We are paying really well for this type of iphone gaming application compared to what other people pay on this site and we do this because we want to extend this relationship long-term with particular individuals or company. If this initial project is delivered successfully, that individual/company will be awarded the rest of dozens of future projects.

The basic qualifications for the individuals/company that we are looking for are below:

You need to:

1) have Strong experience in iphone application development and graphic design. You should be familiar with Xcode, iPhone SDK,OpenGL and Accelerometer
2) be able to do end-to-end/whole product lifecycle delivery for this game. This will include designing the graphics, coding it and providing basic sounds for this game.
3) have At least two successful applications in the app store
4) provide creative inputs/ideas to the design of the game. Someone from my company or me will work closely with this individuals/company to make sure the game gets developed as desired.

These are the basic requirements of the game:

1) It’s an adventure type games. It will involve 18 stages, 11 of which will involve moving graphics (kinda like Sonic the Hedgehog/Crash Bandicoot type games) and 7 are mini-games that involve static graphics.
2) It will be done in 3D. The game will involve accelerometer functions and touch screen abilities.
3) This game will combine multiple gameplays. For examples of the type of game that we are trying to develop, look in the Appstore for Fieldrunners, The Oregon Trails (a little less complex), Crash Bandicoot Nitro Kart 3D. You will get a clearer idea once you contact us but the above are just for you to get a feel.

The game will be submitted to the Apple App store and will be complete when approval is granted. An NDA needs to be signed before the start of the project.

Please send me your past projects (portfolio) and make sure you have experience posting in the App Store for both Free and Paid Apps.

We are looking to start this project ASAP.

Like mentioned previously, we are not looking for a one-time project development. We pay well for projects and have numerous projects in the pipeline that we want to develop, but we do want to emphasize on quality product delivery for each one of our project. If this initial project is delivered successfully, that individual/company will be awarded the rest of dozens of future projects.

Thank you.

Article Post Robot Initial Set

March 30th, 2009 Comments off

I just got Article Post Robot and I need to set it up initially, which involves settiing up all the accounts and getting logins. Experience with ARP required.

Logo Design – Initial Sketches

March 25th, 2009 No comments

Create some preliminary freehand sketches of a Company Logo as defined in the attached specifications.
After discussion we will post another job to create the final computer graphics (3 x Logos)

Magento Website

March 19th, 2009 No comments

We would like a web store. We need someone to do the design and perform the initial installation of the site.

The site must use magento for its shopping cart and be XHTML 1.1 compliant insofar a feasible. I realize magento has some limitations in that arena. The pages must be fully functional with Firefox, Internet Explorer, and Safari browsers. I chose magento as I intend to open multiple store sites with differing types of products that may appear in more than one store. The initial site will sell electronic cigarettes and accessories. There will be less than a dozen products with up to 3 variants per product, e.g., quantity, color, and size.

As the product is new, it will require a lot of editorial content to educate the consumer. I have a basic hosting account on hostmonster.com so would prefer that hosting be provided with that service. I recognize that I will have to purchase some additional services. They do not directly support it, per se, but it can be hosted there.

We want to be able to use the website as a portal from Amazon, Yahoo Stores, and other

Bear