Jump to content

Need to be pointed in the right direction.

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
1 reply to this topic

#1
Azno

Azno

    Newbie

  • Members
  • PipPip
  • 10 posts
See what I am using right now is a Joomla CMS, and I would like to have know what language to use for the addons that I would like to add.

I was thinking of making a div, with a live webstream from security camera which are digital btw and I would like to be able to have controls, just very basic ones like closer and skip commands assigned to buttons in that particular divs.

And also, I was looking to create forms that would be able to be multiplied from one entry to the other.

Now I figure that there is more than one language that can do it, but I am wondering which one would be the most complete one for what I am looking to achieve.

#2
Guest_Jordan_*

Guest_Jordan_*
  • Guests
Joomla is made with PHP and you'll need to make all extensions in PHP. You also need to use JavaScript for zoom-in/zoom-out buttons and you'll end up using AJAX to send the command from the JavaScript to your PHP. AJAX is simply the combination of two languages, one of them being client side (JavaScript) and one being server-side (PHP).