<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Simon Willison's Weblog: brent-ashley</title><link href="http://simonwillison.net/" rel="alternate"/><link href="http://simonwillison.net/tags/brent-ashley.atom" rel="self"/><id>http://simonwillison.net/</id><updated>2005-03-30T19:19:33+00:00</updated><author><name>Simon Willison</name></author><entry><title>Ajax forest, Remote Scripting trees</title><link href="https://simonwillison.net/2005/Mar/30/ajax/#atom-tag" rel="alternate"/><published>2005-03-30T19:19:33+00:00</published><updated>2005-03-30T19:19:33+00:00</updated><id>https://simonwillison.net/2005/Mar/30/ajax/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://www.ashleyit.com/blogs/brentashley/archives/000548.html"&gt;Ajax forest, Remote Scripting trees&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Brent Ashley, father of the JSRS library, kicks in on Ajax.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/ajax"&gt;ajax&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/javascript"&gt;javascript&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/brent-ashley"&gt;brent-ashley&lt;/a&gt;&lt;/p&gt;



</summary><category term="ajax"/><category term="javascript"/><category term="brent-ashley"/></entry><entry><title>Blogchat rocks</title><link href="https://simonwillison.net/2002/Jul/15/blogchatRocks/#atom-tag" rel="alternate"/><published>2002-07-15T21:31:41+00:00</published><updated>2002-07-15T21:31:41+00:00</updated><id>https://simonwillison.net/2002/Jul/15/blogchatRocks/#atom-tag</id><summary type="html">
    &lt;p&gt;I spent a while today over at &lt;a href="http://brentashley.blogchat.com/"&gt;Brent Ashley's blog&lt;/a&gt; chatting away on BlogChat. BlogChat is Brent's impressive &lt;acronym title="Dynamic HyperText Markup Language"&gt;DHTML&lt;/acronym&gt; chat system (backend in &lt;acronym title="PHP: Hypertext Proprocessor"&gt;PHP&lt;/acronym&gt;, front end via &lt;a href="http://www.ashleyit.com/rs/main.htm" title="JavaScript Remote Scripting"&gt;JSRS&lt;/a&gt;) which allows anyone visiting his blog to talk to him (and other visitors) in real time, provided he is online to host the session. During the afternoon I got to talk to people from all over the world, all with similar interests because they all had the same taste in blogs. I am hoping to install a version of Brent's system on this site in the not-too-distant future.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/javascript"&gt;javascript&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/php"&gt;php&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/brent-ashley"&gt;brent-ashley&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="javascript"/><category term="php"/><category term="brent-ashley"/></entry><entry><title>K-Logging</title><link href="https://simonwillison.net/2002/Jul/4/kLogging/#atom-tag" rel="alternate"/><published>2002-07-04T19:45:03+00:00</published><updated>2002-07-04T19:45:03+00:00</updated><id>https://simonwillison.net/2002/Jul/4/kLogging/#atom-tag</id><summary type="html">
    &lt;p&gt;&lt;a href="http://www.ashleyit.com/blogs/brentashley/archives/000388.html#000388"&gt;Brent Ashley explains K-Logging&lt;/a&gt;. K-Logging is Knowledge Logging, a technique that companies can use to help share knowledge built up over the course of a project. Generally it involves the use of blogging style tools to informally record every part of a project. Brent also points to &lt;a href="http://dijest.editthispage.com/klogs/deadlykmsins" title="Klogging vs. the 11 Deadly KM Sins"&gt;this article&lt;/a&gt; explaining 11 common &lt;acronym title="Knowledge Management"&gt;KM&lt;/acronym&gt; problems and how K-Logging helps overcome them.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/blogging"&gt;blogging&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/brent-ashley"&gt;brent-ashley&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="blogging"/><category term="brent-ashley"/></entry><entry><title>JSRS 2.1 released</title><link href="https://simonwillison.net/2002/Jun/15/jsrs21Released/#atom-tag" rel="alternate"/><published>2002-06-15T20:18:29+00:00</published><updated>2002-06-15T20:18:29+00:00</updated><id>https://simonwillison.net/2002/Jun/15/jsrs21Released/#atom-tag</id><summary type="html">
    &lt;p&gt;Brent Ashley: &lt;a href="http://brentashley.blogchat.com/archives/000373.html#000373"&gt;JSRS2.1 Released&lt;/a&gt; (from June 10th - &lt;a href="https://web.archive.org/web/20020921023306/http://www.ashleyit.com/blogs/brentashley/archives/000373.html"&gt;Internet Archive copy&lt;/a&gt;). JSRS is Javascript Remote Scripting, an incredibly powerful javascript library that allows DHTML pages to communicate with a web server without having to reload the page. This latest version fixes POST suport for Mozilla. The library opens the way for a whole host of interactive web applications without the normal limitations caused by the request-and-response nature of the web. Best of all, JSRS is cross platform (at least for Mozilla, NS4+ and IE4+).&lt;/p&gt;

&lt;p&gt;Brent actually has two implementations available. &lt;a href="http://ashleyit.com/rs/jsrs/test.htm"&gt;JSRS&lt;/a&gt; uses DHTML elements (such as hidden iframes) to make RPC calls to the server, while &lt;a href="http://ashleyit.com/rs/rslite/"&gt;RSLite&lt;/a&gt; is an ultra lightweight version that uses cookies for communication (and even works on Opera!). Both implementations are free and come with source code, as well as example server side implementations in a variety of languages including ASP and PHP.&lt;/p&gt;
    
        &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/ajax"&gt;ajax&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/javascript"&gt;javascript&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/brent-ashley"&gt;brent-ashley&lt;/a&gt;&lt;/p&gt;
    

</summary><category term="ajax"/><category term="javascript"/><category term="brent-ashley"/></entry></feed>