<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/">
  <channel>
    <title>General Programming Chat</title>
    <description>General discussions about programing languages should be posted here.</description>
    <pubDate>Mon, 08 Jun 2026 08:56:57 +0000</pubDate>
    <lastBuildDate>Mon, 08 Jun 2026 08:56:57 +0000</lastBuildDate>
    <generator>Neofriends.net</generator>
    <link>https://www.neofriends.net/forums/general-programming-chat.105/</link>
    <atom:link rel="self" type="application/rss+xml" href="https://www.neofriends.net/forums/general-programming-chat.105/index.rss"/>
    <item>
      <title>Visual Basic Image Recognition?</title>
      <pubDate>Thu, 23 Jan 2014 01:44:10 +0000</pubDate>
      <link>https://www.neofriends.net/threads/visual-basic-image-recognition.16540/</link>
      <guid>https://www.neofriends.net/threads/visual-basic-image-recognition.16540/</guid>
      <author>invalid@example.com (impega)</author>
      <dc:creator>impega</dc:creator>
      <content:encoded><![CDATA[I&#039;m a neeby newb noob at VB, and was just wondering if basically the funtions of scar are possible in VB (like finding an image, its coordinates, clicking stuff etc).<br />
<br />
Am I going to have to learn about text wrapping and complicated stuffs like that? <br />
<br />
Or is it possible for someone to explain something to me easily =P<br />
<br />
<br />
<br />
And yea sorry to have neebered up your time &gt;&lt;]]></content:encoded>
      <slash:comments>9</slash:comments>
    </item>
    <item>
      <title>What program would you like to see?</title>
      <pubDate>Sat, 22 Jun 2013 19:51:39 +0000</pubDate>
      <link>https://www.neofriends.net/threads/what-program-would-you-like-to-see.34976/</link>
      <guid>https://www.neofriends.net/threads/what-program-would-you-like-to-see.34976/</guid>
      <author>invalid@example.com (Kaden)</author>
      <dc:creator>Kaden</dc:creator>
      <content:encoded><![CDATA[well, Recently i have been really bored (In between not working and sleeping).<br />
<br />
I have been messing around with cheating on Neopets recently, and found it pretty entertaining. what I am now asking is:<br />
<br />
What Program would you all like to see, and would use?<br />
<br />
I have a few idea&#039;s, such as daily doers (Already coded one), Avatar Collectors (Like, ones that you get from visiting pages, etc)...<br />
<br />
but, they all seem to simple for my liking... so i put it out to YOU to ask you what you want to see!...<br />
<br />
<a href="https://www.neofriends.net/threads/what-program-would-you-like-to-see.34976/" target="_blank" class="externalLink" rel="nofollow">What program would you like to see?</a>]]></content:encoded>
      <slash:comments>16</slash:comments>
    </item>
    <item>
      <title>document.evaluate return question</title>
      <pubDate>Sat, 08 Jun 2013 16:51:38 +0000</pubDate>
      <link>https://www.neofriends.net/threads/document-evaluate-return-question.39556/</link>
      <guid>https://www.neofriends.net/threads/document-evaluate-return-question.39556/</guid>
      <author>invalid@example.com (Siren)</author>
      <dc:creator>Siren</dc:creator>
      <content:encoded><![CDATA[Quick q:<br />
<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code (Text):</div>
	<div class="code"><ol class="text" style="font-family:monospace;"><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">if (document.evaluate(&quot;//*[@id='content']/table/tbody/tr/td[2]/center/p[1]/b&quot;, document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null).singleNodeValue == &quot;&lt;b&gt;You approach the massive omelette...&lt;/b&gt;&quot;){</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; console.log(&quot;omelette content value found&quot;);</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp; &nbsp; document.forms[1].submit(); //leave</div></li>
<li style="font-weight: bold; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">}</div></li>
<li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">&nbsp;</div></li>
</ol></div>
</div>when I tested document.evaluate(&quot;//*[@id=&#039;content&#039;]/table/tbody/tr/td[2]/center/p[1]/b&quot;, document, null, XPathResult.FIRST_ORDERED_NODE_TYPE, null in console, it returned: <br />
<br />


<div class="bbCodeBlock bbCodeCode">
	<div class="type">Code (Text):</div>
	<div class="code"><ol class="text" style="font-family:monospace;"><li style="font-weight: normal; vertical-align:top;"><div style="font: normal normal 1em/1.2em monospace; margin:0; padding:0; background:none; vertical-align:top;">...</div></li>
</ol></div>
</div><a href="https://www.neofriends.net/threads/document-evaluate-return-question.39556/" target="_blank" class="externalLink" rel="nofollow">document.evaluate return question</a>]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>Sort-of-random image generator?</title>
      <pubDate>Fri, 31 May 2013 14:00:33 +0000</pubDate>
      <link>https://www.neofriends.net/threads/sort-of-random-image-generator.34889/</link>
      <guid>https://www.neofriends.net/threads/sort-of-random-image-generator.34889/</guid>
      <author>invalid@example.com (Virre)</author>
      <dc:creator>Virre</dc:creator>
      <content:encoded><![CDATA[Say that I have 1000 pictures and they&#039;re divided into 15 categories.<br />
Would it be possible to make a random generator program that give these categories different values, so that a first image is chosen at random as well as how many images will show in a sequence, but that depending on the value of the category that the image is in, the following images are chosen at random from specific categories?<br />
<br />
Example:<br />
Program starts up and generates how mnany pictures will show and the starting picture...<br />
<br />
<a href="https://www.neofriends.net/threads/sort-of-random-image-generator.34889/" target="_blank" class="externalLink" rel="nofollow">Sort-of-random image generator?</a>]]></content:encoded>
      <slash:comments>9</slash:comments>
    </item>
    <item>
      <title>What programming language is appropriate?</title>
      <pubDate>Tue, 21 May 2013 19:04:18 +0000</pubDate>
      <link>https://www.neofriends.net/threads/what-programming-language-is-appropriate.36964/</link>
      <guid>https://www.neofriends.net/threads/what-programming-language-is-appropriate.36964/</guid>
      <author>invalid@example.com (Wings)</author>
      <dc:creator>Wings</dc:creator>
      <content:encoded><![CDATA[Hey!<br />
<br />
What programming language is appropriate to make a website like facebook? And why?<br />
<br />
Thanks! <img src="styles/default/xenforo/clear.png" class="mceSmilieSprite mceSmilie1" alt=":)" title="Smile    :)" />]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
    <item>
      <title>Java Application question</title>
      <pubDate>Wed, 04 Jan 2012 19:42:26 +0000</pubDate>
      <link>https://www.neofriends.net/threads/java-application-question.37999/</link>
      <guid>https://www.neofriends.net/threads/java-application-question.37999/</guid>
      <author>invalid@example.com (Siren)</author>
      <dc:creator>Siren</dc:creator>
      <content:encoded><![CDATA[Hey, I know I can google programs (and I have) but I was wondering if there were any easy to use and recommended programs for making java applications. Preferably cross platform from Win7 to OSX, although OSX compatibility has higher priority. <br />
<br />
Thanks!]]></content:encoded>
      <slash:comments>4</slash:comments>
    </item>
  </channel>
</rss>
