Jump to content

10 posts in this topic

Recommended Posts

Posted

So, I've stuck my nose in my idea book and stumbled upon something of interesst. However, despite it being my work, im not sure how I would follow this trough, hence I turn to you :).

 

I want a button where it says, for example Recieve. Once clicked, it will show you something that the person who made it wrote. Now, here's what:

 

I write, let's say 50 different lines in there. 

When a person, for the sake of argument, on iOSGods! click it, the button binds that one click to that one persons account, so that he can only click once.

Once he clicks, he gets one of theese 50 lines i wrote. And that line he just got, won't be showed again to anyone.

 

Meaning, one person, one click, one line.

 

The line that's been showed, is out of the "box" and won't be shown to anyone else.

 

 

I've got the basic coding for this, but I can't get it done. Anyone else experienced enough to help me out?

Posted

Don't think this is do-able just in HTML. 

Posted

Don't think this is do-able just in HTML. 

 

Doesn't need to be JUST plain HTML. Most forums, websites and what not allows Javascripts too. So combinging html and javascript could possibly work. 

Posted

Doesn't need to be JUST plain HTML. Most forums, websites and what not allows Javascripts too. So combinging html and javascript could possibly work. 

I think this should done in another coding language.  :)

For example you could create bash script that will randomly select one line of the inputted text and output it to the user. Upon output, the shell script would call another script as it's sub-process and delete the one line of text that was outputted to the user. Then, it would assign the line of text as a variable. But I don't know how to call a shell script with html.

Posted

I think this should done in another coding language.  :)

For example you could create bash script that will randomly select one line of the inputted text and output it to the user. Upon output, the shell script would call another script as it's sub-process and delete the one line of text that was outputted to the user. Then, it would assign the line of text as a variable. But I don't know how to call a shell script with html.

This isn't for iOS :p

Posted

It should be universal (for the sake of compatability) :)

 

HTML Is Universal, as supported by any device.

Posted

I don't know if you can call a shell script on an iOS device using html

Im not doing it on an iOS device.

Posted (edited)

@Najiku (sorry for really late reply.)

Im quite good at web design and have a pretty good range of skills in html, css and jquery (javascript based, might be allowed) but im unsure on what data/cookies a forum (I assume you ment a forum post) would allow you to collect. From what you've said with the one line per person would be relitvly easy if you where putting this in a websites source, but in a post im unsure on what you can import/collect (@DiDA could help with this.) I assume at least some allow you to collect user's ids.

I would help but im on holidays so have no accsess to a computer :( but there are some guide lines.

Edit: If you have any questions plz @Mention me.

Updated by Lkear

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
  • Create New...

Important Information

We would like to place cookies on your device to help make this website better. The website cannot give you the best user experience without cookies. You can accept or decline our cookies. You may also adjust your cookie settings. Privacy Policy - Guidelines