Find Jobs
Hire Freelancers

Web App Script To Make Variations of Text With Calculations

$10-30 USD

Dokončeno
Zveřejněno před více než 7 roky

$10-30 USD

Zaplaceno při doručení
Web App Script To Make Variations of Text With Calculations Hi. I want to make an app to customize headlines. It will use [brackets] with words separated by commas between them to create variatiosn. The user can enter sentences like an equation. Here is an example: The original headline would be something like: How to write a promotional email message. The user will enter something like this: How to write [compose, put together, create, invent, make, compile, arrange, script, devise, plan, develop, formulate, think up] a promotional [publicity, advertising, P.R., persuasive, public relations, media hype] email message [communication, announcement, letter, dispatch, concept] . Then the user will click a button titled 'Brainstorm'. The words to replace are after the word to be replaced and in brackets. So the above script would go through and switch the word 'write' and substitute the word 'compose' and create 1 variation: "How to compose a promotional email message" Then it would go through and create another: "How to compose a publicity email message" As you can see, in this example there are 3 variables. Most of them will probably be simpler, like just 2 variables...But wanted an extreme example. The 3rd it would produce is "How to compose a publicity email communication" The software will get all the combinations of the words in brackets replacing the word before the brackets. The software will create all the combinations of these and output them, ideally with a checkbox next to each output. This way, the user can check off the ones they like (or use a select all feature) and use a copy button to grab them and paste them into work for further refinement. For the above example it would probably produce over 200 combinations, I'm not sure of the exact math. 13 * 7 * 6. Maybe you can tell me estimates? The app should be super simple: It will be a website script that I will embed in my blog. What I want is a free version, where the user can enter 1 calculation like the one above, and possibly have some of the checkboxes greyed out or a limited number of results... And then a paid version where they can do this with up to 20 samples at a time (possibility to produce thousands of variations). If you understand this script and can do it quickly please contact me. There will probably be a few extra checkboxes and buttons in the script. For example, let's say there are headlines like: Former Barber Earns $8,000 In 4 Months As A Real Estate Specialist Or Free Book - Tells You 12 Secrets Of Better Lawn Care There could be a percentage slider on the app to change the numeric values... So if the user selected 20% this would produce random numbers within +/- 20% of the total number show. i.e. 13 secrets of better lawn care 9 secrets of better lawn care Barber earns $7,535 etc... The output would have a randomized number to create some variance in the swipes. This feature would be optional and only activated if the user checked the # Variable box. Other features: Limit number of results: User can select a max number of output such as 200. Select All/Copy Buttons Checkboxes next to each output, these buttons can be used to select all sentences. There are a few more possible buttons like this but those can be added later. If you have any questions please contact me. I'm looking for someone who understand the concept and can do it pretty quickly. The paid version will probably just be a password protected webpage or something. For now I can only spend $20 but there may be considerable addons to the script that I can pay you for if it gets any visitors. For example, later I may want to store results in a database and rate them.
IČ projektu: 11239514

O projektu

9 nabídky
Vzdálený projekt
Aktivní před 8 roky

Chcete si vydělat nějaké peníze?

Výhody podávání nabídek na Freelancer

Stanovte si rozpočet a časový rámec
Získejte za svou práci zaplaceno
Načrtněte svůj návrh
Registrace a podávání nabídek je zdarma
Uděleno:
Avatar uživatele
Hello, I can complete it by using Javascript/HTML with jQuery and some CSS for styling. The hardest part of combining the words with unlimited variables I got already done since I decided to give it a try. It basically detects the words from brackets then combines them in all possible variations. The idea with checkboxes would require some rethinking since I am afraid that thousands of combinations could slow down the browser. I am not exactly sure if PHP is required here but if you want to use it from Ajax in JavaScript then we can sure make it that way. There could be some more features like 2 versions of the scripts for free and premium users which I would be willing to code. We can discuss all of that over here or Skype if you decide to choose me. My timezone is GMT+1 so there is some noticeable time difference but that should not be a problem since I am online most of the day. I should be able to complete the script in 1 - 2 days depending if I run into any problems and if you need help with embedding it on the blog then I am willing to help. Best regards
$20 USD v 1 dni
0,0 (0 recenze)
0,0
0,0
9 freelanceři nabízejí v průměru $59 USD za tuto práci
Avatar uživatele
Hi I have read the description. I can write a PHP script that will (in the format described in description) accept the input sentence, will generate the variations, and display output with checkboxes, select all and copy buttons. Unfortunately this will exceed your listed budget but please let me know if my quote is acceptable. Question: What is the blog platform and how do you intend to embed the script? I have great experience of creating custom PHP scripts. Looking forward to seeing your reply. Thanks. Regards Ahsan
$50 USD v 4 dnech
5,0 (18 recenze)
4,5
4,5
Avatar uživatele
Hello , This is Mohamed from Egypt . I have read your project description carefully .. and understand what you need to do here with the variants for any parameters in the square brackets .And really interested in helping you get this job done on the right way for you . So please allow me to have this win/win relationship for both of us .. you get your script done on the right way .. I get paid for it along with a good review .as I am trying to build a good reputation here on freelancer ... and may be we can have along-term work relationship . FYI , I have more than 10 years of experience building websites and applications using PHP ,MYSQL , JS , JQuery , Ajax and other related technologies .. also have a very good experience with third-party gateways like social logins , payments processors and APIs .Along with OOP and MVC as well as Open Source applications like OpenCart and others . You will find me a highly dedicated , responsible and skilled person .. doing my best to get your project completed on the right way , and to deliver in time ... My bid is for 2 days .. But I will do it in 1 day . So if you are interested . Please let's discuss it more in private and start ASAP. Thank you
$60 USD v 2 dnech
5,0 (21 recenze)
4,2
4,2
Avatar uživatele
Hi, I'm fulltime freelancer having 5+ years of experience in php AJAX html jquery javascript bootstrap codeigniter I understand your needs and believes that, i am capable to full fill your requirement. Kindly initiate the communications, so that I can get a detailed idea. - 24X7 live support. - 100% Satisfaction. - Clear Communication. Thank You
$166 USD v 1 dni
5,0 (20 recenze)
3,6
3,6
Avatar uživatele
A proposal has not yet been provided
$100 USD v 7 dnech
0,0 (0 recenze)
0,0
0,0
Avatar uživatele
Hi Forget about the permutations. this is even simpler! The total number of combinations can be calculated with this formula: Number of options in first pair of brackets X Number of options in 2nd pair of brackets X ... X Number of options in nth pair of brackets. I can write a recursive function to produce all combinations. Let me know if you need my help. Thanks Ahtsham
$35 USD v 1 dni
0,0 (0 recenze)
0,0
0,0
Avatar uživatele
I have good experience client side technology using j-quer, JSon y and JavaScript and also on asp.net (C#,VB.Net).I will do my best to complete this project. Thanks.
$35 USD v 5 dnech
0,0 (0 recenze)
0,0
0,0

O klientovi

Pochází z UNITED STATES
Berkeley, United States
5,0
136
Ověřená platební metoda
Členem od bře 1, 2004

Ověření klienta

Díky! Poslali jsme vám e-mailem odkaz pro získání kreditu zdarma.
Při odesílání e-mailu se něco pokazilo. Zkuste to prosím znovu.
Registrovaných uživatelů Zveřejněných projektů
Freelancer ® is a registered Trademark of Freelancer Technology Pty Limited (ACN 142 189 759)
Copyright © 2024 Freelancer Technology Pty Limited (ACN 142 189 759)
Načítání náhledu
Bylo uděleno povolení ke geolokaci.
Vaše doba přihlášení vypršela a byli jste odhlášeni. Přihlaste se znovu.