topbanner_forum
  *

avatar image

Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length
  • Thursday March 28, 2024, 12:16 pm
  • Proudly celebrating 15+ years online.
  • Donate now to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
  • donate

Author Topic: Help? Not sure if this is possible. Coding help?  (Read 3375 times)

rachelmaize

  • Participant
  • Joined in 2019
  • *
  • default avatar
  • Posts: 2
    • View Profile
    • Donate to Member
Help? Not sure if this is possible. Coding help?
« on: January 11, 2019, 07:09 AM »
Hello! Very much a novice here (only know HTML/CSS) - I'm wondering if the following is possible.

On web page... User types in one of two words and depending on the word, the corresponding image gets bigger.
For example there's an image of a steak and stake. Depending on the word typed in, either image gets X amount bigger (for the sake of it lets just say 5% bigger).

Is this doable?

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Help? Not sure if this is possible. Coding help?
« Reply #1 on: January 12, 2019, 04:49 AM »
It's absolutely doable and fairly easy with javascript.

rachelmaize

  • Participant
  • Joined in 2019
  • *
  • default avatar
  • Posts: 2
    • View Profile
    • Donate to Member
Re: Help? Not sure if this is possible. Coding help?
« Reply #2 on: January 12, 2019, 04:55 AM »
It's absolutely doable and fairly easy with javascript.

Is it possible to freelance someone to do it for me in the next 24 hours? I presume thats a pretty unreasonable request but thought it wouldn't hurt to ask!

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Help? Not sure if this is possible. Coding help?
« Reply #3 on: January 12, 2019, 05:34 AM »
It's something that someone familiar with js or curious would be able to do in an hour as an exercise, the only issue is if we can find one of our js coders awake and here on the weekend to enjoy the puzzle of doing it.  I'll ask on our chat channel.

mouser

  • First Author
  • Administrator
  • Joined in 2005
  • *****
  • Posts: 40,896
    • View Profile
    • Mouser's Software Zone on DonationCoder.com
    • Read more about this member.
    • Donate to Member
Re: Help? Not sure if this is possible. Coding help?
« Reply #4 on: January 12, 2019, 07:12 AM »
What you could do to help get things started is make the page in html/css that is as simple and clean html as you can, that shows what you want to show with the input etc where you want it. 
Then the coder can just modify it and add javascript to do what you are asking, without having to guess what you want the page to look like.