similar to: Hi all, Calendar javascript component

Displaying 20 results from an estimated 30000 matches similar to: "Hi all, Calendar javascript component"

2006 Feb 27
0
RE: FW: Calendar widget
Perfect, thanks Marco, great help! Now, why didn''t I think of that? Lol! -----Original Message----- From: Marco M. Jaeger [mailto:mail-yVS5avHIROZWk0Htik3J/w@public.gmane.org] Sent: Monday, February 27, 2006 2:02 PM To: ''www.dhtmlgoodies.com'' Subject: RE: FW: [Rails-spinoffs] Calendar widget Thank you Alf - I appreciate your fast response Marco M. Jaeger | Url:
2008 Jan 14
0
Google Calendar Date Range Selection
Hey Everyone, I''ve developed a new gadget using prototype to display events from a Google Calendar feed. The gadget has a very eloquent interface, adopting a similar approach to date range selection as Google Analytics. Take a peak at your convenience, http://positionabsolute.net/blog/2008/01/google-calendar-date-range-selection.php Regards, Matt
2006 Feb 24
3
New to Ajax
Hello, I''m very new to ajax and was looking for advice on scriptaculous at their website and they suggested i join your mailing list, I hope that was the right thing to do, I haven''t installed ROR yet but i have downloaded the needed one-click installer which i will setup sometime soon, until such time i would like to work with scriptaculous in its native form in php files, the
2005 Dec 18
3
JavaScript question
Hi guys, I know this is not the perfect place to ask this question, but I''m struggling with object-oriented javascript and event-handlers and you guys are probably the only ones adept enough to help me out with this. I have this calendar code I hate (and still have to maintain ;) and wanted to change it to use object-orientation. So I have written a JavaScript-class called
2006 Jan 25
3
web calendar component
I''m a RoR newbie coming from asp.net. asp.net has a web calendar control (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemWebUIWebControlsCalendarClassTopic.asp) . Is there something similar in the RoR world? -- Posted via http://www.ruby-forum.com/.
2006 May 18
1
Event.observe problem
Hello there, i have a textbox, i fill the textbox with a date from a javascript popup calendar, im using the like this Event.observe(''myTextBoxId'', ''change'', function(){ alert(''epale!'');}); and is not working, if i put the alert inside the input element in the onchange attribute it works, is that a prototype bug? -- // // Ing. Francisco
2007 Mar 14
0
SV: Re: each() and parameters and unobtrusive javascript
You could also try to go with the button element since it can wrap content like images. Something like: <button name="delete"><img src="..."></button> along with some styling to your liking. -Tobias -----Oprindelig meddelelse----- Fra: rubyonrails-spinoffs-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org [mailto:rubyonrails-spinoffs@googlegroups.com] På vegne af
2006 Mar 17
0
RE: Re: RE: Exception in Javascript console in Firefox1.0.7
Ahh... ok. I guess some things ARE better in M$ land. -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Todd Ross Sent: Friday, March 17, 2006 10:17 AM To: rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org Subject: [Rails-spinoffs]
2006 Jan 20
2
FireFox JavaScript Console
The new version of Firefox displays a bunch of CSS errors for things that I am forced to use to make IE Windows work... Does any one know a way to get the Javascript Console to only show actual Javascript errors, disabling the CSS errors??? Oh ya, im on OSX. Thanks. ______________________________________________________________________ Alex Duffield . Principal . InControl Solutions .
2006 Feb 16
2
javascript node with Ajax.Updater
Hi there, im having a problem with the Ajax.Updater, im using the Ajax.Updater to get an divider, inside the div i have a javascript node that i use to do javascript stuff, the problem is when i get the divider i get whole the html but not the javascript node, thats a bug? *anybody know what''s happening?* -- // // Ing. Francisco J. Calderón S. //
2007 Apr 13
2
Is JavaScript JSON Hijacking problems present/considered in Prototype's coming release?
I sort of let things loose on Prototype''s growth for awhile - yet, as the article (found here: http://webreflection.blogspot.com/2007/04/are-130-byte-enought-to-solve.html) came before me, the question arose: ''is the issue considered in Prototype?'' I couldn''t find a bug regarding it: the one in German isn''t counted. ) So I roll it in here. Please
2006 Oct 18
1
optgroup and Javascript Issues
Is there a way to walk a select box that has multiple enabled and a few optgroup mixed in with other groups? The following seems to work without the optgroup tags in a multiselect list box. I have tired going threw the children of the optgroup but i was unable to pull a valid .value or .selected. Any Ideas? Thanks. var objGroups =
2008 Apr 03
1
Changing the prototype.js from 1.5.0 to 1.6.0.2 causes error in javascript code.
Hi, I am a new member of this group. We are using autocomplete box from "script.aculo.us". It uses the prototype.js file. We are creating the auto completer dynamically in a table. Our code was working on FireFox(FF) but was giving error on InternetExplorer(IE). So we upgraded the prototype.js file today from version 1.5.0 to 1.6.0.2. Only this particular change was done. When we
2008 Jan 21
1
JavaScript book recommendations
No, not a question, but a few suggestions. I take it that everyone serious about using Prototype & Co. already has Christophe''s (Porteneuve) Prototype and Script.aculo.us book. Apart from that, I''d like to point out two new, library-agnostic books: Cameron Adams and several others The Art & Science of JavaScript Sitepoint 2008 http://www.sitepoint.com/books/jsdesign1/
2008 Mar 17
0
San Francisco JavaScript Meetup April 16th
We''re putting together a JavaScript meetup in San Francisco for anyone interested. The goal is simply to get a lot of awesome scripting and front-end people in the same room, facilitate interesting discussion/ networking, and see a few presentations of some cool projects. Location and exact agenda TBD, but food, drink, and good company will be provided on April 16th at 7PM in or around
2007 Aug 27
0
Prototype: automatic javascript response evaluation
Hello All, I''m having some trouble getting this to work as I''d expected. Given a server response that sets the content-type to "text/javascript" and contains: var startLeft = -180; The following client-side code fails (variable "startLeft" not found): var xmlHttp = new Ajax.Request(url, { method: "get",
2007 Dec 22
1
Ajax.Updater and JavaScript functions
Hello all, I have a script that uses a Ajax.Updater call to update the contents of a DIV. The code being inserted includes a javascript function, which is "called" by onClick event elsewhere in the HTML. The page initially works fine in that the DIV gets the right content, the Javascript inserted works fine. The problem I have is that if I call the Ajax.Updater again then the
2007 Oct 15
3
JavaScript error after including Prototype library
Hello, I''ve started seeing this error after including Prototype: Form.Element.Serializers[method] is not a function http://qaslweb1.crossmediaservices.com/shoplocal/scripts/prototype.js Line 2754 You should be able to see this error, using either Firefox or IE, when browsing to: http://qaslweb1.crossmediaservices.com/ Any ideas? Since this is a version of our original site rebranded
2007 May 09
0
Scriptaculous Sortables: dragging between sortables and reordering them by javascript?
Hello, I wanted to drag elements from one sortable to another - not a problem. the hard thing is that i want to call a JS function to reorder the elements by certain criterias (ranking f.e.). So the two involved sortables are firering two onUpdate event. When I am changing the order of the LI-elements of the first Sortable (by removing them and adding them again), the second onUpdate event will
2007 Oct 04
0
jshArea - JavaScript Hacking Area
Hello JS-er! Now you can download jshArea-01.tgz - Security Violation - Loading Libraries http://code.google.com/p/jsharea/downloads/list Bye. David(e) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Spinoffs" group. To post to this group, send email to