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: "html",

Top "html" experts: hohoepp, ioandavidbl, matagaskar, webstuff24, toddp, perate,

Groups about "html": CSS HTML, 10000tips, Programming, webdesign, web design info, http://www.fredsclothing.co.uk/pl/22/Funky_Wellies.html,

1 - 10 of 20 next »   Watch mshook
 
by mshook 2009-10-30 13:01 30 · october · 2009 · a · html · javascript · del.icio.us · pdafriendly · forward · search · url · mobile · utiltiy · *pda
http://mshook.appspot.com/z/d4m.htm?/mshook/30+october+2009+a - cached - mail it - history

JSON ... it's the intersection of all modern programming languages. All languages have some sense of data, and structures of data. They all have simple values like number strings, and booleans. They all have some sense of a sequence of values. ... Every language has some sense of a collection of named values; it might be an object, or a record, or a struct, or a hash, or a property list, or something. All languages have these, these are universal ideas.

... But they all have the same idea about what the data looks like, and JSON has the thing that's common to everything. By being at the intersection, it turns out to be the thing that everybody can agree on, so it's really easy to pass data back and forth.

Prior data interchange formats tended to try to be the union of all the languages, and that turns out to be horrendously complex, and very difficult to deal with. JSON, by being so simple, actually became really easy to use.

by mshook 2009-08-15 22:59 via · json · popular · history · lisp · runoff · markup · very · good · video · why · language · minimal · jsont · xml · critique · html · data · tree · javascript
http://developer.yahoo.com/yui/theater/video.php?v=crockford-json - cached - mail it - history
$('<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
For me, the web is URIs, a standard set of verbs and a standardized EVAL function. The verbs are mostly GET and POST and the standardized EVAL function is the concept of a browser that can EVAL HTML and can eval JavaScript. I don't thing we can afford to leave JavaScript out of the top level definition of what the Web is because there is too much at stake.

There is a huge difference between a web of algorithms and a web of data. For computing eons, we have known that a combination of algorithms and data structures lead to programs. Less well known (outside computer science) are the problems of trying to build applications using one without the other or trying to fake one using the other.

Lisp, TeX, SGML...all of these evidence the struggle between declarative and imperative methods. Today, the problems are all the same but the buzzwords are different: JavaScript, XSLT, XML...
via http://bitworking.org/news/427/js-rest-and-empty-windows
by mshook 2009-07-06 21:06 interesting · rest · browser · eval · javascript · lisp · html · theory · tex · declarative · imperative · url · via · joegregorio
http://seanmcgrath.blogspot.com/2009/04/atompub.html - cached - mail it - history
You need to tell subversion what mime-type to use. Just use the command:

svn propset svn:mime-type 'text/html' FILENAME

or

svn propset svn:mime-type 'image/jpeg' FILENAME

For more info: http://svnbook.red-bean.com/en/1.4/svn.advanced.props.file-portability.html#svn.advanced.props.special.mime-type

It's also possible to configure your Subversion client to automatically set
each file's mime-type. For example, by modifying ~/.subversion/config to resemble

[miscellany]
enable-auto-props = yes

[auto-props]
*.html = svn:mime-type=text/html

For more info: http://svnbook.red-bean.com/en/1.1/ch07.html#svn-ch-7-sect-1.3.2 
by mshook 2009-06-25 10:47 svn · html · howto · serve · server · google · code · image · jpg · subversion
http://code.google.com/p/support/wiki/FAQ - cached - mail it - history
by mshook 2009-05-13 09:16 d4m · template · html · list · 13 · may · 2009 · c · tinyurl · qsbfez · ul · li
http://mshook.googlepages.com/d4m.htm?/mshook/13+may+2009+c - cached - mail it - history
by mshook 2009-05-13 08:50 d4m · template · html · list · 13 · may · 2009 · b · tinyurl · p257ub
http://mshook.googlepages.com/d4m.htm?/mshook/13+may+2009+b - cached - mail it - history
by mshook 2009-05-11 09:45 html · style · why · clean · markup · css · standards · accessibility · how
http://www.webdesignerdepot.com/2009/05/why-does-clean-markup-matter-in-web-design/ - cached - mail it - history
by mshook 2009-05-10 00:48 flickr · badge · code · html · css · photo · how · howto · example · swcycle · outline · format
http://mshook.googlepages.com/d4m.htm?/mshook/10+may+2009+b - cached - mail it - history
by mshook 2009-05-10 00:36 flickr · badge · code · html · css · javascript · photo · how · howto · example · swcycle
http://mshook.googlepages.com/d4m.htm?/mshook/10+may+2009+a - cached - mail it - history
1 - 10 of 20 next »  
Related Tags
 
- exclude ~ optional + require
Add Dates