search for: 31n

Displaying 19 results from an estimated 19 matches for "31n".

Did you mean: 31
2010 Nov 01
1
ggplot map bounds
...aving trouble with the mapping portion of this code states <- data.frame(map("state", plot=FALSE,xlim= c(-85,-75),ylim=c(33,37))[c("x","y")]) usamap<- ggplot(states)+geom_path(aes(x,y)) usamap When I plot this the problem is that the bounds of the plot is from 31N to 38N and 90W to 75W. The problem is that I only need the bounds of the plot to be from 33N to 37N and 85W to 75W. The way this is now, if I try to subset the states object, I get a garbled mess of lines. The rest of the code provides what I'm trying to do with the attached data. usamap +...
2006 Aug 09
0
iTunes music store slide effect
Hello, I''m wondering if anyone has done an effect simmular to the iTunes music store effect for that they use for new Releases and such. Thanks, <http://zend.com/zce.php?c=ZEND002524&r=212822110> Jon Whitcraft Indianapolis Motor Speedway jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org Phone: (317) 492-8623 :: Fax: (317) 492-6419 ********************
2006 Apr 27
0
prototype application state.
Hello, I am wondering if anyone has created any class that will plug-in and make it easy for anyone to create a stateful application using the prototype library. Thanks. <http://zend.com/zce.php?c=ZEND002524&r=212822110> Jon Whitcraft Indianapolis Motor Speedway jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org Phone: (317) 492-8623 :: Fax: (317) 492-6419
2006 Jan 26
0
Wiki
Is the wiki down again? <http://zend.com/zce.php?c=ZEND002524&r=212822110> Jon Whitcraft Indianapolis Motor Speedway jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org Phone: (317) 492-8623 :: Fax: (317) 492-6419 ******************** ******************** This E-mail (and attachments) may contain confidential/privileged information intended only for the named addressee(s). If you
2006 Jan 27
0
Wiki Sign up.
I just sent and invitation to my self at this account and my work''s spam filter caught it. I was wondering if Thomas can remove my email (jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org) from the system that way I can just sign up for the wiki with my email address here after I send the email to another account. <http://zend.com/zce.php?c=ZEND002524&r=212822110>
2005 Nov 15
0
Testing to see if the cursor is inside an object?
Guys, I''m wondering if there is a way in the prototype or script.aculo.us to test to see if you are still inside of an element? Thanks, <http://zend.com/zce.php?c=ZEND002524&r=212822110> Jon Whitcraft Indianapolis Motor Speedway jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org Phone: (317) 492-8623 :: Fax: (317) 492-6419 ********************
2005 Oct 17
0
Bug in Draggables
Guys, I just found this bug on line 237 of dragdrop.js if(this.options.zindex) this.element.style.zIndex = this.originalZ; Should be if(this.options.zindex) this.element.style.zIndex = this.options.originalZ; Jon ******************** ******************** This E-mail (and attachments) may contain confidential/privileged information intended only for the named addressee(s).
2005 Oct 17
0
Draggables Question
Hello guys, I am creating a file browser using the libraries. I am having a problem with the draggables. When start dragging a draggable in firefox it puts a line under the dragable and does not remove it. I have the draggables on span tags with an a tag as the child and an image and some text as the child to the a tag. Is anyone else having these problems. Thanks Jon
2005 Oct 17
0
Explaination of bindAsEventListener
I am wondering if someone can explain what bindAsEventListener is used for and some common uses that I would use it for. Thanks, <http://zend.com/zce.php?c=ZEND002524&r=212822110> Jon Whitcraft Indianapolis Motor Speedway jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org Phone: (317) 492-8623 :: Fax: (317) 492-6419 ******************** ******************** This E-mail
2006 Jan 31
1
Finding Final Position with a Draggable Object
Hello, I have a draggable window. I would like to have it so that when they come back to the page with the draggable window that it remembers where they left it when they last visited. How would I get the final position after the dragging has been stopped? I have been looking threw the wiki and couldn''t find anything.
2005 Nov 07
2
Element.setOpacity Question
Why does the setOpacity function do this when the value = 1? els.opacity = ''0.999999''; That just seems weird to me. Can someone please explain? Thanks, <http://zend.com/zce.php?c=ZEND002524&r=212822110> Jon Whitcraft Indianapolis Motor Speedway jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org Phone: (317) 492-8623 :: Fax: (317) 492-6419
2006 May 29
2
Really easy field validation with Prototype Help
Hello, I''m trying to implement this. The problem that I am having is that the form submits via an Ajax call and I can figure out how to get the validation code to return false if something failed validation. Below is the link to the webpage but I see nothing on how to have it call a function when everything is valid.
2006 Mar 21
3
Autocomplete and WIKI
Two Questions: 1. Is the WIKI down? I can''t access it. 2. With the auto complete is there a way to have it display something but have a value of something else, the way a select box works. Thanks, <http://zend.com/zce.php?c=ZEND002524&r=212822110> Jon Whitcraft Indianapolis Motor Speedway jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org Phone: (317) 492-8623 ::
2005 Oct 18
0
RE: Error: "onclick() is not a function"
I see what he is saying now. When you assign a click event with the Event.observe it does not allow you to call it with the $(''xxx'').onclick(); command as it''s looking for the onclick tag in the a tag. I''m stumped on a way to get this to work. Jon Whitcraft Web Application Developer Online Services - Indianapolis Motor Speedway (317) 492-8623
2006 Feb 07
2
Question about Classes.
I have the attached class that I''m writing. The problem that I''m running into is that I can not access the options from the createArray function which get called after the ajax request gets done. I want to move the values of the xml file to an array and story it in the options variable. Can someone explain what I''m doing wrong? var LeaderInfo = Class.create();
2006 Mar 16
3
This is driving me crazy!!!
I have the following code but it keeps on giving me this error when it runs. --- Error: this.alertBox has no properties What would be causing this? My Code checks out when I call this.alertBox() from the setup function it works fine but when I try and put in on an event observer it doesn''t work. What do you guys think? Thanks, Jon Code Here: var Updater =
2006 Jan 26
4
Question about the Builder module
Hello, I want to use the builder modules for an admin tool I''m currently working on but I just all the note that I cannot create td and tr tags with it. It works fine in FF but not it IE. Can someone please explain why this is? Thanks.. <http://zend.com/zce.php?c=ZEND002524&r=212822110> Jon Whitcraft Indianapolis Motor Speedway
2006 Apr 27
4
effect.SlideDown question
Hello, I want to have my box that I''m sliding down hidden when I start and then slidedown to 100px. What is the best way to do this? I don''t see anything on the wiki about it. Thanks, <http://zend.com/zce.php?c=ZEND002524&r=212822110> Jon Whitcraft Indianapolis Motor Speedway jwhitcraft-1LwPDYEpVrH2eFz/2MeuCQ@public.gmane.org Phone: (317) 492-8623 ::
2006 Mar 20
5
Sortabls onUpdate function
I have this code. <script type="text/javascript"> Sortable.create(''orderable'', {onUpdate: doAlert}); function doAlert() { alert("Hello"); } </script> But when I move an item it doesn''t fire the doAlert command, am I missing something?