Re: [Proto-Scripty] Re: uploading a file to a server.

2012-05-16 Thread Marty Amberg
Thanks Jason Will give it a shot. A example would be great, On 5/13/2012 12:32 AM, Jason wrote: Totally do-able using the HTML 5 Javascript File API (won't work in IE though) you can use the file object in the postBody option and that will upload the file to your php script through the

Re: [Proto-Scripty] uploading a file to a server.

2012-04-23 Thread Marty Amberg
/group/prototype-scriptaculous/browse_thread/thread/b9c3645c239b10c0?fwc=1pli=1 http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/b9c3645c239b10c0?fwc=1pli=1 2012/4/22 Marty Amberg mar...@edenstreet.com mailto:mar...@edenstreet.com Hi all, Quick question

[Proto-Scripty] uploading a file to a server.

2012-04-22 Thread Marty Amberg
Hi all, Quick question. I been trying to get a file to upload to a server via a form ( works great in straight html calling a php program ) using a prototype ajax request. I don't think it can be done and I have tried various ways.If I am wrong and could some one point me in the

Re: [Proto-Scripty] Users and Tags

2012-03-19 Thread Marty Amberg
I would start by making the clicks events in prototype first and then checking on if clicked or not. perhaps not the best answer but I would do something like script src=jscripts/prototype.js type=text/javascript /script script type=text/javascript !-- groups = { group1: [name1, name2,

Re: [Proto-Scripty] Trying to solve a error using $$

2011-12-24 Thread Marty Amberg
is clobbering the function from the global space. Walter On Dec 23, 2011, at 7:15 PM, Marty Amberg wrote: maybe some one could point me in the right direction. I use this code to extract the values from a table and if the table entry is blank it removes the tr element. The first time thru

[Proto-Scripty] Trying to solve a error using $$

2011-12-23 Thread Marty Amberg
; arrayNamey.name_division_groups = this.div_id; arrayNamey.passArray = pa; this._grpUpdateDB(arrayNamey); }, -- Marty Amberg -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send email to prototype-scriptaculous

Re: [Proto-Scripty] creating a object to build a table and buttons and wanting the events to be in the objecxt

2011-12-22 Thread Marty Amberg
Fixed it. Thanks On 12/21/2011 7:57 PM, Marty Amberg wrote: Hi all, I created a prototype object for a popup to display some data and a few buttons to allow update, inserts ,etc. I have been trying to make the events be created during the period of instantiation of the object. All

Re: [Proto-Scripty] creating a object to build a table and buttons and wanting the events to be in the objecxt

2011-12-21 Thread Marty Amberg
); }, endEvents:function() { } }); -- Marty Amberg -- You received this message because you are subscribed to the Google Groups Prototype script.aculo.us group. To post to this group, send email to prototype-scriptaculous@googlegroups.com. To unsubscribe from this group, send email to prototype

Re: [Proto-Scripty] Re: Rant - IE7 Sucks

2011-10-26 Thread Marty Amberg
maybe I been doing this too long, i think standard ie9. But up on the top right is a gear which opens developer tools or f12 and once in you can change the the mode of the browser mode or document mode on the top bar. Most of my issues have always been the cache on ie7 and ie8 too. I

Re: [Proto-Scripty] Re: Rant - IE7 Sucks

2011-10-25 Thread Marty Amberg
Perhaps you did this already but I have found it useful if you can, and you need to run w7, to use the debugger on ie9,set it to ie7 mode and see what happens. I have had lots of things not run smoothly on w7 and work fine otherwise. good luck On 10/25/2011 1:10 PM, kstubs wrote: I may

Re: [Proto-Scripty] Re: Be sure to buy a book Protorype.js and Sript.aculo.us you fall off 90% of questions.

2011-10-04 Thread Marty Amberg
Thanks Eric, Ordered it today, Sadly no ebook version However lots of used copies available on Amazon and BN. Cheap enough new too. On 10/4/2011 9:45 AM, Eric wrote: Marty, I think Buda is referring to Christophe Porteneuve's Prototype and script.aculo.us while the ISBN you gave is

Re: [Proto-Scripty] Be sure to buy a book Protorype.js and Sript.aculo.us you fall off 90% of questions.

2011-10-01 Thread Marty Amberg
I agree, I own the book and it is helpful. My only complaint is that the examples are using ajax calling javascript but I suppose that is universal so good for everyone. A nice ebook to have as well as paper ISBN-13 (pbk): 978-1-59059-919-8 ISBN-10 (pbk): 1-59059-919-5 ISBN-13 (electronic):

Re: [Proto-Scripty] Re: Future of Prototype.js

2011-09-29 Thread Marty Amberg
compromise for work with this project a least 1 year... and this is because I explote my javascript knowledge because this framework... and care about it. Best Ncubica... On 27 sep, 08:58, Walter Lee Daviswa...@wdstudio.com wrote: On Sep 27, 2011, at 12:00 AM, Marty Amberg wrote: One more thing

Re: [Proto-Scripty] Re: Future of Prototype.js

2011-09-27 Thread Marty Amberg
I was thinking today that besides better documentation, It be nice having a site where one can go and download actual rl examples. I could imagine a table type web page where one can view commands and code snippets. Maybe it is out there somewhere already but I love to see a place where