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

Top "architecture" experts: mabed, happylivingdesign, absolutesubzero, lonita, fortrezza, caravia,

Groups about "architecture": Googie Architecture, Architecture design, Architecture Firms, firman, Infrastructure, AdGold.1,

1 - 10 of 20 next »   Watch mshook
 
via http://twitter.com/programmingjoy/status/5857692995

I decided to re-engineer it from the ground up. JPolite V2 is then a complete re-design from the ground up with nothing from V1 except for the look & feel. The code structure is much clearer which makes it easier for customization, as well as integration with other jQuery plugins.

A new feature that is now being tested with JPolite is called XDO (XML Data Object), which currently supports JSON objects only. The whole idea is based on some discussion around “Thin Server Architecture” and REST architecture style, that a browser client first construct the foundation of a web app with STATIC content (HTML, CSS and JavaScript) from a web server, and then exchange only DATA (XML, JSON, TXT) with the application server, which relieves the server from the burden of generating HTML markup. This feature is still experimental with lots enhancements expected.

by mshook 2009-11-19 10:20 jquery · jpolite · interview · javascript · portal · igoogle · netvibes · why · json · gadget · framework · rest · architecture · xdo · interesting
http://openvoice.ossreleasefeed.com/2009/11/wayne-lee-on-jpolite-lightweight-jquery-based-portal-framework/ - cached - mail it - history
Written by Mark Good   
Thursday, August 13, 2009 at 11:18 am

A building site always influences the design of a home. But rarely does the location pose as many challenges as did the small waterfront cottage on Long Pond designed by architect George Gekas for a couple from Boston.

by mshook2009-10-06 09:54 photo · local · maine · mdi · lake · george · house · architecture · design · site
http://www.fenceviewer.com/site/index.php?option=com_content&view=article&id=15744:Unusual%20House%20Makes%20the%20Most%... - cached - mail it - history
What is ZigBee?
What is IEEE 802.15.4?
How is ZigBee different from other wireless standards (e.g. Bluetooth)?
What are the real-life applications of ZigBee?
How reliable is the data delivery?
How long is the battery life?
What are the cost considerations for ZigBee implementation?
How long is the Transmission Range?
How high is the Data Rate?
What is the Data Latency for ZigBee Networks?
How large/small a ZigBee Network can be?
How is the Data Security provided?
What is ZigBee Stack?
What Subunits can be on a Node?
What is called ZigBee Application?
What are the ZigBee Device Descriptors?
What is ZigBee Device Profile?
What is ZigBee Stack Profile?
What are the ZigBee Device Objects?
How does a Device/Service Discovery process work?
What are the Clusters, ZigBee Binding and Binding Table?
How is Addressing and Messaging done in a ZigBee network?
What types of ZigBee Devices exist in a network?
What Topologies are supported by ZigBee?
What is ZigBee network Gateway?
by mshook 2009-10-06 09:42 zigbee · radio · wsn · faq · useful · pdafriendly · 802.15.4 · xbee · avr · arduino · architecture
http://www.meshnetics.com/zigbee-faq/ - cached - mail it - history

Amadah, Blaauw & Brooks

by mshook 2009-05-09 23:46 saved · ibm · architecture · classic · 1960s · pdf
http://www.scribd.com/doc/7002111/Architecture-of-the-IBM-System-360 - cached - mail it - history
"In REST, “post” is used for any action which results in a resource change or side-effect, and cannot be repeated without the change or side-effect happening again. An SQL “insert” operation would be implemented as a REST “post”, for example, but so would an SQL “update” which increments a value, or the sending of an email. A practical rule of thumb is that a “post” should be simple and quick, leaving the way for future changes using “put” as soon as possible. A CRUD “create” is a quite different thing. “Create” explicitly creates a new resource, and is undefined if that resource already exists."
by mshook 2009-04-06 08:26 rest · crud · comparison · architecture · why · http · sql · database
http://blog.punchbarrel.com/2008/10/31/rest-is-not-crud-and-heres-why/ - cached - mail it - history
" - searched - retrieved details - reserved These states map to URIs: - http://quuxTravel.com/searched - ??? depends on previous state - ??? depends on previous state " via http://devhawk.net/2007/05/24/REST+Is+Neither+CRUD+Nor+CRAP.aspx
by mshook 2009-04-06 08:19 rest · crud · via · state · machine · why · analysis · example · architecture
http://www.pluralsight.com/community/blogs/tewald/archive/2007/04/27/47031.aspx - cached - mail it - history
"Details In MySQL, our entities are stored in a table that looks like this: CREATE TABLE entities ( added_id INT NOT NULL AUTO_INCREMENT PRIMARY KEY, id BINARY(16) NOT NULL, updated TIMESTAMP NOT NULL, body MEDIUMBLOB, UNIQUE KEY (id), KEY (updated) ) ENGINE=InnoDB; For example, a typical entity in FriendFeed might look like this: { "id": "71f0c4d2291844cca2df6f486e96e37c", "user_id": "f48b0440ca0c4f66991c4d5f6a078eaf", "feed_id": "f48b0440ca0c4f66991c4d5f6a078eaf", "title": "We just launched a new backend system for FriendFeed!", "link": "http://friendfeed.com/e/71f0c4d2-2918-44cc-a2df-6f486e96e37c", "published": 1235697046, "updated": 1235697046, } "
by mshook 2009-03-31 15:55 via · couchdb · popular · mysql · python · json · howto · document · good · database · architecture
http://bret.appspot.com/entry/how-friendfeed-uses-mysql - cached - mail it - history
From the source. Parleys.com sure has an annoying UI.
by mshook 2009-03-11 08:46 rest · slides · architecture · why · presentation · annoying · ui · flash · mynote
http://www.parleys.com/display/PARLEYS/Home - cached - mail it - history
via http://parleys.com/display/PARLEYS/Home#slide=8;title=REST%20-%20The%20Better%20Web%20Services%20Model;talk=6451 "So, in order to prove the point that SOAP should not be compared against REST, I decided to do some coding. Since I had just finished the implementation of WS-Transfer for PlumbworkOrange, I thought that it would be a great idea to use it to build a RESTful application. And of course, what's the most well-known application out there? The Web of course. WS-Web The idea is based on the following: * Follow the REST principles for building the WWW but using SOAP and without assuming HTTP. * The uniform application semantics of WS-Transfer are assumed. * Each resource is still associated with its own URI although now the URI can be application/transport-protocol independent (e.g. urn:uuid:bla-bla-bla-bla). This has the advantage that the name or identifier of a resource is not coupled with the technology used to access it."
by mshook 2009-03-11 08:16 rest · soap · comparison · why · microsoft · ws · soa · architecture · via · interesting
http://savas.parastatidis.name/2005/03/12/505b74f7-d5d3-4b94-95d4-65129ce2bf2b.aspx - cached - mail it - history
1 - 10 of 20 next »  
Related Tags
 
- exclude ~ optional + require
Add Dates