Experienced CF Programmer Needed

Need to find an experienced and skilled CF programmer to
complete our CMS. The system is aproximately 90% complete. We would
need this individual to examine the existing code, fix some of the
existing, minor issues and complete 2 remaining modules. In total
this project should take between 100 and 140 hours.
For complete details and to schedule a call please contact me
at [email protected]
In the email please be sure to provide your contact
information and experience.

When posting on a world wide medium, basic information such
as which hemisphere, let alone city, the position is in would be
part of "recruiting 101". If telecommuting is an option, say so.
It will make your hiring search much more pleasant if you
provide even the most basic of details in your recruitment
efforts.

Similar Messages

  • Novice Programmer Needs To Learn JSP

    Hi All,
    I am an experienced HTML programmer and my current employer would like me to learn JSP, JavaScript, and Java. They would prefer I learn JSP first.
    I have no programming experience beyond HTML. What is the best way for me to learn JSP? Can I learn through books or will I need to take a class?
    I appreciate any and all advice.
    - Rob

    Maybe someone else will disagree with me, but from my experience your management does not have a clue.
    JSPs may look like more fancy HTML pages, but in fact the use of them by an application server (such as Tomcat) causes them to be translated into Java code and they become servlets. So, you cannot do serious JSP work without being aware of what is going on in wrinting Java Servlets.
    JavaScript, although the name starts with "Java" is a distinct language, used pretty much only in browsers as a way to have smarter action implemented in the browser. JavaScript shares a tantalizing amount of Java's syntax, but they are different.
    For example, if we consider a form to be used by someone to prepare information to send to a web site, with JavaScript, you can do validation before the data is sent to the server and put up a message to the user with no network traffic required. With logic only in Java code on the server, you will need to send the data to the server to do validation, and then send back a rejection notice asking for the user to recreate the information.
    The ugly truth (in my opinion) is that to be a good writer of Java-ish things to be shown in a browser, you need to know HTML, JavaScript, Java, and Java Servlets. (Pretty soon you will need to deal with database stuff.)
    JSPs can make some tasks easier, but you need to know what is really going on or you can make errors at a high rate of speed.
    JSPs are not required. You could write code on the server to create a stream of html output that is a combination of standard blocks of html code and content from other sources (usually databases). With JSPs however, you can write blocks of html and java code and the process of compiling a JSP turns it into Java code that generates the stream of html output wiith intermixed data. It is easier to do maintenance on a JSP than on a plain servlet.
    For example, if you are doing a page that is a "shopping cart" for an e-commerce site, you can have the standard html lines to create the <table> and header rows. Then, you switch into Java, get the data, and loop through the entries. For each item in the list of contents you output a row of the html table. When you are through looping through the data, you exit the java code and have a plain old html ending of the table.
    Does this help?
    Dave Patterson

  • LabVIEW programmer needed for full time position, Orange County CA

    Anaheim CA 92801
    [email protected]
    Job Title: Project Manager
    Job Type: Permanent
    Job Location: Anaheim CA
    Main hardware expertise required: Compact DAQ/RIO (cDAQ,cRIO), Enclosures, Cabling, Other (please comment)  
    Main software expertise required: LabVIEW, LabVIEW Real-time (RT)
    Job Description: LabVIEW programmer needed to program and update a series of technologies while using NI CompactRIO and Single Board RIO applications. Some basic networking and basic electronics experience required.
    40 hrs/wk at our Orange County facility.
    What qualifications and T&M certifications do you require? Technical, LabVIEW Certified Developer Prefered
    Salary Offered: $60K-80K based on experience and qualifications  
    The attachment is a picture of the prototype ETU unit. The DBA of the company is "GreenLink Systems," our website is www.greenlinksystem.com
    Attachments:
    ETU and Staff.jpg ‏186 KB

        Bill,
    We are able to offer you the help you need on
    this.  I work for a LabVIEW/test-system consulting group based here out
    of Salt Lake City...not too far if a quick trip is needed.  Among the
    six of us, four of us are former NI employees and we count with a lot of LabVIEW experience and regularly do
    contract work, local and remote.  This sounds interesting and right up
    our alley as far as experience goes.  I'd refer you to our website for
    further info about different projects that we've done for many
    clients.  www.mooregoodideas.com.
    If this seems workable for
    you, feel free to shoot me a note at [email protected]  I'd be
    curious to know more about what you're after and how we can help you
    out. 
    Thanks,
    Jim

  • Houston LabView Programmer needed

    Houston, Tx LabView Programmer needed.
    We are looking for a Labview experience programmer in the. Please contact for more details. (713) 333-0227

    There is a special forum for this kind of posts: http://forums.ni.com/ni/board?board.id=JobPost
    Thanks!
    LabVIEW Champion . Do more with less code and in less time .

  • What does an iphone programmer need from me?

    I need some help. I just hired an iphone programmer to develop a program for me. But I don't want him to access my developer account since I registered as an individual and it has sensitive info. But I know I might need to get him some certificates(?) for him to develop the application for me. I've read and re-read the developers portal site but still can't figure out what he'll need.
    What will my programmer need from me for him to program, test and build an iphone app for me?

    for one, he/she probably doesnt really need anything from you. If they have a Mac, the iPhone SDK Final then thats all thats really needed. You may want to set up a SCM repository on the project so he/she can checkin checkout the progress - ultimately you are publishing it though.

  • Non-Programmer Needs Help!!! (desperately)

    Ok, I want to create games for a virtual world website. I also want the website to be a game itself. Right now, I am working on creating a card game for two players (with the option of playing the computer). They each have 2 decks to draw from and a place for 2 cards to be displayed (their "hand") before they place it on the game board. I don't want their opponent to see the cards in their "hand" until they are placed on the game board. When a player has two cards in his hand, I want them to have the capability of enlarging the image of the card to full size in a pop-up type window, so they can calculate their strategy. The game itself is similar to the popular battle card games, so regular playing card games don't help me. I want the image of the card to be displayed on the game board either right side up or upside down depending upon the button pushed by the player. I want each player to play 1 card from one pile (blue-50 cards total) and 4 cards from the other pile (red-200 cards total). They can only draw 1 blue card, and 1 red card on their first turn. After that, they can only draw 1 red card per turn, until they have drawn 4 red cards total. The total number of cards each player can have on the game board is 5 cards, then the round ends. Each deck has the same cards but shuffled in random order. The decks can't be stacked the same, for each player. Each card has a certain value. The card from the blue pile is the main card that the cards from the red pile will add to or subtract from. If the match between the opponents is tied, no score is given to either player, but the cards from both players to go to the corresponding "tie" piles (one red and one blue) that will be randomly distributed by the computer, once each player has exhausted their own decks first. The tie piles are used at the end of the game to play the final round or rounds of the game. After each round, the victor of that round gets the points on his opponents cards, plus 1000 points for winning the round. I want the cards to just "disappear" or placed in the computer's "discard" pile after each round, so they cannot be used again. I want each player to have a turn being first at the beginning or each round. (If player 1 is first in round 1, player 2 will go first in round 2 and so on.) I want the scores for each card to be calculated and placed in a box according to which player the cards belong to. Once the round is ended, the victor will receive the final score in their "total score" box. I also want a "round number" box to indicate which round it is. No winner will be declared until the players use all their cards and/or the computer deals all the tie deck cards (which are shuffled before dealing). At the end of the game, the person with the highest score is the winner.
    I also would like to allow players to challenge each other and accept or decline a challenge. In order to do that, the players must login first. There must also be a list of available players to challenge.
    Is there a program that not only builds the user interface, but also will allow me to insert my graphics? Kind of like WYSIWYG HTML builders? (Preferably FREE) I have a gui builder, but have no clue as to how to put in the graphics or get it to work. I don't have any connections to the programming world, nor am I able to return to school at this time. The programs that Sun offers are not adequate for me, because I need to be able to install it, and run it without going through the "msdos classpath" thingy. I need a "wizard" type program that is truly for "dummies." Something that I can just put in my images and tell it what I want it to do IN PLAIN ENGLISH. For instance, if I want the "login button" to save the login information to a file and/or to the game. The players can have their same login info stored in a file, and they can return without creating a new name. The website service I want to place this on, doesn't allow chmoding for CGI, so I can't use that. Another example, if I want each card to have a differnt point level and either subtract from or add to the blue. Or how to get the pop-up for the card displayed in the player's hand. I don't know what else to do. Any suggestions?

    <blockquote>
    The programs that Sun offers are not adequate for me, because I need to be able to install it, and run it without going through the "msdos classpath" thingy. I need a "wizard" type program that is truly for "dummies." Something that I can just put in my images and tell it what I want it to do IN PLAIN ENGLISH. For instance, if I want the "login button" to save the login information to a file and/or to the game. The players can have their same login info stored in a file, and they can return without creating a new name. The website service I want to place this on, doesn't allow chmoding for CGI, so I can't use that.
    </blockquote>
    This is a surely a joke. You honestly expect to get this for free. Even for an experienced programmer, to write 3/4 decent games - configure them to your network and meet these conditions. You're talking BIG or big-ish project here. As per your request, there is no such thing as point and click programming and there never ever will be.
    Use Macromedia Director. Closest thing you'll get to
    WYSIWYG programming. It's for simpletons and
    non-programmers.Ah, noooo. The shockwave games have been programmed in Lingo, which is quite powerful and much harder as a programming language than java (its also outdated, has some nasty featured and its a definite falling star). Flash gets a bit nearer with a point and click effort and you can do a surprising amount without knowing about programming, also as a media for the Internet its better supported than Shockwave and even java for the Web. But for any sort of worthwhile game need sprogramming knowledge.
    To conclude:
    you don't want to learn to program.
    noone is going to do this for you.
    You're a bit f***ed then aren't you.
    On a brighter note, if you pay me ?1,000.00 (half in advance), I'll think about it - solution in java or Flash, 3 games, ?1,500.00 for both. I can take it or leave it btw, couldn't give a sh*t either way.

  • Labview Programmer needed for project work in Milwaukee Area or over the internet

    We have a project I need to get done before summers end and we have majotiy of the code. My company builds robotic systems which we use for industrial inspections mainly in the petrochemical industry.  These robotic systems work with a ultrasonic systems which we use to take thickness measurements of piping and pressure vessels using ultrasound.   We have the ultrasound equipment and most of the software as said previously, we just need it polished up and some additions made.  Here is a link from NI which is simular to what we do and you can even download the code and have a look at there code: http://zone.ni.com/devzone/cda/epd/p/id/3618 . Our code is a bit more complex but you get the picture. 
    This position is not a full time position as of yet.  We are looking for someone to work with us on a contract basis for now. We need someone experienced with the following; Data aquisition, Data analysis, Experience with RF, USB comunication.  We perfer to hire somebody local but if we cant we can can do this over the internet.  If you are interested, give us a reply with contact info.  Thanks.
    Regards,
    Bill

        Bill,
    We are able to offer you the help you need on
    this.  I work for a LabVIEW/test-system consulting group based here out
    of Salt Lake City...not too far if a quick trip is needed.  Among the
    six of us, four of us are former NI employees and we count with a lot of LabVIEW experience and regularly do
    contract work, local and remote.  This sounds interesting and right up
    our alley as far as experience goes.  I'd refer you to our website for
    further info about different projects that we've done for many
    clients.  www.mooregoodideas.com.
    If this seems workable for
    you, feel free to shoot me a note at [email protected]  I'd be
    curious to know more about what you're after and how we can help you
    out. 
    Thanks,
    Jim

  • XC9572 - production in socket programmer needed

    I have a legacy design using XC9572-7PC84C. We're still able to buy parts and are setting up a second CM to build boards for us. CM #1 is using an old XP computer with parallel port connected to DLC7 parallel programmer. I believe they're running v9.1i ISE. All I need to do is program devices in socket.
    Is there any support for DLC7 (available on EBAY)
    Is there a newer (USB) device programmer I can use that supports our device? I don't need to develop code, just program a device in socket using the single JEDEC (.jed)  file we have available. 
    I also need programming software or an old v9.1 version of the program. Not sure if 9.1 in DLC7 is supported under W7??
    THANK FOR YOUR HELP!

    Yes. In USB-II cable data sheet the supported device families are mentioned XC9500XL, CoolRunner™ XPLA3 /CoolRunner-II CPLDs. (Ref: http://www.xilinx.com/support/documentation/data_sheets/ds593.pdf).
    But please note that USB-II is backward compatible. It was mentioned in http://www.xilinx.com/content/xilinx/en/products/boards-and-kits/hw-usb-ii-g.html. So no issues. XC9572 is supported through USB-II cable also.
    FYI: DLC9 cable supports XC9500 / XC9500XL / XC9500XV / CoolRunner™ XPLA3 / CoolRunner-II CPLDs. (Ref: http://www.xilinx.com/support/documentation/data_sheets/ds300.pdf). So obviously there are no issues with DLC9. 
    You can use DLC9 cable through ISE14.7 tools. The below forum posts are having lot of discussion about DLC9 driver installation and usage through ISE 14.7 tools.  
    http://forums.xilinx.com/xlnx/board/crawl_message?board.id=GenDis&message.id=22429
    http://forums.xilinx.com/xlnx/board/crawl_message?board.id=XLNXBRD&message.id=9165

  • VB Programmer needs java help

    I am a VB programmer and have started to learn Java a little bit. I need this program to be written anytime by Monday, but it must be written in java because they plan to use it on multiple platforms. Our java programmer quit and I don't know enough to write it in java. The program is to figure payroll. The user will input their name and remove the check in the hourly check box if they are salaried. If the employee is hourly, then any hours worked over 40 are time and a half. If they are salaried, they must choose what company level they are. I have included the three salary levels below. The program then needs to print to the screen in the bottom text box their yearly salary computed for a 40 hour work week. Can anyone help me and write the program? Whoever will do this for me, I will award 34 duke dollars. That is all I have.
    Thank you so much for your help,
    Kori
    Name:
    Text box here for name
    (check box) Hourly
    Hours:
    Text box here for hours
    (option button) Level 1
    (option button) Level 2
    (option button) Level 3
    (option button) Level A
    (option button) Level B
    Total Pay:
    Number Processed:
    (command button) (command button)
    Calculate Pay__________Clear
    (text box)
    shows "payoll report"
    Level 1 = 6.25f
    Level 2 = 8.15f
    Level 3 = 10.85f
    Level A = 27000f
    Level B = 42000f
    Max hours is 80.0f

    I am a VB programmer and have started to learn Java a
    little bit. I need this program to be written anytime
    by Monday, but it must be written in java because they
    plan to use it on multiple platforms.Do this this little toy program in VB so you have a working solution on one platform by Monday. Show it to your boss and say you did a rapid prototype first for people to evaluate. Then take your time and convert it to Java.
    /Ulrika the pragmatical.

  • Lost VB Programmer needs help

    Hi,
    I have created a JFrame with a JSplitPane and placed a JTree in the left side of the SplitPane. I made a class that populates the tree with a tree of options. When the user clicks the tree I want he right pane to change. The treemenu was an event listner that is working fine.
    The problem is the left pane is in a separate .java file called TreeMenu. On the JFrame I simply create a new instance of it and it populates the tree for me.
    As a VB programmer I would declare my TreeMenu to have an event such as MenuChanged("Selected Help"). The JFrame would see the message and call the right pane to update.
    How do I do this in Java? My problem occurs when I move code out to a separate class. If everything was done frm the one frame then I would be fine, but i want to modularise the application.
    Please help.
    Aaran

    Here's a bit of code that may help you with your modularity issues.
    File: Switchboard.java
    interface Switchboard {
        void operator(TreeData identity);
    }File: CallMaker.java
    import java.awt.event.*;
    public class CallMaker implements TreeSelectionListener {
        private TreeData identity;
        private Switchboard destination;
        CallMaker( TreeData id, Switchboard swbd ) {
            identity = id;
            destination = swbd;
        public void valueChanged( TreeSelectionEvent e ) {
            destination.operator( identity );
    }For what you're trying to do I would suggest the following:
    1)Declare the Tree Populator to implement the Switchboard interface.
    2)put the code that populates the table into the operator method, or
    simply call the class/method that populates the tree from the
    operator method.
    3)Use an instance of the CallMaker class as a Listener on your tree.
    It should work something like this:
    public class PanePopulator implements Switchboard;
    //Other code and whatnot...
       public void operator(TreeData td) {
          //Decide how to populate the right pane
          //based on the TreeData.  Call other classes/methods.
    }In a separate file...
    public class TreeSide {
       JTree tree = new JTree();
       //initialize the tree.
       TreeData treeInfo = new TreeData();
       PanePopulator rightPane = new PanePopulator();
       tree.addTreeSelectionListener(new CallMaker(treeInfo, rightPane));
       treeInfo = (TreeData)theCurrentTreeSelection;
    }as long as treeInfo contains the data you need to populate the right pane, you'll be fine.
    When a selection is made the CallMaker instance calls: rightPane.operator(treeInfo);
    This provides your rightPane instance with the information it needs to populate the rightPane.

  • North New Jersey - LabVIEW Programmer Needed

    Instrumentation Engineering, LLC is looking for an experienced Test Engineer who is proficient in LabVIEW and systems integration. 3-5 years experience preferred. Competitive salary and benefits.
    Instrumentation Engineering is located in Oakland, New Jersey and has been in business since 1969. IE is a engineering company whose sole focus is ATE Systems design, fabrication and integration.
    We currently have one opening in the Engineering department and are currently accepting Resumes.
    Please email your resume to:
    David Rosenthal
    Vice President
    Instrumentation Engineering
    http://www.ietest.com
    [email protected]

    I'm moving to PA soon, not too far from the Jersey border (Tamaqua, PA). I might be available for work. It's unlikely that I would need to actually go to your site, although I can make myself available if need be.
    John Wilson
    [email protected]

  • LabView Programmer needed

    Programmer with LabView and Intellution needed for contract opening in
    South Carolina. Please send e-mail to [email protected] to
    request more information.

    I have a lot of experience with LV, what the contract?
    Mike...
    [email protected]
    Certified Professional Instructor
    Certified LabVIEW Architect
    LabVIEW Champion
    "... after all, He's not a tame lion..."
    Be thinking ahead and mark your dance card for NI Week 2015 now: TS 6139 - Object Oriented First Steps

  • Coldfusion Fusebox Programmer Needed

    This is freelance work that can be done from anywhere. Reply
    to message for more information.

    The position is a freelance programmer. Tell us about
    yourself. Do you do coldfusion and fusebox. We need some small
    applications written.

  • Enterprising Applescript programmer needed to create a better Find File

    This person needs an enterprising Applescript programmer to create a better Find File:
    http://discussions.apple.com/thread.jspa?threadID=1861415
    to create a better Find File. I know it is possible to create Applescript interfaces to the Terminal. This is why I'm posting here. I wish I had the time to program it myself.

    I don't know, it almost seems like he needs a completely custom application, in which case the sequence of operations need to be spelled out in fine detail. There are several really good utilities listed in that thread, but each one of them was nitpicked to death. I don't have a problem with Spotlight (or the shell scripts for that matter), so maybe it is just me.

  • TestPoint programmer needed!

    I need a TestPoint programmer to develop a specific application to control
    Brooks Emerson Digital Mass Flow Controllers via RS232 interface.

    Testpoint has really nothing to do with LabVIEW.
    However, LabVIEW would be perfectly capable to talk to any serial interface.
    If you are looking for a LabVIEW programmer, try the "LabVIEW Job openings" Forum.
    LabVIEW Champion . Do more with less code and in less time .

Maybe you are looking for

  • Access migration - handling really silly field and table names

    Hi All, I'm working through migrating an ** interesting ** Access database that has been hacked together over the years by a number of ... talented amateurs. I've noticed a difference in the way the migration wizard translates some of the really sill

  • Help about Create Report in SCCM

    Hi guys, I want create report display software specific by collection. Example: I need know all desktops in my collection have software specifc called Winrar installed. But I don't know hostname. I need something where I don't need always create quer

  • How to make a field on the screen of any transaction 'display only' in BADI

    Hello All, I am working on BADI. The requirement is that for a specific condition, the user should not be able to change the 'plant' field on the screen of the standard MM transactions ME22N or ME23N. The field 'plant' should be grayed out and the us

  • ITunes does not start on Windows XP

    Last week, iTunes stopped working for me on 10/4. I use it at work only to sync my calendar and contacts with Outlook. in the Windows task manager window process tab, it shows the following processes running: applemobiledeviceservice.exe ipodservice.

  • How do I set EFI mode in Z68A-GD80-B3 BIOS?

    I am trying to install Windows 7 64-bit onto a Seagate 3TB drive on a brand-new MSI Z68A-GD80-B3 motherboard but Windows keeps insisting on using an MBR style partition. When I connected the drive to another computer and used the Seagate utility to c