Free Calendar Scripts In Script?
Nov 6, 2005Do any of you know of some free calendar scripts in JavaScript? I need one that is very simple � just the minimum.
View 11 RepliesDo any of you know of some free calendar scripts in JavaScript? I need one that is very simple � just the minimum.
View 11 RepliesThe following code is working fine only in IE. when i click on the calender img, calender window is not coming up in firefox/chrome.
[Code]....
I'm sure you are all familiar with this free uploadscript, if not i'm happy
to post the sourcecode.
I use this to upload files to the server, but it doens't check wether the
file already exists or not.
Anyone knows how to add this into the script?
It's also possible to do it onformsubmit and return false if the file
already exists, but what is the scriptcode?
I am starting to learn JavaScript. But now I need a good IDE to code.
Obviously I need a free IDE, I am not planning to make money with my code.
Can anyone recommend a Free Javascript IDE for Mac?
View 1 Replies View RelatedLet me introduce free PHP IDE with available JQuery plug-in (paid):
Codelobster PHP Edition ([url]) - has all standart abilities for editing code
- PHP/HTML/CSS/JavaScript highlighting, autocomplete, code structure
- PHP debugger
- code folding, tooltips, help and etc.
And it has special JQuery features:
- autocomplete for JQuery library
- context and dynamic help for JQuery library
I want a standard looking dropdown select box what allows me to enter free text as well (ie the option is not in the list so the user can type in something else). I saw the UIauto complete plugin which is close but not exactly what I want.
View 1 Replies View RelatedMy project simulation takes lot of time so I cant monitor that continuously,. I want to send a SMS whenever some simulation is done/ progress / throws an error to my mobile through SMS when I'm away from the PC.. I dont know how to start with this.. how to do this I want to use free online SMS service to do this..
View 4 Replies View RelatedDoes anyone of you knows a good free CKEditor + CKFinder alternative?
View 2 Replies View RelatedCan anyone recommend any easy-to-use and free JavaScript IDEs?
View 5 Replies View RelatedDo you know a good, free to download book about AJAX (pdf, djvu, chtm?, any)?
View 2 Replies View RelatedI'm looking for a good JavaScript based horizontal/drop down menu that's free and works down to IE6. The Yahoo! YUI menus would probably do the trick, but seem like a bitch to understand & customize.
Any easier & more accessible options? That are rock-solid professional grade?
I'd google it but I'm not an expert at judging the age of code yet.
View 6 Replies View RelatedCan anybody recommend a good free uploader that allows multiple file selection at the same time?
View 11 Replies View Relatedcan any recommend a good free javascript search engine?It must work locally i.e. not require a server to work
View 6 Replies View RelatedAnyone aware of any free scripts that work like exit splash? I've seen it used in a few places now.
View 4 Replies View RelatedI'm working on a slide show that can fill the browser window. It has a similar scrolling thumbnail navigation as Flickr, but it is made with JavaScript. So, the big problem is memory usage. To have images that will fill the browser window their sizes are around 100+KB, and there are some slide shows that have over 200+ images.
I have tried removing the images from the DOM, I've tried using Ajax but the JavaScript engine's Garbage Collector seems to do nothing, until I refresh the page.Does anyone have any idea's on keeping the memory usage down?
I am looking for a free web based spreadsheet written in Javascript / Ajax.
is this can be found ..
Where can I find a free calender where I can change the font and colors and so on for my web site
View 1 Replies View RelatedFirst of all excuse me if I posted this thread in the wrong forum, I really have no clue where to put this but I've had some minor experience with js so I hope it can be solved this way. I check websites and/or keywords in googles Keyword Tool External as a free service for some of my clients. The thing is that more and more clients like this service and it's becoming very time-consuming for me to do this for all of them.
Is there a way to let my clients fill in the keywords or url they like researched in a form on my website, then let those words be researched and return a specified number of results in a pdf or something? My biggest concern is the captcha code. If I can't find a way to partially or fully automate this process, I'll be forced to either charge for or completely give up this service.
I don't have any knowledge of apps but would like to get one like this and be able to change/add info to it myself.
View 2 Replies View Relatedpreferably one that when clicked can update three date dropdowns (day, month, year) like ...
View 19 Replies View RelatedI want to popup a calendar (which is not difficult to many developer),
but the difficulty to me is, how to make the user select only on a
particular period, like he/she can only select a date from today to the
date of (today + 10).
I have a button that opens a calendar and populates a text box. I use
the onclick event to open the calendar.
Now the textbox has a onChange event that calls a function. The
onChange fires perfectly if I type the date on the textbox, but if the
calendar changes the date on the field then the onChange event doesn't fire.
I even try the following, but it seems that both functions run at the
same time and the value on the field is never picked up.
I have a page of dates in a form field which currently are being entered manually and wish to have a calendar pop up for each one to make it a bit easier i have managed to use a calendar routine 'tigra calendar' i found online but now after working out not to get it working within my own template i faced the problem on multiple date fields.
i currently use a numbers field 1-10 or how every many there needs to be on that page. but how would i integrate this within the coding from 'tigra calendar' can anyone suggest a better way to do this.
if needed i can sort out a zip file of the files i have for tigra calendar.
Floating, "perpetual" calendar, displaying one month at a time, in a standard calendar grid. Click a date and a form field is populated with mm/dd/yyyy. Populate one or multiple form fields with a single click. May specify up to 7 form fields to populate. Customizations for jumping a number of months/years ahead or behind. Floats to the left hand side or the right hand side. Tested in IE6 & FF1.5.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Any Title</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<script type="text/javascript">
/* Copyright 2007, Michael J. Hill. Used with permission. www.javascript-demos.com */
/* Free use of the code, so long as BOTH copyright notices are kept intact */
// Customizations
var defaultMonth = 0; // 1 displays next month onload, -6 displays six months ago
var hopMonths = 6; // number of months to "jump" for Fast Forward and Rewind buttons
var hopYears = 5; // number of years to "jump"
var hiLiteToday = true; // if and when current month is displayed
var floatTo = "right"; // right or left
var clickField = [];//Do not delete this line, the following lines are optional and you may have up to 7 fields
clickField[0] = "contractDate,Order Received"; // fieldName,Description
clickField[1] = "startAssembly,Started Assembly";
clickField[2] = "endAssembly,Finished Assembly";
clickField[3] = "dateShipped,Order Shipped";
// End Customizations
// Do not edit below this line
var IE = false;
if (navigator.appName == "Microsoft Internet Explorer"){IE = true}
var monthNames = ["January","February","March","April","May","June","July","August","September","October","November","December"];
var refDate = "";
var today = "";
var usedToday = "";
var prevField = "";
var leftStr = "";
if (floatTo == "right"){leftStr = (screen.width)-235+"px"}
if (floatTo == "left"){leftStr = "0px"}
if (clickField.length > 0){for (t = 0; t < clickField.length; t++)
{clickField[t] = clickField[t].split(",")}}
function stayHome(){
var nV = 0;
if(!document.body.scrollTop){nV = document.documentElement.scrollTop}
else {nV = document.body.scrollTop}
document.getElementById('nCalendar').style.top = nV+'px'
setTimeout("stayHome()",50);
}
function rewindM(){
refDate = new Date(refDate.getFullYear(),refDate.getMonth()-hopMonths,1)
createCalendar();
}
function forwardM(){
refDate = new Date(refDate.getFullYear(),refDate.getMonth()+hopMonths,1)
createCalendar();
}
function rewindY(){
refDate = new Date(refDate.getFullYear()-hopYears,refDate.getMonth(),1)
createCalendar();
}
function forwardY(){
refDate = new Date(refDate.getFullYear()+hopYears,refDate.getMonth(),1)
createCalendar();
}
function prevM(){
refDate = new Date(refDate.getFullYear(),refDate.getMonth()-1,1)
createCalendar();
}
function nextM(){
refDate = new Date(refDate.getFullYear(),refDate.getMonth()+1,1)
createCalendar();
}
function prevY(){
refDate = new Date(refDate.getFullYear()-1,refDate.getMonth(),1)
createCalendar();
}
function nextY(){
refDate = new Date(refDate.getFullYear()+1,refDate.getMonth(),1)
createCalendar();
}
function fillField(n){
if (usedToday != "" && refDate.getMonth() == today.getMonth() && refDate.getFullYear() == today.getFullYear()){usedToday.style.backgroundColor = "#ffff00"}
if (prevField != "" && prevField != usedToday){prevField.style.backgroundColor = "#ffffe0"}
var fillDate = refDate.getMonth()+1+"/"+n.lastChild.data+"/"+refDate.getFullYear();
fillDate = fillDate.replace(/^(d{1}/)/,"0$1").replace(/(d{2}/)(d{1}/)/,"$10$2")
for (i = 1; i < clickField.length+1; i++)
{
if (document.getElementById('fieldBox'+i).checked)
{
document.forms[0][clickField[i-1][0]].value = fillDate;
document.getElementById('fieldBox'+i).checked = false;
if (n.style.backgroundColor == '#ffff00'){usedToday = n}
if (n.style.backgroundColor == 'rgb(255, 255, 0)'){usedToday = n}
n.style.backgroundColor = "#90ee90";
prevField = n;
}
}
}
function createCalendar(){
document.getElementById('header').lastChild.data = monthNames[refDate.getMonth()]+" "+refDate.getFullYear();
var currEOM = new Date(refDate.getFullYear(),refDate.getMonth()+1,refDate.getDate()-refDate.getDate()).getDate();
var pageMap = document.getElementById('monthPage');
for (i=2; i<8; i++)
{
for (n=0; n<7; n++)
{
if (IE){pageMap.rows[i].cells[n].lastChild.data = " "}
else {pageMap.rows[i].cells[n].lastChild.data = "-"}
pageMap.rows[i].cells[n].style.backgroundColor = "#ffffe0";
pageMap.rows[i].cells[n].style.cursor = "auto";
}
}
var counter = 0;
var startDay = new Date(refDate.getFullYear(),refDate.getMonth(),1).getDay();
for (i=2; i<8; i++)
{
for (n=0; n<7; n++)
{
if (i == 2 && n >= startDay)
{
counter++;
pageMap.rows[i].cells[n].lastChild.data = counter;
pageMap.rows[i].cells[n].onclick = function(){fillField(this)}
pageMap.rows[i].cells[n].style.cursor = "pointer";
}
if (i > 2 && i < 6)
{
counter++;
pageMap.rows[i].cells[n].lastChild.data = counter;
pageMap.rows[i].cells[n].onclick = function(){fillField(this)}
pageMap.rows[i].cells[n].style.cursor = "pointer";
}
if (i == 6 && counter < currEOM)
{
counter++;
pageMap.rows[i].cells[n].lastChild.data = counter;
pageMap.rows[i].cells[n].onclick = function(){fillField(this)}
pageMap.rows[i].cells[n].style.cursor = "pointer";
}
if (i == 7 && counter < currEOM)
{
document.getElementById('lastRow').style.display = "";
counter++;
pageMap.rows[i].cells[n].lastChild.data = counter;
pageMap.rows[i].cells[n].onclick = function(){fillField(this)}
pageMap.rows[i].cells[n].style.cursor = "pointer";
}
if (IE && i == 7)
{
if (pageMap.rows[i].cells[0].lastChild.data == " ")
{document.getElementById('lastRow').style.display = "none"}
}
if (!IE && i == 7)
{
if (pageMap.rows[i].cells[0].lastChild.data == "-")
{document.getElementById('lastRow').style.display = "none"}
}
}
}
if (today.getFullYear() == refDate.getFullYear() && today.getMonth() == refDate.getMonth() && hiLiteToday)
{
for (i=2; i<8; i++)
{
for (n=0; n<7; n++)
{
var tmp = pageMap.rows[i].cells[n].lastChild.data;
if (tmp == today.getDate())
{pageMap.rows[i].cells[n].style.backgroundColor = "#FFFF00"}
}
}
}
}
function insertRow(){
var isTable = document.getElementById('clickFields')
var index = isTable.rows.length;
var nextRow = isTable.insertRow(index);
var isBox = nextRow.insertCell(0);
var isDesc = nextRow.insertCell(1);
var idStr = "fieldBox"+index;
isBox.innerHTML = "<input type='checkbox' id="+idStr+">";
isBox.style.width = "20px";
isDesc.innerHTML = clickField[index-1][1];
}
function buildClickFields(){
if (clickField.length == 0)
{
document.getElementById('clickNotice').style.display = "none";
document.getElementById('clickFields').style.display = "none";
}
else {
for (r = 0; r <clickField.length; r++)
{insertRow()}
}
}
function buildSupport(){
var styleStr = "<style type='text/css'>.left {border-left:solid black 1px;border-right:solid black 1px;border-bottom:solid black 1px;text-align:center;width:27px}.other {border-right:solid black 1px;border-bottom:solid black 1px;text-align:center;width:27px}.btn {font-size:6pt;font-weight:bold;width:22px}.day {border-right:solid black 1px;border-bottom:solid black 1px;text-align:center;width:27px;font-family:arial;font-size:10pt;font-weight:bold}.leftDay {border-left:solid black 1px;border-right:solid black 1px;border-bottom:solid black 1px;text-align:center;width:27px;font-family:arial;font-size:10pt;font-weight:bold}</style>"
var tableStr = "<DIV id=nCalendar style='POSITION: absolute; TOP: 0px'><TABLE id=holder style='MARGIN: 10px; BACKGROUND-COLOR: #ffffe0' cellSpacing=0 cellPadding=0 align=center><TBODY><TR><TD><TABLE id=monthPage style='FONT-SIZE: 14pt' cellSpacing=0 cellPadding=3 width=189 border=0><TBODY><TR><TH id=header style='BORDER-RIGHT: black 1px solid; BORDER-TOP: black 1px solid; BORDER-LEFT: black 1px solid; BORDER-BOTTOM: black 1px solid; FONT-FAMILY: times; BACKGROUND-COLOR: #ffe4b5' colSpan=7> </TH></TR><TR style='BACKGROUND-COLOR: #f0e68c'><TD class=leftDay>S</TD><TD class=day>M</TD><TD class=day>T</TD><TD class=day>W</TD><TD class=day>T</TD><TD class=day>F</TD><TD class=day>S</TD></TR><TR><TD class=left> </TD><TD class=other> </TD><TD class=other> </TD><TD class=other> </TD><TD class=other> </TD><TD class=other> </TD><TD class=other> </TD></TR><TR><TD class=left> </TD><TD class=other> </TD><TD class=other> </TD><TD class=other> </TD><TD class=other> </TD><TD class=other> </TD><TD class=other> </TD></TR><TR><TD class=left> </TD><TD class=other> </TD><TD class=other> </TD><TD class=other> </TD><TD class=other> </TD><TD class=other> </TD><TD class=other> </TD></TR><TR><TD class=left> </TD><TD class=other> </TD><TD class=other> </TD><TD class=other> </TD><TD class=other> </TD><TD class=other> </TD><TD class=other> </TD></TR><TR><TD class=left> </TD><TD class=other> </TD><TD class=other> </TD><TD class=other> </TD><TD class=other> </TD><TD class=other> </TD><TD class=other> </TD></TR><TR id=lastRow style='DISPLAY: none'><TD class=left> </TD><TD class=other> </TD><TD class=other> </TD><TD class=other> </TD><TD class=other> </TD><TD class=other> </TD><TD class=other> </TD></TR><TR><TD style='BORDER-RIGHT: black 1px solid; FONT-WEIGHT: bold; FONT-SIZE: 12pt; PADDING-BOTTOM: 5px; BORDER-LEFT: black 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: black 1px solid; BACKGROUND-COLOR: #87ceeb' align='center' colSpan=7><INPUT class=btn id=rwMonths onclick=rewindM() type=button value='<<'> <INPUT class=btn title=Previous onclick=prevM() type=button value='<'> Month <INPUT class=btn title=Next onclick=nextM() type=button value='>'> <INPUT class=btn id=fwMonths onclick=forwardM() type=button value='>>'> </TD></TR><TR><TD style='BORDER-RIGHT: black 1px solid; FONT-WEIGHT: bold; FONT-SIZE: 12pt; PADDING-BOTTOM: 5px; BORDER-LEFT: black 1px solid; PADDING-TOP: 5px; BORDER-BOTTOM: black 1px solid; BACKGROUND-COLOR: #87ceeb' align='center' colSpan=7><INPUT class=btn id=rwYears onclick=rewindY() type=button value='<<'> <INPUT class=btn title=Previous onclick=prevY() type=button value='<'><SPAN style='LETTER-SPACING: 1px'> Year</SPAN> <INPUT class=btn title=Next onclick=nextY() type=button value='>'> <INPUT class=btn id=fwYears onclick=forwardY() type=button value='>>'> </TD></TR><TR id=clickNotice><TH style='BORDER-RIGHT: black 1px solid; FONT-SIZE: 10pt; BORDER-LEFT: black 1px solid; FONT-FAMILY: arial; BACKGROUND-COLOR: #90ee90' colSpan=7>Click To Field: </TH></TR></TBODY><TABLE id=clickFields style='BORDER-RIGHT: black 1px solid; FONT-SIZE: 10pt; BORDER-LEFT: black 1px solid; WIDTH: 189px; BORDER-BOTTOM: black 1px solid; FONT-FAMILY: arial; BACKGROUND-COLOR: #7fffd4' cellSpacing=0 cellPadding=0><TBODY><TR></TR></TBODY></TABLE></TR></TBODY></TABLE></TD></TBODY></TABLE></DIV>"
document.write(styleStr);
document.write(tableStr);
}
function initCalendar(){
buildSupport();
document.getElementById('rwMonths').title = " -"+hopMonths+" ";
document.getElementById('fwMonths').title = " +"+hopMonths+" ";
document.getElementById('rwYears').title = " -"+hopYears+" ";
document.getElementById('fwYears').title = " +"+hopYears+" ";
today = new Date();
refDate = new Date(today.getFullYear(),today.getMonth()+defaultMonth,1)
createCalendar();
buildClickFields();
document.getElementById('nCalendar').style.left = leftStr;
stayHome();
}
</script>
<style type="text/css">
body {background-color:#eae3c6;margin-top:60px}
form {width:260px;height:1200px;margin:auto}
fieldset {width:260px;background-color:#f0fff0;border:1px solid #87ceeb}
legend {font-family:tahoma;font-size:10pt;font-weight:bold;color:#00008b;background-color:#87ceeb;padding-left:3px;padding-right:3px;margin-bottom:5px;letter-spacing:+1px}
label {font-family:times;font-size:12pt;color:#00008b;padding:5px}
.dates {font-family:times;font-size:10pt;text-align:right}
</style>
</head>
<body>
<form method='post' action=''>
<fieldset>
<legend> Order Tracking </legend>
<label> Order Received <input type='text' size=Ə' name='contractDate' class='dates' readonly></label><br>
<label> Started Assembly <input type='text' size=Ə' name='startAssembly' class='dates' readonly></label><br>
<label> Finished Assembly <input type='text' size=Ə' name='endAssembly' class='dates' readonly></label><br>
<label> Order Shipped <input type='text' size=Ə' name='dateShipped' class='dates' readonly></label>
</fieldset>
</form>
<div style='margin-left:auto;margin-right:auto;text-align:center;font-size:8pt;padding:3px'>Click to Field Calendar, © Copyright 2007, Michael J. Hill. Used with permission. <a href='http://www.javascript-demos.com'>www.javascript-demos.com</a></div>
<!-- Keep the following line as the LAST line in the Body -->
<script type="text/javascript"> initCalendar() </script>
</body>
</html>