building a calendar using javascript where you can add and modify events [closed] - javascript

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 6 years ago.
Improve this question
I want to build a calendar with javasCript that allow users to enter their shift manually and have 2 option when a date is clicked on( swap or give away)? any thought on how to do it? im I going to need an API? building the calendar will I have to build it using table or which is most efficient way?
I am a rookie coder who started less than a month so pardon if I am not too specific.

How about a php calendar? This works good http://fast-apps.co.uk/fast_cal.php#go
Also you can use Google Calendar and embed that too.
Here is an example of where I have it.

Related

Creating an accelometer in CSS/Javascript [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 4 years ago.
Improve this question
Im working on a project where I need to visualize the G-force on a spaceship. I want to accomplish this with creating an accelometer (something like a seismogram see picture for an example)
Is is possible to create this using CSS/JavaScript?
The accelometer needs to run infinite creating random data for the G-force on the spaceship.
It sure is possible with CSS and JS.
The question is wether you want to do it that way.
If I were you I'd choose to use the HTMLCanvasElement to display the data generated by either JavaScript on the client side or the server side language of your choice on the server.

How can i create portfolio for front end developer using html,css,bootstrap and JavaScript? [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
anybody can help me how to create portfolio for ui developer.i am in learning stage.simply say i am zero,could you please guys can help me to create simple portfolio using html,css,Bootstrap and javascript.
Your best option is to create one for yourself. Even if it is rubbish you can slowly build on it and learn whilst you create. By someone on here creating one for you, you will never learn.

Create a professional looking calendar for a website form [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I am creating a form which requires the user to fill in a date for a booking. I want to have a calendar as a part of the form where the default date is the date for that particular date.
Are there any premade calendars (I don't want to reinvent the wheel)?
I am developing using html, css, javascript, jsp and bootstrap. I don't mind adding another framework in order to make this work. Thank you!
Bootstrappers have many examples of date-time pickers:
http://eonasdan.github.io/bootstrap-datetimepicker/ This has many calender examples. You can easily incorporate this in to your form.
This question should be more technical, but i think this is what you are looking for.
https://jqueryui.com/datepicker/

jQuery/Javascript border around empty form fields [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Recently I decided to learn Javascript and have been trying to create a script that will put a border around empty elements before the form is submitted. Essentially I want the form to be live validation and notify the user before they click submit. Any help would be greatly appreciated.
There are very many plugins if you want to use jQuery as your title suggests:
http://www.jquerybyexample.net/2014/05/15-useful-jquery-validation-plugins.html
Just pick whatever you want :-)
Or if you want to use plain JS, just search "javascript form validation" on google, you'll find thousands of entries, e.g.
http://www.learn-javascript-tutorial.com/javascript-form-validation.cfm and http://www.tizag.com/javascriptT/javascriptform.php

I want to modify a jquery plugin for bootstrap [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I am in need of using a mini calendar for picking up dates. I cannot find a suitable plugin for twitter bootstrap but what i have found is a plugin for selecting dates (http://www.eyecon.ro/bootstrap-datepicker/) which involves firing up a calender when the calender button is clicked. I want to know whether is there any way possible that we do not need to click a button; rather the calendar is displayed permanently and we can then select a date and use its info. There must be!
Would really appreciate any help.
Sure, you can use .datepicker('show') to display datepicker without clicks. Also there are events('hide') you can track to prevent its hiding. All needed info you can find on the page you provided(http://www.eyecon.ro/bootstrap-datepicker/). Hope it helps!

Categories