links · people · groups · tags | My: links · tags · groups · watchlists · notes login · sign up now! | help · blog
Simpy simpy
 
Michael Shook, member since May 27, 2004
.
Search Everyone: ("sheild") "client",

Top ("sheild") "client" experts: webrankone, adski, gemmab, danboarder, djrven, mpaulini99,

1 - 5 of 5   Watch mshook
 
$('<ul><li><span class="library" /></li></ul>')
    .items([
        {library:'Prototype'},
        {library:'jQuery'},
        {library:'Dojo'},
        {library:'MooTools'}
    ])
    .chain();

Chain.js isn’t just bind data automatically to your HTML, but it also maintains and manages your data/items.

var data = {first:'Stephen', last:'Hawking'};
 
// Add one item
$('#persons').items('add', data);
 
// Remove item
$('#persons').items('remove', data);
via http://www.trilancer.com/jpolite2/
by mshook 2009-08-07 17:20 javascript · jquery · client · bind · html · template · history · interesting · why · rest · dom · via
http://rizqi.namaku.de/2008/08/data-binding-solution-for-jquery/ - cached - mail it - history
void httpRequest()
{
  byte theByte;

  xPortSerial.print("GET ");
  xPortSerial.print(PHP_PAGE_LOCATION);

  // value0 = 123 and value1 = 456
  // You should change these to be your sensor values or whatever you want to send
  // (see php code if you want to add more values or change the names value0/value1
  xPortSerial.print("?value0=123&value1=456");
  xPortSerial.print(" HTTP/1.1n");
  xPortSerial.print(WEB_HOST);

  while(!xPortSerial.available()) {} // Just loop until available
  theByte = xPortSerial.read();
  if (theByte != 0)
    Serial.println("Passed.");
  else
    Serial.println("Failed.");
}
by mshook 2009-07-02 05:44 arduino · ethernet · server · client · avr · howto · code · php · c · sheild
http://www.glacialwanderer.com/hobbyrobotics/?p=15 - cached - mail it - history
"Welcome to JWChat at jwchat.org A web based Jabber/XMPP client"
by mshook 2008-03-31 14:59 javascript · jabber · client · chat · xmpp · example
http://jwchat.org/ - cached - mail it - history
"REST is cool. Playing with REST servers is hard. RESTClient seeks to make working with REST servers for demos and the like more easy. This client was created at Dev House Boston 3."
by mshook 2007-10-16 14:53 via · rest · popular · python · client · demo · test · video
http://restclient.org/ - cached - mail it - history
"Pre-Production Design (with an emphasis on project management) ------------------------------------ The following document steps through the pre-production process. The steps are roughly in the correct/ intuitive order, although some will overlap. If you manage to address each one, you should be able to generate a cohesive design document that will serve to provide an exhaustive reference for both technical design and creative direction throughout the production process. It will demonstrate your knowledge of the target demographic and will communicate your enthusiasm to the client. Define client goals"
by mshook 2007-07-21 21:07 lemonyellow · design · project · management · client · ibm
http://web.archive.org/web/20000523231148/www.lemonyellow.com/essays/essay_preprod.htm - cached - mail it - history
1 - 5 of 5  
Related Tags
 
- exclude ~ optional + require
Add Dates