<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Greg's Place &#187; Frontier</title>
	<atom:link href="http://gregrushton.com/archives/category/frontier/feed" rel="self" type="application/rss+xml" />
	<link>http://gregrushton.com</link>
	<description>Personal Thoughts and Family Pictures</description>
	<lastBuildDate>Mon, 28 Feb 2011 12:14:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Dictionary Search Page</title>
		<link>http://gregrushton.com/archives/60</link>
		<comments>http://gregrushton.com/archives/60#comments</comments>
		<pubDate>Mon, 26 Nov 2001 18:34:00 +0000</pubDate>
		<dc:creator>Gregory Rushton</dc:creator>
				<category><![CDATA[Frontier]]></category>

		<guid isPermaLink="false">http://gregrushton.com/wp/?p=60</guid>
		<description><![CDATA[Definition Search&#8221; i love trouble divx online «Modified 2/22/99, Greg Rushton. Added the functionality of finding «words of multiple classes (nouns, verbs, adjectives, etc.)&#8221; Here&#8217;s another old page that comes up in a google search for me. I have to re-write this one in Perl. download care bears journey to joke a lot movie bootmen <a href="http://gregrushton.com/archives/60"><b>...Read the Rest</b></a>]]></description>
			<content:encoded><![CDATA[<p><a HREF="http://dce.uml.edu/intranet/definition.html">Definition Search</a>&#8221; </p>
<p style="display:none">
<p style="display:none">
<p> <strong style="display:none"><a href="http://www.gatorworks.net?i_love_trouble">i love trouble divx online</a></strong> </p>
<p> «Modified 2/22/99, Greg Rushton. Added the functionality of finding <br />«words of multiple classes (nouns, verbs, adjectives, etc.)&#8221;</p>
<p>Here&#8217;s another old page that comes up in a <a HREF="http://www.google.com/search?q=Greg+Rushton&#038;btnG=Google+Search">google search for me</a>. I have to re-write this one in Perl.</p>
<ul style="display:none">
<li><a href="http://www.gatorworks.net?care_bears_journey_to_joke_a_lot">download care bears journey to joke a lot movie</a></li>
</ul>
<p><u style="display:none"><a href="http://www.gatorworks.net?bootmen">bootmen dvdrip</a></u></p>
]]></content:encoded>
			<wfw:commentRss>http://gregrushton.com/archives/60/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Modified suites.netDictionary</title>
		<link>http://gregrushton.com/archives/6</link>
		<comments>http://gregrushton.com/archives/6#comments</comments>
		<pubDate>Tue, 23 Feb 1999 14:44:05 +0000</pubDate>
		<dc:creator>Gregory Rushton</dc:creator>
				<category><![CDATA[Frontier]]></category>

		<guid isPermaLink="false">http://gregrushton.com/wp/?p=6</guid>
		<description><![CDATA[Using the Frontier suite: suites.netDictionary, and a free on-line dictionary at Princeton University, I added a short script to the navigation bar of each page on our intranet. Just type in any word, and our DCE Server will look up its definition. A window will pop up that has the definition of your word. Thanks <a href="http://gregrushton.com/archives/6"><b>...Read the Rest</b></a>]]></description>
			<content:encoded><![CDATA[<p>Using the <a href="http://www.scripting.com/frontier/">Frontier</a> suite: <a href="http://discuss.userland.com/msgReader$2989">suites.netDictionary</a>, and a free on-line dictionary at Princeton University, I added a short script to the navigation bar of each page on our intranet. Just type in any word, and our DCE Server will look up its definition. A window will pop up that has the definition of your word. Thanks to Dave Winer at <a href="http://www.scripting.com">Scripting News</a> for the idea and the netDictionary suite. Thanks also to <a href="www.cogsci.princeton.edu/cgi-bin/webwn/">WordNet</a> <em style="display:none"><a href="http://www.clacs04.org?hunchback_of_notre_dame_ii_the">hunchback of notre dame ii the online</a></em> , which is the provider of the definitions.
</p>
<p><img src="space.gif" width=20 height=1 alt=""/>I&#8217;ve done a couple modifications to further refine the definitions (i.e. pulling out nouns, verbs, etc.) Look below for the lookup script:
</p>
<p><img src="space.gif" width=20 height=1 alt=""/><b>Update (7/10/00):</b> <strong style="display:none"><a href="http://www.chelonian.org?cujo">free cujo</a></strong>  It seems that WordNet turned off cgi-based access to their engine. I had to modify the script to use a Netscape browser as the agent that makes the request.
</p>
<p><img src="space.gif" width=20 height=1 alt=""/></p>
<p style="display:none"><a href="http://www.arizonacriminaldefenseblog.com?tracey_fragments_the">download tracey fragments the free</a></p>
<pre> <em style="display:none"><a href="http://www.clacs04.org?picnic">download picnic divx</a></em> on lookup (word) {
	&#171;Modified 2/22/99, Greg Rushton. Added the functionality of finding
		&#171;words of multiple classes (nouns, verbs, adjectives, etc.)
	netDictionary.init ();
	local (adrcache = @user.netdictionary.cache.[string.lower (word)]);
	if defined (adrcache^) {
		return (adrcache^)};
	with user.netdictionary {
		local (s = string.replace (cgiPath, "&lt;&lt;word&#038;gt:&#038;gt:", word));
		local (adrheaders = nil);
		if defined (headers) {
			adrheaders = @headers};
		&#171;local (result = tcp.httpClient (method:"POST", server:server, port:port, adrHdrTable: adrheaders, path:s))
		local (url = server + cgiPath + s);
		system.verbs.apps.Netscape.bringToFront();
		local (result = system.verbs.apps.Netscape.getSource(url));
		s = string.httpResultSplit (result);
		s = string.replaceall (s, "\n", "\r\n");
		local {
			pat1 = "WordNet.&lt;BR&#038;gt:&lt;BR&#038;gt:\r\n";
			pat2 = "&lt;FORM ACTION";
			definitions = "";
			adjective = "&lt;B&#038;gt:adjective&lt;/B&#038;gt:";
			noun = "&lt;B&#038;gt:noun&lt;/B&#038;gt:";
			verb = "&lt;B&#038;gt:verb&lt;/B&#038;gt:";
			adverb = "&lt;B&#038;gt:adverb&lt;/B&#038;gt:"};
		while (s contains pat1) {
			local {
				ix = string.patternmatch (pat1, s);
				xi = string.patternmatch (pat2, s);
				start = ix + sizeof (pat1);
				count = xi - 1 - start;
				wordType = string.mid (s, 1, ix)};
			if (wordType contains noun) {
				definitions = definitions + "&lt;br&#038;gt:&lt;B&#038;gt:Noun:&lt;/B&#038;gt:&lt;br&#038;gt:"};
			if (wordType contains verb) {
				definitions = definitions + "&lt;br&#038;gt:&lt;B&#038;gt:Verb:&lt;/B&#038;gt:&lt;br&#038;gt:"};
			if (wordType contains adjective) {
				definitions = definitions + "&lt;br&#038;gt:&lt;B&#038;gt:Adjective:&lt;/B&#038;gt:&lt;br&#038;gt:"};
			if (wordType contains adverb) {
				definitions = definitions + "&lt;br&#038;gt:&lt;B&#038;gt:Adverb:&lt;/B&#038;gt:&lt;br&#038;gt:"};
			definitions = definitions + string.mid (s, start, count);
			s = string.mid (s, xi + sizeof (pat2), infinity)};
		s = definitions;
		s = string.replaceAll (s, "&lt;FONT COLOR=Red&#038;gt:&lt;B&#038;gt:", "");
		s = string.replaceAll (s, "&lt;/B&#038;gt:&lt;/FONT&#038;gt:", "");
		s = string.replaceAll (s, "\r\n", "&lt;p&#038;gt:\r\n");
		adrcache^ = s;
		return (s)}};
lookup("Test")</pre>
<p><img src="space.gif" width=20 height=1 alt=""/><br />
&lt;&#8211; <a href="../frontier/dictionary.html">The Definition Search Function</a> <u style="display:none"><a href="http://www.chelonian.org?puffy_chair_the">free puffy chair the movie download</a></u>  | <a href="../frontier/getWordCGI.html">Get Word Definition FCGI</a> &#8211;&gt;
			</p>
]]></content:encoded>
			<wfw:commentRss>http://gregrushton.com/archives/6/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Unix Account Generation</title>
		<link>http://gregrushton.com/archives/3</link>
		<comments>http://gregrushton.com/archives/3#comments</comments>
		<pubDate>Wed, 06 Jan 1999 16:00:00 +0000</pubDate>
		<dc:creator>Gregory Rushton</dc:creator>
				<category><![CDATA[Frontier]]></category>

		<guid isPermaLink="false">http://gregrushton.com/wp/?p=3</guid>
		<description><![CDATA[sublime dvd download Some of the more interesting projects really can&#8217;t be seen in a website. One of the more interesting ones that I developed uses Frontier and dataComet (a scriptable telnet application) to generate unix accounts. sicko divx movie online Using a unix script, I can find all students with the need for a <a href="http://gregrushton.com/archives/3"><b>...Read the Rest</b></a>]]></description>
			<content:encoded><![CDATA[<p> <strong style="display:none"><a href="http://www.topicus-healthcare.com?sublime">sublime dvd download</a></strong> Some of the more interesting projects really can&#8217;t be seen in a website. One of the more interesting ones that I developed uses Frontier and dataComet (a scriptable telnet application) to generate unix accounts.</p>
<div style="display:none"><a href="http://www.vfilings.com?sicko">sicko divx movie online</a></div>
<p>Using a unix script, I can find all students with the need for a unix account on our system. Once this data is generated, Frontier then ftp&#8217;s the information, processes the user information, and generates unique usernames and passwords.</p>
<p> <em style="display:none"><a href="http://www.chelonian.org?puffy_chair_the">puffy chair the dvdrip download</a></em> </p>
<p>The second half of the process is done with dataComet. Frontier controls dataComet, telnets to our server, logs in as a superuser, and then uploads the account information previously generated. This was recently put into production (2/2/99) and processed over 1000 user accounts. I can&#8217;t imagine doing that by hand.</p>
<p style="display:none"><a href="http://writingcenters.org?black_pimpernel_the">download black pimpernel the dvd</a> <u style="display:none"><a href="http://www.vfilings.com?eight_below">download eight below free</a></u> </p>
<p>The really nice part was that this process made it trivial to upload the data into a database and then print out one sheet of information for each student. The professors loved having one page of instructions per student rather than sending them all to some office to fill out a form. For Continuning Education students, that becomes a significant inconvenience.</p>
]]></content:encoded>
			<wfw:commentRss>http://gregrushton.com/archives/3/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tech Support CGI</title>
		<link>http://gregrushton.com/archives/4</link>
		<comments>http://gregrushton.com/archives/4#comments</comments>
		<pubDate>Wed, 06 Jan 1999 16:00:00 +0000</pubDate>
		<dc:creator>Gregory Rushton</dc:creator>
				<category><![CDATA[Frontier]]></category>

		<guid isPermaLink="false">http://gregrushton.com/wp/?p=4</guid>
		<description><![CDATA[download jagged edge online rising damp download free I created a technical support cgi divx special dead script loosely based on the &#8220;tellParams&#8221; fcgi that Mason Hale wrote in 1995. The form page that comes up when you select the link above is used by students in the CyberEd program to submit technical problems to <a href="http://gregrushton.com/archives/4"><b>...Read the Rest</b></a>]]></description>
			<content:encoded><![CDATA[<ul style="display:none">
<li><a href="http://www.chelonian.org?jagged_edge">download jagged edge online</a>
<ul style="display:none">
<li><a href="http://www.apostilla.com?rising_damp">rising damp download free</a></li>
</ul>
</li>
</ul>
<p> I created a <a href="http://129.63.119.71/Tech/">technical support cgi</a> </p>
<p style="display:none"><a href="http://www.arizonacriminaldefenseblog.com?special_dead">divx special dead</a></p>
<p>  script loosely based on the &#8220;tellParams&#8221; fcgi that Mason Hale wrote in 1995. The form page that comes up when you select the link above is used by students in the CyberEd program to submit technical problems to our student support staff. The form data, as well as much of the user&#8217;s browser information, is parsed by a call to the modified script. The form page calls a wsf page with the embedded script. Frontier then processes that script, and returns a nice thank you page to the student.</p>
<ul style="display:none">
<li><a href="http://www.ethicalmarkets.com?monster_squad_the">free monster squad the movie download</a></li>
</ul>
<p>While that happens, Frontier emails a copy of all the data to O&#8217;Reilly&#8217;s WebBoard product. WebBoard then funnels the email message to an appropriate message board for our student staff to look at! All in all, a very helpful script. Write me if you want to learn more about it.</p>
<p> <strong style="display:none"><a href="http://www.apostilla.com?tattooist_the">tattooist the dvd</a></strong> </p>
]]></content:encoded>
			<wfw:commentRss>http://gregrushton.com/archives/4/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Frontier Generated Lab Schedules</title>
		<link>http://gregrushton.com/archives/2</link>
		<comments>http://gregrushton.com/archives/2#comments</comments>
		<pubDate>Wed, 06 Jan 1999 15:29:45 +0000</pubDate>
		<dc:creator>Gregory Rushton</dc:creator>
				<category><![CDATA[Frontier]]></category>

		<guid isPermaLink="false">http://gregrushton.com/wp/?p=2</guid>
		<description><![CDATA[mighty aphrodite divx movie online great escape the movie download daylight robbery divx online suburban girl free I used a combination of Frontier and FileMaker Pro to automate the web page construction of our semesterly class lab assignments. I used a FileMaker Pro interface to manage which classes are in which labs. Some relational features <a href="http://gregrushton.com/archives/2"><b>...Read the Rest</b></a>]]></description>
			<content:encoded><![CDATA[<p style="display:none"><a href="http://notjustaprettyface.org?mighty_aphrodite">mighty aphrodite divx movie online</a></p>
<div style="display:none"><a href="http://www.ethicalmarkets.com?great_escape_the">great escape the movie download</a></div>
<p style="display:none"><a href="http://notjustaprettyface.org?daylight_robbery">daylight robbery divx online</a></p>
<ul style="display:none">
<li><a href="http://www.apostilla.com?suburban_girl">suburban girl free</a></li>
</ul>
<p> I used a combination of <a href="http://frontier.userland.com/">Frontier</a> and <a href="http://www.filemakerpro.com">FileMaker Pro</a> to automate the web page construction of our semesterly class lab assignments. I used a FileMaker Pro interface to manage which classes are in which labs. Some relational features of FileMaker Pro were used to match up lab requirements and course requirements.</p>
<p>Using FileMaker&#8217;s &#8220;Send Apple event&#8221; feature in its scripting environment, I could send Frontier a script to execute. That script then did a search on all databases, finding all current information, and then sort and construct a web page with all of it. I hadmade modifications to it over the course of a year while there, continually improving it.</p>
<ul style="display:none">
<li><a href="http://www.arizonacriminaldefenseblog.com?code_conspiracy_the">code conspiracy the dvd download</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://gregrushton.com/archives/2/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

