Archive

Posts Tagged ‘monday’

Glype Proxy Script Modifications. Need By Monday

February 12th, 2012 Comments off

Looking for php developer to make alterations to the glype proxy script.

i want the ability to browse any site removed, the script must only be able to view a hard coded URL, The script will be installed on an existing site and will only be able to view the site it is installed on.

so if i have a blog on mysite.c0m this is where the proxy wil be installed so in effect tunneling the website through the proxy. This is for a specific reason as this proxy can be used to strip 3rd party scrip…

Calender Event Booking Clone Need Now By Monday 2

October 3rd, 2011 Comments off

I am looking to have a Calender like http://www.phpjabbers.com/event-booking-calendar/

NEEDS TO BE COMPLETED BY MONDAY EVENING

1. Will it have the same admin control as them ? and we only need to
change one thing,

1. When you do an advent, it asks for Max Attendants. that will need to
be seperated from the prices , in order for u to understand me you
must try there demo and go through the steps. See the Max attendants
option will act as the number of bookings for that event. when i add
the price of each package that will not have a drop down menu with
numbers but you will be able to add your own number.

Please try there demo so you know what i am talking about. There
DEMO http://www.phpjabbers.com/event-booking-calendar/

Calender Event Booking Clone Need Now By Monday

October 1st, 2011 Comments off

I am looking to have a Calender like http://www.phpjabbers.com/event-booking-calendar/

NEEDS TO BE COMPLETED BY MONDAY EVENING

1. Will it have the same admin control as them ? and we only need to
change one thing,

1. When you do an advent, it asks for Max Attendants. that will need to
be seperated from the prices , in order for u to understand me you
must try there demo and go through the steps. See the Max attendants
option will act as the number of bookings for that event. when i add
the price of each package that will not have a drop down menu with
numbers but you will be able to add your own number.

Please try there demo so you know what i am talking about. There
DEMO http://www.phpjabbers.com/event-booking-calendar/

Website Development -start Monday

September 9th, 2011 Comments off

Job Description

Admin Module :
- Exam Module
– Create/modify Question,Choices and answers upload using csv
– Dashboard Management for landing page, broadcasting on customer portal
– Advertisement Management
– Ebook and Articles

Products :
– E-Book publishing
– Exams (Single or multiple products)
– Articles (Menus and submenus)

User :
– Student portal: Edit profile,Feedback, performance in the exam
– Exam Mode : Pick # of questions, shuffle topics, images, review answers
– Study Mode :P ick # of questions from each topic,
– view the exam Results
– performance: exam results/comparison

Security: disable copy/paste/screenprint
Professional landing page, SEO friendly

Subscription module will be handled by third party software

*** Read carefully****
1. Mention # of days required
2. Send a wire diagram/sample landing page mock for this requirement
3. Send the best website you have designed and your experience
4. Do not bid if you do not have feedback
5. Project to start 12th Sep/Monday
6. Implementation after support :how many days and methodology

Skills Required:
PHP, .Net, Web Design,

Add Days Of The Week

May 15th, 2011 Comments off

I have an assignment due today and I’m so rusty at programming and had a week from hell, that i havent even had time to read the new chapter and get started on my lab. I need help asap. here’s what i need:

Write a program that contains a class that implements the days of the week. The program should be able to perform the following on an object of the class.

1. Set the day.
2. Print the day.
3. Return the day.
4. Return the next day.
5. Return the previous day.
6. Calculate and return the day by adding a certain amount of days to the current day. For example, if you add five days to Saturday, the day to be returned is Thursday. Likewise, if we add 12 days to Wednesday, the day returned will be Monday.

1. Expand the member functions of iLab 1 to allow for the additional operations outlined in the lab summary above.
2. Call the additional functions, plusOneDay(), minusOneDay(), and addDays().

Function plusOneDay() returns the next day.
Function minusOneDay() returns the previous day.
Function addDays() will take the number of additional days as a parameter and calculate and return a new day name by adding a certain amount of days to the current day.

This is what i have from my previous assignment:

#include <iostream>
#include <string>

using namespace std;

class DayOfTheWeek
{
public:
void setDay(string );
// setDay(string) takes a string parameter
// and stores the value in the day attribute.
void printDay() const;
// printDay() prints the value of the day attribute
// on console output (cout).
string getDay() const;
// returns the value of the day attribute.
void plusOneDay();

void minusOneDay();

void addDays();

private:
string day; // This is where the value of the day attribute is stored.
};

string DayOfTheWeek::getDay() const
{
return day;
}
void DayOfTheWeek::setDay(string newDay)
{
day = newDay;
}
void DayOfTheWeek::printDay() const
{
cout << day;
}
void DayOfTheWeek::plusOneDay()
{

}
int main()
{

DayOfTheWeek monday;
DayOfTheWeek tuesday;

// Set the values of the objects
monday.setDay(“Monday”);
tuesday.setDay(“Tuesday”);

// Get the monday object and print it out
string currentDay = monday.getDay();
cout << “The value of the object is ” << currentDay << “. This object wishes it was Sunday!” << endl;

// Print the tuesday object
cout << “The value of the object is “;
tuesday.printDay();
cout << “. This object is just glad it’s not Monday!” << endl;

return 0;
}

Categories: Programming Tags: , , , , , ,

Three Xml Feeds – For Monday Pm

May 6th, 2011 Comments off

I need 3 xml feeds for a property website.

I have php code for most of the data, just a minor addition needed to define lists of features (it is linked to another table) and lists of images as one feed needs a fixed number and the other can handle variable numbers.
I want to recycle the block of php code which displays the features

The attached text file gives the details of the 3 feeds. The php file shows the work completed to date on one of the feeds. The php file is a basic code, produced to define all the variables from the database

The work is urgent.

I want an initial code o Monday to send out for an online test, followed by time Monday or Tuesday for any adjustments if there are any bugs / changes.

I have full technical documentation for all 3 feeds.

Categories: Bug, MySQL, PHP, XML Tags: , , , , , ,

Four Days – Data Entry In India

April 28th, 2011 Comments off

Four days work starting tomorrow.
Friday, Sat, Sunday and Monday. – Finished Monday.

1. Must have absolutely excellent english
2. Must have fast typing speed -see minutes required.
3. Must have constant internet connection
4. Must have skype

Project: To work 8 hours for two days in google docs – constant and fast broadband required.

600 names and emails – you will be searching the following three websites to see if the people have an account.

1. Facebook
2. Twitter
3. IMDB.com
4. And identify (from the email provided) if the person has a personal website.
(ie) joe- joesmith.com = www.joesmith.com

150 names per day is the target – allowing 3.3 minutes to complete the search for each name. This must be completed By Monday 12 pm UK time.

Quick Job Cloning By Monday

February 4th, 2010 Comments off

Website cloning with cms needed for $100

Regression Analysis

January 14th, 2010 Comments off

Need a project done in access or excel to run regression analysis and then make predictions based on the formula results and inputs.

someone else started it and never finished (in access).

Please bid if you can be finished by Monday!

Monday!

Monday!

Monday!

I’ve attached an access file that someone started and never completed that contains all the data. If someone has another solution besides access let me know. But i will need to run regressions based on different parameters.

Booking System Required 2

November 23rd, 2009 Comments off

Booking system required to make bookings easier for my Administrator.

Administrator has multiple teams he needs to book jobs for each day based on customer needs.

The system needs to have the following:

- Consequetive booking, eg: It will fill out each job for the first day Monday for each working team, then when all of Monday is booked for all teams, it automatically books for Tuesday. So if there is 2 spots left for Team 1 and Team 4 on Monday.. when administrator wants to see whats the next available.. a list of these 2 spots will show in which he will select one and create the booking.

- A display of ALL available spots for the week ahead.

- Bookings with the same Street address are allocated to the same working team.

- Administrator can override automatic system and select a day/date and/or team to create booking for.

- Add/Delete/Edit working teams

- Add/Delete/Edit working hours

- Print work job sheet for ALL teams or SELECTED teams for a whole day. Eg: Print all job sheets for Monday for all teams.. or Print jobs sheets for Team 1 and Team 2 for Monday

- History recording with database and search option

- Comments and notes can be left on each job

- Plus other key calculations/options

Booking System Required

November 2nd, 2009 Comments off

Booking system required to make bookings easier for my Administrator.

Administrator has multiple teams he needs to book jobs for each day based on customer needs.

The system needs to have the following:

- Consequetive booking, eg: It will fill out each job for the first day Monday for each working team, then when all of Monday is booked for all teams, it automatically books for Tuesday. So if there is 2 spots left for Team 1 and Team 4 on Monday.. when administrator wants to see whats the next available.. a list of these 2 spots will show in which he will select one and create the booking.

- A display of ALL available spots for the week ahead.

- Bookings with the same Street address are allocated to the same working team.

- Administrator can override automatic system and select a day/date and/or team to create booking for.

- Add/Delete/Edit working teams

- Add/Delete/Edit working hours

- Print work job sheet for ALL teams or SELECTED teams for a whole day. Eg: Print all job sheets for Monday for all teams.. or Print jobs sheets for Team 1 and Team 2 for Monday

- History recording with database and search option

- Comments and notes can be left on each job

- Plus other key calculations/options

Task System

September 6th, 2009 Comments off

THIS MUST BE COMPLETED BY 11:59PM EST ON MONDAY SEPTEMBER 7 – DO NOT BID IF YOU CANNOT MEET THIS DEADLINE!!
<br><br>
The purpose of this module is for users to be able to:
1. View tasks in order of importance and deadline date & time.
2. Provide updates to the user that opened the task in a ticket-like system, with the user that opened the
task also able to reply back or add additional information to task at any time.
3. Add notes for themselves relating to the task.
4. Provide estimated date & time for task completion.
5. Mark task as complete.
6. Re-assign the task to another user.
7. Add a one-off task for themselves or another user to complete with level of importance and optional
deadline date & time, for example 10:00 AM on November 1st 2009, so user receiving the task can
see it should be completed by this time.
8. Add a recurring task for themselves or another user to complete which will come back into the
system once it has been completed. When creating the task can set to repeat either on a daily, weekly,
monthly basis, or on 1 or more specific days of the week (for example every Monday & Thursday).
The user should also select a level of importance with optional deadline time, for example 10:00 AM,
so user receiving the task knows it should be completed every time by 10:00 AM.
<br><br>
The main page should show the logged in user an overview of their outstanding tasks in order of importance
and date & time of deadline. Should also show the estimated completion date & time if the user has set this.
There should be be a separate archive area that shows tasks they have previously marked as completed.
The main page should also show overview of tasks the logged in user has created for other users, again in
order of importance and date & time of deadline. Should also show the estimated completion date & time if
the user assigned to the task has set this.
The purpose of this module is for users to be able to:
1. View tasks in order of importance and deadline date & time.
2. Provide updates to the user that opened the task in a ticket-like system, with the user that opened the
task also able to reply back or add additional information to task at any time.
3. Add notes for themselves relating to the task.
4. Provide estimated date & time for task completion.
5. Mark task as complete.
6. Re-assign the task to another user.
7. Add a one-off task for themselves or another user to complete with level of importance and optional
deadline date & time, for example 10:00 AM on November 1st 2009, so user receiving the task can
see it should be completed by this time.
8. Add a recurring task for themselves or another user to complete which will come back into the
system once it has been completed. When creating the task can set to repeat either on a daily, weekly,
monthly basis, or on 1 or more specific days of the week (for example every Monday & Thursday).
The user should also select a level of importance with optional deadline time, for example 10:00 AM,
so user receiving the task knows it should be completed every time by 10:00 AM.
<br><br>
They should be able to click on a task to see full information on the task including a notes the user has added
for themselves along with a ticket-like view of communications between the logged in user & the user that
created the task. They should also be able to set estimated date & time for task completion, or change date &
time set previously. There should be a button to mark task as completed which will notify the user that
opened the task and move the task to the completed archive for both users. They should also have the option
to re-assign the task to another user within the system.
The purpose of this module is for users to be able to:
1. View tasks in order of importance and deadline date & time.
2. Provide updates to the user that opened the task in a ticket-like system, with the user that opened the
task also able to reply back or add additional information to task at any time.
3. Add notes for themselves relating to the task.
4. Provide estimated date & time for task completion.
5. Mark task as complete.
6. Re-assign the task to another user.
7. Add a one-off task for themselves or another user to complete with level of importance and optional
deadline date & time, for example 10:00 AM on November 1st 2009, so user receiving the task can
see it should be completed by this time.
8. Add a recurring task for themselves or another user to complete which will come back into the
system once it has been completed. When creating the task can set to repeat either on a daily, weekly,
monthly basis, or on 1 or more specific days of the week (for example every Monday & Thursday).
The user should also select a level of importance with optional deadline time, for example 10:00 AM,
so user receiving the task knows it should be completed every time by 10:00 AM.
<br><br>
Everything should have pagination so there are not too many tasks on a single page.
The purpose of this module is for users to be able to:
1. View tasks in order of importance and deadline date & time.
2. Provide updates to the user that opened the task in a ticket-like system, with the user that opened the
task also able to reply back or add additional information to task at any time.
3. Add notes for themselves relating to the task.
4. Provide estimated date & time for task completion.
5. Mark task as complete.
6. Re-assign the task to another user.
7. Add a one-off task for themselves or another user to complete with level of importance and optional
deadline date & time, for example 10:00 AM on November 1st 2009, so user receiving the task can
see it should be completed by this time.
8. Add a recurring task for themselves or another user to complete which will come back into the
system once it has been completed. When creating the task can set to repeat either on a daily, weekly,
monthly basis, or on 1 or more specific days of the week (for example every Monday & Thursday).
The user should also select a level of importance with optional deadline time, for example 10:00 AM,
so user receiving the task knows it should be completed every time by 10:00 AM.
<br><br>
All users should also be able to set a reminder for themselves for a specified date & time, either as a standalone
reminder from the main page (which should just simply be some text entered by the user), or a
reminder relating to a certain task on the task information page (which should be some text entered by the
user along with a link to the task information page).
The purpose of this module is for users to be able to:
1. View tasks in order of importance and deadline date & time.
2. Provide updates to the user that opened the task in a ticket-like system, with the user that opened the
task also able to reply back or add additional information to task at any time.
3. Add notes for themselves relating to the task.
4. Provide estimated date & time for task completion.
5. Mark task as complete.
6. Re-assign the task to another user.
7. Add a one-off task for themselves or another user to complete with level of importance and optional
deadline date & time, for example 10:00 AM on November 1st 2009, so user receiving the task can
see it should be completed by this time.
8. Add a recurring task for themselves or another user to complete which will come back into the
system once it has been completed. When creating the task can set to repeat either on a daily, weekly,
monthly basis, or on 1 or more specific days of the week (for example every Monday & Thursday).
The user should also select a level of importance with optional deadline time, for example 10:00 AM,
so user receiving the task knows it should be completed every time by 10:00 AM.
<br><br>
Reminders and notifications that task is completed should be sent via MSN Messenger using pre-built PHP
class. The MSN address of all users is stored within the users table.

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

Joomla Virtuemart Modification

March 21st, 2009 No comments

Joomla Virtuemart modifications on discount and delivery method

Joomla Version 1.5.8
Virutemart 1.1.2

Few Modifications on certain Areas
A. Shopper Group Discount
B. Shipping Method
C. Decision based on the purchasing Time/Method
D. Delivery Details

A. Shopper Group Discount
Shopper Group
1. -default
2.Premium

Discount List
(Should base on Shopper group, and make the following combinations)

Default member discount
1. 6 product – 6%
2. 12 product – 12
e.g. 7 product – 6%

Premium member
1. 1 product – 1%
—- 12 product – 12%

more than 12 prodcuts — 12%
______________________________________________

B. Shipping Method

Shipping Method
(3 choices)
1. Hong Kong Island
2. Kowloon
3. NT (General)

______________________________________________

C. Decision based on the purchasing Time/Method
Decision Time – based on the purchasing time
17:00 (before or after) on UTC +8 Hong Kong ‘s Time
And list 6 delivery dates on the delivery details.

Example 1
Buyer A purchased at 16:59 on monday (16th-March-2009), location is Hong Kong Island.
So buyer can choose the following date as listed
tue , wed, thur, fri, mon , tue

Buyer B purchased at 17:01 on monday (16th-March-2009), location is Hong Kong Island.
So buyer can choose the following date as listed
wed, thur, fri, mon , tue , wed

Example 2
Buyer A purchased at 16:59 on monday (16th-March-2009), location is NT.
So buyer can choose the following date as listed
wed (18th), Fri (20th), Mon(23rd), Wed (25th), Fri (27th), and mon (30th)

______________________________________________

D. Delivery Details

Delivery Details (based on the shipping method chosen)
For 1. Hong Kong Island
Delivery Day Mon – Sat
Delivery Time
1. 10:00 – 18:00 (radio button)
2. 19:30-21:00 (radio button)

For 2. Kowloon
Delivery Day Mon – Sat
Delivery Time
1. 10:00 – 18:00 (radio button)
2. 19:30-21:00 (radio button)

For 3. NT
Delivery Day Mon, Wed, Fri
Delivery Time
1. 13:00-18:00 (radio button)
______________________________________________
The Shipping method and delivery details will be saved in the SQL too, and shown on admin’s order details.

Corporate Web Site Needed

March 16th, 2009 No comments

The company who bids on this project has to be a company that gives ongoing support as needed. I will only deal with Companies (not individuals on this project) I need a team of people that know what they are doing and can provide proof of past work on large projects.

Project Details: Listed below and attached

ACH SOFTWARE REQUIREMENTS

1. Date Base.

Bear