A J2ME contract (Programmer required)

A company (name witheld) is willing to employ the services of a proficient J2ME developer to create J2ME games for mobile phones that are Java enabled using its (the company's) name and official logo which will be used for marketing and advertising purposes.
Please send your requirements to us at the address below and additional\detailed information will be sent.
Thanks
Chris
[email protected]

I am currently located in fort lauderdale where should I send my resume for your review?
Harold Timmis
[email protected]
Orlando,Fl
*Kudos always welcome

Similar Messages

  • Buying a used iPhone 3G, is 2-year contract still required?

    Can I get the AT&T plan without the 2-year commitment since the original owner took care of the subsidies?

    You're welcome.
    A two year contract is not required because you MIGHT want to upgrade your phone - that has absolutely nothing to do with the two year contract requirement for the iPhone whatsoever.
    The first generation iPhone was not subsidized by AT&T in the traditional way, but a two year contract was required. A two year contract is required with the iPhone 3G also regardless if an existing subscriber qualifies for upgrade or subsidized pricing with a new phone, and for new subscribers who purchased a used first generation iPhone or a used iPhone 3G.
    Most first generation iPhone owners qualified for upgrade or subsidized pricing with the iPhone 3G a year or within a year of the two year contract. There was no penalty when doing so, and the new two year contract for the iPhone 3G replaced the existing contract that was not completed. This was because the first generation iPhone was not subsidized by AT&T in the traditional way.
    If Apple releases the 3rd generation iPhone next summer, I won't qualify for upgrade pricing on a new phone at that time, including for the 3rd generation iPhone, but you would at that time if you activate a used iPhone 3G as a new subscriber since AT&T did not give you a subsidy for the iPhone 3G when becoming a subscriber.
    That is why I threw that in there.
    It is part of the exclusive contract between Apple and AT&T that a two year contract is required for the iPhone.

  • Programme required for query output

    Hi,
    We have created a Query in system which will give output of non-printed invoices in system. User select these invoices list and prints it manually.
    Now user has comeup with a requirement that he wanted a programme that selects the query output (non printed invoices) and that automatically adds the output type XXXX.
    Pls let me know does anyone know about such progrmme??
    Thanks in advance
    Srikky

    hi,
    1. sorry we have some limitation in query.
    2. copy the logic into Zprogram and create newly.
    3. add check boxes for each invoice in teh report.
    4. keep select all and deselect all push buttons on the top.
    5. write a SPOOL request inside the program which converts into PDF.
    6. and execute for getting print out.
    or
    an out put is generated automatically when you save an invoice.
    requisites:  a spool program has to be attached to the driver program and execute the spool by selecting it.
    regards,
    balajia

  • Run a J2ME MIDlet which require authorization

    Hi all,
    Can you help me in this issue
    Initial condition
    1. My pc has J2ME WTK and with internet connection.
    2. I have JAD file with me and the corresponding Jar file is in a WAP server.
    3. JAD file MIDlet attribute is "MIDlet-Jar-URL: http://........"
    4. The Wap server where the jar file is placed is protected and require authenication.
    5. Valid userid and pass word is required to browse or download the wap page of this server.
    Action.
    I would like to execute the JAD file from my PC desktop which will call the Jar file which is placed in server.
    Defect.
    Cannot execute because it required authenication and WTK does not ask for any authenication and just displays "InvalidJAD Exception Reason 36".
    Requirement.
    Can WTK prompt UserID and password be input for executing these type of MIDlets from authencated WAP Server..
    I would like to know any special settings need to be done in WTK

    Compile using CLDC 1.0 and MIDP 1.0 and try again.
    Darryl

  • Programm requires shockwave but couldnt find it (mac)

    i have downloaded a programm for professional photobook presentation. this prog needs shockwaveplayer 11 to start. i dont know why. there is always an application error popup that swp 11 is require. installed the newest version swp 12 correct and all my browsers use it and it works in the browsers fine. why need this programm shockwave player and how can i fix this that i can work with the programm.
    using osx 10.7.5
    need help please!
    thanks alot
    Marcus

    Have a look at some of the suggestions in this link:
    http://support.apple.com/kb/TS2570?viewlocale=en_US&locale=en_US (Russian is available from the link within the article (top right of the page).

  • Should a new custom ESB contract wsdl required for such a scenario?

    Hi,
    I am using AIA 2.4 for my client who is integration Web-center 11g with JDE 9.0. The question is more pertaining to design approach that one needs to take for a scenario as this-
    The case - an ADF page tries to create a customer in the JDE and uses AIA layer for the movement of business data.Once the customer gets created in the JDE,JDE in turn returns the client Id which ADF needs to navigate to a different page.The ESB currently is based on the entity WSDL(CustomerPartyV2.wsdl) and the operation is create. Since create ops in the above Entity contract is defined as 'async-one way' we cant get any response back to the ADF page via the provider ABC service.
    Now to break the impasse, client has suggested if I can extend the entity wsdl file and create a new process wsdl file.But I couldn't convince myself as the need for a custom wsdl file for the EBS. This is becoz we are neither adding new operation nor we are extending a new EBO. The only thing that needs to be done is to make the create operation from async to sync in the wsdl. Unfortunately the Integration guide for 2.4 doesn't lay-down any step as how to tackle such an issue.
    Please provide me some guideline on design as how to approach this problem and break the impasse!
    Thanks
    Prabal
    Edited by: user10797754 on Apr 1, 2010 9:14 AM
    Edited by: user10797754 on Apr 1, 2010 1:36 PM
    Edited by: user10797754 on Apr 1, 2010 1:40 PM

    Hi,
    In AIA, the CRUD operations but for Query have implemented Asynchronous request / response patterns. Hence, these interfaces are modeled 2 one-way operations. The programming model stated in Integration Development Guide does specify how the client (in AIA, it might be Requester ABCS) can optionally choose to receive the outcome; and also about how the provider service needs to be coded to handle this.
    The “responseCode” attribute of the EBM verb is set to indicate to the providing service that the requesting service is expecting a response. This is evaluated in the providing service to send back a response. The Create verb has an optional “ResponseCode” attribute that communicates the payload that is expected in the response message to the “Create” request. . The possible values for the ResponseCode are restricted to either “ID” (response payload is expected to be the Identifier of the object that was created) or “OBJECT” (response payload is expected to be the entire object that was created).
    Even though the above programming model does allow for client services to receive the responses about the outcome of create / update / delete / sync operation in an asynchronous way, I would strongly discourage ADF page making a synchronous service call which in turn leverages AIA's asynchronous request / response pattern based services. This synchronous - asynchronous pattern could have performance impact.
    I would make two recommendations - one is to follow customer's suggestion - add a new synchronous request / response based operation in process wsdl. But that means, you need to implement requester as well as provider services for that operation; and have ADF page invoke that synchronous requester ABCS.
    The other option is to leverage the delivered existing services - clone the requester ABCS and make changes to cloned requester ABCS to update the requester application after receiving the response. Instead of cloning, you could also decide to make inline changes to the delivered requester ABCS - but need to be aware that those changes are not upgrade safe.
    The user experience will certainly have to be modified - have the user refresh the screen - refreshing the screen should result in retrieval of the identifier from the data store ; and that could be used to navigate to the specific object. There might slightly be an inconvenience to the end user - but the implementation has all of Quality of Service characteristics such as resiliency, transactionality, guaranteed delivery etc.
    Hope it helps.
    regards,
    Ravi
    I

  • InDesign programmer required as contractor

    Hi,
    We are starting an interesting project where we will be using InDesign Server connecting to a Web client. So we are looking for a programmer with expertise in InDesign programming.
    Location: Anywhere in Europe, remote is acceptable.
    Years of Experience: 2 - 5 years
    Strong knowledge on Adobe InDesign SDK and scripting model.
    Able to  work with external APIs.
    Strong Object oriented concepts.
    Email: Please use this e-mail address for [email protected] holman DOT romero AT yahoo DOT com
    Thanks !

    So long as you are UK based then that is fine.

  • LabView Programmer required for free small project

    I am looking for a Labview developer who can spend a few hours for free developing a small Labview project.
    Please email [email protected] if you are avaible ASAP
    Many Thanks
    Dave

    Why not learn LabVIEW and do it yourself.
    The help within the LabVIEW forum is free and you get to learn a language as an added benefit.

  • Delivery date in contract

    Dear Friends,
    Can we maintain one tentative Delivery date in contract?
    I know contract dont have schedule lines.....and wont transfer any reqirements .....but I need to give  one tentative delivery date ....just for the information to pass to the production....
    Thanks
    Sasi

    Hi,
    Contract is an aggreement , which have a start date and end date. between this is the delivery date for any order is created.
    contract does require either it is MTO or MTS.
    If the aggreement is there then we need to deliver the material.
    Hope still you have any things.
    thanks
    Kuntla

  • Contract not visible in sales order document flow

    Hi
    I am supposed to create sales order from Contract.The requirement is that only header data should be copied.Thus  In Copy Control configuration I did not maintain item level and schedule line level settings for these document types. The issue is that after running the whole cycle from Contract -->SO --> Delivery --> Invoice when I see the Sales Order document flow I can see all other documents but not the contract.Also In Contract document flow I can see only sales order but not delivery and invoice.Please guide.

    Hello,
    Update Document Flow option is available only at Item Level in copy control setting from Contract to Sales Order.
    Check out your Copy Control Records at Item Level. There would be "2" mentioned in "pdate document flow" box.
    2 means Create doc. flow records except for dely/goods issue/billdoc. Here you to maintain "X" for Complete Document flow.
    Hope this helps,
    Thanks,
    Jignesh Mehta

  • Purchase order creation with reference to Contract

    Dear All
                    Purchase order creation with reference to quantity contract the contract quantity is not copied in to po. any configuration copying rules required. please guide
    Regards
    Anand.

    Hi Buddy
    The correct business process is RV Preq created by a user from any department then buyer converts this Preq to a MK contract with some quantity keeping the duration as some months/year. Then as and when material mentioned in the contract is required during the validity period of the contract MRP creates Preq or buyer manually creates NB preqs , same are then converted to PO but these PO are released against MK contract. So qty in PO are different then mentioned in contract because contract is for  a large qty keeping in mind the duration (for example one year).
    Regrds
    Yogesh

  • How to add new line item using BAPI BAPI_CONTRACT_CHANGE for contract-ME32K

    HI Experts,
    how to add new line item using BAPI: BAPI_CONTRACT_CHANGE for existing contract.
    Requirement:
    Already the contract having two line items using ME31K.
    Custom program has to add new line items in existing contract.
    Thanks,
    Sendil

    I got the solution:
    We can do like this:
    1. Get all details using details, BAPI_CONTRACT_GETDETAIL.
    2. After getting results, append new line item. Then use your BAPI.
    Check this posting program.. where this bapi is used, use the same coding technique.
    IDOC_INPUT_PURCONTRACT_CHANGE

  • LabVIEW Programmer Full Time Position, Livonia, Michigan - Join are team of programmers

    LabVIEW Programmer POSITION
    Revolutionary Engineering, Inc. is dynamometer testing systems integrator and services company.  We provide systems and services for the automotive industry as well as in-house dynamometer testing.  We currently have a position open for a LabVIEW Programmer.  A brief description of the positions responsibilities and benefits are summarized below.  If you are interested please e-mail me at [email protected]
    Position Available
    Full Time LabVIEW Programmer
    Requirements
    Bachelors Degree
    LABVIEW programming experience, CLD a plus
    AutoCAD Experience a plus
    Experience with Microsoft Office Software
    Ability to work with other technicians, engineers, and customers
    Ability to communicate technical information both verbal and written
    Responsibilities Include (but not limited too)
    LabVIEW Programming
    Control System programming and interfacing
    Design and build assistance on dynamometer systems
    Electrical and mechanical print review
    Benefits
    Paid Vacations
    Full Medical
    Paid Sick Days
    Competitive Salaries
    Please check out our website at www.revoleng.com
    regards,
    Daniel E. White
    Revolutionary Engineering, Inc
    36865 Schoolcraft Rd
    Livonia, MI48150

    Dear Sir,
    I learnt about your need for LabVIEW Programmer from your company’s website. I am interested in this job profile which is mentioned in your website. Moreover I aspire to work in a technical company of my field.
    I believe that my LabVIEW knowledge and my education background are appropriate for your requirement , I am attaching my resume for your consideration.
    Thanks in advance.
    Regards,
    Devi S.
    Programmer analyst trainee,
    Cognizant technology solutions,
    Chennai.
    PH: 91-09789069507
    Attachments:
    Devi_Sadasivam.doc ‏48 KB

  • Transfer data from linux pc to cellphone & give access to j2me program

    i am doing a project wherein i need to transfer some data from a linux based pc to sony ericsson p800 cellphone connected to the pc. now the problem is the pc suite of p800 works only on windows. so right now i recompiling the kernel to incorporate irda / bluetooth support and then transfer data using bluetooth. now my question is will the data transferred via bluetooth get stored in the rms and will it be accessible to j2me aplications? actually initially we were planning to use socket programming (personal java) to transfer data between pc and cellphone . can j2me programs access files on the cellphone? again somebody told me
    RMS is created for every JAR and SIS file...ie the cell allots a particular area for each jar application which another application cannot access, so personal java programs are converted into SIS files...so using personal java is not of any help coz if the data is transferred, it wont be accessible to j2me application i.e. all midlets that wanna access a RMS should be packaged into the same JAR file
    also does anyone know an easier method of transferring data from the linux pc to the cell rather than recompiling the kernel? again most importantly the data transferred should be accessible to j2me applications.

    Iphone requires itunes.
    As far as I know itunes does not run on Linux Ubuntu.

  • Standard report for invoices against a quantity contract

    dear experts,
    is there any standard report for how much invoices(billing) should be made against a quantity contract.
    my requirement is suppose if  i enter a quantity contract number then it will display all the invoices against that contract with
    invoice values.if any please let me know so that we make make our process much better.
    regards,
    amar.

    Dear Amar,
    In SAP, this contract to Invoice their is not standard report.
    Report
    If you enter a quantity contract number, to get a list of invoices with qty and invoice amt
    Prepare a SQVI REPORT
    USING TABLES
    VBRK for Invoice qty amt
    VBRP for Invoice number, dates...
    VBFA to get the intial document number
    VBAK - to get the contract number
    VBAP - to get the material.
    Its worth spending little time to create the report.
    Ensure standard SAP contract to Invoice is like compartments
    Regards,
    Mani

Maybe you are looking for

  • Overflow error

    Hello experts, I am having an error with my report. Below is the error: Overflow for arithmetical operation (type P) in program "ZFR_FOREX_REV_ACCTG " Now, the variable that I am putting the amount is lv_amount which is type p decimals 2 with a lengt

  • Photoshop Elements & Premiere Elements 10

    I purchased Adobe Photoshop Elements 10 & Adobe Premiere Elements 10 as a set, but only Premiere Elements loaded. What do I do?

  • Oracle 11.1.0.6.0 client installation failing

    I m trying to install oracle 11.1.0.6.0 client in linux 64 bit. I got the following error during the installation. OUI-25031:Some of the configuration assistants failed/cancelled. It is strongly recommended that you retry the configuration assistants

  • How to load a PDF blob?

    Hi, could some one help me with the steps to loading a DPF file into a table. In this table I have a column which is a BLOB datatype where I would like to store these PDF's. Any help would be greatly appriciated! Thanks for your time.

  • IPhoto won't open image due to folder permissions

    So, I have 2 accounts on my Mac, my wife's and mine. Our iPhoto folder is stored in the shared folder, to avoid redundancy. When she uploads pictures on her profile, I can see them in iPhoto on my profile, but when I click to view the image fullscree