search for: prodd

Displaying 2 results from an estimated 2 matches for "prodd".

Did you mean: prod
2010 Mar 24
2
Multi-panel Pie Charts.
...format, as expected. Data read into object "foo": variable month value ProdA Jan 25 ProdA Feb 30 ProdA Mar 25 ProdA Apr 10 ProdB Jan 25 ProdB Feb 30 ProdB Mar 50 ProdB Apr 40 ProdC Jan 40 ProdC Feb 30 ProdC Mar 20 ProdC Apr 40 ProdD Jan 10 ProdD Feb 10 ProdD Mar 5 ProdD Apr 10 R Code: as it is from the book, library(lattice) library(grid) library(gridBase) panel.piechart <- function(x, y, labels = as.character(y), edges = 200, radius = 0.8, clockwise = FALSE, init.angle...
2006 Mar 01
1
prototype.js ajax w/ post - how to send ''+'' character
...rch(element) { new Ajax.Request(''ajax-search.php'', { method: ''post'', postBody: element.name + ''='' + escape(element.value), onComplete: showResponse }); return false; } ajax-search.php just echos (for testing right now) $_POST[''proddes''] ''neoflex standard output -green'' This demo does the same thing if you enter something like ''+jack'' or ''jack+jill'' http://24ways.org/examples/easy-ajax-with-prototype/ http://24ways.org/advent/easy-ajax-with-prototype any ideas?...