Jump to content

You wont Believe What I need Help With

Jaybird

I am looking to create a website based solely on one of my friends. see I always ask her to do something but she 99% of the time will turn me down. so I wanted to create a web site that reflected this. However, I have no idea what I am doing. I used my fantastic MS paint skills to draw up something I had in mind. the red line represents the number of times asked and the green line represents the number of times denied. Can this be done?

 

post-17956-0-63813600-1408572667_thumb.p

CM Storm Switch Tester MOD (In-Progress) - http://linustechtips.com/main/topic/409147-cm-storm-switch-tester-macro-mod/


       Ammo Can Speaker 02 (Completed) - http://linustechtips.com/main/topic/283826-ammo-can-speakers-02/       A/B Switch V 0.5 (Completed) - http://linustechtips.com/main/topic/362417-ab-switch-v0


     Build 01 - The Life of a Prodigy -  http://linustechtips.com/main/topic/13103-build-01-the-life-of-a-prodigy/             Build 02 - Silent Server 3000 - http://linustechtips.com/main/topic/116670-build-02-silent-server-3000/

Link to comment
Share on other sites

Link to post
Share on other sites

u can use excel to input the data and then use a graph to show it

If your grave doesn't say "rest in peace" on it You are automatically drafted into the skeleton war.

Link to comment
Share on other sites

Link to post
Share on other sites

u can use excel to input the data and then use a graph to show it

ok but is there a way to incorporate the buttons to input new data? also, what about coding?

CM Storm Switch Tester MOD (In-Progress) - http://linustechtips.com/main/topic/409147-cm-storm-switch-tester-macro-mod/


       Ammo Can Speaker 02 (Completed) - http://linustechtips.com/main/topic/283826-ammo-can-speakers-02/       A/B Switch V 0.5 (Completed) - http://linustechtips.com/main/topic/362417-ab-switch-v0


     Build 01 - The Life of a Prodigy -  http://linustechtips.com/main/topic/13103-build-01-the-life-of-a-prodigy/             Build 02 - Silent Server 3000 - http://linustechtips.com/main/topic/116670-build-02-silent-server-3000/

Link to comment
Share on other sites

Link to post
Share on other sites

id be happy to send a small gift via paypal for the coding

CM Storm Switch Tester MOD (In-Progress) - http://linustechtips.com/main/topic/409147-cm-storm-switch-tester-macro-mod/


       Ammo Can Speaker 02 (Completed) - http://linustechtips.com/main/topic/283826-ammo-can-speakers-02/       A/B Switch V 0.5 (Completed) - http://linustechtips.com/main/topic/362417-ab-switch-v0


     Build 01 - The Life of a Prodigy -  http://linustechtips.com/main/topic/13103-build-01-the-life-of-a-prodigy/             Build 02 - Silent Server 3000 - http://linustechtips.com/main/topic/116670-build-02-silent-server-3000/

Link to comment
Share on other sites

Link to post
Share on other sites

Maybe, just MAYBE.. she doesn't like you.

 

I question it also but she will occasionally ask me to do something to which I always agree to. 

CM Storm Switch Tester MOD (In-Progress) - http://linustechtips.com/main/topic/409147-cm-storm-switch-tester-macro-mod/


       Ammo Can Speaker 02 (Completed) - http://linustechtips.com/main/topic/283826-ammo-can-speakers-02/       A/B Switch V 0.5 (Completed) - http://linustechtips.com/main/topic/362417-ab-switch-v0


     Build 01 - The Life of a Prodigy -  http://linustechtips.com/main/topic/13103-build-01-the-life-of-a-prodigy/             Build 02 - Silent Server 3000 - http://linustechtips.com/main/topic/116670-build-02-silent-server-3000/

Link to comment
Share on other sites

Link to post
Share on other sites

-snip-

sry

maan I have 2 girls that I have huge crushes on and now we're "the bestest of friends".... They even talk to me about their crushes... :(

Link to comment
Share on other sites

Link to post
Share on other sites

maan I have 2 girls that I have huge crushes on and now we're "the bestest of friends".... They even talk to me about their crushes... :(

move on, buddy

lollipop.jpg
Link to comment
Share on other sites

Link to post
Share on other sites

 

sry

maybe so but she is not someone I want to date. not my type. I just want to hang out with people some times. 

 

 

 

This conversation is Way off track. can we get back to the OP please.

CM Storm Switch Tester MOD (In-Progress) - http://linustechtips.com/main/topic/409147-cm-storm-switch-tester-macro-mod/


       Ammo Can Speaker 02 (Completed) - http://linustechtips.com/main/topic/283826-ammo-can-speakers-02/       A/B Switch V 0.5 (Completed) - http://linustechtips.com/main/topic/362417-ab-switch-v0


     Build 01 - The Life of a Prodigy -  http://linustechtips.com/main/topic/13103-build-01-the-life-of-a-prodigy/             Build 02 - Silent Server 3000 - http://linustechtips.com/main/topic/116670-build-02-silent-server-3000/

Link to comment
Share on other sites

Link to post
Share on other sites

Sure it can!

There are many ways of building a simple web application like this. Which languages/technologies you choose depend on what you're familiar with.

The dead simplest way is to create a simple static HTML page that uses a javascript library like Highcharts to render charts. You can then write a simple python/php/ruby script that will return either CSV or JSON data. This will allow you to have the chart be rendered via an AJAX request.

Example demo:

http://www.highcharts.com/demo/line-ajax

All you need to do then is create a separate page, which you can protect using basic HTTP authentication, that allows you to edit data.

You don't really need a database for this, so you can use a basic flat file for storage. Python has built-in shelf for this, but you can just as easily keep the CSV/JSON on disk.

If you don't want to deal with AJAX, or authentication, you can simply include the JSON data as part of your static page; though you'll have to manually edit the HTML page every time you want to add new data.

Now, the above isn't the fancies app around; it has a number of security issues, but it's enough to get you started.

You'll probably also want to host it somewhere. Amazon S3, Heroku, and Google App Engine all offer free plans for low-traffic websites, which is a great start and then they charge pennies after that.

-robodude666

Link to comment
Share on other sites

Link to post
Share on other sites

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

×