Electronic Signature & Joomla - joomla

I am using Joomla 3 and need to create some online forms for a client (I am using the RSFormPro extension which is great).
However one feature that this extension does not include is the ability for the applicant to add their signature. Does anybody know how I could incorporate such a feature?
Ideally, I would like to use something like https://github.com/brinley/jSignature
If anybody has done this or has experience in jSignature please let me know.
Thanks in advance

I have used a 3rd party service called RightSignature http://rightsignature.com and then just embedded their forms into the site.
Here is a working example on a Joomla site: http://www.harrellrealty.us/forms/harrell-guarantor-form

Breezing forms has this feature built in and is a Joomla! component. It's REALLY powerful.
Here's a demo: https://crosstec.org/breezingformsdemo/index.php/breezingforms-demos/bootstrap-based-forms/new-digital-signatures.html

Related

What's the best way to implements multi language into the app?

I am developing my app (for android and ios) using nativescript and I have a question, my app will be used for many users around the world so I want to add the support for "chose the language" according the user.
What is the best way to support many language for my string values into the app? I tried to found some example about that but I can't find any information about the stuff.
Thanks in advance
I believe Dan Tamas is working on a plugin for this at the moment.
https://github.com/rborn/nativescript-i18n
This might be not the best way but I hope it could help if you are in urgent.
I have implemented multi-language successfully in my app by using Jed which is the Javascript implementation of GNU gettext .
Things to do are:
Install npm package jed + po2json
Prepare PO files and compile to json
Implements to XML pages by getting the source property from view-model
You can find more detail here:
How to internationalize app in NativeScript

How to provide a service to extensions joomla?

I am trying create a joomla component. In that component I need to store some phone numbers and those numbers should be provided when an extension asks for them. How can I achieve this? Please direct me if there is comprehensive tutorials.
Thanks in advance...
A similar question exists in the Joomla Stack Exchange site here, with links, suggestions and references to a bunch of resources around Joomla Development.
Furthermore in JSE you can find great assistance for specific questions during your development attempt.
The Joomla! support site has some links to component development:
http://docs.joomla.org/Portal:Component_Development
I see that you tagged 2.5, but version 3 is the new stable version. There is an example V3 component here:
http://lendr.websparkinc.com/
When I started, I looked at an existing extension which was similar to what I wanted and went from there.

TYPO3 - creating a community site

Okay. This is the main functionality of my site. Here goes:
People register. They upload a list of whatever ebooks, movies, tv shows they have. Other people who want them will just have to 'search' for an item and they will be provided with a contact form to contact a person that has what they want. Very much like pianofiles.com but this is for a local community.
Added features could be
*forming social groups by interest
*creating events
etc..
Is all this possible using Typo3?
If yes, then how should I use Typo3 for it? (Just a basic idea)
If not, what should i use to create something like this?
Check out the TER, a quick search revealed http://typo3.org/extensions/repository/view/community
You could realize your project with any well known CMS or PHP framework.
TYPO3 CMS, as I see it, has a strong emphasis on the editor backend. If you don't need that at all and don't have any prior experience, I'm not sure if it's the right tool for you - unless you want to get into TYPO3 anyway!
PS: For TYPO3 web apps, there will be the upcoming Framework http://flow.typo3.org, wich is in beta

Joomla 1.5 multiple registration form

i am quite new to joomla and need to create three(3) registration forms and also adding privileges based on the form. Can anyone tell me how to go about this? I am using joomla1.5.
Thanks
Well, what you asking for is very hard -almost impossible- to achieve using Joomla! 1.5.
I would recommend you upgrade to Joomla! 1.7 since it has a built in system for Access Control and creating different users privileges and you can check Community Builder. It will be a great place to start from!

how to create a new joomla component for integrating the google map api

how to create a new joomla component for integrating the google map api
Not sure what else you could need that wouldn't be covered by http://tech.reumer.net/google-maps/documentation-of-plugin-googlemap/welcome.html
There are some great tutorials out there on how to extend Joomla, I found this one :
http://www.vojtechovsky.net/joomla/component-helloworld-tutorial-guide-en.html
after googling 'joomla create component'
But why reinvent the wheel? Most of the Google Maps extensions you can find on extensions.joomla.org are open source.
You could just download one, and edit the code to suit your needs.
Give the Joomla Component Creator a try. It will generate all the files you need, then you just need to paste in the Google maps code.

Resources