<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>OMichael's Feed - Programmer's Heaven</title>
    <link>http://www.programmersheaven.com/feed/User/336428/RSS.aspx</link>
    <description>Events at Programmer's Heaven related to the user OMichael.</description>
    <language>en</language>
    <copyright>Copyright 2013 Programmers Heaven</copyright>
    <pubDate>Wed, 22 May 2013 12:40:23 -0700</pubDate>
    <generator>Argotic Syndication Framework 2007.3.0.1, http://www.codeplex.com/Argotic</generator>
    <docs>http://www.rssboard.org/rss-specification</docs>
    <ttl>360</ttl>
    <item>
      <title>Re: &lt;select&gt; element css</title>
      <link />
      <description>&lt;p&gt;Posted a 'reply on the HTML &amp; WEB-Design forum.&lt;/p&gt;bump** any help would be great, thanks&lt;br /&gt;</description>
      <pubDate>Mon, 19 Apr 2010 14:28:20 -0700</pubDate>
    </item>
    <item>
      <title>&lt;select&gt; element css</title>
      <link />
      <description>&lt;p&gt;Posted a 'new message on the HTML &amp; WEB-Design forum.&lt;/p&gt;I have spent hours looking for information on how to change the color of the selected item in a list box but havent been able to find anything yet.. &lt;br /&gt;</description>
      <pubDate>Sun, 11 Apr 2010 16:41:22 -0700</pubDate>
    </item>
    <item>
      <title>Re: Is it possible to use random access files in ASP?</title>
      <link />
      <description>&lt;p&gt;Posted a 'reply on the Active Server Pages forum.&lt;/p&gt;anything at alll??? if not then just a no will do... even tho that would be kinda disappointing lol&lt;br /&gt;</description>
      <pubDate>Wed, 18 Nov 2009 19:04:06 -0700</pubDate>
    </item>
    <item>
      <title>Is it possible to use random access files in ASP?</title>
      <link />
      <description>&lt;p&gt;Posted a 'new message on the Active Server Pages forum.&lt;/p&gt;... because im just working on a small personal project for a small customizable home page for myself, and i dont think that a huge database is necessary for it...&lt;br /&gt;
&lt;br /&gt;
 thanks, Mike&lt;br /&gt;</description>
      <pubDate>Tue, 17 Nov 2009 20:03:13 -0700</pubDate>
    </item>
    <item>
      <title>Re: HELP WITH THIS PSEUDOCODE PLEASE!</title>
      <link />
      <description>&lt;p&gt;Posted a 'reply on the Algorithms forum.&lt;/p&gt;&lt;br /&gt;
&lt;pre class="sourcecode"&gt;
: declare x, count as integer
: 
: count = 0
: 
: do until count &amp;gt;= x + 2 // fixed i think, i have no way to debug :( 
: print count &amp;amp; ", "
: count = count + 2        // fixed :)
: &lt;/pre&gt;&lt;br /&gt;</description>
      <pubDate>Tue, 14 Apr 2009 18:25:45 -0700</pubDate>
    </item>
    <item>
      <title>Re: HELP WITH THIS PSEUDOCODE PLEASE!</title>
      <link />
      <description>&lt;p&gt;Posted a 'reply on the Algorithms forum.&lt;/p&gt;&lt;pre class="sourcecode"&gt;declare x, count as integer

count = 0

do until count &amp;gt;= x

print count &amp;amp; ", "
count = x + 2

loop&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
Hope this helps&lt;br /&gt;</description>
      <pubDate>Tue, 14 Apr 2009 11:16:59 -0700</pubDate>
    </item>
    <item>
      <title>Re: Problem to save records</title>
      <link />
      <description>&lt;p&gt;Posted a 'reply on the Access databases and VB forum.&lt;/p&gt;Sorry editing this because i posted twice.</description>
      <pubDate>Tue, 14 Apr 2009 11:07:08 -0700</pubDate>
    </item>
    <item>
      <title>Re: Problem to save records</title>
      <link />
      <description>&lt;p&gt;Posted a 'reply on the Access databases and VB forum.&lt;/p&gt;&lt;pre class="sourcecode"&gt;
Dim rstMyDB, conMyConnection, strMyQuery, strFieldOneData, strFieldTwoData, strFieldThreeData

Set rstMyDB = Server.CreateObject("ADODB.Recordset")
'Set rstMyDB = CreateObject("ADODB.Recordset") 'use this instead of above line if the code is being run on a local machine

Set conMyConnection = Server.CreateObject("ADODB.Connection")
'Set conMyConnection = CreateObject("ADODB.Connection") 'use this instead of above line if the code is being run on a local machine

strMyQuery = "SELECT * FROM MyTable"

conMyConnection.Open "PROVIDER=MICROSOFT.JET.OLEDB.4.0;Data Source=" &amp;amp; Server.MapPath("MyDB.mdb")

rstMyDB.Open strMyQuery, conMyConnection
rstMyDB.moveLast
rstMyDB.AddNew
rstMyDB("MyFieldOne") = strFieldOneData
rstMyDB("MyFieldTwo") = strFieldTwoData
rstMyDB("MyFieldThree") = strFieldThreeData
rstMyDB.Update
rstMyDB.Close
conMyConnection.Close

&lt;/pre&gt;&lt;br /&gt;
&lt;br /&gt;
Hope that helps!!!! Sorry if thats not what you are looking for.&lt;br /&gt;</description>
      <pubDate>Tue, 14 Apr 2009 11:07:06 -0700</pubDate>
    </item>
    <item>
      <title>ASP Captcha Image</title>
      <link />
      <description>&lt;p&gt;Posted a 'new message on the Active Server Pages forum.&lt;/p&gt;Im sorry, i may seem needy, but i have looked at asp captcha scripts, and dont really understand them, and i would like someone to tell me: 1. how to use a session variable, and 2. how to "draw" an image in asp, if anyone could provide me with help it would be very much appreciated, and i would be sure to return the favor by sharing my knowledge in other languages, and areas, to someone else who needs help, lol i just scrolled down and got so jealous when i saw a captcha at the bottom of this page!!!!&lt;br /&gt;</description>
      <pubDate>Mon, 13 Apr 2009 22:05:48 -0700</pubDate>
    </item>
    <item>
      <title>Re: Assigning Two Actions to a single form</title>
      <link />
      <description>&lt;p&gt;Posted a 'reply on the Active Server Pages forum.&lt;/p&gt;You may first send it to the credit card and then once the credit card is done working you could redirect it to the db form possibly???&lt;br /&gt;
                                                          Good luck&lt;br /&gt;</description>
      <pubDate>Sat, 28 Mar 2009 13:24:16 -0700</pubDate>
    </item>
    <item>
      <title>Need Help With Site</title>
      <link />
      <description>&lt;p&gt;Posted a 'new message on the Active Server Pages forum.&lt;/p&gt;I am working on &lt;a href="http://www.getstuff.somee.com"&gt;http://www.getstuff.somee.com&lt;/a&gt; and i am having lots of unexpected errors and the latest is that my banner at the top of my page is not loading, can someone help please&lt;br /&gt;
Thanks, Michael</description>
      <pubDate>Sat, 28 Mar 2009 13:22:15 -0700</pubDate>
    </item>
  </channel>
</rss>