Results 1 to 2 of 2

Thread: Hiring JavaScript Programmer

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Aug 2003
    Posts
    601

    Hiring JavaScript Programmer

    I found source code to a javascript map editor that I need a few modifications to.

    source: www.tacticalrpgengine.com/ninja.zip

    Live Demo:
    www.tacticalrpgengine.com


    I need a Load Feature.
    I need a new Save Feature that saves data to mySQL database.
    I need a way to load tiles from directory to replace current tiles.

    I only need 3 things filled in that mapdata table. the rest I can do by myself I believe.

    tile = tilename, not with tilepath
    x = xcord of tile
    y = ycord of tile

    Heres my mySQL table for maps.

    CREATE TABLE `mapdata` (
    `id` int(11) NOT NULL auto_increment,
    `game_id` int(12) NOT NULL default '0',
    `map_id` int(6) NOT NULL default '0',
    `tile` VARCHAR(100) NOT NULL default '0',
    `x` int(6) NOT NULL default '0',
    `y` int(6) NOT NULL default '0',
    `charid` int(6) NOT NULL default '0',
    `enemyid` int(6) NOT NULL default '0',
    `iswalkable` varchar(1) NOT NULL default 'n',
    PRIMARY KEY (`id`)
    ) ENGINE=MyISAM AUTO_INCREMENT=1 ;


    Please look at the source before you give me a quote to make sure you can do it.


    aim; ninja sim
    msn; [email protected]

  2. #2
    PowerPoster Nightwalker83's Avatar
    Join Date
    Dec 2001
    Location
    Adelaide, Australia
    Posts
    13,344

    Re: Hiring JavaScript Programmer

    One thing! You need someone who knows possibly php and javascript because when you start talking about php or databases that is server-side while javascript is client-side. If I had paypal I would offer to do the job.
    Last edited by Nightwalker83; Jul 13th, 2009 at 12:57 AM.
    when you quote a post could you please do it via the "Reply With Quote" button or if it multiple post click the "''+" button then "Reply With Quote" button.
    If this thread is finished with please mark it "Resolved" by selecting "Mark thread resolved" from the "Thread tools" drop-down menu.
    https://get.cryptobrowser.site/30/4111672

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width