Looking for a Developer

I'm looking for someone to team up with who knows how to code applications in Mac OS X or open source. I have an idea that I want to develop for an app that I believe can be very marketable to specific professionals. There is a need and I don't see an app that fills this need yet. The Apple community is growing for this specific user group and this idea could be the right time to develop this application. I will provide the idea and structure - you help me develop the interface and put into source code.
Contact me and we can discuss.

Hello,
it all depends on what you want... you can want a powerful heavyside client (=> a Java application), you can want a lightweight client relying on WebServices (=> MDS), you can want no client at all, a simply a productivity webpage (=> Browser development).
http://na.blackberry.com/eng/developers/started/tools.jsp
There is even a video that managers can understand that explains the differences between the three (but I can't find it and I'm in a hurry).
The search box on top-right of this page is your true friend, and the public Knowledge Base too:

Similar Messages

  • Looking for LabVIEW Developer with 2-3 years of experience for Mumbai based Company

    Software Plantation, Mumbai is currently looking for LabVIEW Developer who can contribute to the development of automated test, data acquisition, and control systems using National Instruments LabVIEW.
    This position is located at Lokhandwala, Andheri West, Mumbai.
    Requirements:
    Applicant must meet the following criteria:
    2+ years of LabVIEW experience.
    Should be from Engineering background.
    Knowledge of various communication protocols like RS-232, Modbus, USB, etc.
    Knowledge of NI DAQ hardware boards.
    Automated test, measurement, data acquisition, and/or control experience.
    Good at documentation.
    Knowledge of Software Development Cycle
    Must be able to meet objectives as directed.
    Ability to effectively work independently.
    Ability to contribute and work in a team environment.
    Ability to adapt to changing requirements, rapidly absorb new concepts, and apply them effectively.
    Good communication skills.
    CLAD certified developer will be preferred. Knowledge of C/C++, Linux is an added advantage.
    If your background and qualifications match this position, please send your resume via email with subject line as: 'LabVIEW Developer Application'.
    E-Mail: [email protected] 
    Note: Please do not post your resume on the job forum. Mail it to the above mentioned email ID.

    Kindly send me your resumes on [email protected]

  • Looking for a developer to build a custom AI plug-in

    My apologies if posting about freelance development opportunities is not cool. I didn't see anything that said I couldn't :-)
    Looking for a developer to help us develop a custom AI CC plug-in for Mac/Win that helps with some custom AI workflows. I have a detailed 6 page product specification including interface designs.
    Please let me know if you are interested in helping. It is of course a paid opportunity.
    jmcminn [**at**] yahoo.com

    I would suggest our Adobe Connect partners:
    RefinedData  - www.refineddata.com
    Terry Shane
    RefinedData has their TalkingStick Pod that can easily be customized to do lots of things not advertised
    Vidyo - www.vidyo.com
    Vidyo has in beta their Telepresense HD Video Pod for Adobe Connect for release end of the year
    Both of these excellent partners know Connect very well and can help. I'd start with RefinedData. Tell them I referred you.
    Heyward Drummond
    Adobe

  • Where's the best place to find Quartz Composer experts? (looking for a developer)

    I'm looking for a Quartz Composer developer who is 1) interested in working with an artist and 2) can give me a quote for a specific project I am developing.

    Apple hosts a bunch of mailing lists, one of which is for Quartz Composer devs. I read the list occasionally but have never really had the time to become proficient with QC.
    Start here for general info about Apple's mailing lists:   http://lists.apple.com/
    Then click the "Lists hosted on this site" link to see all the various lists. You'll have to subscribe to quartzcomposer-dev in order to post your questions to the list.
    The list is intended for technical discussions related to development and not really for job solicitation. But the usual folks on the list seem relatively friendly for the most part so I expect if you asked nicely and took any negotiations off-line that you wouldn't receive any flak.
    Steve

  • Looking for team development best practices

    We are new to Flex and have a team of five developers with
    JEE background. My question is how to best organize a flex project,
    so it's efficient for everyone to work together. Coming from
    typical JEE Web application development, it's quite straightforward
    to break up features into separate Java classes and JSP pages. It
    reduces chances of multiple people working on the same file and the
    merging hassle. I am looking for best practices for breaking up
    flex code especially for MXML, so it is easy for a team of
    developers to work on the project.

    We are new to Flex and have a team of five developers with
    JEE background. My question is how to best organize a flex project,
    so it's efficient for everyone to work together. Coming from
    typical JEE Web application development, it's quite straightforward
    to break up features into separate Java classes and JSP pages. It
    reduces chances of multiple people working on the same file and the
    merging hassle. I am looking for best practices for breaking up
    flex code especially for MXML, so it is easy for a team of
    developers to work on the project.

  • Urgent - Looking for captivate developer for freelance work in South of UK

    Hi,
    We are urgently looking for some freelance developer with atleast 1-2 years of experience in Captivate 7 and atleast some experience in captivate 8. If interested can you please get in touch with me on [email protected]
    Thanks
    Ganesh

    Hi,
    I have a good experience in adobe captivate * UI Design.
    Looking forward to you reply.
    Thanks
    Puneet

  • Looking for FLASH developer/guru to create a Flash Intro for a Clan Site.

    I am looking for a FLASH developer to create a custom FLASH
    Intro for my gaming clan forums.
    A bit about us:
    Clan Name: =bURnT=
    Site:
    http://burnt.swisshut.com
    Games Played: Battlefield 2 & Battlefield 2142
    What we would like in the Intro:
    - That it somehow complements our forums
    - Includes the clan name
    - Looks professional and loads within reasonable time
    - Some sort of music / background soundtrack
    We are a small clan and don't have the biggest budget but
    please consider us and give us a estimate of price if you are able
    to do this for us.
    Regards,
    Dieter Balmer (OzButcher)
    [email protected]

    ..please visit my personal site
    http://bizgraphix.com
    ...thanks

  • Looking for some development advice...

    Platform
    Oracle Database Enterprise Edition, 10.2.0.4
    Windows Server 2003 R2
    Development Framework
    Front-End is written in PHP which interfaces with Oracle packages.
    Application Category
    Data Mart / Ad-Hoc Reporting
    Problem at Hand
    I'm responsible for the development of the PL/SQL interface to a data mart. The application is used to present charts of various complexities to the end users. The database been designed using the snowflake / star schema design methodology. The design effectively has one fact table with approximately 5 dimensions.
    Ideally I wanted to pre-compute all the necessary measures and store them in a materialized view (a.k.a. "summary tables") for very quick response time to the user, using the GROUPING SETS, and ROLLUP extensions to the GROUP BY clause. However, there is a requirement which allows a user to exclude fact records (based on particular dimension values). This means I cannot pre-compute the measures, unless I'm missing something.
    I am open to options, but I feel my only way out is to generate the SQL dynamically and return a REF CURSOR to the client. Almost everything is subject to change as far as an SQL statement is concerned. The SELECT list depends on the report and the columns chosen. Same goes for joining dimensions to the fact table, as well as an expected dynamic WHERE clause.
    If that is the case do any of you have lessons learned with taking this approach? My concerns are (in no particular order):
    1. Modularity
    2. Maintainability
    3. Performance
    With a dynamic SQL approach and no ability to pre-compute values performance may or may not become an issue as I can only index base objects.
    Maintainability and modularity are my biggest concerns. I want to code in such a way that it at least has a fighting chance of being maintainable for me or any successor. Normally I would try and consolidate common functionality into re-usable modules, but this seems like a difficult approach in this scenario. The reason being that at some point later in time a change to one report may not happen on another and this 're-usable' module would have to be split up. On the other side of the coin I could develop each report without consideration for others. The problem with this approach is that if I have to make a change, it may affect more than one report and it leaves an opportunity for bugs to creep up.
    Basically, just throwing this out to you all to see if there was something glaring I missed, any passed lessons learned, or if I have to trudge along with what I have now.
    Thanks!

    user503699 wrote:
    Centinul,
    First, let me confess that I am not trying to come as an expert here, so apologies if some of this is irrelevent or wrong.
    After reading your OP, I remembered my early days in IT. Basically, I started my career in IT as a front-end programmer,
    developing customized applications. During those days, I have, more than often, seen demands, either from customer or
    from so-called "project managers", about a DYNAMIC reporting systems which can be used in any way desired.
    Now, the idea initially sounds very attractive and I used to be very much disappointed at that time that I did not have
    skills to build such a reporting tool. Basically, some people demand it because they are used to doing all sorts of "magical"
    things with tools like MS EXCEL or because they had heard of some commerical reporting product that does "amazing" things.When I use dynamic, it's kind of loose in definition. However, I am DEFINITELY trying to weed out the "need" versus "want" in terms of requirements :)
    Long story short. Have you decided TO BUILD this reporting application AFTER carefully reviewing following things?
    a) Expectations of customer/management from the reporting systemI'm trying my best to do that. Unfortunately the customers (unknowingly) like to participate in a rapid prototyping process which I dislike.
    b) Based on expectations, the budget available (I know this might sound off the track but not so much in my experience)They are aware.
    c) more importantly, are there no commercial products in market which you can just buy ? There can be 2 answers to this
    question. Either there are no commercial products on market that can satisfy the requirement OR there are products
    available but they are too "expensive". In either case, it would help a lot to keep all stakeholders aware of WHY & HOW
    have you arrived at the decision of building a reporting system.I'm trying to explore all options that I can. However, it is not as easy as a client/server architecture. The customers are located in geographically different locations and hence they need this information via the Web. In addition I have unique constraints when it comes to purchasing other products, especially when it means getting a new vendor involved. In most cases it's easier to work with what we have.
    I have taken a brief look at Oracle's OLAP / Analytic Workspace functionality, but I haven't been able to find a way to easily remove "branches" from the hierarchy and retrieve aggregate results from the next level up. I could be missing something though.
    Now, some technical (finally :) ) questions.
    1) You said you wanted to use materialized views in order to speed up the process of generating results. Does it mean you
    expect to have millions (or billions) of records in your fact table and hence on-demand grouping or aggregating will not
    meet reporting SLAs?Millions of records are expected to be there. However, the frequency of load is very low (as in once a year, twice a year) so I wanted to create materialized views to pre-compute all the aggregates I need to make access fast. However, if I can't even get a static SQL statement then this option is out the window.
    2) Looking at the example that you have given, it seems (to me) there is no alternative but using dynamic SQL.That's what I was afraid of. If that is the case does anyone recommend any best practices?
    3) Will the application not have any pre-defined reports ? Will the users be given free-hand to select any of the combination
    of 5 dimensions? That sounds a bit too flexible but what do I know. :)All the reports are predefined dealing with usually no more than four dimensions at a time. One dimension will be displayed on the final report with the measures, and the others are typically used to filter out the final results. From a simplicity perspective I could assume there would be a selection for ALL filtering dimensions EVERY time which means I could have a STATIC JOIN clause. However, there is an equal possibility that the user WILL NOT filter upon any particular dimension and therefore I don't want to include a JOIN to another table that is not even being used as this may hamper performance.
    However one of these filtering dimensions is very similar to the hierarchy example I gave in a previous post. This is where a user wants to be able to exclude "branches" of a dimension but obtain aggregates at a higher level.
    Another requirement is that some of the aggregates are sums, averages, regressions of individual measures. Therefore another layer of complexity is introduced which needs to manage a dynamic SELECT list.
    4) Most importantly, how much maintenance window will be available to load data in this DWH? Does the reporting system
    SLAs exclude this maintenance window or is reporting system expected to be available 24x7?See #1
    That's probably all I can think of at this stage but this thread is interesting. I will keep an eye on this to see what you decide
    finally and what was your thought processThanks for taking an interest and I hope it makes sense.

  • Highland Controls Is Looking For A Developer

    See our website for more details:http://highlandcontrols.com/careers/
    The job description on Monster is the one that is LabVIEW focused.  Location is Richfield, OH (between Cleveland and Akron)
    Please note that we are looking for local candidates only.  No relocation or Visa sponsorship available.

    Hay
    i agry with u
    but i want few more details
    at [email protected]
    Regards
    FAHAD AZIZ KHAN

  • Looking for a developer to develop a custom video pod for me

    Hello,
    I would like to contract out the development of a special video pod for Adobe Connect 8...if you're interested in finding out more please email me at [email protected] look forward to hearing from you.
    Peter Hill
    Vice President of Research & Innovation
    Head Research

    I would suggest our Adobe Connect partners:
    RefinedData  - www.refineddata.com
    Terry Shane
    RefinedData has their TalkingStick Pod that can easily be customized to do lots of things not advertised
    Vidyo - www.vidyo.com
    Vidyo has in beta their Telepresense HD Video Pod for Adobe Connect for release end of the year
    Both of these excellent partners know Connect very well and can help. I'd start with RefinedData. Tell them I referred you.
    Heyward Drummond
    Adobe

  • We are looking for a developer familiar with Captivate, Lectora and SumTotal for a small re-do job. More in the future.

    We just lost our favorite technical project manager/developer who took a job somewhere full time. This is a refresh on a course she put together a couple of years ago. It should be a fast simple job as she has outlined the steps but we lack the resources in-house.  It will be a chance for us to get to know you. We are in LA but you can be anywhere. Here is what she described as the basic steps - we have the changed content from the client:
    1. Update the Captivate file and render as Flash video (.flv). I used Captivate 5.5, but I am guessing your contractor could import the project file into the online version of Captivate.
    2. In Lectora, replace the Captivate video. NOTE: Be sure to copy the properties from the existing Captivate video object embedded on the course page, so you can set them for the replacement object.
    3. In Lectora, replace the question text. NOTE: Be sure the Feedback text directs them back to the content that relates to the question.
    4. Publish the course to HTML and test. Be sure to test the updated activity and quiz. NOTE: While testing, you may need to override the progression logic:
    Ctrl-Shift-F9 turns progression logic on and sends you to the Table of Contents
    Ctrl-Shift-F10 turns progression logic off and sends you to the Table of Contents
    5. Correct any problems you find and retest in HTML.
    6. Publish the course to SCORM 1.2. There are some client specific settings that will have to used. The way I handled it in 2012 was to edit the imsmanifest.xml file directly by comparing it to 2011.
    Please let me know if you are interested and experienced in this kind of course development. Thanks

    Captivate is e-learning development software not a dedicated video convertor, you are better off trying something like Adobe Media Encoder or Super.

  • Looking for Integrated Development Environment

    I am new to Mac programming and was wondering if anyone could recommend a good IDE (Integrated Development Environment)? I tried downloading a version of XCode but it works only for OS 10.4 and I am using 10.3.9. Also, I ordered the book "Beginning Mac OSX Programming" by Trent and McCormack. Is it a good book to start with, or did I waste my money? Thanks in advance.

    I have that book and I've found it useful. It provides a basic introduction to Xcode and a number of the languages available. However, if you want to learn a particular language, then you may need a language-specific book.
    Have you any particular language in mind that you are wanting to learn/use?
    Also, is there any reason for not upgrading to 10.4.9 (which is the latest version of the OS)? At least with the latest release, you will have many bugs fixed and the current discussions will all relate to any new ones.
    Susan

  • ZAC looks for Java Development kit

    Is it true that ZAC needs Java Developmement kit installed on the client?
    Because my ZAC client got the following error:
    overallfound JAVA_HOME for JavaSoft VM: D:\Program Files\JavaSoft\JRE\1.3
    couldn't load Sun VM: 'Sun VM libraries do not exist/cannot be loaded in
    JAVA_HO
    ME D:\Program Files\JavaSoft\JRE\1.3\bin\javai.dll'
    Cannot load a suitable Java VM: error cannot load VM with order preference
    'S',
    exiting
    When I reinstall JDK it is okay. When I rename the registry key 'Java
    Development Kit' to something else it stop working again. Rename it back
    makes it works.
    But I don't know why ZAC need JDK since I only want end user install JRE
    instead.
    Thanks.

    paycity wrote:
    Java Development Kit is under the GNU General Public License (GPL), thus making it free software.The Sun JDK is not under the GPL, it's under a proprietary license, but is available without cost.
    The OpenJDK is under the GPL (with the classpath exception)
    I searched on the internet and many people says: Java Development Kit is under the GNU General Public License (GPL) and You don't can to distribute your programs compiled with Java Development Kit as a commercial software or to sell a product written in javaThey are wrong. The license of the software only governs how you may use it and what you can do with its source code. It does not restrict what you can do with the things you build with it (as long as you don't use parts of the JDK itself in your product)
    , You need a business license if you want to sell a product written in java, I mean: You must to buy: Java for Business JDK/JRE. This information is true?No.
    [Java for Business|http://www.sun.com/software/javaforbusiness/index.jsp] is a program by Sun/Oracle that allows you to buy support for the JDK. For example it allows you to use (and be supported with) the JDK 1.4.2, which is otherwise at its end-of-life.
    You don't need to buy that if you just want to build and sell software using the JDK.

  • Looking for Photoshop developer to create actions panel

    Looking to hire a Photoshop scripter for an actions panel.  Need the actions panel to be interactive and allow users to select photos that are inserted into a psd template.
    PM if your interested.

    No, I didn't. The last time I saw it, it was looking just as a regular Reader with a little more options and with an addon to MS-Office, to allow to save MS documents to pdf from inside MS-Office user interface products, and frankly, I do not highly admire there products at all, so I do not have MS-Office installed. But it was also long time ago. If the situation did changed since than,  I will try it.
    Thank you very much.
    I've just tried the Acrobat. It worked great ! Thank you. Just not all the images have options how to save them in pdf file, but that's ok for now

  • Looking for SAP Developer with HR/Payroll experience

    Hi All,
    We are currently recruiting for an SAP developer with HR/Payroll experience for a permanent role in Canada.
    For more details please email me at [email protected]

    I need a functional consultant that has done configuration in SAP HR Payroll.
    Michelle Yang
    Vice President
    Direct(925) 989-7337
    [email protected]

Maybe you are looking for