login sign up

offline
Last seen: Jun 13, 2013 2:50 PM EDT
Hire Me!
Rate: $40.00 USD/hour
Follow Invite to Project
 

zo0r

Web Developer & Designer

Username: zo0r

  • Has made a deposit.
  • Has verified their email address.
  • Has completed their profile.
  • Has verified their secure phone number.
  • Verified
  • Payment is verified.

Location: Miami, United States United States

Member since: May 2011

Reputation:

5.0

(18 reviews)

5.3
[see more]

My skills:

My projects:

  • $450 USD
    5.0
    Profile image for Seller kultfilmtv

    kultfilmtv Germany

    Jan 14, 2013

    Well done Jorge! I will write new tasks soon!

    Project Description: 1) I would like to put my buyers and freelancers into two different privacy groups. This means, that freelancer profiles can be visited by the public. And buyer profiles can only be seen by registered members...
    [more]
  • $350 USD
    5.0
    Profile image for Seller cessna172

    cessna172 United States

    Dec 27, 2012

    Great communication, timely work and quality outcome!

    Project Description: We require some work to be performed on our PHPBB installation. Since an upgrade to the latest version we have several issues that need to be resolved: - Members list -> drop down for name search should...
    [more]
  • $180 USD
    5.0
    Profile image for Seller kultfilmtv

    kultfilmtv Germany

    Dec 15, 2012

    Again - thank you Jorge!

    Project Description: hello, i need a new registration system. one separate site for freelancer registration. and one site for buyers with a two step registration. first step: post a project. second step: register. thanks!
    [more]
  • $250 USD
    5.0
    Profile image for Seller ctrlbrk

    ctrlbrk United States

    Dec 3, 2012

    I will contact you for phase 2 soon

    Project Description: I need to scan Twitter for a list of keywords (not hash tags) and store results in a MySQL DB. An example: Category: Weather Keywords that fall into this category: Weather, Raining, pouring rain,...
    [more]
  • $150 USD
    5.0
    Profile image for Seller cisaus

    cisaus Mexico

    Nov 28, 2012

    He has been one the best resources I have worked with so far. Promptly responses, quality work and ensures he understands the requirements, he is not afraid to ask for clarifications. I am definitely hiring him again.

    Project Description: Tenemos una aplicacion escolar hecha en PHP con MVC, necesitamos generar un reporte adicional que nos falta. Debe de ser una tarea rapida. El sistema est en espaol, el reporte debe de estar en un...
    [more]
  • $100 USD
    5.0
    Profile image for Seller peiv

    peiv Spain

    Nov 21, 2012

    Gran trabajo realizado por Jorge y su equipo. Ha superado mis expectativas con creces y lo recomiendo 100%. Es una persona muy formal, atenta y muy inteligente que entiende rpidamente lo que necesitas.Great work by Jorge and his team. He has exceeded my expectations by far and I recommend him 100%. He is a very formal, attentive and very intelligent.

    Project Description: Adjunto word
    [more]
  • $280 USD
    5.0
    Profile image for Seller kultfilmtv

    kultfilmtv Germany

    Nov 17, 2012

    Again very good work!

    Project Description: 1) I need another multiple choice selection for the "post a project" form. Buyers shall be able to select from about 5-10 different categories (I will tell what choices we will offer later)....
    [more]
  • $100 USD
    5.0
    Profile image for Seller Bottega23

    Bottega23 United States

    Nov 8, 2012

    Jorge is a Rock Star! He picked up the project, went to work and knocked it out as requested and in a timely manner. Communication was excellent and the overall experience was GREAT! I will definitely use Jorge in the future.

    Project Description: [This is a Private Project. You must be logged in to view the Project Description]
    [more]
  • [Sealed]
    5.0
    Profile image for Seller Svapo

    Svapo Italy

    Nov 7, 2012

    I was looking for this script since months ago, crawled all the web, asked directly to the software programmers..I was desperate. Nothing at all came out. I"m luck I found this man. Hired, waited a few hours, job done. Quick and efficient.

    Project Description: I need to convert my Agora forum version 3 to Kunena 1.7. I tried this many times with the only conversion mod available online, but I always get a duplicate IDS error. Tried to "bypass" it changing the...
    [more]
  • $40 USD
    5.0
    Profile image for Seller alinawaz88

    alinawaz88 Pakistan

    Nov 6, 2012

    HE is the best !!! If you have any sort of problem Just Hire him and consider it as DONE

    Project Description: i will tell the details to the person who i feel like having good feedback .. i want it to be fixed in 3 to 4 hour .. just a single ERROR "Fatal error: Call to undefined method productViewproduct::getState()...
    [more]
    zo0r has not completed any projects.
  • $250 USD In Progress

    - Auto update users table as previously discussed- Pull in the current price of the instrument to align with the timestamp of the tweet- Provide a web user interface that allows for quick input/categorizing of tweets in the databaseBasically I need a list of tweets that have not been categorized, starting with the most recent, displayed on a web page. I need basic info about the tweet, like the timestamp, @username, and if there is a link or image link it needs to be clickable.Next to each tweet I need some options for quick categorization, so that I can quickly scan dozens of tweets and take action on them.Category will be "Bull" and "Bear" to start with.Next to category is "Important Price" which is a input box where I can type in a price, example 1410.25. Store this as a new column with the tweet "importantprice".For each tweet this will be done.Now as for pulling in the current market price of the instrument to align with each tweet, there is an existing database on this server called "scquotes". There is a table within this database called "ES". This table coordinates with the hashtag $ES_F on twitter, which is what I am focusing on to begin with.Here is a sample:mysql> select * from scquotes.ES order by timestamp desc limit 1;+-----+---------+---------+---------+---------+--------+---------------------+| key | open | high | low | close | volume | timestamp |+-----+---------+---------+---------+---------+--------+---------------------+| 1 | 1404.75 | 1405.00 | 1404.75 | 1405.00 | 49 | 2012-12-03 22:56:23 |+-----+---------+---------+---------+---------+--------+---------------------+1 row in set (0.04 sec)All we care about is the "close" column. The timestamps are basically 1 entry per minute. Timestamps are Eastern timezone. I would like everything displayed as Eastern timezone.So what I want to do is know the ES close price at the time of the tweet. You can set the timestamp to Y-m-d H:i:s and search +/- 1 minute which will be close enough, or however you want to do it.This close price needs to be stored with the tweet as a new column "marketprice".So let"s say I organize 50 tweets and label some as Bull and some as Bear. The app will automatically create the marketprice entry by pulling scquotes.ES.close column and associating it with the tweet (please also make sure this price gets displayed next to the tweet when I am categorizing it). I will then manually read the tweet and look for important price data and input a price into the "importantprice" column.So now I have 50 tweets categorized with this info. What we want to do next is, for each tweet, show the range of price (scquotes.ES.close) from the timestamp the tweet was created until the close hits or exceeds the "importantprice" column. I would need to see a timestamp as well of when that happened.You can set a 24 hour expiration window, in other words, if the price doesn"t hit or exceed "importantprice" within 24 hours, then you can stop scanning. We could mark it as "Failed" (maybe a "result" column).Example:Tweet 1 - Category: Bull, Important price: 1420.25. Market price at time of tweet: 1410.00, 2012-12-03 09:31:00.Since category is bull, scan scquotes.ES.close with timestamp > tweetcreationdate until the close price >= importantprice (price moved up higher, hitting our important price target). Show me the timestamp of when the importantprice was hit.Example 2:Tweet 2 - Category: Bear, Important price: 1390.75. Market price at time of tweet: 1410.00, 2012-12-03 09:31:00.Since category is bear, scan scquotes.ES.close with timestamp > tweetcreationdate until the price hits or exceeds (in this case, exceeds means lower since bear) the important price, and show the timestamp.I also need some way of keeping score, so basically which Twitter @username"s have the best results (price hit before 24h timeout/expire). So maybe a "score" result page with each twitter name listed.

    [more]
  • [Sealed] In Progress

    [This is a Private Project. You must be logged in to view the Project Description]

  • €80 EUR In Progress

    I"d like to make some little improvements to the "kunena latest" joomla modue you already helped me with.1) it seems not to refresh with real latest posts, like it cashes or something2) it seems to not always honor the "show only from these categories or exclude these categories" option3) I"d like to choose whether to order the posts by "last reply" date or by "topic start date".4) maintain the columns layout customization

    [more]
  • $100 USD In Progress

    I need a bridge between vBulletin and GoToWebinar"s REST API.Use the attachment as the header info to include in the PHP file so you can pull vBulletin info.Information I found on the API, but I"ve never gotten around to writing the bridge myself:https://developer.citrixonline.com/api/gotowebinar-rest-api/apimethod/create-registranthttp://stackoverflow.com/questions/9273576/gotowebinar-api-phphttp://stackoverflow.com/questions/11298477/register-user-through-api-to-gotowebinar?rq=1I want to use the "Create Registrant" process. The required fields are first name, last name, and email address.Use $vbulletin->userinfo["username"] for both the first and last name.Use $vbulletin->userinfo["email"] for the email.I want to define the GoToWebinar event ID from the query string so I can easily change it between events. I think that will be the only parameter on the query string.Check that $vbulletin->userinfo["email"] is not blank. If it is blank, throw an error telling the user to update their profile here:http://www.bigmiketrading.com/profile.php?do=editpasswordI will call this PHP from an image like "register now", and on click it goes to this php. I will use jquery to display the output, so we want the output to be kept very simple such as "Registration successful, information sent to <email address>" or "You are already registered, check <email address> for an email from GoToWebinar".Let me know if something else needs answered.

    [more]
  • $450 USD Jan 3, 2013

    1) I would like to put my buyers and freelancers into two different privacy groups. This means, that freelancer profiles can be visited by the public. And buyer profiles can only be seen by registered members. It would be great to have both groups completely separated! 2) Remove the escrow payment system. This should be easily done because the new joombri version offers this option. I will send you the new version so that you can use it to make the changes. I don&Acirc;&acute;t need the whole "finance" part at all! But the option to rate users must remain! 3) Fix a bug at the freelancer registration form. I had to disable the ajax check for username / email address. It showed an error message at firefox and chrome: "Session ist abgelaufen oder Cookies sind auf dem eingesetzten Browser nicht eingeschaltet. Bitte diese Seite erneut laden und die Speicherung von Cookies im Browser erlauben." Translation: Session expired... Please fix it so that I can activate the ajax check again. Freelancer had no chance to register with this error message. That&Acirc;&acute;s why I had to remove the check.. 4) Reactivate the "skills" part for freelancers. This means that freelancers can pick their special category skills during registration (and later in their profile). And when a new project is posted matching the selected skill, the freelancer should get an email notification. (This is already included at the joombri software) What do you think it will cost? And how long will it take?

    [more]
  • $10 USD/hr Nov 16, 2012

    Custom Project Nov 16 2012 11:30:48

  • $10 USD/hr Nov 14, 2012

    I need to create a site targeted to rental homes, goods and services, a website in Portuguese and English because it will be accessed in Brazil.this site will be created with intuited people and companies who want to rent their property on my website, paying a monthly fee for advertising.The desiner site have a reference to follow this pattern.www.aluguetemporada.com.br, however this site is only for rental properties! we want to expand the categories and rent all kinds of things.please I need a good price!thank youKevin

    [more]
  • €20 EUR/hr Nov 1, 2012

    hi i need a script like phppennyauction.comcontact me :grpmit2(at)gmail.com

  • $200 USD Oct 29, 2012

    Seria instalar la versin de Opencart "v1.5.2.1" para que sea compatible con los siguientes extensioneshttp://www.opencart.com/index.php?route=extension/extension/info&extension_id=3023&filter_search=XMLhttp://www.opencart.com/index.php?route=extension/extension/info&extension_id=3214&filter_search=%20sitemaphttp://www.opencart.com/index.php?route=extension/extension/info&extension_id=4653&filter_search=seo%20pack&page=2http://www.opencart.com/index.php?route=extension/extension/info&extension_id=2564&filter_search=dineromailhttp://www.opencart.com/index.php?route=extension/extension/info&extension_id=3037y tambien tengo un problema con la moneda quiero agregar las precios en dolares y que mi cliente cuando entre a la web lo vea en Pesos MX y ovio como te anexo cambiar opencart a espaol y un ejemplo de como quiero que modifiquen el diseo para que quede como esta web http://pcel.com

    [more]
    zo0r does not have any open projects.
    zo0r does not have any work in progress.
[see more]

Portfolio

[see more]