ruby_desk 0.8.1 → 0.8.2

Sign up to get free protection for your applications and to get access to all the features.
data/VERSION CHANGED
@@ -1 +1 @@
1
- 0.8.1
1
+ 0.8.2
@@ -55,10 +55,12 @@ module RubyDesk
55
55
  # path: the path of the API to call. e.g. 'auth'
56
56
  # options:
57
57
  # * :secure=>false: Whether a secure connection is required or not.
58
- # * :sign=>true: Whether you need to sign the parameters or not
58
+ # * :sign=>true: Whether you need to sign the parameters or not.
59
+ # If :scure is false, parameters are not signed regardless of this option.
59
60
  # * :params=>{}: a hash of parameters that needs to be appended
60
61
  # * :auth=>true: when true indicates that this call need authentication.
61
62
  # This forces adding :api_token, :api_key and :api_sig to parameters.
63
+ # This means that parameters are automatically signed regardless of other options
62
64
  def prepare_api_call(path, options = {})
63
65
  options = DEFAULT_OPTIONS.merge(options)
64
66
  params = options[:params] || {}
@@ -66,7 +68,7 @@ module RubyDesk
66
68
  params[:api_token] ||= @api_token
67
69
  params[:api_key] ||= @api_key
68
70
  end
69
- params[:api_sig] = sign(params) if options[:secure] && (options[:sign] || options[:auth])
71
+ params[:api_sig] = sign(params) if (options[:secure] && options[:sign]) || options[:auth]
70
72
  url = (options[:secure] ? "https" : "http") + "://"
71
73
  url << options[:base_url] << path
72
74
  url << ".#{options[:format]}" if options[:format]
data/lib/ruby_desk/job.rb CHANGED
@@ -1,75 +1,128 @@
1
1
  # A job opening with the following attributes
2
- # * adj_score
3
2
  # * amount
4
- # * ciphertext
5
- # * country
6
- # * create_date
3
+ # * buyer
4
+ # * candidates_total
5
+ # * candidates_total_active
6
+ # * company_ref
7
+ # * date_posted
8
+ # * engagement_related
7
9
  # * engagement_weeks
8
10
  # * hours_per_week
11
+ # * interviewees_total_active
9
12
  # * job_category_level_one
10
13
  # * job_category_level_two
11
14
  # * job_type
12
- # * op_adjusted_score
13
- # * op_amount
15
+ # * odr_meta
16
+ # * offers_total
17
+ # * offers_total_open
18
+ # * op_active
19
+ # * op_attached_doc
20
+ # * op_avg_bid_active
21
+ # * op_avg_bid_active_interviewees
22
+ # * op_avg_bid_all
23
+ # * op_avg_bid_interviewees
24
+ # * op_avg_hourly_rate_active
25
+ # * op_avg_hourly_rate_active_interviewees
26
+ # * op_avg_hourly_rate_all
27
+ # * op_avg_hourly_rate_interviewees
14
28
  # * op_buyer_ace
15
- # * op_city
16
- # * op_company_name
17
- # * op_contract_date
29
+ # * op_cancel_ts
30
+ # * op_comm_status
18
31
  # * op_country
32
+ # * op_ctime
19
33
  # * op_date_created
34
+ # * op_desc_digest
20
35
  # * op_description
21
- # * op_eng_duration
22
- # * op_hrs_per_week
23
- # * op_job
24
- # * op_job_category_
25
- # * op_job_type
36
+ # * op_end_date
37
+ # * op_eng_type
38
+ # * op_engagement
39
+ # * op_est_duration
40
+ # * op_high_bid_active
41
+ # * op_high_bid_active_interviewees
42
+ # * op_high_bid_all
43
+ # * op_high_bid_interviewees
44
+ # * op_high_hourly_rate_active
45
+ # * op_high_hourly_rate_active_interviewees
46
+ # * op_high_hourly_rate_all
47
+ # * op_high_hourly_rate_interviewees
48
+ # * op_is_validnonprivate
49
+ # * op_is_viewable
50
+ # * op_job_category_seo
51
+ # * op_job_expiration
52
+ # * op_last_buyer_activity
53
+ # * op_low_bid_active
54
+ # * op_low_bid_active_interviewees
55
+ # * op_low_bid_all
56
+ # * op_low_hourly_rate_active
57
+ # * op_low_hourly_rate_active_interviewees
58
+ # * op_low_hourly_rate_all
59
+ # * op_low_hourly_rate_interviewees
60
+ # * op_lowhigh_bid_interviewees
26
61
  # * op_num_of_pending_invites
27
62
  # * op_pref_english_skill
28
63
  # * op_pref_fb_score
29
- # * op_pref_hourly_rate
64
+ # * op_pref_group_recno
65
+ # * op_pref_has_portfolio
66
+ # * op_pref_hourly_rate_max
67
+ # * op_pref_hourly_rate_min
68
+ # * op_pref_hours_per_week
69
+ # * op_pref_location
30
70
  # * op_pref_odesk_hours
31
71
  # * op_pref_test
32
72
  # * op_pref_test_name
73
+ # * op_private_rating_active
74
+ # * op_reason
33
75
  # * op_recno
34
76
  # * op_required_skills
77
+ # * op_skill
78
+ # * op_start_date
35
79
  # * op_status_for_search
80
+ # * op_time_created
81
+ # * op_time_posted
36
82
  # * op_title
37
- # * op_tot_asgs
38
- # * op_tot_cand
39
83
  # * op_tot_cand_client
40
84
  # * op_tot_cand_prof
41
- # * op_tot_feedback
42
- # * op_tot_fp_asgs
43
- # * op_tot_fp_charge
44
- # * op_tot_hours
45
- # * op_tot_hr_asgs
46
- # * op_tot_hr_charge
47
- # * op_tot_intv
48
- # * op_tot_jobs_filled
49
- # * op_tot_jobs_posted
50
- # * record_id
85
+ # * op_tot_new_cond
86
+ # * op_tot_rej
87
+ # * op_ui_profile_access
88
+ # * profile_key
51
89
  # * search_status
52
90
  # * timezone
53
- # * total_billed_assignments
54
- # * total_charge
55
- # * total_hours
91
+ # * ui_job_profile_access
92
+ # * version
56
93
  class RubyDesk::Job < RubyDesk::OdeskEntity
57
- attributes :op_tot_hours, :job_category_level_two, :op_company_name,
58
- :op_tot_cand_client, :record_id, :op_amount, :total_hours,
59
- :op_date_created, :op_city, :country, :op_tot_intv, :op_tot_feedback,
60
- :search_status, :op_job, :op_hrs_per_week, :op_job_category_, :op_country,
61
- :amount, :op_tot_cand_prof, :op_tot_asgs, :total_charge,
62
- :op_status_for_search, :op_tot_cand, :op_buyer_ace,
63
- :job_category_level_one, :timezone, :op_pref_test, :adj_score,
64
- :op_num_of_pending_invites, :op_tot_fp_asgs, :op_required_skills,
65
- :ciphertext, :op_title, :op_pref_fb_score, :op_tot_hr_asgs, :create_date,
66
- :op_tot_jobs_filled, :op_pref_hourly_rate, :op_tot_jobs_posted,
67
- :job_type, :hours_per_week, :op_job_type, :op_pref_test_name,
68
- :op_pref_english_skill, :op_pref_odesk_hours, :op_tot_fp_charge,
69
- :op_contract_date, :op_tot_hr_charge, :engagement_weeks,
70
- :op_adjusted_score, :op_recno, :total_billed_assignments,
71
- :op_description, :op_eng_duration
72
-
94
+ attributes :amount, :buyer, :candidates_total, :candidates_total_active,
95
+ :company_ref, :date_posted, :engagement_related, :engagement_weeks,
96
+ :hours_per_week, :interviewees_total_active, :job_category_level_one,
97
+ :job_category_level_two, :job_type, :odr_meta, :offers_total,
98
+ :offers_total_open, :op_active, :op_attached_doc, :op_avg_bid_active,
99
+ :op_avg_bid_active_interviewees, :op_avg_bid_all,
100
+ :op_avg_bid_interviewees, :op_avg_hourly_rate_active,
101
+ :op_avg_hourly_rate_active_interviewees, :op_avg_hourly_rate_all,
102
+ :op_avg_hourly_rate_interviewees, :op_buyer_ace, :op_cancel_ts,
103
+ :op_comm_status, :op_country, :op_ctime, :op_date_created,
104
+ :op_desc_digest, :op_description, :op_end_date, :op_eng_type,
105
+ :op_engagement, :op_est_duration, :op_high_bid_active,
106
+ :op_high_bid_active_interviewees, :op_high_bid_all,
107
+ :op_high_bid_interviewees, :op_high_hourly_rate_active,
108
+ :op_high_hourly_rate_active_interviewees, :op_high_hourly_rate_all,
109
+ :op_high_hourly_rate_interviewees, :op_is_validnonprivate,
110
+ :op_is_viewable, :op_job_category_seo, :op_job_expiration,
111
+ :op_last_buyer_activity, :op_low_bid_active,
112
+ :op_low_bid_active_interviewees, :op_low_bid_all,
113
+ :op_low_hourly_rate_active, :op_low_hourly_rate_active_interviewees,
114
+ :op_low_hourly_rate_all, :op_low_hourly_rate_interviewees,
115
+ :op_lowhigh_bid_interviewees, :op_num_of_pending_invites,
116
+ :op_pref_english_skill, :op_pref_fb_score, :op_pref_group_recno,
117
+ :op_pref_has_portfolio, :op_pref_hourly_rate_max,
118
+ :op_pref_hourly_rate_min, :op_pref_hours_per_week, :op_pref_location,
119
+ :op_pref_odesk_hours, :op_pref_test, :op_pref_test_name,
120
+ :op_private_rating_active, :op_reason, :op_recno, :op_required_skills,
121
+ :op_skill, :op_start_date, :op_status_for_search, :op_time_created,
122
+ :op_time_posted, :op_title, :op_tot_cand_client, :op_tot_cand_prof,
123
+ :op_tot_new_cond, :op_tot_rej, :op_ui_profile_access, :profile_key,
124
+ :search_status, :timezone, :ui_job_profile_access, :version
125
+
73
126
  # <h2>Details on Search Parameters</h2>
74
127
  # <p>&nbsp;</p>
75
128
  # <ul>
data/test/jobs.json CHANGED
@@ -1 +1 @@
1
- {"server_time":"1278359092","auth_user":{"first_name":"Ahmed El-Dawy","last_name":".","uid":"aseldawy","mail":"aseldawy@odesk.com","messenger_id":"aseldawy","messenger_type":"yahoo","timezone":"Africa\/Cairo","timezone_offset":"10800"},"jobs":{"job":[{"create_date":"1278359057000","op_eng_duration":"","op_job_category_":["Website Content","Writing & Translation"],"op_tot_hr_asgs":"0","op_job":"Need 50 or so tourism themed articles written for a variety of states, provinces and countries around the world. \n\nEach article should be 1 page in length, double spaced.\n\nContent should be 100% unique and pass Copyscape test.\n\nMore projects like this available to the write candidate who wins this job!\n\nPlease reply with samples of content you have written (either links or attachments).\n\nCandidates will be required to pass a small writing test before hiring.\n\nBonus for completing ahead of schedule.\n\nWe look forward to working with you!","op_tot_cand":"1","op_pref_fb_score":"","op_pref_odesk_hours":"","op_status_for_search":"In Progress","op_pref_english_skill":"","op_description":"Need 50 or so tourism themed articles written for a variety of states, provinces and countries around the world. \n\nEach article should be 1 page in length, double spaced.\n\nContent should be 100% unique and pass Copyscape test.\n\nMore projects like this available to the write candidate who wins this job!\n\nPlease reply with samples of content you have written (either links or attachments).\n\nCandidates will be required to pass a small writing test before hiring.\n\nBonus for completing ahead of schedule.\n\nWe look forward to working with you!","op_pref_test":"","op_title":["50 articles needed - tourism theme - country based","50 articles needed - tourism theme - country based"],"op_pref_test_name":"","op_adjusted_score":"0","total_billed_assignments":"0","total_charge":"0.00","ciphertext":"~~56b291651b4bdb20","op_tot_asgs":"0","op_required_skills":"Writer, Research","op_pref_hourly_rate":"","search_status":"In Progress","op_tot_cand_prof":"1","total_hours":"0.00","amount":"50.00","op_amount":"50","op_tot_feedback":"0","op_country":"United States","op_tot_fp_asgs":"0","op_tot_intv":"0","timezone":"GMT-06:00 Central Time (US & Canada)","engagement_weeks":"0.00","job_category_level_one":"Writing & Translation","op_num_of_pending_invites":"0","op_tot_hr_charge":"0","op_contract_date":"February 7, 2010","op_tot_fp_charge":"0","record_id":"100920431","adj_score":"0.00","op_hrs_per_week":"40","op_recno":"100920431","op_date_created":"July 5, 2010","op_job_type":"Fixed","op_tot_cand_client":"0","op_company_name":"Publisher 3000","hours_per_week":"40.00","op_buyer_ace":"564854","job_type":"Fixed","country":"United States","op_tot_jobs_posted":"5","op_tot_jobs_filled":"0","op_city":"Chicago","job_category_level_two":"Website Content","op_tot_hours":"0"},{"create_date":"1278359014000","op_eng_duration":"","op_job_category_":["Other - Customer Service","Customer Service"],"op_tot_hr_asgs":"5","op_job":"I am looking for people who can join my blog and make positive comments about the products and services and shipping.","op_tot_cand":"0","op_pref_fb_score":"0","op_pref_odesk_hours":"","op_status_for_search":"Open","op_pref_english_skill":"","op_description":"I am looking for people who can join my blog and make positive comments about the products and services and shipping.","op_pref_test":"","op_title":["Blog Posting","Blog Posting"],"op_pref_test_name":"","op_adjusted_score":"4.7520565925591","total_billed_assignments":"154","total_charge":"0.00","ciphertext":"~~d404f4b5b63c2f03","op_tot_asgs":"154","op_required_skills":"","op_pref_hourly_rate":"","search_status":"Open","op_tot_cand_prof":"0","amount":"5.00","total_hours":"0.00","op_amount":"5","op_tot_feedback":"115","op_country":"United States","op_tot_fp_asgs":"149","op_tot_intv":"0","engagement_weeks":"0.00","timezone":"GMT-05:00 Eastern Time (US & Canada)","job_category_level_one":"Customer Service","op_num_of_pending_invites":"0","op_tot_hr_charge":"213.805000000002","op_contract_date":"June 1, 2010","op_tot_fp_charge":"1410.31","record_id":"100920430","adj_score":"0.00","op_recno":"100920430","op_hrs_per_week":"40","op_job_type":"Fixed","op_date_created":"July 5, 2010","op_tot_cand_client":"0","op_company_name":"Home Based Businesses > Avon","hours_per_week":"40.00","op_buyer_ace":"722038","job_type":"Fixed","country":"United States","op_tot_jobs_posted":"227","op_tot_jobs_filled":"172","op_city":"Rosedale","job_category_level_two":"Other - Customer Service","op_tot_hours":"66.5"},{"create_date":"1278358929000","op_eng_duration":"Less than 1 week","op_job_category_":["Scripts & Utilities","Software Development"],"op_tot_hr_asgs":"3","op_job":"I need some to install a simple script for me to my server. I will send all of the ftp info and documentation upon hire.","op_tot_cand":"0","op_pref_fb_score":"4","op_pref_odesk_hours":"1","op_status_for_search":"Open","op_pref_english_skill":"","op_description":"I need some to install a simple script for me to my server. I will send all of the ftp info and documentation upon hire.","op_pref_test":"","op_title":["Php Script Installer","Php Script Installer"],"op_pref_test_name":"","op_adjusted_score":"5","total_billed_assignments":"3","total_charge":"0.00","ciphertext":"~~c07e5ff18e29593b","op_tot_asgs":"3","op_required_skills":"cpanel, PHP\/IIS\/MS SQL","op_pref_hourly_rate":"","search_status":"Open","op_tot_cand_prof":"0","amount":"0.00","total_hours":"0.00","op_amount":"","op_tot_feedback":"2","op_country":"United States","op_tot_fp_asgs":"0","op_tot_intv":"0","engagement_weeks":"1.00","timezone":"GMT-05:00 Eastern Time (US & Canada)","job_category_level_one":"Software Development","op_num_of_pending_invites":"0","op_tot_hr_charge":"165.465","op_contract_date":"December 19, 2009","op_tot_fp_charge":"0","record_id":"100920429","adj_score":"0.00","op_recno":"100920429","op_hrs_per_week":"0","op_job_type":"Hourly","op_date_created":"July 5, 2010","op_tot_cand_client":"0","op_company_name":"Sons of Thunder Productions","hours_per_week":"0.00","op_buyer_ace":"512891","job_type":"Hourly","country":"United States","op_tot_jobs_posted":"15","op_tot_jobs_filled":"5","op_city":"Philadelphia","job_category_level_two":"Scripts & Utilities","op_tot_hours":"37.5"},{"create_date":"1278358907000","op_eng_duration":"","op_job_category_":["Web Programming","Web Development"],"op_tot_hr_asgs":"0","op_job":"We are hiring a developer to create only the beginning of a cloud-based application. If this milestone is completed well, there will be more work immediately. \n\nThe requirements for this phase include:\n* parse x12 HIPAA 835 files \n* store the information in an open source database (our preference is MySQL or PostgresSQL)\n* provide assistance with application installation on our local computer \n* pass our internal testing \n\nNOTE:\n* Vendors must already be familiar with 835 files. NO assistance or guidance will be provided by us for the correct method of parsing these files. \n* We WILL NOT provide you with any sample data\/files. Your firm MUST already have your own sample 835 files. We will require copies of your sample files in order to compare our results and complete our internal testing. \n\nCompletion of this project will require assistance in installing the application and database on our local computers and pass our internal testing. \n\nVERY IMPORTANT: To separate you from the spammers, please write I AM THE BEST as the first line of your bid. We will delete all bids that do not start with this phrase, since most bidders never read the requirements. Thank you for being one who does.","op_tot_cand":"0","op_pref_fb_score":"0","op_pref_odesk_hours":"0","op_status_for_search":"Open","op_pref_english_skill":"0","op_description":"We are hiring a developer to create only the beginning of a cloud-based application. If this milestone is completed well, there will be more work immediately. \n\nThe requirements for this phase include:\n* parse x12 HIPAA 835 files \n* store the information in an open source database (our preference is MySQL or PostgresSQL)\n* provide assistance with application installation on our local computer \n* pass our internal testing \n\nNOTE:\n* Vendors must already be familiar with 835 files. NO assistance or guidance will be provided by us for the correct method of parsing these files. \n* We WILL NOT provide you with any sample data\/files. Your firm MUST already have your own sample 835 files. We will require copies of your sample files in order to compare our results and complete our internal testing. \n\nCompletion of this project will require assistance in installing the application and database on our local computers and pass our internal testing. \n\nVERY IMPORTANT: To separate you from the spammers, please write I AM THE BEST as the first line of your bid. We will delete all bids that do not start with this phrase, since most bidders never read the requirements. Thank you for being one who does.","op_pref_test":"0","op_title":["x12 HIPAA 835 parser","x12 HIPAA 835 parser"],"op_pref_test_name":"","op_adjusted_score":"0","total_billed_assignments":"0","total_charge":"0.00","ciphertext":"~~f6cd858310b86904","op_tot_asgs":"0","op_required_skills":"PHP, MySQL, PostgreSQL, Perl","op_pref_hourly_rate":"","search_status":"Open","op_tot_cand_prof":"0","amount":"1500.00","total_hours":"0.00","op_amount":"1500","op_tot_feedback":"0","op_country":"United States","op_tot_fp_asgs":"0","op_tot_intv":"0","engagement_weeks":"0.00","timezone":"UTC-08:00 Pacific Time (US & Canada); Los Angeles","job_category_level_one":"Web Development","op_num_of_pending_invites":"0","op_tot_hr_charge":"0","op_contract_date":"July 5, 2010","op_tot_fp_charge":"0","record_id":"100920428","adj_score":"0.00","op_recno":"100920428","op_hrs_per_week":"40","op_job_type":"Fixed","op_date_created":"July 5, 2010","op_tot_cand_client":"0","op_company_name":"unit3021","hours_per_week":"40.00","op_buyer_ace":"774679","job_type":"Fixed","country":"United States","op_tot_jobs_posted":"1","op_tot_jobs_filled":"0","op_city":"san francisco","job_category_level_two":"Web Programming","op_tot_hours":"0"},{"create_date":"1278358722000","op_eng_duration":"Less than 1 week","op_job_category_":["Video Production","Design & Multimedia"],"op_tot_hr_asgs":"1","op_job":"We need to create a few testimonial videos for our website. We can provide some scripts that you use to say before the camera, but you have to shoot it yourself and send us the finished video.\n\nEach video will be around 2-3 minutes long.","op_tot_cand":"1","op_pref_fb_score":"","op_pref_odesk_hours":"","op_status_for_search":"In Progress","op_pref_english_skill":"","op_description":"We need to create a few testimonial videos for our website. We can provide some scripts that you use to say before the camera, but you have to shoot it yourself and send us the finished video.\n\nEach video will be around 2-3 minutes long.","op_pref_test":"","op_title":["Create testimonial videos","Create testimonial videos"],"op_pref_test_name":"","op_adjusted_score":"5","total_billed_assignments":"1","total_charge":"0.00","ciphertext":"~~e5a06c9be3c3f075","op_tot_asgs":"1","op_required_skills":"","op_pref_hourly_rate":"","search_status":"In Progress","op_tot_cand_prof":"0","amount":"0.00","total_hours":"0.00","op_amount":"","op_tot_feedback":"1","op_country":"Canada","op_tot_fp_asgs":"0","op_tot_intv":"0","engagement_weeks":"1.00","timezone":"GMT-08:00 Pacific Time (US & Canada); Los Angeles","job_category_level_one":"Design & Multimedia","op_num_of_pending_invites":"0","op_tot_hr_charge":"970.83333333333","op_contract_date":"September 7, 2009","op_tot_fp_charge":"0","record_id":"100920427","adj_score":"0.00","op_recno":"100920427","op_hrs_per_week":"0","op_job_type":"Hourly","op_date_created":"July 5, 2010","op_tot_cand_client":"1","op_company_name":"Vancouver IT Services, Inc.","hours_per_week":"0.00","op_buyer_ace":"395389","job_type":"Hourly","country":"Canada","op_tot_jobs_posted":"2","op_tot_jobs_filled":"1","op_city":"Vancouver","job_category_level_two":"Video Production","op_tot_hours":"38.833333333333"},{"create_date":"1278358708000","op_eng_duration":"","op_job_category_":["UI Design","Web Development"],"op_tot_hr_asgs":"1414","op_job":"We are looking for front-end web developers to work on critical issues (bug fixes or small feature requests) for large automotive web site. We need individuals who are able to work within a fast-paced environment with a rapid turn-around time, ideally from a production support background. You will need to be able to switch between multiple issues within the same day, therefore a structured and methodical approach to problem solving is important. We place great emphasis on individuals who are able to use their initiative as part of a diagnosis. Other qualities considered essential for this role include being punctual and being able to communicate your work status through issue tracking systems at all times to the project team.\n\nIf you are interested and have all the qualifications below, we welcome your for a screening test with us. Our interview process would start with series of test you will need to take up. The On-boarding test should only be taken within 5 days or less. If you clear the test we would take your candidature forward for interview. Once you make it through the process we will offer you an ongoing, long-term contract.\n\nDesired Skills:\n\n * Expert in Javascript\n * Expert in DHTML\n * Expert CSS\n * Experience with OO Javascript (Prototype, YUI, JQuery, or EXTJS style OO Javascript Programming)\n * Minimum 35 hours a week. Not looking for just part time interest.\n * Long term availability. Not looking for just short term interest.\n * At least 50% overlap in work hours with IST (Indian Standard Time) business hours daily.\n * Immediate availability\n * Good spoken English, sufficient for working effectively with other global team members and managers.\n * 1MBps connection \/ Skype audio and video capable (webcam) \u2013 DO NOT APPLY if you do not have a webcam.\n * Willingness and enthusiasm to participate in a pre-screen interview \n\nPlease note that only candidates who will finish the test on the specified time-frame will be paid. We will not entertain candidacies who will require upfront payment. \n\nThis is only for On-boarding test. Our company hire on an hourly rate for the actual job. \n\nPlease verify our oDesk profile when in doubt. Do not apply if you do not agree with our terms and conditions.","op_tot_cand":"1","op_pref_fb_score":"","op_pref_odesk_hours":"","op_status_for_search":"In Progress","op_pref_english_skill":"","op_description":"We are looking for front-end web developers to work on critical issues (bug fixes or small feature requests) for large automotive web site. We need individuals who are able to work within a fast-paced environment with a rapid turn-around time, ideally from a production support background. You will need to be able to switch between multiple issues within the same day, therefore a structured and methodical approach to problem solving is important. We place great emphasis on individuals who are able to use their initiative as part of a diagnosis. Other qualities considered essential for this role include being punctual and being able to communicate your work status through issue tracking systems at all times to the project team.\n\nIf you are interested and have all the qualifications below, we welcome your for a screening test with us. Our interview process would start with series of test you will need to take up. The On-boarding test should only be taken within 5 days or less. If you clear the test we would take your candidature forward for interview. Once you make it through the process we will offer you an ongoing, long-term contract.\n\nDesired Skills:\n\n * Expert in Javascript\n * Expert in DHTML\n * Expert CSS\n * Experience with OO Javascript (Prototype, YUI, JQuery, or EXTJS style OO Javascript Programming)\n * Minimum 35 hours a week. Not looking for just part time interest.\n * Long term availability. Not looking for just short term interest.\n * At least 50% overlap in work hours with IST (Indian Standard Time) business hours daily.\n * Immediate availability\n * Good spoken English, sufficient for working effectively with other global team members and managers.\n * 1MBps connection \/ Skype audio and video capable (webcam) \u2013 DO NOT APPLY if you do not have a webcam.\n * Willingness and enthusiasm to participate in a pre-screen interview \n\nPlease note that only candidates who will finish the test on the specified time-frame will be paid. We will not entertain candidacies who will require upfront payment. \n\nThis is only for On-boarding test. Our company hire on an hourly rate for the actual job. \n\nPlease verify our oDesk profile when in doubt. Do not apply if you do not agree with our terms and conditions.","op_pref_test":"","op_title":["UI Specialist","UI Specialist"],"op_pref_test_name":"","op_adjusted_score":"4.7729317103211","total_billed_assignments":"4493","total_charge":"0.00","ciphertext":"~~b2a306d02127d113","op_tot_asgs":"4493","op_required_skills":"JavaScript, CSS, DHTML","op_pref_hourly_rate":"","search_status":"In Progress","op_tot_cand_prof":"1","amount":"50.00","total_hours":"0.00","op_amount":"50","op_tot_feedback":"1296","op_country":"United Arab Emirates","op_tot_fp_asgs":"3079","op_tot_intv":"0","engagement_weeks":"0.00","timezone":"GMT+04:00 Abu Dhabi, Muscat, Tbilisi, Kazan","job_category_level_one":"Web Development","op_num_of_pending_invites":"0","op_tot_hr_charge":"8067944.22333333","op_contract_date":"December 19, 2008","op_tot_fp_charge":"254729.260000002","record_id":"100920426","adj_score":"0.00","op_recno":"100920426","op_hrs_per_week":"40","op_job_type":"Fixed","op_date_created":"July 5, 2010","op_tot_cand_client":"0","op_company_name":"GDev FZ LLC > gDev Operations","hours_per_week":"40.00","op_buyer_ace":"181498","job_type":"Fixed","country":"United Arab Emirates","op_tot_jobs_posted":"10929","op_tot_jobs_filled":"10391","op_city":"Dubai","job_category_level_two":"UI Design","op_tot_hours":"596568.333333332"},{"create_date":"1278358700000","op_eng_duration":"","op_job_category_":["UI Design","Web Development"],"op_tot_hr_asgs":"1414","op_job":"We are looking for front-end web developers to work on critical issues (bug fixes or small feature requests) for large automotive web site. We need individuals who are able to work within a fast-paced environment with a rapid turn-around time, ideally from a production support background. You will need to be able to switch between multiple issues within the same day, therefore a structured and methodical approach to problem solving is important. We place great emphasis on individuals who are able to use their initiative as part of a diagnosis. Other qualities considered essential for this role include being punctual and being able to communicate your work status through issue tracking systems at all times to the project team.\n\nIf you are interested and have all the qualifications below, we welcome your for a screening test with us. Our interview process would start with series of test you will need to take up. The On-boarding test should only be taken within 5 days or less. If you clear the test we would take your candidature forward for interview. Once you make it through the process we will offer you an ongoing, long-term contract.\n\nDesired Skills:\n\n * Expert in Javascript\n * Expert in DHTML\n * Expert CSS\n * Experience with OO Javascript (Prototype, YUI, JQuery, or EXTJS style OO Javascript Programming)\n * Minimum 35 hours a week. Not looking for just part time interest.\n * Long term availability. Not looking for just short term interest.\n * At least 50% overlap in work hours with IST (Indian Standard Time) business hours daily.\n * Immediate availability\n * Good spoken English, sufficient for working effectively with other global team members and managers.\n * 1MBps connection \/ Skype audio and video capable (webcam) \u2013 DO NOT APPLY if you do not have a webcam.\n * Willingness and enthusiasm to participate in a pre-screen interview \n\nPlease note that only candidates who will finish the test on the specified time-frame will be paid. We will not entertain candidacies who will require upfront payment. \n\nThis is only for On-boarding test. Our company hire on an hourly rate for the actual job. \n\nPlease verify our oDesk profile when in doubt. Do not apply if you do not agree with our terms and conditions.","op_tot_cand":"1","op_pref_fb_score":"","op_pref_odesk_hours":"","op_status_for_search":"In Progress","op_pref_english_skill":"","op_description":"We are looking for front-end web developers to work on critical issues (bug fixes or small feature requests) for large automotive web site. We need individuals who are able to work within a fast-paced environment with a rapid turn-around time, ideally from a production support background. You will need to be able to switch between multiple issues within the same day, therefore a structured and methodical approach to problem solving is important. We place great emphasis on individuals who are able to use their initiative as part of a diagnosis. Other qualities considered essential for this role include being punctual and being able to communicate your work status through issue tracking systems at all times to the project team.\n\nIf you are interested and have all the qualifications below, we welcome your for a screening test with us. Our interview process would start with series of test you will need to take up. The On-boarding test should only be taken within 5 days or less. If you clear the test we would take your candidature forward for interview. Once you make it through the process we will offer you an ongoing, long-term contract.\n\nDesired Skills:\n\n * Expert in Javascript\n * Expert in DHTML\n * Expert CSS\n * Experience with OO Javascript (Prototype, YUI, JQuery, or EXTJS style OO Javascript Programming)\n * Minimum 35 hours a week. Not looking for just part time interest.\n * Long term availability. Not looking for just short term interest.\n * At least 50% overlap in work hours with IST (Indian Standard Time) business hours daily.\n * Immediate availability\n * Good spoken English, sufficient for working effectively with other global team members and managers.\n * 1MBps connection \/ Skype audio and video capable (webcam) \u2013 DO NOT APPLY if you do not have a webcam.\n * Willingness and enthusiasm to participate in a pre-screen interview \n\nPlease note that only candidates who will finish the test on the specified time-frame will be paid. We will not entertain candidacies who will require upfront payment. \n\nThis is only for On-boarding test. Our company hire on an hourly rate for the actual job. \n\nPlease verify our oDesk profile when in doubt. Do not apply if you do not agree with our terms and conditions.","op_pref_test":"","op_title":["UI Specialist","UI Specialist"],"op_pref_test_name":"","op_adjusted_score":"4.7729317103211","total_billed_assignments":"4493","total_charge":"0.00","ciphertext":"~~aa8d590b72243cd7","op_tot_asgs":"4493","op_required_skills":"JavaScript, CSS, DHTML","op_pref_hourly_rate":"","search_status":"In Progress","op_tot_cand_prof":"1","amount":"50.00","total_hours":"0.00","op_amount":"50","op_tot_feedback":"1296","op_country":"United Arab Emirates","op_tot_fp_asgs":"3079","op_tot_intv":"0","engagement_weeks":"0.00","timezone":"GMT+04:00 Abu Dhabi, Muscat, Tbilisi, Kazan","job_category_level_one":"Web Development","op_num_of_pending_invites":"0","op_tot_hr_charge":"8067944.22333333","op_contract_date":"December 19, 2008","op_tot_fp_charge":"254729.260000002","record_id":"100920425","adj_score":"0.00","op_recno":"100920425","op_hrs_per_week":"40","op_job_type":"Fixed","op_date_created":"July 5, 2010","op_tot_cand_client":"0","op_company_name":"GDev FZ LLC > gDev Operations","hours_per_week":"40.00","op_buyer_ace":"181498","job_type":"Fixed","country":"United Arab Emirates","op_tot_jobs_posted":"10929","op_tot_jobs_filled":"10391","op_city":"Dubai","job_category_level_two":"UI Design","op_tot_hours":"596568.333333332"},{"create_date":"1278358692000","op_eng_duration":"","op_job_category_":["UI Design","Web Development"],"op_tot_hr_asgs":"1414","op_job":"We are looking for front-end web developers to work on critical issues (bug fixes or small feature requests) for large automotive web site. We need individuals who are able to work within a fast-paced environment with a rapid turn-around time, ideally from a production support background. You will need to be able to switch between multiple issues within the same day, therefore a structured and methodical approach to problem solving is important. We place great emphasis on individuals who are able to use their initiative as part of a diagnosis. Other qualities considered essential for this role include being punctual and being able to communicate your work status through issue tracking systems at all times to the project team.\n\nIf you are interested and have all the qualifications below, we welcome your for a screening test with us. Our interview process would start with series of test you will need to take up. The On-boarding test should only be taken within 5 days or less. If you clear the test we would take your candidature forward for interview. Once you make it through the process we will offer you an ongoing, long-term contract.\n\nDesired Skills:\n\n * Expert in Javascript\n * Expert in DHTML\n * Expert CSS\n * Experience with OO Javascript (Prototype, YUI, JQuery, or EXTJS style OO Javascript Programming)\n * Minimum 35 hours a week. Not looking for just part time interest.\n * Long term availability. Not looking for just short term interest.\n * At least 50% overlap in work hours with IST (Indian Standard Time) business hours daily.\n * Immediate availability\n * Good spoken English, sufficient for working effectively with other global team members and managers.\n * 1MBps connection \/ Skype audio and video capable (webcam) \u2013 DO NOT APPLY if you do not have a webcam.\n * Willingness and enthusiasm to participate in a pre-screen interview \n\nPlease note that only candidates who will finish the test on the specified time-frame will be paid. We will not entertain candidacies who will require upfront payment. \n\nThis is only for On-boarding test. Our company hire on an hourly rate for the actual job. \n\nPlease verify our oDesk profile when in doubt. Do not apply if you do not agree with our terms and conditions.","op_tot_cand":"1","op_pref_fb_score":"","op_pref_odesk_hours":"","op_status_for_search":"In Progress","op_pref_english_skill":"","op_description":"We are looking for front-end web developers to work on critical issues (bug fixes or small feature requests) for large automotive web site. We need individuals who are able to work within a fast-paced environment with a rapid turn-around time, ideally from a production support background. You will need to be able to switch between multiple issues within the same day, therefore a structured and methodical approach to problem solving is important. We place great emphasis on individuals who are able to use their initiative as part of a diagnosis. Other qualities considered essential for this role include being punctual and being able to communicate your work status through issue tracking systems at all times to the project team.\n\nIf you are interested and have all the qualifications below, we welcome your for a screening test with us. Our interview process would start with series of test you will need to take up. The On-boarding test should only be taken within 5 days or less. If you clear the test we would take your candidature forward for interview. Once you make it through the process we will offer you an ongoing, long-term contract.\n\nDesired Skills:\n\n * Expert in Javascript\n * Expert in DHTML\n * Expert CSS\n * Experience with OO Javascript (Prototype, YUI, JQuery, or EXTJS style OO Javascript Programming)\n * Minimum 35 hours a week. Not looking for just part time interest.\n * Long term availability. Not looking for just short term interest.\n * At least 50% overlap in work hours with IST (Indian Standard Time) business hours daily.\n * Immediate availability\n * Good spoken English, sufficient for working effectively with other global team members and managers.\n * 1MBps connection \/ Skype audio and video capable (webcam) \u2013 DO NOT APPLY if you do not have a webcam.\n * Willingness and enthusiasm to participate in a pre-screen interview \n\nPlease note that only candidates who will finish the test on the specified time-frame will be paid. We will not entertain candidacies who will require upfront payment. \n\nThis is only for On-boarding test. Our company hire on an hourly rate for the actual job. \n\nPlease verify our oDesk profile when in doubt. Do not apply if you do not agree with our terms and conditions.","op_pref_test":"","op_title":["UI Specialist","UI Specialist"],"op_pref_test_name":"","op_adjusted_score":"4.7729317103211","total_billed_assignments":"4493","total_charge":"0.00","ciphertext":"~~7afb9eff80bd1099","op_tot_asgs":"4493","op_required_skills":"JavaScript, CSS, DHTML","op_pref_hourly_rate":"","search_status":"In Progress","op_tot_cand_prof":"1","amount":"50.00","total_hours":"0.00","op_amount":"50","op_tot_feedback":"1296","op_country":"United Arab Emirates","op_tot_fp_asgs":"3079","op_tot_intv":"0","engagement_weeks":"0.00","timezone":"GMT+04:00 Abu Dhabi, Muscat, Tbilisi, Kazan","job_category_level_one":"Web Development","op_num_of_pending_invites":"0","op_tot_hr_charge":"8067944.22333333","op_contract_date":"December 19, 2008","op_tot_fp_charge":"254729.260000002","record_id":"100920424","adj_score":"0.00","op_recno":"100920424","op_hrs_per_week":"40","op_job_type":"Fixed","op_date_created":"July 5, 2010","op_tot_cand_client":"0","op_company_name":"GDev FZ LLC > gDev Operations","hours_per_week":"40.00","op_buyer_ace":"181498","job_type":"Fixed","country":"United Arab Emirates","op_tot_jobs_posted":"10929","op_tot_jobs_filled":"10391","op_city":"Dubai","job_category_level_two":"UI Design","op_tot_hours":"596568.333333332"},{"create_date":"1278358679000","op_eng_duration":"","op_job_category_":["UI Design","Web Development"],"op_tot_hr_asgs":"1414","op_job":"We are looking for front-end web developers to work on critical issues (bug fixes or small feature requests) for large automotive web site. We need individuals who are able to work within a fast-paced environment with a rapid turn-around time, ideally from a production support background. You will need to be able to switch between multiple issues within the same day, therefore a structured and methodical approach to problem solving is important. We place great emphasis on individuals who are able to use their initiative as part of a diagnosis. Other qualities considered essential for this role include being punctual and being able to communicate your work status through issue tracking systems at all times to the project team.\n\nIf you are interested and have all the qualifications below, we welcome your for a screening test with us. Our interview process would start with series of test you will need to take up. The On-boarding test should only be taken within 5 days or less. If you clear the test we would take your candidature forward for interview. Once you make it through the process we will offer you an ongoing, long-term contract.\n\nDesired Skills:\n\n * Expert in Javascript\n * Expert in DHTML\n * Expert CSS\n * Experience with OO Javascript (Prototype, YUI, JQuery, or EXTJS style OO Javascript Programming)\n * Minimum 35 hours a week. Not looking for just part time interest.\n * Long term availability. Not looking for just short term interest.\n * At least 50% overlap in work hours with IST (Indian Standard Time) business hours daily.\n * Immediate availability\n * Good spoken English, sufficient for working effectively with other global team members and managers.\n * 1MBps connection \/ Skype audio and video capable (webcam) \u2013 DO NOT APPLY if you do not have a webcam.\n * Willingness and enthusiasm to participate in a pre-screen interview \n\nPlease note that only candidates who will finish the test on the specified time-frame will be paid. We will not entertain candidacies who will require upfront payment. \n\nThis is only for On-boarding test. Our company hire on an hourly rate for the actual job. \n\nPlease verify our oDesk profile when in doubt. Do not apply if you do not agree with our terms and conditions.","op_tot_cand":"1","op_pref_fb_score":"","op_pref_odesk_hours":"","op_status_for_search":"In Progress","op_pref_english_skill":"","op_description":"We are looking for front-end web developers to work on critical issues (bug fixes or small feature requests) for large automotive web site. We need individuals who are able to work within a fast-paced environment with a rapid turn-around time, ideally from a production support background. You will need to be able to switch between multiple issues within the same day, therefore a structured and methodical approach to problem solving is important. We place great emphasis on individuals who are able to use their initiative as part of a diagnosis. Other qualities considered essential for this role include being punctual and being able to communicate your work status through issue tracking systems at all times to the project team.\n\nIf you are interested and have all the qualifications below, we welcome your for a screening test with us. Our interview process would start with series of test you will need to take up. The On-boarding test should only be taken within 5 days or less. If you clear the test we would take your candidature forward for interview. Once you make it through the process we will offer you an ongoing, long-term contract.\n\nDesired Skills:\n\n * Expert in Javascript\n * Expert in DHTML\n * Expert CSS\n * Experience with OO Javascript (Prototype, YUI, JQuery, or EXTJS style OO Javascript Programming)\n * Minimum 35 hours a week. Not looking for just part time interest.\n * Long term availability. Not looking for just short term interest.\n * At least 50% overlap in work hours with IST (Indian Standard Time) business hours daily.\n * Immediate availability\n * Good spoken English, sufficient for working effectively with other global team members and managers.\n * 1MBps connection \/ Skype audio and video capable (webcam) \u2013 DO NOT APPLY if you do not have a webcam.\n * Willingness and enthusiasm to participate in a pre-screen interview \n\nPlease note that only candidates who will finish the test on the specified time-frame will be paid. We will not entertain candidacies who will require upfront payment. \n\nThis is only for On-boarding test. Our company hire on an hourly rate for the actual job. \n\nPlease verify our oDesk profile when in doubt. Do not apply if you do not agree with our terms and conditions.","op_pref_test":"","op_title":["UI Specialist","UI Specialist"],"op_pref_test_name":"","op_adjusted_score":"4.7729317103211","total_billed_assignments":"4493","total_charge":"0.00","ciphertext":"~~aa757ce7aacf8b87","op_tot_asgs":"4493","op_required_skills":"JavaScript, CSS, DHTML","op_pref_hourly_rate":"","search_status":"In Progress","op_tot_cand_prof":"1","amount":"50.00","total_hours":"0.00","op_amount":"50","op_tot_feedback":"1296","op_country":"United Arab Emirates","op_tot_fp_asgs":"3079","op_tot_intv":"0","engagement_weeks":"0.00","timezone":"GMT+04:00 Abu Dhabi, Muscat, Tbilisi, Kazan","job_category_level_one":"Web Development","op_num_of_pending_invites":"0","op_tot_hr_charge":"8067944.22333333","op_contract_date":"December 19, 2008","op_tot_fp_charge":"254729.260000002","record_id":"100920422","adj_score":"0.00","op_recno":"100920422","op_hrs_per_week":"40","op_job_type":"Fixed","op_date_created":"July 5, 2010","op_tot_cand_client":"0","op_company_name":"GDev FZ LLC > gDev Operations","hours_per_week":"40.00","op_buyer_ace":"181498","job_type":"Fixed","country":"United Arab Emirates","op_tot_jobs_posted":"10929","op_tot_jobs_filled":"10391","op_city":"Dubai","job_category_level_two":"UI Design","op_tot_hours":"596568.333333332"},{"create_date":"1278358674000","op_eng_duration":"","op_job_category_":["UI Design","Web Development"],"op_tot_hr_asgs":"1414","op_job":"We are looking for front-end web developers to work on critical issues (bug fixes or small feature requests) for large automotive web site. We need individuals who are able to work within a fast-paced environment with a rapid turn-around time, ideally from a production support background. You will need to be able to switch between multiple issues within the same day, therefore a structured and methodical approach to problem solving is important. We place great emphasis on individuals who are able to use their initiative as part of a diagnosis. Other qualities considered essential for this role include being punctual and being able to communicate your work status through issue tracking systems at all times to the project team.\n\nIf you are interested and have all the qualifications below, we welcome your for a screening test with us. Our interview process would start with series of test you will need to take up. The On-boarding test should only be taken within 5 days or less. If you clear the test we would take your candidature forward for interview. Once you make it through the process we will offer you an ongoing, long-term contract.\n\nDesired Skills:\n\n * Expert in Javascript\n * Expert in DHTML\n * Expert CSS\n * Experience with OO Javascript (Prototype, YUI, JQuery, or EXTJS style OO Javascript Programming)\n * Minimum 35 hours a week. Not looking for just part time interest.\n * Long term availability. Not looking for just short term interest.\n * At least 50% overlap in work hours with IST (Indian Standard Time) business hours daily.\n * Immediate availability\n * Good spoken English, sufficient for working effectively with other global team members and managers.\n * 1MBps connection \/ Skype audio and video capable (webcam) \u2013 DO NOT APPLY if you do not have a webcam.\n * Willingness and enthusiasm to participate in a pre-screen interview \n\nPlease note that only candidates who will finish the test on the specified time-frame will be paid. We will not entertain candidacies who will require upfront payment. \n\nThis is only for On-boarding test. Our company hire on an hourly rate for the actual job. \n\nPlease verify our oDesk profile when in doubt. Do not apply if you do not agree with our terms and conditions.","op_tot_cand":"1","op_pref_fb_score":"","op_pref_odesk_hours":"","op_status_for_search":"In Progress","op_pref_english_skill":"","op_description":"We are looking for front-end web developers to work on critical issues (bug fixes or small feature requests) for large automotive web site. We need individuals who are able to work within a fast-paced environment with a rapid turn-around time, ideally from a production support background. You will need to be able to switch between multiple issues within the same day, therefore a structured and methodical approach to problem solving is important. We place great emphasis on individuals who are able to use their initiative as part of a diagnosis. Other qualities considered essential for this role include being punctual and being able to communicate your work status through issue tracking systems at all times to the project team.\n\nIf you are interested and have all the qualifications below, we welcome your for a screening test with us. Our interview process would start with series of test you will need to take up. The On-boarding test should only be taken within 5 days or less. If you clear the test we would take your candidature forward for interview. Once you make it through the process we will offer you an ongoing, long-term contract.\n\nDesired Skills:\n\n * Expert in Javascript\n * Expert in DHTML\n * Expert CSS\n * Experience with OO Javascript (Prototype, YUI, JQuery, or EXTJS style OO Javascript Programming)\n * Minimum 35 hours a week. Not looking for just part time interest.\n * Long term availability. Not looking for just short term interest.\n * At least 50% overlap in work hours with IST (Indian Standard Time) business hours daily.\n * Immediate availability\n * Good spoken English, sufficient for working effectively with other global team members and managers.\n * 1MBps connection \/ Skype audio and video capable (webcam) \u2013 DO NOT APPLY if you do not have a webcam.\n * Willingness and enthusiasm to participate in a pre-screen interview \n\nPlease note that only candidates who will finish the test on the specified time-frame will be paid. We will not entertain candidacies who will require upfront payment. \n\nThis is only for On-boarding test. Our company hire on an hourly rate for the actual job. \n\nPlease verify our oDesk profile when in doubt. Do not apply if you do not agree with our terms and conditions.","op_pref_test":"","op_title":["UI Specialist","UI Specialist"],"op_pref_test_name":"","op_adjusted_score":"4.7729317103211","total_billed_assignments":"4493","total_charge":"0.00","ciphertext":"~~a8d23a8782f50699","op_tot_asgs":"4493","op_required_skills":"JavaScript, CSS, DHTML","op_pref_hourly_rate":"","search_status":"In Progress","op_tot_cand_prof":"1","amount":"50.00","total_hours":"0.00","op_amount":"50","op_tot_feedback":"1296","op_country":"United Arab Emirates","op_tot_fp_asgs":"3079","op_tot_intv":"0","engagement_weeks":"0.00","timezone":"GMT+04:00 Abu Dhabi, Muscat, Tbilisi, Kazan","job_category_level_one":"Web Development","op_num_of_pending_invites":"0","op_tot_hr_charge":"8067944.22333333","op_contract_date":"December 19, 2008","op_tot_fp_charge":"254729.260000002","record_id":"100920421","adj_score":"0.00","op_recno":"100920421","op_hrs_per_week":"40","op_job_type":"Fixed","op_date_created":"July 5, 2010","op_tot_cand_client":"0","op_company_name":"GDev FZ LLC > gDev Operations","hours_per_week":"40.00","op_buyer_ace":"181498","job_type":"Fixed","country":"United Arab Emirates","op_tot_jobs_posted":"10929","op_tot_jobs_filled":"10391","op_city":"Dubai","job_category_level_two":"UI Design","op_tot_hours":"596568.333333332"},{"create_date":"1278358666000","op_eng_duration":"","op_job_category_":["UI Design","Web Development"],"op_tot_hr_asgs":"1414","op_job":"We are looking for front-end web developers to work on critical issues (bug fixes or small feature requests) for large automotive web site. We need individuals who are able to work within a fast-paced environment with a rapid turn-around time, ideally from a production support background. You will need to be able to switch between multiple issues within the same day, therefore a structured and methodical approach to problem solving is important. We place great emphasis on individuals who are able to use their initiative as part of a diagnosis. Other qualities considered essential for this role include being punctual and being able to communicate your work status through issue tracking systems at all times to the project team.\n\nIf you are interested and have all the qualifications below, we welcome your for a screening test with us. Our interview process would start with series of test you will need to take up. The On-boarding test should only be taken within 5 days or less. If you clear the test we would take your candidature forward for interview. Once you make it through the process we will offer you an ongoing, long-term contract.\n\nDesired Skills:\n\n * Expert in Javascript\n * Expert in DHTML\n * Expert CSS\n * Experience with OO Javascript (Prototype, YUI, JQuery, or EXTJS style OO Javascript Programming)\n * Minimum 35 hours a week. Not looking for just part time interest.\n * Long term availability. Not looking for just short term interest.\n * At least 50% overlap in work hours with IST (Indian Standard Time) business hours daily.\n * Immediate availability\n * Good spoken English, sufficient for working effectively with other global team members and managers.\n * 1MBps connection \/ Skype audio and video capable (webcam) \u2013 DO NOT APPLY if you do not have a webcam.\n * Willingness and enthusiasm to participate in a pre-screen interview \n\nPlease note that only candidates who will finish the test on the specified time-frame will be paid. We will not entertain candidacies who will require upfront payment. \n\nThis is only for On-boarding test. Our company hire on an hourly rate for the actual job. \n\nPlease verify our oDesk profile when in doubt. Do not apply if you do not agree with our terms and conditions.","op_tot_cand":"1","op_pref_fb_score":"","op_pref_odesk_hours":"","op_status_for_search":"In Progress","op_pref_english_skill":"","op_description":"We are looking for front-end web developers to work on critical issues (bug fixes or small feature requests) for large automotive web site. We need individuals who are able to work within a fast-paced environment with a rapid turn-around time, ideally from a production support background. You will need to be able to switch between multiple issues within the same day, therefore a structured and methodical approach to problem solving is important. We place great emphasis on individuals who are able to use their initiative as part of a diagnosis. Other qualities considered essential for this role include being punctual and being able to communicate your work status through issue tracking systems at all times to the project team.\n\nIf you are interested and have all the qualifications below, we welcome your for a screening test with us. Our interview process would start with series of test you will need to take up. The On-boarding test should only be taken within 5 days or less. If you clear the test we would take your candidature forward for interview. Once you make it through the process we will offer you an ongoing, long-term contract.\n\nDesired Skills:\n\n * Expert in Javascript\n * Expert in DHTML\n * Expert CSS\n * Experience with OO Javascript (Prototype, YUI, JQuery, or EXTJS style OO Javascript Programming)\n * Minimum 35 hours a week. Not looking for just part time interest.\n * Long term availability. Not looking for just short term interest.\n * At least 50% overlap in work hours with IST (Indian Standard Time) business hours daily.\n * Immediate availability\n * Good spoken English, sufficient for working effectively with other global team members and managers.\n * 1MBps connection \/ Skype audio and video capable (webcam) \u2013 DO NOT APPLY if you do not have a webcam.\n * Willingness and enthusiasm to participate in a pre-screen interview \n\nPlease note that only candidates who will finish the test on the specified time-frame will be paid. We will not entertain candidacies who will require upfront payment. \n\nThis is only for On-boarding test. Our company hire on an hourly rate for the actual job. \n\nPlease verify our oDesk profile when in doubt. Do not apply if you do not agree with our terms and conditions.","op_pref_test":"","op_title":["UI Specialist","UI Specialist"],"op_pref_test_name":"","op_adjusted_score":"4.7729317103211","total_billed_assignments":"4493","total_charge":"0.00","ciphertext":"~~73ccd41d003840e6","op_tot_asgs":"4493","op_required_skills":"JavaScript, CSS, DHTML","op_pref_hourly_rate":"","search_status":"In Progress","op_tot_cand_prof":"1","amount":"50.00","total_hours":"0.00","op_amount":"50","op_tot_feedback":"1296","op_country":"United Arab Emirates","op_tot_fp_asgs":"3079","op_tot_intv":"0","engagement_weeks":"0.00","timezone":"GMT+04:00 Abu Dhabi, Muscat, Tbilisi, Kazan","job_category_level_one":"Web Development","op_num_of_pending_invites":"0","op_tot_hr_charge":"8067944.22333333","op_contract_date":"December 19, 2008","op_tot_fp_charge":"254729.260000002","record_id":"100920419","adj_score":"0.00","op_recno":"100920419","op_hrs_per_week":"40","op_job_type":"Fixed","op_date_created":"July 5, 2010","op_tot_cand_client":"0","op_company_name":"GDev FZ LLC > gDev Operations","hours_per_week":"40.00","op_buyer_ace":"181498","job_type":"Fixed","country":"United Arab Emirates","op_tot_jobs_posted":"10929","op_tot_jobs_filled":"10391","op_city":"Dubai","job_category_level_two":"UI Design","op_tot_hours":"596568.333333332"},{"create_date":"1278358657000","op_eng_duration":"","op_job_category_":["UI Design","Web Development"],"op_tot_hr_asgs":"1414","op_job":"We are looking for front-end web developers to work on critical issues (bug fixes or small feature requests) for large automotive web site. We need individuals who are able to work within a fast-paced environment with a rapid turn-around time, ideally from a production support background. You will need to be able to switch between multiple issues within the same day, therefore a structured and methodical approach to problem solving is important. We place great emphasis on individuals who are able to use their initiative as part of a diagnosis. Other qualities considered essential for this role include being punctual and being able to communicate your work status through issue tracking systems at all times to the project team.\n\nIf you are interested and have all the qualifications below, we welcome your for a screening test with us. Our interview process would start with series of test you will need to take up. The On-boarding test should only be taken within 5 days or less. If you clear the test we would take your candidature forward for interview. Once you make it through the process we will offer you an ongoing, long-term contract.\n\nDesired Skills:\n\n * Expert in Javascript\n * Expert in DHTML\n * Expert CSS\n * Experience with OO Javascript (Prototype, YUI, JQuery, or EXTJS style OO Javascript Programming)\n * Minimum 35 hours a week. Not looking for just part time interest.\n * Long term availability. Not looking for just short term interest.\n * At least 50% overlap in work hours with IST (Indian Standard Time) business hours daily.\n * Immediate availability\n * Good spoken English, sufficient for working effectively with other global team members and managers.\n * 1MBps connection \/ Skype audio and video capable (webcam) \u2013 DO NOT APPLY if you do not have a webcam.\n * Willingness and enthusiasm to participate in a pre-screen interview \n\nPlease note that only candidates who will finish the test on the specified time-frame will be paid. We will not entertain candidacies who will require upfront payment. \n\nThis is only for On-boarding test. Our company hire on an hourly rate for the actual job. \n\nPlease verify our oDesk profile when in doubt. Do not apply if you do not agree with our terms and conditions.","op_tot_cand":"1","op_pref_fb_score":"","op_pref_odesk_hours":"","op_status_for_search":"In Progress","op_pref_english_skill":"","op_description":"We are looking for front-end web developers to work on critical issues (bug fixes or small feature requests) for large automotive web site. We need individuals who are able to work within a fast-paced environment with a rapid turn-around time, ideally from a production support background. You will need to be able to switch between multiple issues within the same day, therefore a structured and methodical approach to problem solving is important. We place great emphasis on individuals who are able to use their initiative as part of a diagnosis. Other qualities considered essential for this role include being punctual and being able to communicate your work status through issue tracking systems at all times to the project team.\n\nIf you are interested and have all the qualifications below, we welcome your for a screening test with us. Our interview process would start with series of test you will need to take up. The On-boarding test should only be taken within 5 days or less. If you clear the test we would take your candidature forward for interview. Once you make it through the process we will offer you an ongoing, long-term contract.\n\nDesired Skills:\n\n * Expert in Javascript\n * Expert in DHTML\n * Expert CSS\n * Experience with OO Javascript (Prototype, YUI, JQuery, or EXTJS style OO Javascript Programming)\n * Minimum 35 hours a week. Not looking for just part time interest.\n * Long term availability. Not looking for just short term interest.\n * At least 50% overlap in work hours with IST (Indian Standard Time) business hours daily.\n * Immediate availability\n * Good spoken English, sufficient for working effectively with other global team members and managers.\n * 1MBps connection \/ Skype audio and video capable (webcam) \u2013 DO NOT APPLY if you do not have a webcam.\n * Willingness and enthusiasm to participate in a pre-screen interview \n\nPlease note that only candidates who will finish the test on the specified time-frame will be paid. We will not entertain candidacies who will require upfront payment. \n\nThis is only for On-boarding test. Our company hire on an hourly rate for the actual job. \n\nPlease verify our oDesk profile when in doubt. Do not apply if you do not agree with our terms and conditions.","op_pref_test":"","op_title":["UI Specialist","UI Specialist"],"op_pref_test_name":"","op_adjusted_score":"4.7729317103211","total_billed_assignments":"4493","total_charge":"0.00","ciphertext":"~~c8604cdb8424aedd","op_tot_asgs":"4493","op_required_skills":"JavaScript, CSS, DHTML","op_pref_hourly_rate":"","search_status":"In Progress","op_tot_cand_prof":"0","amount":"50.00","total_hours":"0.00","op_amount":"50","op_tot_feedback":"1296","op_country":"United Arab Emirates","op_tot_fp_asgs":"3079","op_tot_intv":"0","engagement_weeks":"0.00","timezone":"GMT+04:00 Abu Dhabi, Muscat, Tbilisi, Kazan","job_category_level_one":"Web Development","op_num_of_pending_invites":"0","op_tot_hr_charge":"8067944.22333333","op_contract_date":"December 19, 2008","op_tot_fp_charge":"254729.260000002","record_id":"100920417","adj_score":"0.00","op_recno":"100920417","op_hrs_per_week":"40","op_job_type":"Fixed","op_date_created":"July 5, 2010","op_tot_cand_client":"1","op_company_name":"GDev FZ LLC > gDev Operations","hours_per_week":"40.00","op_buyer_ace":"181498","job_type":"Fixed","country":"United Arab Emirates","op_tot_jobs_posted":"10929","op_tot_jobs_filled":"10391","op_city":"Dubai","job_category_level_two":"UI Design","op_tot_hours":"596568.333333332"},{"create_date":"1278358641000","op_eng_duration":"","op_job_category_":["UI Design","Web Development"],"op_tot_hr_asgs":"1414","op_job":"We are looking for front-end web developers to work on critical issues (bug fixes or small feature requests) for large automotive web site. We need individuals who are able to work within a fast-paced environment with a rapid turn-around time, ideally from a production support background. You will need to be able to switch between multiple issues within the same day, therefore a structured and methodical approach to problem solving is important. We place great emphasis on individuals who are able to use their initiative as part of a diagnosis. Other qualities considered essential for this role include being punctual and being able to communicate your work status through issue tracking systems at all times to the project team.\n\nIf you are interested and have all the qualifications below, we welcome your for a screening test with us. Our interview process would start with series of test you will need to take up. The On-boarding test should only be taken within 5 days or less. If you clear the test we would take your candidature forward for interview. Once you make it through the process we will offer you an ongoing, long-term contract.\n\nDesired Skills:\n\n * Expert in Javascript\n * Expert in DHTML\n * Expert CSS\n * Experience with OO Javascript (Prototype, YUI, JQuery, or EXTJS style OO Javascript Programming)\n * Minimum 35 hours a week. Not looking for just part time interest.\n * Long term availability. Not looking for just short term interest.\n * At least 50% overlap in work hours with IST (Indian Standard Time) business hours daily.\n * Immediate availability\n * Good spoken English, sufficient for working effectively with other global team members and managers.\n * 1MBps connection \/ Skype audio and video capable (webcam) \u2013 DO NOT APPLY if you do not have a webcam.\n * Willingness and enthusiasm to participate in a pre-screen interview \n\nPlease note that only candidates who will finish the test on the specified time-frame will be paid. We will not entertain candidacies who will require upfront payment. \n\nThis is only for On-boarding test. Our company hire on an hourly rate for the actual job. \n\nPlease verify our oDesk profile when in doubt. Do not apply if you do not agree with our terms and conditions.","op_tot_cand":"1","op_pref_fb_score":"","op_pref_odesk_hours":"","op_status_for_search":"In Progress","op_pref_english_skill":"","op_description":"We are looking for front-end web developers to work on critical issues (bug fixes or small feature requests) for large automotive web site. We need individuals who are able to work within a fast-paced environment with a rapid turn-around time, ideally from a production support background. You will need to be able to switch between multiple issues within the same day, therefore a structured and methodical approach to problem solving is important. We place great emphasis on individuals who are able to use their initiative as part of a diagnosis. Other qualities considered essential for this role include being punctual and being able to communicate your work status through issue tracking systems at all times to the project team.\n\nIf you are interested and have all the qualifications below, we welcome your for a screening test with us. Our interview process would start with series of test you will need to take up. The On-boarding test should only be taken within 5 days or less. If you clear the test we would take your candidature forward for interview. Once you make it through the process we will offer you an ongoing, long-term contract.\n\nDesired Skills:\n\n * Expert in Javascript\n * Expert in DHTML\n * Expert CSS\n * Experience with OO Javascript (Prototype, YUI, JQuery, or EXTJS style OO Javascript Programming)\n * Minimum 35 hours a week. Not looking for just part time interest.\n * Long term availability. Not looking for just short term interest.\n * At least 50% overlap in work hours with IST (Indian Standard Time) business hours daily.\n * Immediate availability\n * Good spoken English, sufficient for working effectively with other global team members and managers.\n * 1MBps connection \/ Skype audio and video capable (webcam) \u2013 DO NOT APPLY if you do not have a webcam.\n * Willingness and enthusiasm to participate in a pre-screen interview \n\nPlease note that only candidates who will finish the test on the specified time-frame will be paid. We will not entertain candidacies who will require upfront payment. \n\nThis is only for On-boarding test. Our company hire on an hourly rate for the actual job. \n\nPlease verify our oDesk profile when in doubt. Do not apply if you do not agree with our terms and conditions.","op_pref_test":"","op_title":["UI Specialist","UI Specialist"],"op_pref_test_name":"","op_adjusted_score":"4.7729317103211","total_billed_assignments":"4493","total_charge":"0.00","ciphertext":"~~4cd37edce2d19a9b","op_tot_asgs":"4493","op_required_skills":"JavaScript, CSS, DHTML","op_pref_hourly_rate":"","search_status":"In Progress","op_tot_cand_prof":"0","amount":"50.00","total_hours":"0.00","op_amount":"50","op_tot_feedback":"1296","op_country":"United Arab Emirates","op_tot_fp_asgs":"3079","op_tot_intv":"0","engagement_weeks":"0.00","timezone":"GMT+04:00 Abu Dhabi, Muscat, Tbilisi, Kazan","job_category_level_one":"Web Development","op_num_of_pending_invites":"0","op_tot_hr_charge":"8067944.22333333","op_contract_date":"December 19, 2008","op_tot_fp_charge":"254729.260000002","record_id":"100920416","adj_score":"0.00","op_recno":"100920416","op_hrs_per_week":"40","op_job_type":"Fixed","op_date_created":"July 5, 2010","op_tot_cand_client":"1","op_company_name":"GDev FZ LLC > gDev Operations","hours_per_week":"40.00","op_buyer_ace":"181498","job_type":"Fixed","country":"United Arab Emirates","op_tot_jobs_posted":"10929","op_tot_jobs_filled":"10391","op_city":"Dubai","job_category_level_two":"UI Design","op_tot_hours":"596568.333333332"},{"create_date":"1278358633000","op_eng_duration":"","op_job_category_":["UI Design","Web Development"],"op_tot_hr_asgs":"1414","op_job":"We are looking for front-end web developers to work on critical issues (bug fixes or small feature requests) for large automotive web site. We need individuals who are able to work within a fast-paced environment with a rapid turn-around time, ideally from a production support background. You will need to be able to switch between multiple issues within the same day, therefore a structured and methodical approach to problem solving is important. We place great emphasis on individuals who are able to use their initiative as part of a diagnosis. Other qualities considered essential for this role include being punctual and being able to communicate your work status through issue tracking systems at all times to the project team.\n\nIf you are interested and have all the qualifications below, we welcome your for a screening test with us. Our interview process would start with series of test you will need to take up. The On-boarding test should only be taken within 5 days or less. If you clear the test we would take your candidature forward for interview. Once you make it through the process we will offer you an ongoing, long-term contract.\n\nDesired Skills:\n\n * Expert in Javascript\n * Expert in DHTML\n * Expert CSS\n * Experience with OO Javascript (Prototype, YUI, JQuery, or EXTJS style OO Javascript Programming)\n * Minimum 35 hours a week. Not looking for just part time interest.\n * Long term availability. Not looking for just short term interest.\n * At least 50% overlap in work hours with IST (Indian Standard Time) business hours daily.\n * Immediate availability\n * Good spoken English, sufficient for working effectively with other global team members and managers.\n * 1MBps connection \/ Skype audio and video capable (webcam) \u2013 DO NOT APPLY if you do not have a webcam.\n * Willingness and enthusiasm to participate in a pre-screen interview \n\nPlease note that only candidates who will finish the test on the specified time-frame will be paid. We will not entertain candidacies who will require upfront payment. \n\nThis is only for On-boarding test. Our company hire on an hourly rate for the actual job. \n\nPlease verify our oDesk profile when in doubt. Do not apply if you do not agree with our terms and conditions.","op_tot_cand":"1","op_pref_fb_score":"","op_pref_odesk_hours":"","op_status_for_search":"In Progress","op_pref_english_skill":"","op_description":"We are looking for front-end web developers to work on critical issues (bug fixes or small feature requests) for large automotive web site. We need individuals who are able to work within a fast-paced environment with a rapid turn-around time, ideally from a production support background. You will need to be able to switch between multiple issues within the same day, therefore a structured and methodical approach to problem solving is important. We place great emphasis on individuals who are able to use their initiative as part of a diagnosis. Other qualities considered essential for this role include being punctual and being able to communicate your work status through issue tracking systems at all times to the project team.\n\nIf you are interested and have all the qualifications below, we welcome your for a screening test with us. Our interview process would start with series of test you will need to take up. The On-boarding test should only be taken within 5 days or less. If you clear the test we would take your candidature forward for interview. Once you make it through the process we will offer you an ongoing, long-term contract.\n\nDesired Skills:\n\n * Expert in Javascript\n * Expert in DHTML\n * Expert CSS\n * Experience with OO Javascript (Prototype, YUI, JQuery, or EXTJS style OO Javascript Programming)\n * Minimum 35 hours a week. Not looking for just part time interest.\n * Long term availability. Not looking for just short term interest.\n * At least 50% overlap in work hours with IST (Indian Standard Time) business hours daily.\n * Immediate availability\n * Good spoken English, sufficient for working effectively with other global team members and managers.\n * 1MBps connection \/ Skype audio and video capable (webcam) \u2013 DO NOT APPLY if you do not have a webcam.\n * Willingness and enthusiasm to participate in a pre-screen interview \n\nPlease note that only candidates who will finish the test on the specified time-frame will be paid. We will not entertain candidacies who will require upfront payment. \n\nThis is only for On-boarding test. Our company hire on an hourly rate for the actual job. \n\nPlease verify our oDesk profile when in doubt. Do not apply if you do not agree with our terms and conditions.","op_pref_test":"","op_title":["UI Specialist","UI Specialist"],"op_pref_test_name":"","op_adjusted_score":"4.7729317103211","total_billed_assignments":"4493","total_charge":"0.00","ciphertext":"~~ec09317f50195a0d","op_tot_asgs":"4493","op_required_skills":"JavaScript, CSS, DHTML","op_pref_hourly_rate":"","search_status":"In Progress","op_tot_cand_prof":"0","amount":"50.00","total_hours":"0.00","op_amount":"50","op_tot_feedback":"1296","op_country":"United Arab Emirates","op_tot_fp_asgs":"3079","op_tot_intv":"0","engagement_weeks":"0.00","timezone":"GMT+04:00 Abu Dhabi, Muscat, Tbilisi, Kazan","job_category_level_one":"Web Development","op_num_of_pending_invites":"0","op_tot_hr_charge":"8067944.22333333","op_contract_date":"December 19, 2008","op_tot_fp_charge":"254729.260000002","record_id":"100920415","adj_score":"0.00","op_recno":"100920415","op_hrs_per_week":"40","op_job_type":"Fixed","op_date_created":"July 5, 2010","op_tot_cand_client":"1","op_company_name":"GDev FZ LLC > gDev Operations","hours_per_week":"40.00","op_buyer_ace":"181498","job_type":"Fixed","country":"United Arab Emirates","op_tot_jobs_posted":"10929","op_tot_jobs_filled":"10391","op_city":"Dubai","job_category_level_two":"UI Design","op_tot_hours":"596568.333333332"},{"create_date":"1278358626000","op_eng_duration":"","op_job_category_":["UI Design","Web Development"],"op_tot_hr_asgs":"1414","op_job":"We are looking for front-end web developers to work on critical issues (bug fixes or small feature requests) for large automotive web site. We need individuals who are able to work within a fast-paced environment with a rapid turn-around time, ideally from a production support background. You will need to be able to switch between multiple issues within the same day, therefore a structured and methodical approach to problem solving is important. We place great emphasis on individuals who are able to use their initiative as part of a diagnosis. Other qualities considered essential for this role include being punctual and being able to communicate your work status through issue tracking systems at all times to the project team.\n\nIf you are interested and have all the qualifications below, we welcome your for a screening test with us. Our interview process would start with series of test you will need to take up. The On-boarding test should only be taken within 5 days or less. If you clear the test we would take your candidature forward for interview. Once you make it through the process we will offer you an ongoing, long-term contract.\n\nDesired Skills:\n\n * Expert in Javascript\n * Expert in DHTML\n * Expert CSS\n * Experience with OO Javascript (Prototype, YUI, JQuery, or EXTJS style OO Javascript Programming)\n * Minimum 35 hours a week. Not looking for just part time interest.\n * Long term availability. Not looking for just short term interest.\n * At least 50% overlap in work hours with IST (Indian Standard Time) business hours daily.\n * Immediate availability\n * Good spoken English, sufficient for working effectively with other global team members and managers.\n * 1MBps connection \/ Skype audio and video capable (webcam) \u2013 DO NOT APPLY if you do not have a webcam.\n * Willingness and enthusiasm to participate in a pre-screen interview \n\nPlease note that only candidates who will finish the test on the specified time-frame will be paid. We will not entertain candidacies who will require upfront payment. \n\nThis is only for On-boarding test. Our company hire on an hourly rate for the actual job. \n\nPlease verify our oDesk profile when in doubt. Do not apply if you do not agree with our terms and conditions.","op_tot_cand":"1","op_pref_fb_score":"","op_pref_odesk_hours":"","op_status_for_search":"In Progress","op_pref_english_skill":"","op_description":"We are looking for front-end web developers to work on critical issues (bug fixes or small feature requests) for large automotive web site. We need individuals who are able to work within a fast-paced environment with a rapid turn-around time, ideally from a production support background. You will need to be able to switch between multiple issues within the same day, therefore a structured and methodical approach to problem solving is important. We place great emphasis on individuals who are able to use their initiative as part of a diagnosis. Other qualities considered essential for this role include being punctual and being able to communicate your work status through issue tracking systems at all times to the project team.\n\nIf you are interested and have all the qualifications below, we welcome your for a screening test with us. Our interview process would start with series of test you will need to take up. The On-boarding test should only be taken within 5 days or less. If you clear the test we would take your candidature forward for interview. Once you make it through the process we will offer you an ongoing, long-term contract.\n\nDesired Skills:\n\n * Expert in Javascript\n * Expert in DHTML\n * Expert CSS\n * Experience with OO Javascript (Prototype, YUI, JQuery, or EXTJS style OO Javascript Programming)\n * Minimum 35 hours a week. Not looking for just part time interest.\n * Long term availability. Not looking for just short term interest.\n * At least 50% overlap in work hours with IST (Indian Standard Time) business hours daily.\n * Immediate availability\n * Good spoken English, sufficient for working effectively with other global team members and managers.\n * 1MBps connection \/ Skype audio and video capable (webcam) \u2013 DO NOT APPLY if you do not have a webcam.\n * Willingness and enthusiasm to participate in a pre-screen interview \n\nPlease note that only candidates who will finish the test on the specified time-frame will be paid. We will not entertain candidacies who will require upfront payment. \n\nThis is only for On-boarding test. Our company hire on an hourly rate for the actual job. \n\nPlease verify our oDesk profile when in doubt. Do not apply if you do not agree with our terms and conditions.","op_pref_test":"","op_title":["UI Specialist","UI Specialist"],"op_pref_test_name":"","op_adjusted_score":"4.7729317103211","total_billed_assignments":"4493","total_charge":"0.00","ciphertext":"~~cf26ba416b0a0631","op_tot_asgs":"4493","op_required_skills":"JavaScript, CSS, DHTML","op_pref_hourly_rate":"","search_status":"In Progress","op_tot_cand_prof":"0","amount":"50.00","total_hours":"0.00","op_amount":"50","op_tot_feedback":"1296","op_country":"United Arab Emirates","op_tot_fp_asgs":"3079","op_tot_intv":"0","engagement_weeks":"0.00","timezone":"GMT+04:00 Abu Dhabi, Muscat, Tbilisi, Kazan","job_category_level_one":"Web Development","op_num_of_pending_invites":"0","op_tot_hr_charge":"8067944.22333333","op_contract_date":"December 19, 2008","op_tot_fp_charge":"254729.260000002","record_id":"100920414","adj_score":"0.00","op_recno":"100920414","op_hrs_per_week":"40","op_job_type":"Fixed","op_date_created":"July 5, 2010","op_tot_cand_client":"1","op_company_name":"GDev FZ LLC > gDev Operations","hours_per_week":"40.00","op_buyer_ace":"181498","job_type":"Fixed","country":"United Arab Emirates","op_tot_jobs_posted":"10929","op_tot_jobs_filled":"10391","op_city":"Dubai","job_category_level_two":"UI Design","op_tot_hours":"596568.333333332"},{"create_date":"1278358617000","op_eng_duration":"","op_job_category_":["UI Design","Web Development"],"op_tot_hr_asgs":"1414","op_job":"We are looking for front-end web developers to work on critical issues (bug fixes or small feature requests) for large automotive web site. We need individuals who are able to work within a fast-paced environment with a rapid turn-around time, ideally from a production support background. You will need to be able to switch between multiple issues within the same day, therefore a structured and methodical approach to problem solving is important. We place great emphasis on individuals who are able to use their initiative as part of a diagnosis. Other qualities considered essential for this role include being punctual and being able to communicate your work status through issue tracking systems at all times to the project team.\n\nIf you are interested and have all the qualifications below, we welcome your for a screening test with us. Our interview process would start with series of test you will need to take up. The On-boarding test should only be taken within 5 days or less. If you clear the test we would take your candidature forward for interview. Once you make it through the process we will offer you an ongoing, long-term contract.\n\nDesired Skills:\n\n * Expert in Javascript\n * Expert in DHTML\n * Expert CSS\n * Experience with OO Javascript (Prototype, YUI, JQuery, or EXTJS style OO Javascript Programming)\n * Minimum 35 hours a week. Not looking for just part time interest.\n * Long term availability. Not looking for just short term interest.\n * At least 50% overlap in work hours with IST (Indian Standard Time) business hours daily.\n * Immediate availability\n * Good spoken English, sufficient for working effectively with other global team members and managers.\n * 1MBps connection \/ Skype audio and video capable (webcam) \u2013 DO NOT APPLY if you do not have a webcam.\n * Willingness and enthusiasm to participate in a pre-screen interview \n\nPlease note that only candidates who will finish the test on the specified time-frame will be paid. We will not entertain candidacies who will require upfront payment. \n\nThis is only for On-boarding test. Our company hire on an hourly rate for the actual job. \n\nPlease verify our oDesk profile when in doubt. Do not apply if you do not agree with our terms and conditions.","op_tot_cand":"1","op_pref_fb_score":"","op_pref_odesk_hours":"","op_status_for_search":"In Progress","op_pref_english_skill":"","op_description":"We are looking for front-end web developers to work on critical issues (bug fixes or small feature requests) for large automotive web site. We need individuals who are able to work within a fast-paced environment with a rapid turn-around time, ideally from a production support background. You will need to be able to switch between multiple issues within the same day, therefore a structured and methodical approach to problem solving is important. We place great emphasis on individuals who are able to use their initiative as part of a diagnosis. Other qualities considered essential for this role include being punctual and being able to communicate your work status through issue tracking systems at all times to the project team.\n\nIf you are interested and have all the qualifications below, we welcome your for a screening test with us. Our interview process would start with series of test you will need to take up. The On-boarding test should only be taken within 5 days or less. If you clear the test we would take your candidature forward for interview. Once you make it through the process we will offer you an ongoing, long-term contract.\n\nDesired Skills:\n\n * Expert in Javascript\n * Expert in DHTML\n * Expert CSS\n * Experience with OO Javascript (Prototype, YUI, JQuery, or EXTJS style OO Javascript Programming)\n * Minimum 35 hours a week. Not looking for just part time interest.\n * Long term availability. Not looking for just short term interest.\n * At least 50% overlap in work hours with IST (Indian Standard Time) business hours daily.\n * Immediate availability\n * Good spoken English, sufficient for working effectively with other global team members and managers.\n * 1MBps connection \/ Skype audio and video capable (webcam) \u2013 DO NOT APPLY if you do not have a webcam.\n * Willingness and enthusiasm to participate in a pre-screen interview \n\nPlease note that only candidates who will finish the test on the specified time-frame will be paid. We will not entertain candidacies who will require upfront payment. \n\nThis is only for On-boarding test. Our company hire on an hourly rate for the actual job. \n\nPlease verify our oDesk profile when in doubt. Do not apply if you do not agree with our terms and conditions.","op_pref_test":"","op_title":["UI Specialist","UI Specialist"],"op_pref_test_name":"","op_adjusted_score":"4.7729317103211","total_billed_assignments":"4493","total_charge":"0.00","ciphertext":"~~ffa85ec2be75f5d7","op_tot_asgs":"4493","op_required_skills":"JavaScript, CSS, DHTML","op_pref_hourly_rate":"","search_status":"In Progress","op_tot_cand_prof":"0","amount":"50.00","total_hours":"0.00","op_amount":"50","op_tot_feedback":"1296","op_country":"United Arab Emirates","op_tot_fp_asgs":"3079","op_tot_intv":"0","engagement_weeks":"0.00","timezone":"GMT+04:00 Abu Dhabi, Muscat, Tbilisi, Kazan","job_category_level_one":"Web Development","op_num_of_pending_invites":"0","op_tot_hr_charge":"8067944.22333333","op_contract_date":"December 19, 2008","op_tot_fp_charge":"254729.260000002","record_id":"100920413","adj_score":"0.00","op_recno":"100920413","op_hrs_per_week":"40","op_job_type":"Fixed","op_date_created":"July 5, 2010","op_tot_cand_client":"1","op_company_name":"GDev FZ LLC > gDev Operations","hours_per_week":"40.00","op_buyer_ace":"181498","job_type":"Fixed","country":"United Arab Emirates","op_tot_jobs_posted":"10929","op_tot_jobs_filled":"10391","op_city":"Dubai","job_category_level_two":"UI Design","op_tot_hours":"596568.333333332"},{"create_date":"1278358583000","op_eng_duration":"","op_job_category_":["Software Plug-ins","Software Development"],"op_tot_hr_asgs":"9","op_job":"I formatted my laptop and now my plugged in laptop is not reconigzed. It is plugged in and not working. I think my laptop is missing some drivers. You can dial into my machine with yuuguu and I can share my screen and you can try and get it to work.\n\nThis should take the right person less then 30 minutes. you must have PC troubleshooting skills to get accepted.","op_tot_cand":"1","op_pref_fb_score":"0","op_pref_odesk_hours":"","op_status_for_search":"Open","op_pref_english_skill":"","op_description":"I formatted my laptop and now my plugged in laptop is not reconigzed. It is plugged in and not working. I think my laptop is missing some drivers. You can dial into my machine with yuuguu and I can share my screen and you can try and get it to work.\n\nThis should take the right person less then 30 minutes. you must have PC troubleshooting skills to get accepted.","op_pref_test":"","op_title":["Get my monitor to work on Laptop","Get my monitor to work on Laptop"],"op_pref_test_name":"","op_adjusted_score":"4.9709652105676","total_billed_assignments":"27","total_charge":"0.00","ciphertext":"~~4162756c34526f90","op_tot_asgs":"27","op_required_skills":"PC Skills","op_pref_hourly_rate":"","search_status":"Open","op_tot_cand_prof":"1","amount":"5.00","total_hours":"0.00","op_amount":"5","op_tot_feedback":"20","op_country":"United States","op_tot_fp_asgs":"18","op_tot_intv":"0","engagement_weeks":"0.00","timezone":"GMT-07:00 Mountain Time (US & Canada)","job_category_level_one":"Software Development","op_num_of_pending_invites":"0","op_tot_hr_charge":"945.810000000001","op_contract_date":"January 4, 2009","op_tot_fp_charge":"298.24","record_id":"100920412","adj_score":"0.00","op_recno":"100920412","op_hrs_per_week":"40","op_job_type":"Fixed","op_date_created":"July 5, 2010","op_tot_cand_client":"0","op_company_name":"Small Biz College","hours_per_week":"40.00","op_buyer_ace":"190352","job_type":"Fixed","country":"United States","op_tot_jobs_posted":"53","op_tot_jobs_filled":"31","op_city":"Denver","job_category_level_two":"Software Plug-ins","op_tot_hours":"406.000000000001"},{"create_date":"1278358582000","op_eng_duration":"","op_job_category_":["UI Design","Web Development"],"op_tot_hr_asgs":"1414","op_job":"We are looking for front-end web developers to work on critical issues (bug fixes or small feature requests) for large automotive web site. We need individuals who are able to work within a fast-paced environment with a rapid turn-around time, ideally from a production support background. You will need to be able to switch between multiple issues within the same day, therefore a structured and methodical approach to problem solving is important. We place great emphasis on individuals who are able to use their initiative as part of a diagnosis. Other qualities considered essential for this role include being punctual and being able to communicate your work status through issue tracking systems at all times to the project team.\n\nIf you are interested and have all the qualifications below, we welcome your for a screening test with us. Our interview process would start with series of test you will need to take up. The On-boarding test should only be taken within 5 days or less. If you clear the test we would take your candidature forward for interview. Once you make it through the process we will offer you an ongoing, long-term contract.\n\nDesired Skills:\n\n * Expert in Javascript\n * Expert in DHTML\n * Expert CSS\n * Experience with OO Javascript (Prototype, YUI, JQuery, or EXTJS style OO Javascript Programming)\n * Minimum 35 hours a week. Not looking for just part time interest.\n * Long term availability. Not looking for just short term interest.\n * At least 50% overlap in work hours with IST (Indian Standard Time) business hours daily.\n * Immediate availability\n * Good spoken English, sufficient for working effectively with other global team members and managers.\n * 1MBps connection \/ Skype audio and video capable (webcam) \u2013 DO NOT APPLY if you do not have a webcam.\n * Willingness and enthusiasm to participate in a pre-screen interview \n\nPlease note that only candidates who will finish the test on the specified time-frame will be paid. We will not entertain candidacies who will require upfront payment. \n\nThis is only for On-boarding test. Our company hire on an hourly rate for the actual job. \n\nPlease verify our oDesk profile when in doubt. Do not apply if you do not agree with our terms and conditions.","op_tot_cand":"1","op_pref_fb_score":"","op_pref_odesk_hours":"","op_status_for_search":"In Progress","op_pref_english_skill":"","op_description":"We are looking for front-end web developers to work on critical issues (bug fixes or small feature requests) for large automotive web site. We need individuals who are able to work within a fast-paced environment with a rapid turn-around time, ideally from a production support background. You will need to be able to switch between multiple issues within the same day, therefore a structured and methodical approach to problem solving is important. We place great emphasis on individuals who are able to use their initiative as part of a diagnosis. Other qualities considered essential for this role include being punctual and being able to communicate your work status through issue tracking systems at all times to the project team.\n\nIf you are interested and have all the qualifications below, we welcome your for a screening test with us. Our interview process would start with series of test you will need to take up. The On-boarding test should only be taken within 5 days or less. If you clear the test we would take your candidature forward for interview. Once you make it through the process we will offer you an ongoing, long-term contract.\n\nDesired Skills:\n\n * Expert in Javascript\n * Expert in DHTML\n * Expert CSS\n * Experience with OO Javascript (Prototype, YUI, JQuery, or EXTJS style OO Javascript Programming)\n * Minimum 35 hours a week. Not looking for just part time interest.\n * Long term availability. Not looking for just short term interest.\n * At least 50% overlap in work hours with IST (Indian Standard Time) business hours daily.\n * Immediate availability\n * Good spoken English, sufficient for working effectively with other global team members and managers.\n * 1MBps connection \/ Skype audio and video capable (webcam) \u2013 DO NOT APPLY if you do not have a webcam.\n * Willingness and enthusiasm to participate in a pre-screen interview \n\nPlease note that only candidates who will finish the test on the specified time-frame will be paid. We will not entertain candidacies who will require upfront payment. \n\nThis is only for On-boarding test. Our company hire on an hourly rate for the actual job. \n\nPlease verify our oDesk profile when in doubt. Do not apply if you do not agree with our terms and conditions.","op_pref_test":"","op_title":["UI Specialist","UI Specialist"],"op_pref_test_name":"","op_adjusted_score":"4.7729317103211","total_billed_assignments":"4493","total_charge":"0.00","ciphertext":"~~3ac1bd9f8a8cb790","op_tot_asgs":"4493","op_required_skills":"JavaScript, CSS, DHTML","op_pref_hourly_rate":"","search_status":"In Progress","op_tot_cand_prof":"0","amount":"50.00","total_hours":"0.00","op_amount":"50","op_tot_feedback":"1296","op_country":"United Arab Emirates","op_tot_fp_asgs":"3079","op_tot_intv":"0","engagement_weeks":"0.00","timezone":"GMT+04:00 Abu Dhabi, Muscat, Tbilisi, Kazan","job_category_level_one":"Web Development","op_num_of_pending_invites":"0","op_tot_hr_charge":"8067944.22333333","op_contract_date":"December 19, 2008","op_tot_fp_charge":"254729.260000002","record_id":"100920411","adj_score":"0.00","op_recno":"100920411","op_hrs_per_week":"40","op_job_type":"Fixed","op_date_created":"July 5, 2010","op_tot_cand_client":"1","op_company_name":"GDev FZ LLC > gDev Operations","hours_per_week":"40.00","op_buyer_ace":"181498","job_type":"Fixed","country":"United Arab Emirates","op_tot_jobs_posted":"10929","op_tot_jobs_filled":"10391","op_city":"Dubai","job_category_level_two":"UI Design","op_tot_hours":"596568.333333332"},{"create_date":"1278358574000","op_eng_duration":"","op_job_category_":["UI Design","Web Development"],"op_tot_hr_asgs":"1414","op_job":"We are looking for front-end web developers to work on critical issues (bug fixes or small feature requests) for large automotive web site. We need individuals who are able to work within a fast-paced environment with a rapid turn-around time, ideally from a production support background. You will need to be able to switch between multiple issues within the same day, therefore a structured and methodical approach to problem solving is important. We place great emphasis on individuals who are able to use their initiative as part of a diagnosis. Other qualities considered essential for this role include being punctual and being able to communicate your work status through issue tracking systems at all times to the project team.\n\nIf you are interested and have all the qualifications below, we welcome your for a screening test with us. Our interview process would start with series of test you will need to take up. The On-boarding test should only be taken within 5 days or less. If you clear the test we would take your candidature forward for interview. Once you make it through the process we will offer you an ongoing, long-term contract.\n\nDesired Skills:\n\n * Expert in Javascript\n * Expert in DHTML\n * Expert CSS\n * Experience with OO Javascript (Prototype, YUI, JQuery, or EXTJS style OO Javascript Programming)\n * Minimum 35 hours a week. Not looking for just part time interest.\n * Long term availability. Not looking for just short term interest.\n * At least 50% overlap in work hours with IST (Indian Standard Time) business hours daily.\n * Immediate availability\n * Good spoken English, sufficient for working effectively with other global team members and managers.\n * 1MBps connection \/ Skype audio and video capable (webcam) \u2013 DO NOT APPLY if you do not have a webcam.\n * Willingness and enthusiasm to participate in a pre-screen interview \n\nPlease note that only candidates who will finish the test on the specified time-frame will be paid. We will not entertain candidacies who will require upfront payment. \n\nThis is only for On-boarding test. Our company hire on an hourly rate for the actual job. \n\nPlease verify our oDesk profile when in doubt. Do not apply if you do not agree with our terms and conditions.","op_tot_cand":"1","op_pref_fb_score":"","op_pref_odesk_hours":"","op_status_for_search":"In Progress","op_pref_english_skill":"","op_description":"We are looking for front-end web developers to work on critical issues (bug fixes or small feature requests) for large automotive web site. We need individuals who are able to work within a fast-paced environment with a rapid turn-around time, ideally from a production support background. You will need to be able to switch between multiple issues within the same day, therefore a structured and methodical approach to problem solving is important. We place great emphasis on individuals who are able to use their initiative as part of a diagnosis. Other qualities considered essential for this role include being punctual and being able to communicate your work status through issue tracking systems at all times to the project team.\n\nIf you are interested and have all the qualifications below, we welcome your for a screening test with us. Our interview process would start with series of test you will need to take up. The On-boarding test should only be taken within 5 days or less. If you clear the test we would take your candidature forward for interview. Once you make it through the process we will offer you an ongoing, long-term contract.\n\nDesired Skills:\n\n * Expert in Javascript\n * Expert in DHTML\n * Expert CSS\n * Experience with OO Javascript (Prototype, YUI, JQuery, or EXTJS style OO Javascript Programming)\n * Minimum 35 hours a week. Not looking for just part time interest.\n * Long term availability. Not looking for just short term interest.\n * At least 50% overlap in work hours with IST (Indian Standard Time) business hours daily.\n * Immediate availability\n * Good spoken English, sufficient for working effectively with other global team members and managers.\n * 1MBps connection \/ Skype audio and video capable (webcam) \u2013 DO NOT APPLY if you do not have a webcam.\n * Willingness and enthusiasm to participate in a pre-screen interview \n\nPlease note that only candidates who will finish the test on the specified time-frame will be paid. We will not entertain candidacies who will require upfront payment. \n\nThis is only for On-boarding test. Our company hire on an hourly rate for the actual job. \n\nPlease verify our oDesk profile when in doubt. Do not apply if you do not agree with our terms and conditions.","op_pref_test":"","op_title":["UI Specialist","UI Specialist"],"op_pref_test_name":"","op_adjusted_score":"4.7729317103211","total_billed_assignments":"4493","total_charge":"0.00","ciphertext":"~~4fd0571fe59d3c06","op_tot_asgs":"4493","op_required_skills":"JavaScript, CSS, DHTML","op_pref_hourly_rate":"","search_status":"In Progress","op_tot_cand_prof":"0","amount":"50.00","total_hours":"0.00","op_amount":"50","op_tot_feedback":"1296","op_country":"United Arab Emirates","op_tot_fp_asgs":"3079","op_tot_intv":"0","engagement_weeks":"0.00","timezone":"GMT+04:00 Abu Dhabi, Muscat, Tbilisi, Kazan","job_category_level_one":"Web Development","op_num_of_pending_invites":"0","op_tot_hr_charge":"8067944.22333333","op_contract_date":"December 19, 2008","op_tot_fp_charge":"254729.260000002","record_id":"100920410","adj_score":"0.00","op_recno":"100920410","op_hrs_per_week":"40","op_job_type":"Fixed","op_date_created":"July 5, 2010","op_tot_cand_client":"1","op_company_name":"GDev FZ LLC > gDev Operations","hours_per_week":"40.00","op_buyer_ace":"181498","job_type":"Fixed","country":"United Arab Emirates","op_tot_jobs_posted":"10929","op_tot_jobs_filled":"10391","op_city":"Dubai","job_category_level_two":"UI Design","op_tot_hours":"596568.333333332"},{"create_date":"1278358563000","op_eng_duration":"","op_job_category_":["UI Design","Web Development"],"op_tot_hr_asgs":"1414","op_job":"We are looking for front-end web developers to work on critical issues (bug fixes or small feature requests) for large automotive web site. We need individuals who are able to work within a fast-paced environment with a rapid turn-around time, ideally from a production support background. You will need to be able to switch between multiple issues within the same day, therefore a structured and methodical approach to problem solving is important. We place great emphasis on individuals who are able to use their initiative as part of a diagnosis. Other qualities considered essential for this role include being punctual and being able to communicate your work status through issue tracking systems at all times to the project team.\n\nIf you are interested and have all the qualifications below, we welcome your for a screening test with us. Our interview process would start with series of test you will need to take up. The On-boarding test should only be taken within 5 days or less. If you clear the test we would take your candidature forward for interview. Once you make it through the process we will offer you an ongoing, long-term contract.\n\nDesired Skills:\n\n * Expert in Javascript\n * Expert in DHTML\n * Expert CSS\n * Experience with OO Javascript (Prototype, YUI, JQuery, or EXTJS style OO Javascript Programming)\n * Minimum 35 hours a week. Not looking for just part time interest.\n * Long term availability. Not looking for just short term interest.\n * At least 50% overlap in work hours with IST (Indian Standard Time) business hours daily.\n * Immediate availability\n * Good spoken English, sufficient for working effectively with other global team members and managers.\n * 1MBps connection \/ Skype audio and video capable (webcam) \u2013 DO NOT APPLY if you do not have a webcam.\n * Willingness and enthusiasm to participate in a pre-screen interview \n\nPlease note that only candidates who will finish the test on the specified time-frame will be paid. We will not entertain candidacies who will require upfront payment. \n\nThis is only for On-boarding test. Our company hire on an hourly rate for the actual job. \n\nPlease verify our oDesk profile when in doubt. Do not apply if you do not agree with our terms and conditions.","op_tot_cand":"1","op_pref_fb_score":"","op_pref_odesk_hours":"","op_status_for_search":"In Progress","op_pref_english_skill":"","op_description":"We are looking for front-end web developers to work on critical issues (bug fixes or small feature requests) for large automotive web site. We need individuals who are able to work within a fast-paced environment with a rapid turn-around time, ideally from a production support background. You will need to be able to switch between multiple issues within the same day, therefore a structured and methodical approach to problem solving is important. We place great emphasis on individuals who are able to use their initiative as part of a diagnosis. Other qualities considered essential for this role include being punctual and being able to communicate your work status through issue tracking systems at all times to the project team.\n\nIf you are interested and have all the qualifications below, we welcome your for a screening test with us. Our interview process would start with series of test you will need to take up. The On-boarding test should only be taken within 5 days or less. If you clear the test we would take your candidature forward for interview. Once you make it through the process we will offer you an ongoing, long-term contract.\n\nDesired Skills:\n\n * Expert in Javascript\n * Expert in DHTML\n * Expert CSS\n * Experience with OO Javascript (Prototype, YUI, JQuery, or EXTJS style OO Javascript Programming)\n * Minimum 35 hours a week. Not looking for just part time interest.\n * Long term availability. Not looking for just short term interest.\n * At least 50% overlap in work hours with IST (Indian Standard Time) business hours daily.\n * Immediate availability\n * Good spoken English, sufficient for working effectively with other global team members and managers.\n * 1MBps connection \/ Skype audio and video capable (webcam) \u2013 DO NOT APPLY if you do not have a webcam.\n * Willingness and enthusiasm to participate in a pre-screen interview \n\nPlease note that only candidates who will finish the test on the specified time-frame will be paid. We will not entertain candidacies who will require upfront payment. \n\nThis is only for On-boarding test. Our company hire on an hourly rate for the actual job. \n\nPlease verify our oDesk profile when in doubt. Do not apply if you do not agree with our terms and conditions.","op_pref_test":"","op_title":["UI Specialist","UI Specialist"],"op_pref_test_name":"","op_adjusted_score":"4.7729317103211","total_billed_assignments":"4493","total_charge":"0.00","ciphertext":"~~75d00376f195596a","op_tot_asgs":"4493","op_required_skills":"JavaScript, CSS, DHTML","op_pref_hourly_rate":"","search_status":"In Progress","op_tot_cand_prof":"0","amount":"50.00","total_hours":"0.00","op_amount":"50","op_tot_feedback":"1296","op_country":"United Arab Emirates","op_tot_fp_asgs":"3079","op_tot_intv":"0","engagement_weeks":"0.00","timezone":"GMT+04:00 Abu Dhabi, Muscat, Tbilisi, Kazan","job_category_level_one":"Web Development","op_num_of_pending_invites":"0","op_tot_hr_charge":"8067944.22333333","op_contract_date":"December 19, 2008","op_tot_fp_charge":"254729.260000002","record_id":"100920409","adj_score":"0.00","op_recno":"100920409","op_hrs_per_week":"40","op_job_type":"Fixed","op_date_created":"July 5, 2010","op_tot_cand_client":"1","op_company_name":"GDev FZ LLC > gDev Operations","hours_per_week":"40.00","op_buyer_ace":"181498","job_type":"Fixed","country":"United Arab Emirates","op_tot_jobs_posted":"10929","op_tot_jobs_filled":"10391","op_city":"Dubai","job_category_level_two":"UI Design","op_tot_hours":"596568.333333332"}],"lister":{"total_items":"445351","query":"YTo0OntpOjA7czoxMToiQXNzaWdubWVudHMiO2k6MTthOjE6e2k6MDthOjM6e2k6MDtzOjI3OiJJc0pvYlByb2ZpbGVWYWxpZE5vblByaXZhdGUiO2k6MTtzOjE6IjEiO2k6MjtzOjE6IjEiO319aToyO2E6MTp7aTowO2E6Mzp7aTowO3M6MTI6IkRhdGUgQ3JlYXRlZCI7aToxO3M6NDoiZGVzYyI7aToyO3M6MToiMSI7fX1pOjM7YToxNzp7aTowO3M6MTA6IlJlY29yZCBJRCMiO2k6MTtzOjE5OiJTdGF0dXMgLSBGb3IgU2VhcmNoIjtpOjI7czoxODoiVUkgLSBPcGVuaW5nIFRpdGxlIjtpOjM7czoyNjoiRW5nYWdlbWVudER1cmF0aW9uIC0gV2Vla3MiO2k6NDtzOjE5OiJVSSAtIEhvdXJzIHBlciB3ZWVrIjtpOjU7czoxMjoiRGF0ZSBDcmVhdGVkIjtpOjY7czoxNToiSm9iIERlc2NyaXB0aW9uIjtpOjc7czo3OiJKb2JUeXBlIjtpOjg7czo2OiJBbW91bnQiO2k6OTtzOjIwOiJKb2JDYXRlZ29yeSAtIExldmVsMSI7aToxMDtzOjIwOiJKb2JDYXRlZ29yeSAtIExldmVsMiI7aToxMTtzOjI2OiJDb21wYW55IC0gVUkgLSBUb3RhbCBIb3VycyI7aToxMjtzOjI3OiJDb21wYW55IC0gVUkgLSBUb3RhbCBDaGFyZ2UiO2k6MTM7czo3OiJDb3VudHJ5IjtpOjE0O3M6ODoiVGltZXpvbmUiO2k6MTU7czozNDoiQ29tcGFueSAtIFRvdGFsIEJpbGxlZCBBc3NpZ25tZW50cyI7aToxNjtzOjE0OiJBZGp1c3RlZCBTY29yZSI7fX0=","paging":{"offset":"0","count":"20"},"sort":""}}}
1
+ {"server_time":"1278601807","auth_user":{"first_name":"Ahmed El-Dawy","last_name":".","uid":"aseldawy","mail":"aseldawy@odesk.com","messenger_id":"aseldawy","messenger_type":"yahoo","timezone":"Africa\/Cairo","timezone_offset":"10800"},"jobs":{"job":[{"op_reason":"","engagement_weeks":"","op_low_hourly_rate_active_interviewees":"","op_comm_status":"Active","job_category_level_two":"Blog & Article Writing","op_is_viewable":"1","engagement_related":"","op_description":"write 11 articles,one each on the following topics, looking at online office supply sites and Amazon reviews:\n\narmoire computer desk \n\n best computer desk\n\nhow to buy a computer desk\n\nchildrens computer desk\n\ncomputer corner desk\n\ncomputer office desk\n\ncomputer table desk\n\nmahogany computer desk\n\nbenefits of a standup computer desk\n\nwooden computer desks\n\nwhite corner computer desk","candidates_total_active":"0","op_pref_fb_score":"0","odr_meta":{"mtime":"1278601633000","outdated":"0"},"op_job_expiration":"August 7, 2010","op_low_bid_active_interviewees":"","ui_job_profile_access":"public","op_avg_hourly_rate_active":"","op_pref_test":"","op_pref_test_name":"","job_category_level_one":"Writing & Translation","op_high_hourly_rate_active_interviewees":"","op_cancel_ts":"","op_pref_hourly_rate_max":"","op_low_hourly_rate_interviewees":"","op_tot_cand_prof":"0","op_time_posted":"15:07:13","op_is_validnonprivate":"1","timezone":"UTC-05:00 Eastern Time (US & Canada)","op_eng_type":"1","amount":"25","op_num_of_pending_invites":"0","op_avg_hourly_rate_active_interviewees":"","op_high_hourly_rate_active":"","search_status":"Active","op_last_buyer_activity":"1278547200000","op_low_hourly_rate_active":"","op_pref_hours_per_week":"","hours_per_week":"40","op_tot_cand_client":"0","op_date_created":"July 8, 2010","op_avg_bid_all":"","version":"1","op_engagement":"Full-time - 30+ hrs\/week","offers_total":"0","op_pref_hourly_rate_min":"","date_posted":"July 8, 2010","op_buyer_ace":"747202","op_lowhigh_bid_interviewees":"","op_high_bid_interviewees":"","op_low_bid_all":"","op_end_date":"July 15, 2010","op_low_hourly_rate_all":"","op_private_rating_active":"","op_tot_new_cond":"0","op_job_category_seo":"Blog Writing Jobs","op_pref_group_recno":"0","op_high_hourly_rate_interviewees":"","op_pref_location":"","op_high_bid_all":"","offers_total_open":"0","candidates_total":"0","op_pref_odesk_hours":"","op_status_for_search":"Open","op_pref_english_skill":"","op_skill":"","op_title":"Computer Desk Articles","buyer":{"cnt_assignments":"0","op_hours_lastdays":"0","cnt_op_other_jobs":"2","op_tot_hr_asgs":"0","op_tot_act_asgs":"0","op_tot_hr_charge":"0","op_cny_show_in_profile":"0","op_state":"NY","op_contract_date":"June 18, 2010","op_tot_fp_charge":"0","op_tot_charge":"0","op_adjusted_score":"0","op_company_name":"BCM,LLC","op_tot_asgs":"0","op_company_id":"bcmllc","op_charge_lastdays":"0","timezone":"United States (GMT-05)","op_tot_feedback":"0","op_tot_jobs_open":"2","op_country":"United States","op_tot_fp_asgs":"0","op_tot_jobs_posted":"4","op_tot_jobs_filled":"2","op_city":"Brooklyn","op_tot_hours":"0"},"op_start_date":"July 8, 2010","profile_key":"~~774b14b608f75fda","op_required_skills":"English grammar, english vocabulary, english syntax","op_attached_doc":"","op_country":"United States","op_ui_profile_access":"Public","op_avg_bid_interviewees":"","interviewees_total_active":"0","op_avg_hourly_rate_interviewees":"","company_ref":"208882","op_desc_digest":"write 11 articles,one each on the following topics, looking at online office supply sites and Amazon reviews:\n\narmoire computer desk \n\n best computer desk\n\nhow to buy a computer desk\n\nchildrens computer desk\n\ncomputer corner desk\n\ncomputer office desk\n\ncomputer table desk\n\nmahogany computer desk\n\nbenefits of a standup computer desk\n\nwooden computer desks\n\nwhite corner computer desk","op_time_created":"15:07:13","op_high_bid_active":"","op_tot_rej":"0","op_ctime":"1278601633000","op_avg_bid_active":"","op_high_bid_active_interviewees":"","op_recno":"100925930","job_type":"Fixed","op_est_duration":"","op_avg_bid_active_interviewees":"","op_high_hourly_rate_all":"","op_avg_hourly_rate_all":"","op_low_bid_active":"","op_pref_has_portfolio":"0","op_active":"1"},{"op_reason":"","engagement_weeks":"1 to 3 months","op_low_hourly_rate_active_interviewees":"","op_comm_status":"Filled","job_category_level_two":"Animation","op_is_viewable":"0","engagement_related":"3","op_description":"We want to find a provider that helps us creating short animation sequences that will be used in our corporate videos.\n\nThe idea is that such animations will have a very simple and \"Na\u00efve\" style, with empty background and black and white characters. Still animation should be fluid and the provider is invited to contribute from a creative point of view making them funny.\n\nThe story are about industrial robots like the one you see in the attachment, they are not about science fiction robots (humanoid).\n\nPlease provide your portfolio if you are interested.","candidates_total_active":"0","op_pref_fb_score":"","odr_meta":{"mtime":"1278601627000","outdated":"0"},"op_job_expiration":"August 7, 2010","op_low_bid_active_interviewees":"","ui_job_profile_access":"public","op_avg_hourly_rate_active":"","op_pref_test":"","op_pref_test_name":"","job_category_level_one":"Design & Multimedia","op_high_hourly_rate_active_interviewees":"","op_cancel_ts":"","op_pref_hourly_rate_max":"","op_low_hourly_rate_interviewees":"13.33","op_tot_cand_prof":"1","op_time_posted":"15:07:07","op_is_validnonprivate":"1","timezone":"UTC+01:00 Berlin, Stockholm, Rome, Bern, Brussels","op_eng_type":"2","amount":"","op_num_of_pending_invites":"0","op_avg_hourly_rate_active_interviewees":"","op_high_hourly_rate_active":"","search_status":"Filled","op_last_buyer_activity":"1278547200000","assignment_info":{"dev_recno":"582247","TotalCharge":"0","LastDateWorked":"","dev_profile_access":"public","FPPayoutRatio":"0","RelatedRequestedAssignment":"100925929","AssignmentRefund":"0","dev_contact_name":"Diego Jose","AssignmentBonus_Count":"0","UI_TotalHours":"0","OfflineHoursRatio":"0","record_id":"8550949","StartDate":"1278547200000","ciphertext_developer_recno":"~~a709ba048ff1aa14","EndDate":"","AssignmentRefund_Count":"0","Amount":"","AssignmentBonus":"0","EndAssignmentFeedbackForProvider":"","StandardHourlyChargeRate":"13.33","RequestedAssignment_JobProfileAccess":"public","TotalHoursOffline":"0","EndAssignmentFeedbackForBuyer":""},"op_low_hourly_rate_active":"","op_pref_hours_per_week":"","hours_per_week":"20","op_tot_cand_client":"0","op_date_created":"July 8, 2010","op_avg_bid_all":"","version":"1","op_engagement":"Part-time - 10-30 hrs\/week","offers_total":"0","op_pref_hourly_rate_min":"","date_posted":"July 8, 2010","op_buyer_ace":"398233","op_lowhigh_bid_interviewees":"","op_high_bid_interviewees":"","op_low_bid_all":"","op_end_date":"July 8, 2010","op_low_hourly_rate_all":"13.33","op_private_rating_active":"","op_tot_new_cond":"0","op_job_category_seo":"Animation Jobs","op_pref_group_recno":"0","op_high_hourly_rate_interviewees":"13.33","op_pref_location":"","op_high_bid_all":"","offers_total_open":"0","candidates_total":"1","op_pref_odesk_hours":"","op_status_for_search":"In Progress","op_pref_english_skill":"","op_skill":"","op_title":"short animation in 2D (optionally 3D)","buyer":{"cnt_assignments":"20","op_hours_lastdays":"191.666666666667","cnt_op_other_jobs":"6","op_tot_hr_asgs":"13","op_tot_act_asgs":"7","op_tot_hr_charge":"8498.35666666662","op_cny_show_in_profile":"0","op_contract_date":"September 10, 2009","op_tot_fp_charge":"364.27","op_tot_charge":"8862.62666666662","op_adjusted_score":"4.388896331106","op_company_name":"pal robotics","op_tot_asgs":"20","op_company_id":"pal-robotics","op_charge_lastdays":"2203.91499999999","timezone":"Spain (UTC+01)","op_tot_feedback":"12","op_tot_jobs_open":"6","op_country":"Spain","op_tot_fp_asgs":"7","op_tot_jobs_posted":"39","op_tot_jobs_filled":"25","op_city":"barcelona","op_tot_hours":"574.83333333333"},"op_start_date":"June 16, 2010","profile_key":"~~06a3bb1db5773d1e","op_required_skills":"","op_attached_doc":"http:\/\/www.odesk.com\/att\/~~nT9iPWRj*QW1AQ9ukNtGuPBFo1cESuemAaUCxg451ZvENMosEGq5v5bjRSfB3vIb","op_country":"Spain","op_ui_profile_access":"Public","op_avg_bid_interviewees":"","interviewees_total_active":"0","op_avg_hourly_rate_interviewees":"13.3300000000000000","company_ref":"123549","op_desc_digest":"We want to find a provider that helps us creating short animation sequences that will be used in our corporate videos.\n\nThe idea is that such animations will have a very simple and \"Na\u00efve\" style, with empty background and black and white characters. Still animation should be fluid and the provider is invited to contribute from a creative point of view making them funny.\n\nThe story are about industrial robots like the one you see in the attachment, they are not about science fiction robots (human...","op_time_created":"15:07:07","op_high_bid_active":"","op_tot_rej":"0","op_ctime":"1278601627000","op_avg_bid_active":"","op_high_bid_active_interviewees":"","op_recno":"100925929","job_type":"Hourly","op_est_duration":"9","op_avg_bid_active_interviewees":"","op_high_hourly_rate_all":"13.33","op_avg_hourly_rate_all":"13.3300000000000000","op_low_bid_active":"","op_pref_has_portfolio":"","op_active":"0"},{"op_reason":"","engagement_weeks":"","op_low_hourly_rate_active_interviewees":"","op_comm_status":"Filled","job_category_level_two":"Game Development","op_is_viewable":"0","engagement_related":"","op_description":"we have a flash app, that is controlled by a mouse.\nand we have the source.\nwe also have an eyetrackingsoftware with a manual how ot grab the coordinates.\nand we want the flv to be steered by this eyetracking app.\n\nyou apply, if you are expereinced in flash, did similat stuff before, if you are quick and reliable and have a high level of communication.","candidates_total_active":"0","op_pref_fb_score":"","odr_meta":{"mtime":"1278601608073.11","outdated":"0"},"op_job_expiration":"August 7, 2010","op_low_bid_active_interviewees":"","ui_job_profile_access":"public","op_avg_hourly_rate_active":"","op_pref_test":"","op_pref_test_name":"","job_category_level_one":"Software Development","op_high_hourly_rate_active_interviewees":"","op_cancel_ts":"","op_pref_hourly_rate_max":"","op_low_hourly_rate_interviewees":"","op_tot_cand_prof":"1","op_time_posted":"15:06:48","op_is_validnonprivate":"1","timezone":"UTC+01:00 Paris, Madrid","op_eng_type":"1","amount":"35","op_num_of_pending_invites":"0","op_avg_hourly_rate_active_interviewees":"","op_high_hourly_rate_active":"","search_status":"Filled","op_last_buyer_activity":"1278547200000","assignment_info":{"dev_recno":"28695","TotalCharge":"0","LastDateWorked":"","dev_profile_access":"public","FPPayoutRatio":"0","RelatedRequestedAssignment":"100925928","AssignmentRefund":"0","dev_contact_name":"Dani P.","AssignmentBonus_Count":"0","UI_TotalHours":"0","OfflineHoursRatio":"0","record_id":"8970256","StartDate":"1278547200000","ciphertext_developer_recno":"~~228ed8b145845a0b","EndDate":"","AssignmentRefund_Count":"0","Amount":"26.67","AssignmentBonus":"0","EndAssignmentFeedbackForProvider":"","StandardHourlyChargeRate":"26.67","RequestedAssignment_JobProfileAccess":"public","TotalHoursOffline":"0","EndAssignmentFeedbackForBuyer":""},"op_low_hourly_rate_active":"","op_pref_hours_per_week":"","hours_per_week":"40","op_tot_cand_client":"0","op_date_created":"July 8, 2010","op_avg_bid_all":"26.6700000000000000","version":"1","op_engagement":"Full-time - 30+ hrs\/week","offers_total":"0","op_pref_hourly_rate_min":"","date_posted":"July 8, 2010","op_buyer_ace":"271864","op_lowhigh_bid_interviewees":"","op_high_bid_interviewees":"","op_low_bid_all":"26.67","op_end_date":"July 8, 2010","op_low_hourly_rate_all":"","op_private_rating_active":"","op_tot_new_cond":"0","op_job_category_seo":"Game Development Jobs","op_pref_group_recno":"0","op_high_hourly_rate_interviewees":"","op_pref_location":"","op_high_bid_all":"26.67","offers_total_open":"0","candidates_total":"1","op_pref_odesk_hours":"","op_status_for_search":"In Progress","op_pref_english_skill":"","op_skill":"","op_title":"reprogram an flv so that the input is not the mouse, but an existing eyetracker software.","buyer":{"cnt_assignments":"50","op_hours_lastdays":"0","cnt_op_other_jobs":"17","op_tot_hr_asgs":"0","op_tot_act_asgs":"10","op_tot_hr_charge":"0","op_cny_show_in_profile":"0","op_contract_date":"May 7, 2007","op_tot_fp_charge":"5367.46","op_tot_charge":"5367.46","op_adjusted_score":"4.9857569842625","op_company_name":"dsc gmbh","op_tot_asgs":"89","op_company_id":"dscgmbh","op_charge_lastdays":"1513.43","timezone":"Switzerland (GMT+01)","op_tot_feedback":"65","op_tot_jobs_open":"17","op_country":"Switzerland","op_tot_fp_asgs":"89","op_tot_jobs_posted":"169","op_tot_jobs_filled":"116","op_tot_hours":"0"},"op_start_date":"July 6, 2010","profile_key":"~~fb70acfa31f7defd","op_required_skills":"Flash","op_attached_doc":"","op_country":"Switzerland","op_ui_profile_access":"Public","op_avg_bid_interviewees":"","interviewees_total_active":"0","op_avg_hourly_rate_interviewees":"","company_ref":"19758","op_desc_digest":"we have a flash app, that is controlled by a mouse.\nand we have the source.\nwe also have an eyetrackingsoftware with a manual how ot grab the coordinates.\nand we want the flv to be steered by this eyetracking app.\n\nyou apply, if you are expereinced in flash, did similat stuff before, if you are quick and reliable and have a high level of communication.","op_time_created":"15:06:48","op_high_bid_active":"","op_tot_rej":"0","trends":{"trend":{"trend_word":"Flash Developers ","trend_skill":"Flash","trend_url":"Flash","trend_recno":"45"}},"op_ctime":"1278601608000","op_avg_bid_active":"","op_high_bid_active_interviewees":"","op_recno":"100925928","job_type":"Fixed","op_est_duration":"","op_avg_bid_active_interviewees":"","op_high_hourly_rate_all":"","op_avg_hourly_rate_all":"","op_low_bid_active":"","op_pref_has_portfolio":"","op_active":"0"},{"op_reason":"","engagement_weeks":"","op_low_hourly_rate_active_interviewees":"","op_comm_status":"Active","job_category_level_two":"Copywriting","op_is_viewable":"1","engagement_related":"","op_description":"I own a Canadian insurance website which I set up online in 1999. \n\nI wish to sell the website (online content, forms, blog, etc) but not the business itself. \n\nI would need an ad of approximately 150 to 200 words to appear on online business-for-sale websites.","candidates_total_active":"0","op_pref_fb_score":"0","odr_meta":{"mtime":"1278601606502.88","outdated":"0"},"op_job_expiration":"August 7, 2010","op_low_bid_active_interviewees":"","ui_job_profile_access":"public","op_avg_hourly_rate_active":"","op_pref_test":"0","op_pref_test_name":"","job_category_level_one":"Writing & Translation","op_high_hourly_rate_active_interviewees":"","op_cancel_ts":"","op_pref_hourly_rate_max":"","op_low_hourly_rate_interviewees":"","op_tot_cand_prof":"0","op_time_posted":"15:06:41","op_is_validnonprivate":"1","timezone":"UTC-05:00 Eastern Time (US & Canada)","op_eng_type":"1","amount":"125","op_num_of_pending_invites":"0","op_avg_hourly_rate_active_interviewees":"","op_high_hourly_rate_active":"","search_status":"Active","op_last_buyer_activity":"1278547200000","op_low_hourly_rate_active":"","op_pref_hours_per_week":"","hours_per_week":"40","op_tot_cand_client":"0","op_date_created":"July 8, 2010","op_avg_bid_all":"","version":"1","op_engagement":"Full-time - 30+ hrs\/week","offers_total":"0","op_pref_hourly_rate_min":"","date_posted":"July 8, 2010","op_buyer_ace":"780038","op_lowhigh_bid_interviewees":"","op_high_bid_interviewees":"","op_low_bid_all":"","op_end_date":"July 13, 2010","op_low_hourly_rate_all":"","op_private_rating_active":"","op_tot_new_cond":"0","op_job_category_seo":"Copywriting Jobs","op_pref_group_recno":"","op_high_hourly_rate_interviewees":"","op_pref_location":"","op_high_bid_all":"","offers_total_open":"0","candidates_total":"0","op_pref_odesk_hours":"0","op_status_for_search":"Open","op_pref_english_skill":"0","op_skill":"","op_title":"Writing an ad to sell an online business online","buyer":{"cnt_assignments":"0","op_hours_lastdays":"0","cnt_op_other_jobs":"1","op_tot_hr_asgs":"0","op_tot_act_asgs":"0","op_tot_hr_charge":"0","op_state":"QC","op_contract_date":"July 8, 2010","op_tot_fp_charge":"0","op_tot_charge":"0","op_adjusted_score":"0","op_company_name":"Hughes Trustco","op_tot_asgs":"0","op_company_id":"hughestrustco","op_charge_lastdays":"0","timezone":"Canada (UTC-05)","op_tot_feedback":"0","op_tot_jobs_open":"1","op_country":"Canada","op_tot_fp_asgs":"0","op_tot_jobs_posted":"1","op_tot_jobs_filled":"0","op_city":"Montreal","op_tot_hours":"0"},"op_start_date":"July 8, 2010","profile_key":"~~e2eff15cedd3cc83","op_required_skills":"Advertising, Sales, Marketing","op_attached_doc":"","op_country":"Canada","op_ui_profile_access":"Public","op_avg_bid_interviewees":"","interviewees_total_active":"0","op_avg_hourly_rate_interviewees":"","company_ref":"216637","op_desc_digest":"I own a Canadian insurance website which I set up online in 1999. \n\nI wish to sell the website (online content, forms, blog, etc) but not the business itself. \n\nI would need an ad of approximately 150 to 200 words to appear on online business-for-sale websites.","op_time_created":"15:06:41","op_high_bid_active":"","op_tot_rej":"0","op_ctime":"1278601601000","op_avg_bid_active":"","op_high_bid_active_interviewees":"","op_recno":"100925927","job_type":"Fixed","op_est_duration":"","op_avg_bid_active_interviewees":"","op_high_hourly_rate_all":"","op_avg_hourly_rate_all":"","op_low_bid_active":"","op_pref_has_portfolio":"","op_active":"1"},{"op_reason":"","engagement_weeks":"","op_low_hourly_rate_active_interviewees":"","op_comm_status":"Active","job_category_level_two":"Data Entry","op_is_viewable":"1","engagement_related":"","op_description":"*$1 per Review\"\n\nHey Guys i need people with Amazon accounts who have purchased from amazon before to write a review for our new book. \n\nIf you have an Amazon account and you have purchased something from the site before we would like to hear from you. \n\nwe will pay $1 per review get in touch asap. There is only 20 review spots so apply soon.\n\nThanks","candidates_total_active":"0","op_pref_fb_score":"0","odr_meta":{"mtime":"1278601549883.56","outdated":"0"},"op_job_expiration":"August 7, 2010","op_low_bid_active_interviewees":"","ui_job_profile_access":"public","op_avg_hourly_rate_active":"","op_pref_test":"","op_pref_test_name":"","job_category_level_one":"Administrative Support","op_high_hourly_rate_active_interviewees":"","op_cancel_ts":"","op_pref_hourly_rate_max":"","op_low_hourly_rate_interviewees":"","op_tot_cand_prof":"0","op_time_posted":"15:05:50","op_is_validnonprivate":"1","timezone":"UTC (Coordinated Universal Time) Dublin, Edinburgh, London","op_eng_type":"1","amount":"20","op_num_of_pending_invites":"0","op_avg_hourly_rate_active_interviewees":"","op_high_hourly_rate_active":"","search_status":"Active","op_last_buyer_activity":"1278547200000","op_low_hourly_rate_active":"","op_pref_hours_per_week":"","hours_per_week":"40","op_tot_cand_client":"0","op_date_created":"July 8, 2010","op_avg_bid_all":"","version":"1","op_engagement":"Full-time - 30+ hrs\/week","offers_total":"0","op_pref_hourly_rate_min":"","date_posted":"July 8, 2010","op_buyer_ace":"290582","op_lowhigh_bid_interviewees":"","op_high_bid_interviewees":"","op_low_bid_all":"","op_end_date":"July 22, 2010","op_low_hourly_rate_all":"","op_private_rating_active":"","op_tot_new_cond":"0","op_job_category_seo":"Data Entry Jobs","op_pref_group_recno":"0","op_high_hourly_rate_interviewees":"","op_pref_location":"","op_high_bid_all":"","offers_total_open":"0","candidates_total":"0","op_pref_odesk_hours":"","op_status_for_search":"Open","op_pref_english_skill":"","op_skill":"","op_title":"post reviews on amazon","buyer":{"cnt_assignments":"42","op_hours_lastdays":"41.8333333333334","cnt_op_other_jobs":"4","op_tot_hr_asgs":"23","op_tot_act_asgs":"5","op_tot_hr_charge":"9463.01000000001","op_cny_show_in_profile":"0","op_contract_date":"May 12, 2009","op_tot_fp_charge":"2649.11","op_tot_charge":"12112.12","op_adjusted_score":"4.9848021480234","op_company_name":"Gloven Ltd","op_tot_asgs":"42","op_company_id":"glovenltd","op_charge_lastdays":"468.323333333334","timezone":"United Kingdom (UTC (C)","op_tot_feedback":"28","op_tot_jobs_open":"4","op_country":"United Kingdom","op_tot_fp_asgs":"19","op_tot_jobs_posted":"73","op_tot_jobs_filled":"48","op_tot_hours":"1117.66666666667"},"op_start_date":"July 8, 2010","profile_key":"~~87b780a21d777496","op_required_skills":"","op_attached_doc":"","op_country":"United Kingdom","op_ui_profile_access":"Public","op_avg_bid_interviewees":"","interviewees_total_active":"0","op_avg_hourly_rate_interviewees":"","company_ref":"95579","op_desc_digest":"*$1 per Review\"\n\nHey Guys i need people with Amazon accounts who have purchased from amazon before to write a review for our new book. \n\nIf you have an Amazon account and you have purchased something from the site before we would like to hear from you. \n\nwe will pay $1 per review get in touch asap. There is only 20 review spots so apply soon.\n\nThanks","op_time_created":"15:05:50","op_high_bid_active":"","op_tot_rej":"0","op_ctime":"1278601550000","op_avg_bid_active":"","op_high_bid_active_interviewees":"","op_recno":"100925925","job_type":"Fixed","op_est_duration":"","op_avg_bid_active_interviewees":"","op_high_hourly_rate_all":"","op_avg_hourly_rate_all":"","op_low_bid_active":"","op_pref_has_portfolio":"0","op_active":"1"},{"op_reason":"","engagement_weeks":"","op_low_hourly_rate_active_interviewees":"","op_comm_status":"Filled","job_category_level_two":"Graphic Design","op_is_viewable":"0","engagement_related":"","op_description":"Our company is looking for someone to enhance our splash page text content by adding graphics and stylizing text to make our offer more visually pleasing. An editable Adobe Photoshop file along with the font files is required upon submission. Submissions in Adobe Illustrator are also acceptable.\n\nAll text content will be provided. We are looking for a quick turn-over for this project. No more than 48 hours.","candidates_total_active":"0","op_pref_fb_score":"","odr_meta":{"mtime":"1278601540955.4","outdated":"0"},"op_job_expiration":"August 7, 2010","op_low_bid_active_interviewees":"","ui_job_profile_access":"public","op_avg_hourly_rate_active":"","op_pref_test":"","op_pref_test_name":"","job_category_level_one":"Design & Multimedia","op_high_hourly_rate_active_interviewees":"","op_cancel_ts":"","op_pref_hourly_rate_max":"","op_low_hourly_rate_interviewees":"","op_tot_cand_prof":"1","op_time_posted":"15:05:41","op_is_validnonprivate":"1","timezone":"UTC-06:00 Central Time (US & Canada)","op_eng_type":"1","amount":"5","op_num_of_pending_invites":"0","op_avg_hourly_rate_active_interviewees":"","op_high_hourly_rate_active":"","search_status":"Filled","op_last_buyer_activity":"1278547200000","assignment_info":{"dev_recno":"434277","TotalCharge":"0","LastDateWorked":"","dev_profile_access":"auth","FPPayoutRatio":"0","RelatedRequestedAssignment":"100925924","AssignmentRefund":"0","dev_contact_name":"Joevanni P.","AssignmentBonus_Count":"0","UI_TotalHours":"0","OfflineHoursRatio":"0","record_id":"8935821","StartDate":"1278547200000","ciphertext_developer_recno":"~~bba80caf444a3d8d","EndDate":"","AssignmentRefund_Count":"0","Amount":"5.56","AssignmentBonus":"0","EndAssignmentFeedbackForProvider":"","StandardHourlyChargeRate":"1.11","RequestedAssignment_JobProfileAccess":"public","TotalHoursOffline":"0","EndAssignmentFeedbackForBuyer":""},"op_low_hourly_rate_active":"","op_pref_hours_per_week":"","hours_per_week":"40","op_tot_cand_client":"0","op_date_created":"July 8, 2010","op_avg_bid_all":"5.5600000000000000","version":"1","op_engagement":"Full-time - 30+ hrs\/week","offers_total":"0","op_pref_hourly_rate_min":"","date_posted":"July 8, 2010","op_buyer_ace":"358189","op_lowhigh_bid_interviewees":"","op_high_bid_interviewees":"","op_low_bid_all":"5.56","op_end_date":"July 8, 2010","op_low_hourly_rate_all":"","op_private_rating_active":"","op_tot_new_cond":"0","op_job_category_seo":"Graphic Design Jobs","op_pref_group_recno":"0","op_high_hourly_rate_interviewees":"","op_pref_location":"","op_high_bid_all":"5.56","offers_total_open":"0","candidates_total":"1","op_pref_odesk_hours":"","op_status_for_search":"In Progress","op_pref_english_skill":"","op_skill":"","op_title":"Design Splash Page Text","buyer":{"cnt_assignments":"27","op_hours_lastdays":"57.8333333333335","cnt_op_other_jobs":"1","op_tot_hr_asgs":"7","op_tot_act_asgs":"6","op_tot_hr_charge":"920.310000000004","op_cny_show_in_profile":"0","op_state":"TX","op_contract_date":"July 29, 2009","op_tot_fp_charge":"150.68","op_tot_charge":"1070.99","op_adjusted_score":"4.9723368956304","op_company_name":"Onyx Six - Women of Color Business Network","op_tot_asgs":"27","op_company_id":"onyxsix","op_charge_lastdays":"416.726666666665","timezone":"United States (GMT-06)","op_tot_feedback":"19","op_tot_jobs_open":"1","op_country":"United States","op_tot_fp_asgs":"20","op_tot_jobs_posted":"34","op_tot_jobs_filled":"28","op_city":"Houston","op_tot_hours":"182.5"},"op_start_date":"July 6, 2010","profile_key":"~~77abd0401e17f2bd","op_required_skills":"Photoshop, Graphics","op_attached_doc":"","op_country":"United States","op_ui_profile_access":"Public","op_avg_bid_interviewees":"","interviewees_total_active":"0","op_avg_hourly_rate_interviewees":"","company_ref":"112964","op_desc_digest":"Our company is looking for someone to enhance our splash page text content by adding graphics and stylizing text to make our offer more visually pleasing. An editable Adobe Photoshop file along with the font files is required upon submission. Submissions in Adobe Illustrator are also acceptable.\n\nAll text content will be provided. We are looking for a quick turn-over for this project. No more than 48 hours.","op_time_created":"15:05:41","op_high_bid_active":"","op_tot_rej":"0","trends":{"trend":[{"trend_word":"Photoshop Designers","trend_skill":"Photoshop","trend_url":"Photoshop","trend_recno":"51"},{"trend_word":"Graphic Designers","trend_skill":"Graphics","trend_url":"Graphics","trend_recno":"50"},{"trend_word":"Graphic Designers","trend_skill":"Graphics","trend_url":"Graphics","trend_recno":"102"}]},"op_ctime":"1278601541000","op_avg_bid_active":"","op_high_bid_active_interviewees":"","op_recno":"100925924","job_type":"Fixed","op_est_duration":"","op_avg_bid_active_interviewees":"","op_high_hourly_rate_all":"","op_avg_hourly_rate_all":"","op_low_bid_active":"","op_pref_has_portfolio":"","op_active":"0"},{"op_reason":"","engagement_weeks":"","op_low_hourly_rate_active_interviewees":"","op_comm_status":"Filled","job_category_level_two":"Technical Writing","op_is_viewable":"0","engagement_related":"","op_description":"I need few articles on internet, health, arts and crafts related topics. My budget is $25. Let me know in your application about how many articles you can write in this budget. I need 500 words articles.","candidates_total_active":"0","op_pref_fb_score":"","odr_meta":{"mtime":"1278601505443.66","outdated":"0"},"op_job_expiration":"August 7, 2010","op_low_bid_active_interviewees":"","ui_job_profile_access":"public","op_avg_hourly_rate_active":"","op_pref_test":"","op_pref_test_name":"","job_category_level_one":"Writing & Translation","op_high_hourly_rate_active_interviewees":"","op_cancel_ts":"","op_pref_hourly_rate_max":"","op_low_hourly_rate_interviewees":"","op_tot_cand_prof":"1","op_time_posted":"15:05:05","op_is_validnonprivate":"1","timezone":"UTC+05:30 Mumbai, Kolkata, Chennai, New Delhi","op_eng_type":"1","amount":"25","op_num_of_pending_invites":"0","op_avg_hourly_rate_active_interviewees":"","op_high_hourly_rate_active":"","search_status":"Filled","op_last_buyer_activity":"1278547200000","assignment_info":{"dev_recno":"496618","TotalCharge":"0","LastDateWorked":"","dev_profile_access":"public","FPPayoutRatio":"0","RelatedRequestedAssignment":"100925922","AssignmentRefund":"0","dev_contact_name":"Soriano Rosanna","AssignmentBonus_Count":"0","UI_TotalHours":"0","OfflineHoursRatio":"0","record_id":"8970302","StartDate":"1278547200000","ciphertext_developer_recno":"~~483691d6c411ff65","EndDate":"","AssignmentRefund_Count":"0","Amount":"27.78","AssignmentBonus":"0","EndAssignmentFeedbackForProvider":"","StandardHourlyChargeRate":"5.56","RequestedAssignment_JobProfileAccess":"public","TotalHoursOffline":"0","EndAssignmentFeedbackForBuyer":""},"op_low_hourly_rate_active":"","op_pref_hours_per_week":"","hours_per_week":"40","op_tot_cand_client":"0","op_date_created":"July 8, 2010","op_avg_bid_all":"27.7800000000000000","version":"1","op_engagement":"Full-time - 30+ hrs\/week","offers_total":"0","op_pref_hourly_rate_min":"","date_posted":"July 8, 2010","op_buyer_ace":"746","op_lowhigh_bid_interviewees":"","op_high_bid_interviewees":"","op_low_bid_all":"27.78","op_end_date":"July 8, 2010","op_low_hourly_rate_all":"","op_private_rating_active":"","op_tot_new_cond":"0","op_job_category_seo":"Technical Writing Jobs","op_pref_group_recno":"0","op_high_hourly_rate_interviewees":"","op_pref_location":"","op_high_bid_all":"27.78","offers_total_open":"0","candidates_total":"1","op_pref_odesk_hours":"","op_status_for_search":"In Progress","op_pref_english_skill":"","op_skill":"","op_title":"Need few articles on some topics","buyer":{"cnt_assignments":"16","op_hours_lastdays":"165.833333333333","cnt_op_other_jobs":"4","op_tot_hr_asgs":"12","op_tot_act_asgs":"11","op_tot_hr_charge":"1189.96833333333","op_cny_show_in_profile":"0","op_contract_date":"July 10, 2008","op_tot_fp_charge":"74.06","op_tot_charge":"1264.02833333333","op_adjusted_score":"5","op_company_name":"Wise Outsourcing","op_tot_asgs":"16","op_company_id":"wiseoutsourcing","op_charge_lastdays":"313.311666666667","timezone":"India (GMT+05)","op_tot_feedback":"4","op_tot_jobs_open":"4","op_cny_description":"We need several experienced and talented freelance professionals who can work with us.","op_cny_summary":"Wise Outsourcing","op_country":"India","op_tot_fp_asgs":"4","op_tot_jobs_posted":"18","op_tot_jobs_filled":"24","op_city":"Chandigarh","op_tot_hours":"573.333333333333"},"op_start_date":"June 6, 2010","profile_key":"~~15195a48a82e9e9d","op_required_skills":"Writer","op_attached_doc":"","op_country":"India","op_ui_profile_access":"Public","op_avg_bid_interviewees":"","interviewees_total_active":"0","op_avg_hourly_rate_interviewees":"","company_ref":"45840","op_desc_digest":"I need few articles on internet, health, arts and crafts related topics. My budget is $25. Let me know in your application about how many articles you can write in this budget. I need 500 words articles.","op_time_created":"15:05:05","op_high_bid_active":"","op_tot_rej":"0","trends":{"trend":{"trend_word":"Freelance Writers ","trend_skill":"Writer","trend_url":"Writer","trend_recno":"114"}},"op_ctime":"1278601505000","op_avg_bid_active":"","op_high_bid_active_interviewees":"","op_recno":"100925922","job_type":"Fixed","op_est_duration":"","op_avg_bid_active_interviewees":"","op_high_hourly_rate_all":"","op_avg_hourly_rate_all":"","op_low_bid_active":"","op_pref_has_portfolio":"","op_active":"0"},{"op_reason":"","engagement_weeks":"","op_low_hourly_rate_active_interviewees":"","op_comm_status":"Filled","job_category_level_two":"Other - Web Development","op_is_viewable":"0","engagement_related":"","op_description":"I'm looking for 10k targetted fans for my fan group and interested in any proposals to achieve this target.","candidates_total_active":"0","op_pref_fb_score":"","odr_meta":{"mtime":"1278601461569.6","outdated":"0"},"op_job_expiration":"August 7, 2010","op_low_bid_active_interviewees":"","ui_job_profile_access":"public","op_avg_hourly_rate_active":"","op_pref_test":"","op_pref_test_name":"","job_category_level_one":"Web Development","op_high_hourly_rate_active_interviewees":"","op_cancel_ts":"","op_pref_hourly_rate_max":"","op_low_hourly_rate_interviewees":"","op_tot_cand_prof":"1","op_time_posted":"15:04:21","op_is_validnonprivate":"1","timezone":"UTC (Coordinated Universal Time) Dublin, Edinburgh, London","op_eng_type":"1","amount":"150","op_num_of_pending_invites":"0","op_avg_hourly_rate_active_interviewees":"","op_high_hourly_rate_active":"","search_status":"Filled","op_last_buyer_activity":"1278547200000","assignment_info":{"dev_recno":"488369","TotalCharge":"0","LastDateWorked":"","dev_profile_access":"private","FPPayoutRatio":"0","RelatedRequestedAssignment":"100925921","AssignmentRefund":"0","dev_contact_name":"Aurene Jamil","AssignmentBonus_Count":"0","UI_TotalHours":"0","OfflineHoursRatio":"0","record_id":"8938560","StartDate":"1278547200000","ciphertext_developer_recno":"~~3c3839b32a0fb645","EndDate":"","AssignmentRefund_Count":"0","Amount":"144.44","AssignmentBonus":"0","EndAssignmentFeedbackForProvider":"","StandardHourlyChargeRate":"3.33","RequestedAssignment_JobProfileAccess":"public","TotalHoursOffline":"0","EndAssignmentFeedbackForBuyer":""},"op_low_hourly_rate_active":"","op_pref_hours_per_week":"","hours_per_week":"40","op_tot_cand_client":"0","op_date_created":"July 8, 2010","op_avg_bid_all":"144.4400000000000000","version":"1","op_engagement":"Full-time - 30+ hrs\/week","offers_total":"0","op_pref_hourly_rate_min":"","date_posted":"July 8, 2010","op_buyer_ace":"445106","op_lowhigh_bid_interviewees":"","op_high_bid_interviewees":"","op_low_bid_all":"144.44","op_end_date":"July 8, 2010","op_low_hourly_rate_all":"","op_private_rating_active":"","op_tot_new_cond":"0","op_job_category_seo":"Web Development Jobs","op_pref_group_recno":"0","op_high_hourly_rate_interviewees":"","op_pref_location":"","op_high_bid_all":"144.44","offers_total_open":"0","candidates_total":"1","op_pref_odesk_hours":"","op_status_for_search":"In Progress","op_pref_english_skill":"","op_skill":"","op_title":"10,000 Targeted fans facebook","buyer":{"cnt_assignments":"13","op_hours_lastdays":"14","cnt_op_other_jobs":"3","op_tot_hr_asgs":"8","op_tot_act_asgs":"0","op_tot_hr_charge":"1204.17","op_cny_show_in_profile":"0","op_contract_date":"October 28, 2009","op_tot_fp_charge":"1876.83","op_tot_charge":"3081","op_adjusted_score":"4.9517411588169","op_company_name":"Contasta Ltd","op_tot_asgs":"13","op_company_id":"contastalondon","op_charge_lastdays":"140","timezone":"United Kingdom (UTC (C)","op_tot_feedback":"11","op_tot_jobs_open":"3","op_country":"United Kingdom","op_tot_fp_asgs":"5","op_tot_jobs_posted":"37","op_tot_jobs_filled":"19","op_city":"London","op_tot_hours":"106.333333333333"},"op_start_date":"July 6, 2010","profile_key":"~~cb138e16da2959e3","op_required_skills":"Facebook","op_attached_doc":"","op_country":"United Kingdom","op_ui_profile_access":"Public","op_avg_bid_interviewees":"","interviewees_total_active":"0","op_avg_hourly_rate_interviewees":"","company_ref":"136024","op_desc_digest":"I'm looking for 10k targetted fans for my fan group and interested in any proposals to achieve this target.","op_time_created":"15:04:21","op_high_bid_active":"","op_tot_rej":"0","trends":{"trend":{"trend_word":"Facebook Developers","trend_skill":"Facebook","trend_url":"Facebook","trend_recno":"74"}},"op_ctime":"1278601461000","op_avg_bid_active":"","op_high_bid_active_interviewees":"","op_recno":"100925921","job_type":"Fixed","op_est_duration":"","op_avg_bid_active_interviewees":"","op_high_hourly_rate_all":"","op_avg_hourly_rate_all":"","op_low_bid_active":"","op_pref_has_portfolio":"","op_active":"0"},{"op_reason":"","engagement_weeks":"Ongoing \/ More than 6 months","op_low_hourly_rate_active_interviewees":"","op_comm_status":"Filled","job_category_level_two":"Other - Writing & Translation","op_is_viewable":"0","engagement_related":"1","op_description":"As I take on new clients we will be needing some one who can handle all the social bookmarking and possible link building.\nWe currently have 3 sites needing this service and a few more coming up. Must be good in U.S. English writing and have some SEO writing skills.\n\nNeed a sample bookmark write up and a list of some or all of the main bookmarking sites.\n\nThese will be the first sites:\n\nhttp:\/\/www.nordic-backup.us\/\n\nhttp:\/\/www.mallmediaservices.com\/\n\nhttp:\/\/www.cfpsgenerators.com\/","candidates_total_active":"0","op_pref_fb_score":"","odr_meta":{"mtime":"1278601460224.23","outdated":"0"},"op_job_expiration":"August 7, 2010","op_low_bid_active_interviewees":"","ui_job_profile_access":"odesk","op_avg_hourly_rate_active":"","op_pref_test":"","op_pref_test_name":"","job_category_level_one":"Writing & Translation","op_high_hourly_rate_active_interviewees":"","op_cancel_ts":"","op_pref_hourly_rate_max":"","op_low_hourly_rate_interviewees":"5.56","op_tot_cand_prof":"1","op_time_posted":"15:04:20","op_is_validnonprivate":"1","timezone":"UTC-05:00 Eastern Time (US & Canada)","op_eng_type":"4","amount":"","op_num_of_pending_invites":"0","op_avg_hourly_rate_active_interviewees":"","op_high_hourly_rate_active":"","search_status":"Filled","op_last_buyer_activity":"1278547200000","assignment_info":{"dev_recno":"78745","TotalCharge":"0","LastDateWorked":"","dev_profile_access":"public","FPPayoutRatio":"0","RelatedRequestedAssignment":"100925920","AssignmentRefund":"0","dev_contact_name":"Chrisile Mari","AssignmentBonus_Count":"0","UI_TotalHours":"0","OfflineHoursRatio":"0","record_id":"8837502","StartDate":"1278547200000","ciphertext_developer_recno":"~~f9b2daa534db8240","EndDate":"","AssignmentRefund_Count":"0","Amount":"","AssignmentBonus":"0","EndAssignmentFeedbackForProvider":"","StandardHourlyChargeRate":"5.56","RequestedAssignment_JobProfileAccess":"odesk","TotalHoursOffline":"0","EndAssignmentFeedbackForBuyer":""},"op_low_hourly_rate_active":"","op_pref_hours_per_week":"","hours_per_week":"0","op_tot_cand_client":"0","op_date_created":"July 8, 2010","op_avg_bid_all":"","version":"1","op_engagement":"As needed - Less than 10 hrs\/week","offers_total":"0","op_pref_hourly_rate_min":"","date_posted":"July 8, 2010","op_buyer_ace":"357239","op_lowhigh_bid_interviewees":"","op_high_bid_interviewees":"","op_low_bid_all":"","op_end_date":"July 8, 2010","op_low_hourly_rate_all":"5.56","op_private_rating_active":"","op_tot_new_cond":"0","op_job_category_seo":"Writing Jobs","op_pref_group_recno":"0","op_high_hourly_rate_interviewees":"5.56","op_pref_location":"","op_high_bid_all":"","offers_total_open":"0","candidates_total":"1","op_pref_odesk_hours":"","op_status_for_search":"In Progress","op_pref_english_skill":"","op_skill":"","op_title":"Social bookmarking for several websites","buyer":{"cnt_assignments":"6","op_hours_lastdays":"1.5","cnt_op_other_jobs":"3","op_tot_hr_asgs":"5","op_tot_act_asgs":"1","op_tot_hr_charge":"208.77","op_cny_show_in_profile":"0","op_state":"FL","op_contract_date":"July 28, 2009","op_tot_fp_charge":"10","op_tot_charge":"218.77","op_adjusted_score":"5","op_company_name":"Mall Media Services Inc","op_tot_asgs":"6","op_company_id":"2orlandotoday","op_charge_lastdays":"8.34","timezone":"United States (GMT-05)","op_tot_feedback":"4","op_tot_jobs_open":"3","op_cny_description":"At MMSI Our Goal Is To: Promote and help local, reputable businesses grow beyond expectations using the latest technology at the lowest possible cost. If you want to get discovered on Google, let Mall Media Services move your website into the right direction. Start getting exposure to the customers on the web that are looking for the products or services that you have to offer. Start moving from undiscovered to profitable on the internet.","op_cny_summary":"Florida SEO","op_logo":"http:\/\/www.odesk.com\/att\/~~fycV8WtafKaRQpHitpt1caqcobRS5RfU6IvCHPnMV3QC9Hr*tml5xw==","op_country":"United States","op_tot_fp_asgs":"1","op_tot_jobs_posted":"13","op_tot_jobs_filled":"5","op_city":"Altamonte Springs","op_tot_hours":"28.3333333333334"},"op_start_date":"July 2, 2010","profile_key":"~~768953d8d278849e","op_required_skills":"Writer, link building, social bookmarking, SEO","op_attached_doc":"","op_country":"United States","op_ui_profile_access":"oDesk.com","op_avg_bid_interviewees":"","interviewees_total_active":"0","op_avg_hourly_rate_interviewees":"5.5600000000000000","company_ref":"112720","op_desc_digest":"As I take on new clients we will be needing some one who can handle all the social bookmarking and possible link building.\nWe currently have 3 sites needing this service and a few more coming up. Must be good in U.S. English writing and have some SEO writing skills.\n\nNeed a sample bookmark write up and a list of some or all of the main bookmarking sites.\n\nThese will be the first sites:\n\nhttp:\/\/www.nordic-backup.us\/\n\nhttp:\/\/www.mallmediaservices.com\/\n\nhttp:\/\/www.cfpsgenerators.com\/","op_time_created":"15:04:20","op_high_bid_active":"","op_tot_rej":"0","trends":{"trend":[{"trend_word":"Freelance Writers ","trend_skill":"Writer","trend_url":"Writer","trend_recno":"114"},{"trend_word":"SEO Consultants","trend_skill":"SEO","trend_url":"SEO","trend_recno":"70"}]},"op_ctime":"1278601460000","op_avg_bid_active":"","op_high_bid_active_interviewees":"","op_recno":"100925920","job_type":"Hourly","op_est_duration":"52","op_avg_bid_active_interviewees":"","op_high_hourly_rate_all":"5.56","op_avg_hourly_rate_all":"5.5600000000000000","op_low_bid_active":"","op_pref_has_portfolio":"","op_active":"0"},{"op_reason":"","engagement_weeks":"Less than 1 week","op_low_hourly_rate_active_interviewees":"","op_comm_status":"Active","job_category_level_two":"Website Content","op_is_viewable":"1","engagement_related":"5","op_description":"I already have got a Website content but either you review it or your write a completely new text. My website deals with affiliate programs in the field of overcoming anxiety I have written an ebook which I would like to sell from the site as well.","candidates_total_active":"0","op_pref_fb_score":"0","odr_meta":{"mtime":"1278601406799.73","outdated":"0"},"op_job_expiration":"August 7, 2010","op_low_bid_active_interviewees":"","ui_job_profile_access":"public","op_avg_hourly_rate_active":"","op_pref_test":"0","op_pref_test_name":"","job_category_level_one":"Writing & Translation","op_high_hourly_rate_active_interviewees":"","op_cancel_ts":"","op_pref_hourly_rate_max":"","op_low_hourly_rate_interviewees":"","op_tot_cand_prof":"0","op_time_posted":"15:03:21","op_is_validnonprivate":"1","timezone":"UTC+01:00 Berlin, Stockholm, Rome, Bern, Brussels","op_eng_type":"4","amount":"","op_num_of_pending_invites":"0","op_avg_hourly_rate_active_interviewees":"","op_high_hourly_rate_active":"","search_status":"Active","op_last_buyer_activity":"1278547200000","op_low_hourly_rate_active":"","op_pref_hours_per_week":"","hours_per_week":"0","op_tot_cand_client":"0","op_date_created":"July 8, 2010","op_avg_bid_all":"","version":"1","op_engagement":"As needed - Less than 10 hrs\/week","offers_total":"0","op_pref_hourly_rate_min":"","date_posted":"July 8, 2010","op_buyer_ace":"780036","op_lowhigh_bid_interviewees":"","op_high_bid_interviewees":"","op_low_bid_all":"","op_end_date":"December 31, 2037","op_low_hourly_rate_all":"","op_private_rating_active":"","op_tot_new_cond":"0","op_job_category_seo":"Website Writing Jobs","op_pref_group_recno":"","op_high_hourly_rate_interviewees":"","op_pref_location":"","op_high_bid_all":"","offers_total_open":"0","candidates_total":"0","op_pref_odesk_hours":"0","op_status_for_search":"Open","op_pref_english_skill":"0","op_skill":"","op_title":"Writing the Sales Copy for my website","buyer":{"cnt_assignments":"0","op_hours_lastdays":"0","cnt_op_other_jobs":"1","op_tot_hr_asgs":"0","op_tot_act_asgs":"0","op_tot_hr_charge":"0","op_cny_show_in_profile":"1","op_contract_date":"July 8, 2010","op_tot_fp_charge":"0","op_tot_charge":"0","op_adjusted_score":"0","op_company_name":"stopanxietyquick","op_tot_asgs":"0","op_company_id":"stopanxietyquick","op_charge_lastdays":"0","timezone":"Switzerland (UTC+01)","op_tot_feedback":"0","op_tot_jobs_open":"1","op_country":"Switzerland","op_tot_fp_asgs":"0","op_tot_jobs_posted":"1","op_tot_jobs_filled":"0","op_city":"Lugano","op_tot_hours":"0"},"op_start_date":"July 8, 2010","profile_key":"~~8d7309d667e69c11","op_required_skills":"Perfect English","op_attached_doc":"","op_country":"Switzerland","op_ui_profile_access":"Public","op_avg_bid_interviewees":"","interviewees_total_active":"0","op_avg_hourly_rate_interviewees":"","company_ref":"216636","op_desc_digest":"I already have got a Website content but either you review it or your write a completely new text. My website deals with affiliate programs in the field of overcoming anxiety I have written an ebook which I would like to sell from the site as well.","op_time_created":"15:03:21","op_high_bid_active":"","op_tot_rej":"0","op_ctime":"1278601401000","op_avg_bid_active":"","op_high_bid_active_interviewees":"","op_recno":"100925919","job_type":"Hourly","op_est_duration":"1","op_avg_bid_active_interviewees":"","op_high_hourly_rate_all":"","op_avg_hourly_rate_all":"","op_low_bid_active":"","op_pref_has_portfolio":"","op_active":"1"},{"op_reason":"","engagement_weeks":"Ongoing \/ More than 6 months","op_low_hourly_rate_active_interviewees":"","op_comm_status":"Active","job_category_level_two":"Other - Sales & Marketing","op_is_viewable":"1","engagement_related":"1","op_description":"I am looking for a virtual assistant who can either do everything or find those who can.\nFrom creating a splash\/capture page to setting up a fan page, finding friends (managing current page) on facebook and twitter targeted to my businesses. The candidate must have experience in finding targeted traffic and the ability to create marketing systems...\nMust be willing to have at disposal or find the best resources available (at the best prices) for anything marketing...","candidates_total_active":"0","op_pref_fb_score":"0","odr_meta":{"mtime":"1278601379282.73","outdated":"0"},"op_job_expiration":"August 7, 2010","op_low_bid_active_interviewees":"","ui_job_profile_access":"public","op_avg_hourly_rate_active":"","op_pref_test":"","op_pref_test_name":"","job_category_level_one":"Sales & Marketing","op_high_hourly_rate_active_interviewees":"","op_cancel_ts":"","op_pref_hourly_rate_max":"","op_low_hourly_rate_interviewees":"","op_tot_cand_prof":"0","op_time_posted":"15:02:59","op_is_validnonprivate":"1","timezone":"UTC-08:00 Pacific Time (US & Canada); Los Angeles","op_eng_type":"1","amount":"","op_num_of_pending_invites":"0","op_avg_hourly_rate_active_interviewees":"","op_high_hourly_rate_active":"","search_status":"Active","op_last_buyer_activity":"1278547200000","op_low_hourly_rate_active":"","op_pref_hours_per_week":"","hours_per_week":"40","op_tot_cand_client":"0","op_date_created":"July 8, 2010","op_avg_bid_all":"","version":"1","op_engagement":"Full-time - 30+ hrs\/week","offers_total":"0","op_pref_hourly_rate_min":"","date_posted":"July 8, 2010","op_buyer_ace":"652146","op_lowhigh_bid_interviewees":"","op_high_bid_interviewees":"","op_low_bid_all":"","op_end_date":"December 31, 2037","op_low_hourly_rate_all":"","op_private_rating_active":"","op_tot_new_cond":"0","op_job_category_seo":"Marketing Jobs","op_pref_group_recno":"0","op_high_hourly_rate_interviewees":"","op_pref_location":"","op_high_bid_all":"","offers_total_open":"0","candidates_total":"0","op_pref_odesk_hours":"","op_status_for_search":"Open","op_pref_english_skill":"","op_skill":"","op_title":"Internet Marketer, Virtual Assistant","buyer":{"cnt_assignments":"0","op_hours_lastdays":"0","cnt_op_other_jobs":"3","op_tot_hr_asgs":"0","op_tot_act_asgs":"0","op_tot_hr_charge":"0","op_cny_show_in_profile":"0","op_state":"CA","op_contract_date":"April 13, 2010","op_tot_fp_charge":"0","op_tot_charge":"0","op_adjusted_score":"0","op_company_name":"Marketing Group","op_tot_asgs":"0","op_company_id":"Marketinggroup","op_charge_lastdays":"0","timezone":"United States (UTC-08)","op_tot_feedback":"0","op_tot_jobs_open":"3","op_country":"United States","op_tot_fp_asgs":"0","op_tot_jobs_posted":"5","op_tot_jobs_filled":"0","op_city":"San Diego","op_tot_hours":"0"},"op_start_date":"July 8, 2010","profile_key":"~~72fb319736fd3b1f","op_required_skills":"Marketing, Development, Blogging, Social Media, Funnel Systems","op_attached_doc":"","op_country":"United States","op_ui_profile_access":"Public","op_avg_bid_interviewees":"","interviewees_total_active":"0","op_avg_hourly_rate_interviewees":"","company_ref":"184873","op_desc_digest":"I am looking for a virtual assistant who can either do everything or find those who can.\nFrom creating a splash\/capture page to setting up a fan page, finding friends (managing current page) on facebook and twitter targeted to my businesses. The candidate must have experience in finding targeted traffic and the ability to create marketing systems...\nMust be willing to have at disposal or find the best resources available (at the best prices) for anything marketing...","op_time_created":"15:02:59","op_high_bid_active":"","op_tot_rej":"0","op_ctime":"1278601379000","op_avg_bid_active":"","op_high_bid_active_interviewees":"","op_recno":"100925918","job_type":"Hourly","op_est_duration":"52","op_avg_bid_active_interviewees":"","op_high_hourly_rate_all":"","op_avg_hourly_rate_all":"","op_low_bid_active":"","op_pref_has_portfolio":"0","op_active":"1"},{"op_reason":"","engagement_weeks":"","op_low_hourly_rate_active_interviewees":"","op_comm_status":"Active","job_category_level_two":"Web Design","op_is_viewable":"1","engagement_related":"","op_description":"I need someone to customize my WP blog site to be same as one i will give to the winner of this task. Very simple task. Just customize the theme a little bit and some copy and paste. Theme will be give from me + access to the wp-admin. If am am satisfied with your work i will hire you in the future also.","candidates_total_active":"0","op_pref_fb_score":"0","odr_meta":{"mtime":"1278601333554.89","outdated":"0"},"op_job_expiration":"August 7, 2010","op_low_bid_active_interviewees":"","ui_job_profile_access":"public","op_avg_hourly_rate_active":"","op_pref_test":"","op_pref_test_name":"","job_category_level_one":"Web Development","op_high_hourly_rate_active_interviewees":"","op_cancel_ts":"","op_pref_hourly_rate_max":"","op_low_hourly_rate_interviewees":"","op_tot_cand_prof":"0","op_time_posted":"15:02:13","op_is_validnonprivate":"1","timezone":"UTC+02:00 Eastern Europe","op_eng_type":"1","amount":"15","op_num_of_pending_invites":"0","op_avg_hourly_rate_active_interviewees":"","op_high_hourly_rate_active":"","search_status":"Active","op_last_buyer_activity":"1278547200000","op_low_hourly_rate_active":"","op_pref_hours_per_week":"","hours_per_week":"40","op_tot_cand_client":"0","op_date_created":"July 8, 2010","op_avg_bid_all":"","version":"1","op_engagement":"Full-time - 30+ hrs\/week","offers_total":"0","op_pref_hourly_rate_min":"","date_posted":"July 8, 2010","op_buyer_ace":"548039","op_lowhigh_bid_interviewees":"","op_high_bid_interviewees":"","op_low_bid_all":"","op_end_date":"July 22, 2010","op_low_hourly_rate_all":"","op_private_rating_active":"","op_tot_new_cond":"0","op_job_category_seo":"Web Design Jobs","op_pref_group_recno":"0","op_high_hourly_rate_interviewees":"","op_pref_location":"","op_high_bid_all":"","offers_total_open":"0","candidates_total":"0","op_pref_odesk_hours":"","op_status_for_search":"Open","op_pref_english_skill":"","op_skill":"","op_title":"Wordpress customization.","buyer":{"cnt_assignments":"4","op_hours_lastdays":"0","cnt_op_other_jobs":"1","op_tot_hr_asgs":"3","op_tot_act_asgs":"0","op_tot_hr_charge":"189.71","op_cny_show_in_profile":"0","op_contract_date":"January 24, 2010","op_tot_fp_charge":"11.11","op_tot_charge":"200.82","op_adjusted_score":"5","op_company_name":"episodestar.com","op_tot_asgs":"4","op_company_id":"episodestar","op_charge_lastdays":"0","timezone":"Bulgaria (UTC+02)","op_tot_feedback":"3","op_tot_jobs_open":"1","op_country":"Bulgaria","op_tot_fp_asgs":"1","op_tot_jobs_posted":"14","op_tot_jobs_filled":"5","op_city":"Varna","op_tot_hours":"76.166666666667"},"op_start_date":"July 8, 2010","profile_key":"~~77249119734b245b","op_required_skills":"","op_attached_doc":"","op_country":"Bulgaria","op_ui_profile_access":"Public","op_avg_bid_interviewees":"","interviewees_total_active":"0","op_avg_hourly_rate_interviewees":"","company_ref":"158909","op_desc_digest":"I need someone to customize my WP blog site to be same as one i will give to the winner of this task. Very simple task. Just customize the theme a little bit and some copy and paste. Theme will be give from me + access to the wp-admin. If am am satisfied with your work i will hire you in the future also.","op_time_created":"15:02:13","op_high_bid_active":"","op_tot_rej":"0","op_ctime":"1278601333000","op_avg_bid_active":"","op_high_bid_active_interviewees":"","op_recno":"100925917","job_type":"Fixed","op_est_duration":"","op_avg_bid_active_interviewees":"","op_high_hourly_rate_all":"","op_avg_hourly_rate_all":"","op_low_bid_active":"","op_pref_has_portfolio":"0","op_active":"1"},{"op_reason":"","engagement_weeks":"","op_low_hourly_rate_active_interviewees":"","op_comm_status":"Filled","job_category_level_two":"Web Design","op_is_viewable":"0","engagement_related":"","op_description":"I am starting a consulting company and need a website to go up. I don't need anything too fancy but simple and easy to use. I will tell you the color and design theme as we get further in detail with the project. The content so far is going to have the company name, contact, and different links. You will need to work on any editing that will need to be done as we get further on the company.","candidates_total_active":"0","op_pref_fb_score":"","odr_meta":{"mtime":"1278601256876.64","outdated":"0"},"op_job_expiration":"August 7, 2010","op_low_bid_active_interviewees":"","ui_job_profile_access":"public","op_avg_hourly_rate_active":"","op_pref_test":"","op_pref_test_name":"","job_category_level_one":"Web Development","op_high_hourly_rate_active_interviewees":"","op_cancel_ts":"","op_pref_hourly_rate_max":"","op_low_hourly_rate_interviewees":"","op_tot_cand_prof":"1","op_time_posted":"15:00:56","op_is_validnonprivate":"1","timezone":"UTC-06:00 Central Time (US & Canada)","op_eng_type":"1","amount":"150","op_num_of_pending_invites":"0","op_avg_hourly_rate_active_interviewees":"","op_high_hourly_rate_active":"","search_status":"Filled","op_last_buyer_activity":"1278547200000","assignment_info":{"dev_recno":"525675","TotalCharge":"0","LastDateWorked":"","dev_profile_access":"public","FPPayoutRatio":"0","RelatedRequestedAssignment":"100925914","AssignmentRefund":"0","dev_contact_name":"Rizwan Chaudhry","AssignmentBonus_Count":"0","UI_TotalHours":"0","OfflineHoursRatio":"0","record_id":"8907595","StartDate":"1278547200000","ciphertext_developer_recno":"~~dceeec49849db8a5","EndDate":"","AssignmentRefund_Count":"0","Amount":"72.22","AssignmentBonus":"0","EndAssignmentFeedbackForProvider":"","StandardHourlyChargeRate":"3.33","RequestedAssignment_JobProfileAccess":"public","TotalHoursOffline":"0","EndAssignmentFeedbackForBuyer":""},"op_low_hourly_rate_active":"","op_pref_hours_per_week":"","hours_per_week":"40","op_tot_cand_client":"0","op_date_created":"July 8, 2010","op_avg_bid_all":"72.2200000000000000","version":"1","op_engagement":"Full-time - 30+ hrs\/week","offers_total":"0","op_pref_hourly_rate_min":"","date_posted":"July 8, 2010","op_buyer_ace":"774977","op_lowhigh_bid_interviewees":"72.22","op_high_bid_interviewees":"72.22","op_low_bid_all":"72.22","op_end_date":"July 8, 2010","op_low_hourly_rate_all":"","op_private_rating_active":"","op_tot_new_cond":"0","op_job_category_seo":"Web Design Jobs","op_pref_group_recno":"","op_high_hourly_rate_interviewees":"","op_pref_location":"","op_high_bid_all":"72.22","offers_total_open":"0","candidates_total":"1","op_pref_odesk_hours":"","op_status_for_search":"In Progress","op_pref_english_skill":"","op_skill":"","op_title":"Start up website for new consulting firm","buyer":{"cnt_assignments":"0","op_hours_lastdays":"0","cnt_op_other_jobs":"2","op_tot_hr_asgs":"0","op_tot_act_asgs":"0","op_tot_hr_charge":"0","op_cny_show_in_profile":"0","op_state":"IL","op_contract_date":"July 6, 2010","op_tot_fp_charge":"0","op_tot_charge":"0","op_adjusted_score":"0","op_company_name":"Ontop Consulting","op_tot_asgs":"0","op_company_id":"ontopconsulting","op_charge_lastdays":"0","timezone":"United States (UTC-06)","op_tot_feedback":"0","op_tot_jobs_open":"2","op_country":"United States","op_tot_fp_asgs":"0","op_tot_jobs_posted":"2","op_tot_jobs_filled":"0","op_city":"Chicago","op_tot_hours":"0"},"op_start_date":"July 6, 2010","profile_key":"~~ee22d1e30f39d3ee","op_required_skills":"HTML\/CSS Page developer, Website Designer, Programmer","op_attached_doc":"","op_country":"United States","op_ui_profile_access":"Public","op_avg_bid_interviewees":"72.2200000000000000","interviewees_total_active":"0","op_avg_hourly_rate_interviewees":"","company_ref":"215466","op_desc_digest":"I am starting a consulting company and need a website to go up. I don't need anything too fancy but simple and easy to use. I will tell you the color and design theme as we get further in detail with the project. The content so far is going to have the company name, contact, and different links. You will need to work on any editing that will need to be done as we get further on the company.","op_time_created":"15:00:56","op_high_bid_active":"","op_tot_rej":"0","op_ctime":"1278601256000","op_avg_bid_active":"","op_high_bid_active_interviewees":"","op_recno":"100925914","job_type":"Fixed","op_est_duration":"","op_avg_bid_active_interviewees":"","op_high_hourly_rate_all":"","op_avg_hourly_rate_all":"","op_low_bid_active":"","op_pref_has_portfolio":"","op_active":"0"},{"op_reason":"","engagement_weeks":"3 to 6 months","op_low_hourly_rate_active_interviewees":"3.33","op_comm_status":"Active","job_category_level_two":"Other - Writing & Translation","op_is_viewable":"1","engagement_related":"2","op_description":"I need someone who can provide needed instruction concerning certain Facebook applications.\n\n**I know how to use Facebook-I have a client whose technical questions I can't answer. If you feel you can adequately explain these two questions, I'll be happy to hire you. ***\n\n1.. How do you open (maybe promote would be a better word) a FB page to millions of its users without being considered spam?\n2. My client has video he would like to upload and it won't let him. He states he has correct size and format but the site won't let him.\n\nPlease do not respond with a bogus, and unprofessional bid.","candidates_total_active":"1","op_pref_fb_score":"0","odr_meta":{"mtime":"1278601738000","outdated":"0"},"op_job_expiration":"August 7, 2010","op_low_bid_active_interviewees":"","ui_job_profile_access":"public","op_avg_hourly_rate_active":"3.3300000000000000","op_pref_test":"","op_pref_test_name":"","job_category_level_one":"Writing & Translation","op_high_hourly_rate_active_interviewees":"3.33","op_cancel_ts":"","op_pref_hourly_rate_max":"","op_low_hourly_rate_interviewees":"","op_tot_cand_prof":"1","op_time_posted":"15:00:41","op_is_validnonprivate":"1","timezone":"UTC-06:00 Central Time (US & Canada)","op_eng_type":"4","amount":"","op_num_of_pending_invites":"0","op_avg_hourly_rate_active_interviewees":"3.3300000000000000","op_high_hourly_rate_active":"3.33","search_status":"Active","op_last_buyer_activity":"1278547200000","op_low_hourly_rate_active":"3.33","op_pref_hours_per_week":"","hours_per_week":"0","op_tot_cand_client":"0","op_date_created":"July 8, 2010","op_avg_bid_all":"","version":"1","op_engagement":"As needed - Less than 10 hrs\/week","offers_total":"0","op_pref_hourly_rate_min":"","date_posted":"July 8, 2010","op_buyer_ace":"255812","op_lowhigh_bid_interviewees":"","op_high_bid_interviewees":"","op_low_bid_all":"","op_end_date":"December 31, 2037","op_low_hourly_rate_all":"3.33","op_private_rating_active":"","op_tot_new_cond":"0","op_job_category_seo":"Writing Jobs","op_pref_group_recno":"0","op_high_hourly_rate_interviewees":"","op_pref_location":"","op_high_bid_all":"","offers_total_open":"0","candidates_total":"1","op_pref_odesk_hours":"","op_status_for_search":"Open","op_pref_english_skill":"","op_skill":"","op_title":"Face Book Promotor","buyer":{"cnt_assignments":"31","op_hours_lastdays":"1.6666666666667","cnt_op_other_jobs":"1","op_tot_hr_asgs":"10","op_tot_act_asgs":"3","op_tot_hr_charge":"322.70666666667","op_cny_show_in_profile":"0","op_state":"AR","op_contract_date":"August 7, 2009","op_tot_fp_charge":"754.47","op_tot_charge":"1077.17666666667","op_adjusted_score":"4.9075606718744","op_company_name":"Pear Orchard Press > Write To Teach","op_tot_asgs":"31","op_company_id":"writetoteach","op_charge_lastdays":"69.0833333333334","timezone":"United States (UTC-06)","op_tot_feedback":"20","op_tot_jobs_open":"1","op_cny_description":"Pear Orchard Press publishes ebooks, paperbacks and provides ghostwritten content to clients from all over the world.","op_cny_summary":"Ebooks, Articles, Ghostwriting, Editing","op_country":"United States","op_tot_fp_asgs":"21","op_tot_jobs_posted":"58","op_tot_jobs_filled":"35","op_city":"Yellville","op_tot_hours":"75.3333333333338"},"op_start_date":"July 8, 2010","profile_key":"~~e13ecf79be108bab","op_required_skills":"SEO understanding","op_attached_doc":"","op_country":"United States","op_ui_profile_access":"Public","op_avg_bid_interviewees":"","interviewees_total_active":"0","op_avg_hourly_rate_interviewees":"","company_ref":"115348","op_desc_digest":"I need someone who can provide needed instruction concerning certain Facebook applications.\n\n**I know how to use Facebook-I have a client whose technical questions I can't answer. If you feel you can adequately explain these two questions, I'll be happy to hire you. ***\n\n1.. How do you open (maybe promote would be a better word) a FB page to millions of its users without being considered spam?\n2. My client has video he would like to upload and it won't let him. He states he has correct size and...","op_time_created":"15:00:41","op_high_bid_active":"","op_tot_rej":"0","op_ctime":"1278601241000","op_avg_bid_active":"","op_high_bid_active_interviewees":"","op_recno":"100925913","job_type":"Hourly","op_est_duration":"18","op_avg_bid_active_interviewees":"","op_high_hourly_rate_all":"3.33","op_avg_hourly_rate_all":"3.3300000000000000","op_low_bid_active":"","op_pref_has_portfolio":"0","op_active":"1"},{"op_reason":"","engagement_weeks":"Ongoing \/ More than 6 months","op_low_hourly_rate_active_interviewees":"","op_comm_status":"Active","job_category_level_two":"Other - Business Services","op_is_viewable":"1","engagement_related":"1","op_description":"I am looking for a virtual assistant who can either do everything or find those who can.\nFrom creating a splash\/capture page to setting up a fan page, finding friends (managing current page) on facebook and twitter targeted to my businesses. The candidate must have experience in finding targeted traffic and the ability to create marketing systems...\nMust be willing to have at disposal or find the best resources available (at the best prices) for anything marketing...","candidates_total_active":"0","op_pref_fb_score":"0","odr_meta":{"mtime":"1278601747594.12","outdated":"1"},"op_job_expiration":"August 7, 2010","op_low_bid_active_interviewees":"","ui_job_profile_access":"public","op_avg_hourly_rate_active":"","op_pref_test":"","op_pref_test_name":"","job_category_level_one":"Business Services","op_high_hourly_rate_active_interviewees":"","op_cancel_ts":"","op_pref_hourly_rate_max":"","op_low_hourly_rate_interviewees":"","op_tot_cand_prof":"0","op_time_posted":"15:00:24","op_is_validnonprivate":"1","timezone":"UTC-08:00 Pacific Time (US & Canada); Los Angeles","op_eng_type":"2","amount":"","op_num_of_pending_invites":"0","op_avg_hourly_rate_active_interviewees":"","op_high_hourly_rate_active":"","search_status":"Active","op_last_buyer_activity":"1278547200000","op_low_hourly_rate_active":"","op_pref_hours_per_week":"","hours_per_week":"20","op_tot_cand_client":"0","op_date_created":"July 8, 2010","op_avg_bid_all":"","version":"1","op_engagement":"Part-time - 10-30 hrs\/week","offers_total":"0","op_pref_hourly_rate_min":"","date_posted":"July 8, 2010","op_buyer_ace":"652146","op_lowhigh_bid_interviewees":"","op_high_bid_interviewees":"","op_low_bid_all":"","op_end_date":"December 31, 2037","op_low_hourly_rate_all":"","op_private_rating_active":"","op_tot_new_cond":"0","op_job_category_seo":"Business Services Jobs","op_pref_group_recno":"0","op_high_hourly_rate_interviewees":"","op_pref_location":"","op_high_bid_all":"","offers_total_open":"0","candidates_total":"0","op_pref_odesk_hours":"","op_status_for_search":"Open","op_pref_english_skill":"","op_skill":"","op_title":"Everything Assistant","buyer":{"cnt_assignments":"0","op_hours_lastdays":"0","cnt_op_other_jobs":"3","op_tot_hr_asgs":"0","op_tot_act_asgs":"0","op_tot_hr_charge":"0","op_cny_show_in_profile":"0","op_state":"CA","op_contract_date":"April 13, 2010","op_tot_fp_charge":"0","op_tot_charge":"0","op_adjusted_score":"0","op_company_name":"Marketing Group","op_tot_asgs":"0","op_company_id":"Marketinggroup","op_charge_lastdays":"0","timezone":"United States (UTC-08)","op_tot_feedback":"0","op_tot_jobs_open":"3","op_country":"United States","op_tot_fp_asgs":"0","op_tot_jobs_posted":"5","op_tot_jobs_filled":"0","op_city":"San Diego","op_tot_hours":"0"},"op_start_date":"July 8, 2010","profile_key":"~~23f4bce420084885","op_required_skills":"WordPress, linkbuilding, Social Media Building, Blogging","op_attached_doc":"","op_country":"United States","op_ui_profile_access":"Public","op_avg_bid_interviewees":"","interviewees_total_active":"0","op_avg_hourly_rate_interviewees":"","company_ref":"184873","op_desc_digest":"I am looking for a virtual assistant who can either do everything or find those who can.\nFrom creating a splash\/capture page to setting up a fan page, finding friends (managing current page) on facebook and twitter targeted to my businesses. The candidate must have experience in finding targeted traffic and the ability to create marketing systems...\nMust be willing to have at disposal or find the best resources available (at the best prices) for anything marketing...","op_time_created":"15:00:24","op_high_bid_active":"","op_tot_rej":"0","trends":{"trend":{"trend_word":"WordPress Developers","trend_skill":"WordPress","trend_url":"Wordpress","trend_recno":"116"}},"op_ctime":"1278601224000","op_avg_bid_active":"","op_high_bid_active_interviewees":"","op_recno":"100925912","job_type":"Hourly","op_est_duration":"52","op_avg_bid_active_interviewees":"","op_high_hourly_rate_all":"","op_avg_hourly_rate_all":"","op_low_bid_active":"","op_pref_has_portfolio":"0","op_active":"1"},{"op_reason":"","engagement_weeks":"1 to 3 months","op_low_hourly_rate_active_interviewees":"","op_comm_status":"Filled","job_category_level_two":"Desktop Applications","op_is_viewable":"0","engagement_related":"3","op_description":"Seeking a software developer to build a Apple Mail plugin that will read a specific type of mailbox file. The file will be attached to a mail account and indexed through Spotlight. The developer must build an installer as well. The core code is simple but will require knowledge of both the Microsoft and Apple platforms. APIs are all public and available but cross compiling may be required. \n\nThis will be a fun project with communication over Skype. We try to pay well and pay fast. \n\nWe will assist in the testing and be very responsive. Our team is very technical and want to form a partnership with the potential developer for future work. \n\nMilestones:\n1. Working prototype of Plug-in for Mac Mail that attaches to the single mail files from the source system (API to be provided)\n\n2. Testing of target mail files from 50megs to 2Gb with data translated and indexed into Spotlight. \n\n3. Show how messages can be copied from old mail file formax mbox to Mac mail. (Must be able to reply to message from)\n\n4. Create a packaged installer to install the plug in. \n\n5. Enhancements and bug fixes over time. \n\nPlease review this link before responding as this is the core API that will need to be used on the Mac. \n\nhttp:\/\/pstsdk.codeplex.com\/","candidates_total_active":"0","op_pref_fb_score":"","odr_meta":{"mtime":"1278601530740.62","outdated":"0"},"op_job_expiration":"August 7, 2010","op_low_bid_active_interviewees":"","ui_job_profile_access":"public","op_avg_hourly_rate_active":"","op_pref_test":"","op_pref_test_name":"","job_category_level_one":"Software Development","op_high_hourly_rate_active_interviewees":"","op_cancel_ts":"","op_pref_hourly_rate_max":"","op_low_hourly_rate_interviewees":"22.22","op_tot_cand_prof":"1","op_time_posted":"15:00:17","op_is_validnonprivate":"1","timezone":"UTC-06:00 Central Time (US & Canada)","op_eng_type":"1","amount":"","op_num_of_pending_invites":"0","op_avg_hourly_rate_active_interviewees":"","op_high_hourly_rate_active":"","search_status":"Filled","op_last_buyer_activity":"1278547200000","assignment_info":{"dev_recno":"107529","TotalCharge":"0","LastDateWorked":"","dev_profile_access":"auth","FPPayoutRatio":"0","RelatedRequestedAssignment":"100925911","AssignmentRefund":"0","dev_contact_name":"Davit Melkumyan","AssignmentBonus_Count":"0","UI_TotalHours":"0","OfflineHoursRatio":"0","record_id":"8573136","StartDate":"1278547200000","ciphertext_developer_recno":"~~4b77a5b086c174f3","EndDate":"","AssignmentRefund_Count":"0","Amount":"","AssignmentBonus":"0","EndAssignmentFeedbackForProvider":"","StandardHourlyChargeRate":"22.22","RequestedAssignment_JobProfileAccess":"public","TotalHoursOffline":"0","EndAssignmentFeedbackForBuyer":""},"op_low_hourly_rate_active":"","op_pref_hours_per_week":"","hours_per_week":"40","op_tot_cand_client":"0","op_date_created":"July 8, 2010","op_avg_bid_all":"","version":"1","op_engagement":"Full-time - 30+ hrs\/week","offers_total":"0","op_pref_hourly_rate_min":"","date_posted":"July 8, 2010","op_buyer_ace":"341422","op_lowhigh_bid_interviewees":"","op_high_bid_interviewees":"","op_low_bid_all":"","op_end_date":"July 8, 2010","op_low_hourly_rate_all":"22.22","op_private_rating_active":"","op_tot_new_cond":"0","op_job_category_seo":"Software Development Jobs","op_pref_group_recno":"0","op_high_hourly_rate_interviewees":"22.22","op_pref_location":"","op_high_bid_all":"","offers_total_open":"0","candidates_total":"1","op_pref_odesk_hours":"","op_status_for_search":"In Progress","op_pref_english_skill":"","op_skill":"","op_title":"Mac Mail Plug-in Project","buyer":{"cnt_assignments":"0","op_hours_lastdays":"0","cnt_op_other_jobs":"2","op_tot_hr_asgs":"0","op_tot_act_asgs":"0","op_tot_hr_charge":"0","op_cny_show_in_profile":"0","op_contract_date":"July 10, 2009","op_tot_fp_charge":"0","op_tot_charge":"0","op_adjusted_score":"0","op_company_name":"Sparksight","op_tot_asgs":"0","op_company_id":"Sparksight","op_charge_lastdays":"0","timezone":"United States (GMT-06)","op_tot_feedback":"0","op_tot_jobs_open":"2","op_cny_description":"&nbsp;<span class=\"Apple-style-span\" style=\"font-family: Arial, Helvetica, sans-serif; \">Sparksight offers interactive marketing and event management services that help organizations deliver compelling experiences online and in-person. Sparksight uniquely expands the reach of event planners to deliver online events that leverage unclaimed assets surrounding conferences and provides comprehensive production facilities to broadcast audio\/video from sessions for instructional or commercial purposes. Sparksight employs the most talented and inventive graphic designers, videographers, web programmers and writers in the industry.<\/span>","op_country":"United States","op_tot_fp_asgs":"0","op_tot_jobs_posted":"2","op_tot_jobs_filled":"0","op_city":"Austin","op_tot_hours":"0"},"op_start_date":"June 20, 2010","profile_key":"~~0447c4a63321ab35","op_required_skills":"Cocoa & Objective C, Plugin Development, C#\/.Net, C++","op_attached_doc":"","op_country":"United States","op_ui_profile_access":"Public","op_avg_bid_interviewees":"","interviewees_total_active":"0","op_avg_hourly_rate_interviewees":"22.2200000000000000","company_ref":"108433","op_desc_digest":"Seeking a software developer to build a Apple Mail plugin that will read a specific type of mailbox file. The file will be attached to a mail account and indexed through Spotlight. The developer must build an installer as well. The core code is simple but will require knowledge of both the Microsoft and Apple platforms. APIs are all public and available but cross compiling may be required. \n\nThis will be a fun project with communication over Skype. We try to pay well and pay fast. \n\nWe will assi...","op_time_created":"15:00:17","op_high_bid_active":"","op_tot_rej":"0","trends":{"trend":[{"trend_word":".NET Developers ","trend_skill":"C#\/.Net","trend_url":".NET","trend_recno":"40"},{"trend_word":"C++ Programmers ","trend_skill":"C++","trend_url":"c%2B%2B","trend_recno":"47"}]},"op_ctime":"1278601217000","op_avg_bid_active":"","op_high_bid_active_interviewees":"","op_recno":"100925911","job_type":"Hourly","op_est_duration":"9","op_avg_bid_active_interviewees":"","op_high_hourly_rate_all":"22.22","op_avg_hourly_rate_all":"22.2200000000000000","op_low_bid_active":"","op_pref_has_portfolio":"","op_active":"0"},{"op_reason":"","engagement_weeks":"","op_low_hourly_rate_active_interviewees":"","op_comm_status":"Active","job_category_level_two":"Copywriting","op_is_viewable":"1","engagement_related":"","op_description":"Looking to hire a copywriter to create product and category descriptions for our ecommerce website. You must live in the US or Canada. The copy will be around 400 words per page. We have 5 main categories to start with (5 pages). \n\nI would like to receive a bid for the cost of creating copy per page on our site. If we like your writing after the first page, we will expand the project to add more pages.","candidates_total_active":"0","op_pref_fb_score":"0","odr_meta":{"mtime":"1278601767000","outdated":"0"},"op_job_expiration":"August 7, 2010","op_low_bid_active_interviewees":"","ui_job_profile_access":"public","op_avg_hourly_rate_active":"","op_pref_test":"","op_pref_test_name":"","job_category_level_one":"Writing & Translation","op_high_hourly_rate_active_interviewees":"","op_cancel_ts":"","op_pref_hourly_rate_max":"","op_low_hourly_rate_interviewees":"","op_tot_cand_prof":"0","op_time_posted":"15:00:09","op_is_validnonprivate":"1","timezone":"UTC-05:00 Eastern Time (US & Canada)","op_eng_type":"1","amount":"25","op_num_of_pending_invites":"0","op_avg_hourly_rate_active_interviewees":"","op_high_hourly_rate_active":"","search_status":"Active","op_last_buyer_activity":"1278547200000","op_low_hourly_rate_active":"","op_pref_hours_per_week":"","hours_per_week":"40","op_tot_cand_client":"0","op_date_created":"July 8, 2010","op_avg_bid_all":"","version":"1","op_engagement":"Full-time - 30+ hrs\/week","offers_total":"0","op_pref_hourly_rate_min":"","date_posted":"July 8, 2010","op_buyer_ace":"219270","op_lowhigh_bid_interviewees":"","op_high_bid_interviewees":"","op_low_bid_all":"","op_end_date":"July 12, 2010","op_low_hourly_rate_all":"","op_private_rating_active":"","op_tot_new_cond":"0","op_job_category_seo":"Copywriting Jobs","op_pref_group_recno":"0","op_high_hourly_rate_interviewees":"","op_pref_location":"","op_high_bid_all":"","offers_total_open":"0","candidates_total":"0","op_pref_odesk_hours":"","op_status_for_search":"Open","op_pref_english_skill":"","op_skill":"","op_title":"Ecommerce Copywriter","buyer":{"cnt_assignments":"21","op_hours_lastdays":"54.0000000000001","cnt_op_other_jobs":"3","op_tot_hr_asgs":"17","op_tot_act_asgs":"1","op_tot_hr_charge":"12074.6366666667","op_cny_show_in_profile":"0","op_state":"-","op_contract_date":"February 11, 2009","op_tot_fp_charge":"319.14","op_tot_charge":"12393.7766666667","op_adjusted_score":"4.8278125047397","op_company_name":"KSa","op_tot_asgs":"21","op_company_id":"ksa-inhouse","op_charge_lastdays":"657.845","timezone":"United States (UTC-05)","op_tot_feedback":"12","op_tot_jobs_open":"3","op_cny_description":"leading provider of ecomm solutions<br \/>","op_cny_summary":"leading provider of ecomm solutions","op_country":"United States","op_tot_fp_asgs":"4","op_tot_jobs_posted":"56","op_tot_jobs_filled":"28","op_tot_hours":"2066.33333333334"},"op_start_date":"July 8, 2010","profile_key":"~~b2dfc1b83a5ba5c3","op_required_skills":"English","op_attached_doc":"","op_country":"United States","op_ui_profile_access":"Public","op_avg_bid_interviewees":"","interviewees_total_active":"0","op_avg_hourly_rate_interviewees":"","company_ref":"78595","op_desc_digest":"Looking to hire a copywriter to create product and category descriptions for our ecommerce website. You must live in the US or Canada. The copy will be around 400 words per page. We have 5 main categories to start with (5 pages). \n\nI would like to receive a bid for the cost of creating copy per page on our site. If we like your writing after the first page, we will expand the project to add more pages.","op_time_created":"15:00:09","op_high_bid_active":"","op_tot_rej":"0","op_ctime":"1278601209000","op_avg_bid_active":"","op_high_bid_active_interviewees":"","op_recno":"100925910","job_type":"Fixed","op_est_duration":"","op_avg_bid_active_interviewees":"","op_high_hourly_rate_all":"","op_avg_hourly_rate_all":"","op_low_bid_active":"","op_pref_has_portfolio":"0","op_active":"1"},{"op_reason":"","engagement_weeks":"","op_low_hourly_rate_active_interviewees":"","op_comm_status":"Active","job_category_level_two":"Blog & Article Writing","op_is_viewable":"1","engagement_related":"","op_description":"Articles will be used for marketing purposes so it should be in a positive aspect on a product that I will assign to you. \n\n5 dollars for 5 articles.\n\n1. I need 5 articles by monday.\n2. Articles should be unique.\n\nMore jobs for candidate that will deliver excellent work!\n\nHope to hear from you.","candidates_total_active":"0","op_pref_fb_score":"4.5","odr_meta":{"mtime":"1278601634000","outdated":"0"},"op_job_expiration":"August 7, 2010","op_low_bid_active_interviewees":"","ui_job_profile_access":"public","op_avg_hourly_rate_active":"","op_pref_test":"","op_pref_test_name":"","job_category_level_one":"Writing & Translation","op_high_hourly_rate_active_interviewees":"","op_cancel_ts":"","op_pref_hourly_rate_max":"","op_low_hourly_rate_interviewees":"","op_tot_cand_prof":"0","op_time_posted":"14:59:02","op_is_validnonprivate":"1","timezone":"UTC+08:00 Hong Kong SAR, Perth, Singapore, Taipei","op_eng_type":"1","amount":"5","op_num_of_pending_invites":"0","op_avg_hourly_rate_active_interviewees":"","op_high_hourly_rate_active":"","search_status":"Active","op_last_buyer_activity":"1278547200000","op_low_hourly_rate_active":"","op_pref_hours_per_week":"","hours_per_week":"40","op_tot_cand_client":"0","op_date_created":"July 8, 2010","op_avg_bid_all":"","version":"1","op_engagement":"Full-time - 30+ hrs\/week","offers_total":"0","op_pref_hourly_rate_min":"","date_posted":"July 8, 2010","op_buyer_ace":"779980","op_lowhigh_bid_interviewees":"","op_high_bid_interviewees":"","op_low_bid_all":"","op_end_date":"July 12, 2010","op_low_hourly_rate_all":"","op_private_rating_active":"","op_tot_new_cond":"0","op_job_category_seo":"Blog Writing Jobs","op_pref_group_recno":"0","op_high_hourly_rate_interviewees":"","op_pref_location":"","op_high_bid_all":"","offers_total_open":"0","candidates_total":"0","op_pref_odesk_hours":"","op_status_for_search":"Open","op_pref_english_skill":"5","op_skill":"","op_title":"Article Writing - 5 Articles with 350 words","buyer":{"cnt_assignments":"0","op_hours_lastdays":"0","op_tot_hr_asgs":"0","op_tot_act_asgs":"0","op_tot_hr_charge":"0","op_tot_fp_charge":"0","op_contract_date":"July 8, 2010","op_tot_charge":"0","op_adjusted_score":"0","op_company_name":"DLG Consulting","op_tot_asgs":"0","op_company_id":"DLGC","op_charge_lastdays":"0","timezone":"Philippines (UTC+08)","op_tot_feedback":"0","op_tot_jobs_open":"0","op_country":"Philippines","op_tot_fp_asgs":"0","op_tot_jobs_posted":"0","op_tot_jobs_filled":"0","op_city":"Makati","op_tot_hours":"0"},"op_start_date":"July 8, 2010","profile_key":"~~18cb2a293d02ca94","op_required_skills":"Writing, Web Research","op_attached_doc":"","op_country":"Philippines","op_ui_profile_access":"Public","op_avg_bid_interviewees":"","interviewees_total_active":"0","op_avg_hourly_rate_interviewees":"","company_ref":"216626","op_desc_digest":"Articles will be used for marketing purposes so it should be in a positive aspect on a product that I will assign to you. \n\n5 dollars for 5 articles.\n\n1. I need 5 articles by monday.\n2. Articles should be unique.\n\nMore jobs for candidate that will deliver excellent work!\n\nHope to hear from you.","op_time_created":"14:59:02","op_high_bid_active":"","op_tot_rej":"0","op_ctime":"1278601142000","op_avg_bid_active":"","op_high_bid_active_interviewees":"","op_recno":"100925909","job_type":"Fixed","op_est_duration":"","op_avg_bid_active_interviewees":"","op_high_hourly_rate_all":"","op_avg_hourly_rate_all":"","op_low_bid_active":"","op_pref_has_portfolio":"0","op_active":"1"},{"op_reason":"","engagement_weeks":"3 to 6 months","op_low_hourly_rate_active_interviewees":"13.33","op_comm_status":"Active","job_category_level_two":"Blog & Article Writing","op_is_viewable":"1","engagement_related":"2","op_description":"Looking for a first-rate researcher\/writer for the following:\n1. Research and write health and fitness articles \n2. Ghostwrite articles for a busy executive\n\nI am especially interested in hearing from you if you have two or more of the following:\n1. Impeccable grammar and spelling\n2. A track record of writing for health and lifestyle magazines and websites in the U.S.\n3. A track record of getting things listed in U.S.-based Top 10 or Top 20 lists (for example Top 10 presents for Father's Day or Top 100 best websites lists)\n\nPlease apply only if:\n1. You are legally able to do consulting for a U.S. company\n2. Are comfortable as an independent contractor on a quick consulting job (each project will be about two hours long)\n3. Have a 5 star rating\n4. Are willing to sign an NDA\n5. Can meet deadlines and self-manage\n6. Are honest\n\nLos Angeles-based consultants preferred but we are open. NDAs and Independent Contractor agreements need to be signed.\n\nBackground check may be required before you start.","candidates_total_active":"1","op_pref_fb_score":"0","odr_meta":{"mtime":"1278601734000","outdated":"0"},"op_job_expiration":"August 7, 2010","op_low_bid_active_interviewees":"","ui_job_profile_access":"public","op_avg_hourly_rate_active":"13.3300000000000000","op_pref_test":"","op_pref_test_name":"","job_category_level_one":"Writing & Translation","op_high_hourly_rate_active_interviewees":"13.33","op_cancel_ts":"","op_pref_hourly_rate_max":"","op_low_hourly_rate_interviewees":"13.33","op_tot_cand_prof":"0","op_time_posted":"14:58:40","op_is_validnonprivate":"1","timezone":"UTC-08:00 Pacific Time (US & Canada); Los Angeles","op_eng_type":"4","amount":"","op_num_of_pending_invites":"1","op_avg_hourly_rate_active_interviewees":"13.3300000000000000","op_high_hourly_rate_active":"13.33","search_status":"Active","op_last_buyer_activity":"1278547200000","op_low_hourly_rate_active":"13.33","op_pref_hours_per_week":"","hours_per_week":"0","op_tot_cand_client":"1","op_date_created":"July 8, 2010","op_avg_bid_all":"","version":"1","op_engagement":"As needed - Less than 10 hrs\/week","offers_total":"1","op_pref_hourly_rate_min":"","date_posted":"July 8, 2010","op_buyer_ace":"519337","op_lowhigh_bid_interviewees":"","op_high_bid_interviewees":"","op_low_bid_all":"","op_end_date":"December 31, 2037","op_low_hourly_rate_all":"13.33","op_private_rating_active":"","op_tot_new_cond":"0","op_job_category_seo":"Blog Writing Jobs","op_pref_group_recno":"0","op_high_hourly_rate_interviewees":"13.33","op_pref_location":"","op_high_bid_all":"","offers_total_open":"1","candidates_total":"1","op_pref_odesk_hours":"","op_status_for_search":"Open","op_pref_english_skill":"","op_skill":"","op_title":"Writer, Researcher, Health & Fitness Consultant","buyer":{"cnt_assignments":"31","op_hours_lastdays":"5","cnt_op_other_jobs":"5","op_tot_hr_asgs":"30","op_tot_act_asgs":"10","op_tot_hr_charge":"1841.85333333333","op_cny_show_in_profile":"0","op_state":"CA","op_contract_date":"December 28, 2009","op_tot_fp_charge":"500","op_tot_charge":"2341.85333333333","op_adjusted_score":"4.9977473576578","op_company_name":"Name withheld until interview time > SoftwareX","op_tot_asgs":"31","op_company_id":"AAG310","op_charge_lastdays":"165","timezone":"United States (UTC-08)","op_tot_feedback":"12","op_tot_jobs_open":"5","op_cny_description":"Will be discussed in real-time conversation if we choose to work together.","op_cny_summary":".","op_country":"United States","op_tot_fp_asgs":"1","op_tot_jobs_posted":"58","op_tot_jobs_filled":"34","op_city":"Los Angeles","op_tot_hours":"121.666666666666"},"op_start_date":"July 8, 2010","profile_key":"~~fa3d3807b0b3c022","op_required_skills":"Writer, Researcher","op_attached_doc":"","op_country":"United States","op_ui_profile_access":"Public","op_avg_bid_interviewees":"","interviewees_total_active":"0","op_avg_hourly_rate_interviewees":"13.3300000000000000","company_ref":"151241","op_desc_digest":"Looking for a first-rate researcher\/writer for the following:\n1. Research and write health and fitness articles \n2. Ghostwrite articles for a busy executive\n\nI am especially interested in hearing from you if you have two or more of the following:\n1. Impeccable grammar and spelling\n2. A track record of writing for health and lifestyle magazines and websites in the U.S.\n3. A track record of getting things listed in U.S.-based Top 10 or Top 20 lists (for example Top 10 presents for Father's Day or ...","op_time_created":"14:58:40","op_high_bid_active":"","op_tot_rej":"0","trends":{"trend":{"trend_word":"Freelance Writers ","trend_skill":"Writer","trend_url":"Writer","trend_recno":"114"}},"op_ctime":"1278601120000","op_avg_bid_active":"","op_high_bid_active_interviewees":"","op_recno":"100925907","job_type":"Hourly","op_est_duration":"18","op_avg_bid_active_interviewees":"","op_high_hourly_rate_all":"13.33","op_avg_hourly_rate_all":"13.3300000000000000","op_low_bid_active":"","op_pref_has_portfolio":"0","op_active":"1"},{"op_reason":"","engagement_weeks":"Less than 1 month","op_low_hourly_rate_active_interviewees":"","op_comm_status":"Active","job_category_level_two":"SMM - Social Media Marketing","op_is_viewable":"1","engagement_related":"4","op_description":"I need someone to market my video at http:\/\/www.youtube.com\/watch?v=y-dUDoqPmTQ to increase our Facebook fan base on our FaceBook app profile page at http:\/\/www.facebook.com\/apps\/application.php?id=249533916004.\n\nThe video is a teaser for www.socialcow.com, that we are launching soon in beta.\n\nThis could be ongoing work for the right person(s).","candidates_total_active":"0","op_pref_fb_score":"4.5","odr_meta":{"mtime":"1278601767607.66","outdated":"1"},"op_job_expiration":"August 7, 2010","op_low_bid_active_interviewees":"","ui_job_profile_access":"public","op_avg_hourly_rate_active":"","op_pref_test":"768","op_pref_test_name":"Social Media Marketing Test","job_category_level_one":"Sales & Marketing","op_high_hourly_rate_active_interviewees":"","op_cancel_ts":"","op_pref_hourly_rate_max":"6","op_low_hourly_rate_interviewees":"","op_tot_cand_prof":"0","op_time_posted":"14:58:23","op_is_validnonprivate":"1","timezone":"UTC-05:00 Eastern Time (US & Canada)","op_eng_type":"2","amount":"","op_num_of_pending_invites":"0","op_avg_hourly_rate_active_interviewees":"","op_high_hourly_rate_active":"","search_status":"Active","op_last_buyer_activity":"1278547200000","op_low_hourly_rate_active":"","op_pref_hours_per_week":"","hours_per_week":"20","op_tot_cand_client":"0","op_date_created":"July 8, 2010","op_avg_bid_all":"","version":"1","op_engagement":"Part-time - 10-30 hrs\/week","offers_total":"0","op_pref_hourly_rate_min":"","date_posted":"July 8, 2010","op_buyer_ace":"671364","op_lowhigh_bid_interviewees":"","op_high_bid_interviewees":"","op_low_bid_all":"","op_end_date":"December 31, 2037","op_low_hourly_rate_all":"","op_private_rating_active":"","op_tot_new_cond":"0","op_job_category_seo":"Marketing, SMM Jobs","op_pref_group_recno":"0","op_high_hourly_rate_interviewees":"","op_pref_location":"","op_high_bid_all":"","offers_total_open":"0","candidates_total":"0","op_pref_odesk_hours":"100","op_status_for_search":"Open","op_pref_english_skill":"4","op_skill":"","op_title":"YouTube Video Marketing","buyer":{"cnt_assignments":"26","op_hours_lastdays":"527.333333333333","cnt_op_other_jobs":"5","op_tot_hr_asgs":"26","op_tot_act_asgs":"12","op_tot_hr_charge":"12540.5900000001","op_cny_show_in_profile":"0","op_state":"IN","op_contract_date":"April 28, 2010","op_tot_fp_charge":"0","op_tot_charge":"12540.5900000001","op_adjusted_score":"5","op_company_name":"Solid Code Studios","op_tot_asgs":"26","op_company_id":"solid-code","op_charge_lastdays":"7284.48999999996","timezone":"United States (GMT-05)","op_tot_feedback":"10","op_tot_jobs_open":"5","op_cny_description":"We specialize in distributed, message based (such as MSMQ) applications with advanced user interfaces built on jQuery and ASP.NET MVC. We also work with content management systems, creating custom web parts, modules, etc. Social media integration is another highlight of our experiences.\n\nWe offer full project, lifecycle managment for your large scale, mission critical applications.","op_cny_summary":"Power On","op_logo":"http:\/\/www.odesk.com\/att\/~~fycV8WtafKafH1AI5XBwRyRZr1oau19Y6IvCHPnMV3QC9Hr*tml5xw==","op_country":"United States","op_tot_fp_asgs":"0","op_tot_jobs_posted":"54","op_tot_jobs_filled":"31","op_city":"Indianapolis","op_tot_hours":"926.666666666667"},"op_start_date":"July 8, 2010","profile_key":"~~168a680c9c09cc63","op_required_skills":"SEO, SMM, YouTube, LinkBuilding","op_attached_doc":"","op_country":"United States","op_ui_profile_access":"Public","op_avg_bid_interviewees":"","interviewees_total_active":"0","op_avg_hourly_rate_interviewees":"","company_ref":"189953","op_desc_digest":"I need someone to market my video at http:\/\/www.youtube.com\/watch?v=y-dUDoqPmTQ to increase our Facebook fan base on our FaceBook app profile page at http:\/\/www.facebook.com\/apps\/application.php?id=249533916004.\n\nThe video is a teaser for www.socialcow.com, that we are launching soon in beta.\n\nThis could be ongoing work for the right person(s).","op_time_created":"14:58:23","op_high_bid_active":"","op_tot_rej":"0","trends":{"trend":{"trend_word":"SEO Consultants","trend_skill":"SEO","trend_url":"SEO","trend_recno":"70"}},"op_ctime":"1278601103000","op_avg_bid_active":"","op_high_bid_active_interviewees":"","op_recno":"100925906","job_type":"Hourly","op_est_duration":"3","op_avg_bid_active_interviewees":"","op_high_hourly_rate_all":"","op_avg_hourly_rate_all":"","op_low_bid_active":"","op_pref_has_portfolio":"0","op_active":"1"}],"lister":{"total_items":"448347","query":"","paging":{"offset":"0","count":"20"},"sort":"s_ctime+desc"}}}
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ruby_desk
3
3
  version: !ruby/object:Gem::Version
4
- hash: 61
4
+ hash: 59
5
5
  prerelease: false
6
6
  segments:
7
7
  - 0
8
8
  - 8
9
- - 1
10
- version: 0.8.1
9
+ - 2
10
+ version: 0.8.2
11
11
  platform: ruby
12
12
  authors:
13
13
  - Ahmed ElDawy
@@ -15,7 +15,7 @@ autorequire:
15
15
  bindir: bin
16
16
  cert_chain: []
17
17
 
18
- date: 2010-07-07 00:00:00 +03:00
18
+ date: 2010-07-08 00:00:00 +03:00
19
19
  default_executable:
20
20
  dependencies:
21
21
  - !ruby/object:Gem::Dependency