search for: mandiv

Displaying 20 results from an estimated 67 matches for "mandiv".

Did you mean: mandir
2007 May 01
0
Dovecot 1.0.0 packed fot Mandive Linux
Dovecot 1.0.0 has been compiled vor Mandriva 2008.0 in the contrib/release tree. Hopefully a backport to the current mdv releases (2007.1 and 2007.0) will follow soon! Thanks Michael! Egbert Jan NL Name : dovecot Relocations: (not relocatable) Version : 1.0.0 Vendor: Mandriva Release : 1mdv2008.0 Build Date: Tue
2005 Oct 27
3
String.protoype.toQueryParams
...String.prototype.toQueryParams takes a query string, i.e, string with name value pairs separated with ''&'', splits them up and returns an object using whose properties we can get the values of the params */ /* Usage: var queryString = "?name=mandy&email=mandiv-/E1597aS9LQAvxtiuMwx3w@public.gmane.org&age=20"; name = queryString.toQueryParams().name; email= queryString.toQueryParams().email; age = queryString.toQueryParams().age; alert(name+" "+email+" "+age); */ toQueryParams: function() { var pairs = this....
2006 Jan 20
3
disabling drag''n''drop features on some areas
Hi, I have implemented the drag and drop feature to move around some divs, but I have a small side effect i am trying to clear: When the draggable div contains links, and if the user grab the div on the link, the drag is done but the link is also visited, leading to unwanted issues. What I''ve tried to do is to look for all ''a'' tags in the draggable elements in order
2006 May 02
6
Stopping the Ajax.PeriodicalUpdater -- My Kludge?
Well, I''ve been burning the midnight oil trying to figure out how to issue the stop() command to a PeriodicUpdater. I''ve come up with a solution that uses setTimeouts to call the stop function. I think my solution is very kludgey... especially since I''m new to Javascript + Prototype. Can anyone let me know if the below code is at all proper? :) --------- Summary: A
2006 Mar 22
3
document.write() in ajax response
Hi, I am facing a problem and the description is as follows - I have a page 1.html that does an Ajax.Updator & calls stuff from 2.html (that has some html snippet & some javascript). So far so good - things work fine. However, if 2.html had any document.write code - eg document.write(''hello'') then once the response is received it will be rendered till the point
2005 Dec 27
2
wiki down
wiki is down yet again. anyone knows the downtime?
2006 Mar 03
3
xml handling
Hello there, im having a problem with the xml handling, i want to get and xml node and put things in an input text but im a little lost, im using this code, but isn''t work, what am i doing wrong? --------------------- <a href="#" onclick="getXML()">Get XML</a> <input type="text" value="nothing here" id="respuesta" />
2005 Dec 09
5
Prototype Enumerable, Array and Hash Documentation
Hey guys, I recently published an article documenting some of the more useful and interesting parts of Prototype''s Enumerable, Hash and Array objects. You can find it here: http://encytemedia.com/blog/articles/ 2005/12/07/prototype-meets-ruby-a-look-at-enumerable-array-and-hash If you have any feedback or suggestions, fire away. Cheers, -Justin Palmer
2005 Dec 04
5
Javascript Logging
Hello Everyone, Just wanted to find out if scriptaculous has a patch for a error logging class? Currently, I have found 2 javascript logging scripts (outside of scriptaculous). Lumberjack: http://gleepglop.com/javascripts/logger/ log4js: http://jroller.com/page/stritti?entry=logging_in_javascript_log4js Could you guys shed some light on what would be a good logger class to use with our
2006 Jan 11
9
Prototype & Cookies
...my domain 5 of the cookies would either get dropped or not be set (as there is a limit of 20 cookies per domain). For such cases, I would actually want to combine hypothetically 5 cookies into one - the cookie could be called global cookie and it''s value is a hash like (name: mandy, email:mandiv@hot..) and so on. All this can be done using the conventional ways but just wondering if someone has made it easy working with cookies :) Let me know your thoughts. Thanks and Regards, Mandy. _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCp...
2005 Dec 13
10
new classes
Hi list, I made some classes for script.aculo.us. I think some of them are useful. Please try them and feed me back, like bug report etc. Check it out at: http://script.spinelz.org/ Thanks. Kaoru _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org
2006 Apr 15
11
evalScripts in IE
My Ajax.Updater is set for evalScripts and it receives this: <script language="JavaScript">complete();</script> It works in FF but not IE. Is the above code the proper way to return scripts? Thanks!
2006 May 15
3
Javascript Profiler
Has anyone implemented a Javascript Profiler based on prototype (or not based on it)?
2006 Mar 04
4
Tree
I''m not sure if this has been discussed, but is there a public tree control based on prototype/script.aculo.us? Thanks Jim _______________________________________________ Rails-spinoffs mailing list Rails-spinoffs-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org http://lists.rubyonrails.org/mailman/listinfo/rails-spinoffs
2006 Feb 24
0
Appending <tr>''s to Table - Images in <tr>''s loading slowly.
...s work fine. On further exploring I found that IE is sending a request for the image icon & border on every row that is getting appended. It sends the request for the image, gets a 304 (ie, image is not modified) and then shows the image. 0.0.0.0 31 ms 610 GET 304 image/gif http://mydomain/~mandiv/images/corporate_j.gif I solved this problem by calling getTableData() on onload of the body. But, since I have some iframes that call external stuff, it would take lot of time for the table to load (because IE waits for external stuff also to load before firing onload). BTW, I don''t...
2006 Feb 24
1
RE: Appending <tr>''s to Table - Images in<tr>''sloading slowly.
I tried the same thing Ryan - tried preloading the images using javascript once and then using CSS (heights of desperate behavior ;) But no Luck! But, IE is misbehaving in this respect. The application behaves fine once loaded. But, each refresh sucks! Only if I knew why this was happening ... :) Thanks anyway, Mandy.
2006 Mar 01
3
RE: manipulate <td>''s and their contentbygrabbingtheir classNames
Ahh... Haven''t run up against that yet. Although I also completely disregard Gecko/Safari and other totally crappy, useless, browsers :-). </cynicism> -----Original Message----- From: rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org [mailto:rails-spinoffs-bounces-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org] On Behalf Of Gregory Hill Sent:
2005 Nov 25
4
Rich Text Editor
I know this doesn''t necessarily fall under AJAX, but does anyone have any plans of donating a RTE (Rich Text Editor) plugin to scriptaculous?
2005 Dec 08
6
What does mean $(element) ?
Hi All, In scriptaculous scripts, I don''t understand this syntaxe : $(element) --8<--------------------------------- Effect.Highlight = Class.create(); Object.extend(Object.extend(Effect.Highlight.prototype, Effect.Base.prototype), { initialize: function(element) { this.element = $(element); ... --8<--------------------------------- I had never seen this syntaxe, I
2006 Mar 01
0
RE: manipulate <td>''s and their content by grabbingtheir classNames
...quot;; } } --></Xcript> <table> <tr> <td onclick="MyController.select(this)">foo</td> <tr> <tr> <td onclick="MyController.select(this)">bar</td> <tr> </table> On 3/1/06, Maninder, Singh <mandiv-W2hqgAdRMsX2eFz/2MeuCQ@public.gmane.org> wrote: > > Hi Guys, > > What''s the best way to grab all <td>''s in a particular table and > manipulate them? > > Here''s the problem definition - > > I have a table that has ''n''...