Widget for Events

0

Good evening, I'm programming an Html / css site for a band. The client asked to have a session with the schedule, I found the bandsintown manager, but wanted some similar, where the client changes the information and appear on the site automatically.

I thought of doing an iframe in a feed, I already tried it with google docs, but it has no way to remove the iframe's borders.

Does anyone have any ideas?

Thanks

    
asked by anonymous 07.08.2014 / 05:44

1 answer

1

You will not be able to do this with just HTML / CSS. You need a programming language like php to save and display event data.

Here is a complete tutorial that can help you with this part of PHP link . You can also search google for a calendar plugin in php.

If you are adding / removing dates "on hand" (you even edit the HTML code every time something changes), there are several calendar plugins with jQuery.

    
18.08.2014 / 19:06