﻿<?xml version="1.0" encoding="utf-8"?>
<rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" version="2.0">
  <channel>
    <title>Quomon.com questions </title>
    <link>http://quomon.com/BrowseQuestions.aspx</link>
    <description>Questions and Answers for IT &amp;amp; Graphic Design Professionals. Selection criteria -  All categories  - No keywords</description>
    <language>English</language>
    <copyright>Quomon</copyright>
    <generator />
    <webMaster>admin@quomon.com</webMaster>
    <lastBuildDate>Mon, 16 Nov 2009 16:40:55 GMT</lastBuildDate>
    <ttl>20</ttl>
    <item>
      <guid>http://quomon.com/question_i-java-script-loading_11253.aspx</guid>
      <title>i need a java script for loading</title>
      <link>http://quomon.com/question_i-java-script-loading_11253.aspx</link>
      <description>hai friends &lt;br&gt;im very begininger for javascript.please any one of the person help me. what is the code for loading gif image while processing page in asp.net using javascript&lt;br&gt;im waiting for your reply</description>
      <author>ssaravana4u</author>
      <pubDate>Sat, 14 Nov 2009 01:22:34 GMT</pubDate>
      <comments>http://quomon.com/question_i-java-script-loading_11253.aspx#comments</comments>
      <category>JavaScript, excel</category>
    </item>
    <item>
      <guid>http://quomon.com/question_My-Dell-Inspiron-keyboard-keys-require-virtually-pound-type-stiff-Help_11252.aspx</guid>
      <title>My Dell Inspiron keyboard keys require me to virtually pound on them to type- way too stiff!  Help!</title>
      <link>http://quomon.com/question_My-Dell-Inspiron-keyboard-keys-require-virtually-pound-type-stiff-Help_11252.aspx</link>
      <description>The keys require a very slow and methodical &amp;quot;power typing&amp;quot; in order to get the letter or character to appear on the screen.  I cannot find any keyboard sensitivity settings at all!  Anyone know where the hell the adjustment setting is hidden?  Help!</description>
      <author>RBEdwards67</author>
      <pubDate>Fri, 13 Nov 2009 22:13:34 GMT</pubDate>
      <comments>http://quomon.com/question_My-Dell-Inspiron-keyboard-keys-require-virtually-pound-type-stiff-Help_11252.aspx#comments</comments>
      <category>Dell, keyboard, Screen, Settings</category>
    </item>
    <item>
      <guid>http://quomon.com/question_dell-inspiron_11222.aspx</guid>
      <title>dell inspiron</title>
      <link>http://quomon.com/question_dell-inspiron_11222.aspx</link>
      <description>my laptop is askin for a system or config password and i dont have one i cant access any menues as i cant get past the message</description>
      <author>lisah347</author>
      <pubDate>Tue, 10 Nov 2009 09:45:08 GMT</pubDate>
      <comments>http://quomon.com/question_dell-inspiron_11222.aspx#comments</comments>
      <category>Laptop, Access, System, Dell, password</category>
    </item>
    <item>
      <guid>http://quomon.com/question_dell-inspiron_11221.aspx</guid>
      <title>dell inspiron</title>
      <link>http://quomon.com/question_dell-inspiron_11221.aspx</link>
      <description>my laptop is askin for a configaration or system password and i dont have them ....it will not let me past this message to enter any menus</description>
      <author>lisah347</author>
      <pubDate>Tue, 10 Nov 2009 09:35:26 GMT</pubDate>
      <comments>http://quomon.com/question_dell-inspiron_11221.aspx#comments</comments>
      <category>Laptop, System, Dell, password</category>
    </item>
    <item>
      <guid>http://quomon.com/question_Hi-All-I-facing-prob-UDP-Broadcasting-C-I-2-pc-connected-LAN-Please-Help_11219.aspx</guid>
      <title>Hi All I am facing prob in UDP Broadcasting using C#. I am using 2 pc connected in LAN.Please Help</title>
      <link>http://quomon.com/question_Hi-All-I-facing-prob-UDP-Broadcasting-C-I-2-pc-connected-LAN-Please-Help_11219.aspx</link>
      <description>Hi&lt;br&gt;I am trying to broadcast(UDP) a message on LAN using C#.I have connected   systems(P2P connection).I am able to send and receive broadcast message on 1st pc but unable to see the same result on 2nd pc.Please Help &lt;br&gt;&lt;br&gt;My code is&lt;br&gt;&lt;br&gt;For Receiving Broadcast Message..&lt;br&gt;soc = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp);&lt;br&gt;            IPEndPoint iep = new IPEndPoint(IPAddress.Any, 9999);&lt;br&gt;            soc.Bind(iep);&lt;br&gt;            EndPoint ep = (EndPoint)iep;&lt;br&gt;            soc.EnableBroadcast = true;&lt;br&gt;&lt;br&gt;          &lt;br&gt;            byte[] buffer;&lt;br&gt;            while (true)&lt;br&gt;            {&lt;br&gt;                buffer = new byte[1024];&lt;br&gt;                soc.Receive(buffer);&lt;br&gt;                string bufferstr = null;&lt;br&gt;                System.Text.ASCIIEncoding enc = new System.Text.ASCIIEncoding();&lt;br&gt;                bufferstr = enc.GetString(buffer);&lt;br&gt;                &lt;br&gt;            }&lt;br&gt;&lt;br&gt;For Broadcasting Message...&lt;br&gt;Socket sock = new Socket(AddressFamily.InterNetwork, SocketType.Dgram, ProtocolType.Udp);&lt;br&gt;                sock.SetSocketOption(SocketOptionLevel.Socket, SocketOptionName.Broadcast, 1);&lt;br&gt;&lt;br&gt;                IPEndPoint iep = new IPEndPoint(IPAddress.Broadcast, 9999);&lt;br&gt;                string message;&lt;br&gt;&lt;br&gt;                byte[] data = Encoding.ASCII.GetBytes(message);&lt;br&gt;                sock.EnableBroadcast = true;&lt;br&gt;                sock.SendTo(data, iep);&lt;br&gt;                Thread.Sleep(3000);&lt;br&gt;                sock.Close();</description>
      <author>gauravsagargupta</author>
      <pubDate>Tue, 10 Nov 2009 08:48:21 GMT</pubDate>
      <comments>http://quomon.com/question_Hi-All-I-facing-prob-UDP-Broadcasting-C-I-2-pc-connected-LAN-Please-Help_11219.aspx#comments</comments>
      <category>Broadcast, udp, connection, PC, LAN, ip, C#</category>
    </item>
    <item>
      <guid>http://quomon.com/question_I-I-start-Laptop-minutes-white-screen-Whats-wro_11217.aspx</guid>
      <title>I would like to know if I start my Laptop after a few minutes it gives me 'n white screen.Whats wro</title>
      <link>http://quomon.com/question_I-I-start-Laptop-minutes-white-screen-Whats-wro_11217.aspx</link>
      <description>If I start my laptop an Acer Aspire 9410 FTER A FEW MINITES IT WILL START MAKING SOME WHITE LINES and then suddenly it will be a white screen. If I shut it off and start it again the same thing is happening. I can only work for a few minutes and then the rest of the day i've got the same problem.&lt;br&gt;&lt;br&gt;Please help!!!!!&lt;br&gt;&lt;br&gt;Dorothy</description>
      <author>mornaysmuts</author>
      <pubDate>Tue, 10 Nov 2009 03:27:06 GMT</pubDate>
      <comments>http://quomon.com/question_I-I-start-Laptop-minutes-white-screen-Whats-wro_11217.aspx#comments</comments>
      <category>Laptop, Acer, Screen, lines, Windows Vista</category>
    </item>
    <item>
      <guid>http://quomon.com/question_how-avoid-null-error-asp-net_11205.aspx</guid>
      <title>how to avoid null value error in asp.net</title>
      <link>http://quomon.com/question_how-avoid-null-error-asp-net_11205.aspx</link>
      <description>How to avoid null value error , that mean if u use Executesalar but there no value found on that time &amp;quot;Object reference not set to an instance of an object.&amp;quot; error is ocurr. what is the solution for this problem</description>
      <author>ssaravana4u</author>
      <pubDate>Mon, 09 Nov 2009 00:42:04 GMT</pubDate>
      <comments>http://quomon.com/question_how-avoid-null-error-asp-net_11205.aspx#comments</comments>
      <category>Errors, asp</category>
    </item>
    <item>
      <guid>http://quomon.com/question_how-email-browsing-password_11198.aspx</guid>
      <title>how i know last email browsing password ?</title>
      <link>http://quomon.com/question_how-email-browsing-password_11198.aspx</link>
      <description>Email Browsing-I want to know last browsing paaswords</description>
      <author>kuvendra</author>
      <pubDate>Mon, 09 Nov 2009 00:23:27 GMT</pubDate>
      <comments>http://quomon.com/question_how-email-browsing-password_11198.aspx#comments</comments>
      <category>email, password</category>
    </item>
    <item>
      <guid>http://quomon.com/question_how-insert-user-define-row_11177.aspx</guid>
      <title>how to insert user define row</title>
      <link>http://quomon.com/question_how-insert-user-define-row_11177.aspx</link>
      <description>how to insert user define row in datagridview in asp.net using c#</description>
      <author>ssaravana4u</author>
      <pubDate>Fri, 06 Nov 2009 06:23:43 GMT</pubDate>
      <comments>http://quomon.com/question_how-insert-user-define-row_11177.aspx#comments</comments>
      <category>excel, datagridview, Yahoo</category>
    </item>
    <item>
      <guid>http://quomon.com/question_Where-I-Bluetooth-Peripheral-Device-Driver_11175.aspx</guid>
      <title>Where can I get a Bluetooth Peripheral Device Driver?</title>
      <link>http://quomon.com/question_Where-I-Bluetooth-Peripheral-Device-Driver_11175.aspx</link>
      <description>I have windows 7 on my notebook (Compaq Presario CQ61-360EV ). It has a broadcom bluetooth device, but I get an installation notice all the time for the &amp;quot;Bluetooth Peripheral Device&amp;quot;. </description>
      <author>enaselsify</author>
      <pubDate>Thu, 05 Nov 2009 05:23:20 GMT</pubDate>
      <comments>http://quomon.com/question_Where-I-Bluetooth-Peripheral-Device-Driver_11175.aspx#comments</comments>
      <category>windows 7, Time, Bluetooth, peripheral , Notebook, windows</category>
    </item>
    <item>
      <guid>http://quomon.com/question_How-Assign-String-Variable-Vb-net-Using-JavaScript_11174.aspx</guid>
      <title>How to Assign a value to a String Variable of Vb.net  Using JavaScript</title>
      <link>http://quomon.com/question_How-Assign-String-Variable-Vb-net-Using-JavaScript_11174.aspx</link>
      <description>Dim Opt as string &lt;br&gt;Opt=&amp;quot;UPDATE&amp;quot;&lt;br&gt;&lt;br&gt;&lt;br&gt;-----------&lt;br&gt;&lt;br&gt;Now How I Change the Value of 'Opt' Using JavaScript </description>
      <author>malleshkurmajpt</author>
      <pubDate>Wed, 04 Nov 2009 23:57:33 GMT</pubDate>
      <comments>http://quomon.com/question_How-Assign-String-Variable-Vb-net-Using-JavaScript_11174.aspx#comments</comments>
      <category>vb.net, JavaScript</category>
    </item>
    <item>
      <guid>http://quomon.com/question_how-assign-vb-net-stringvariable-javascript_11173.aspx</guid>
      <title>how to assign a value  vb.net stringvariable using javascript</title>
      <link>http://quomon.com/question_how-assign-vb-net-stringvariable-javascript_11173.aspx</link>
      <description>&lt;br&gt;&lt;br&gt;vb code:&lt;br&gt;---------&lt;br&gt; Public Shared opt As String&lt;br&gt;&lt;br&gt;  opt = &amp;quot;&amp;quot;&lt;br&gt;&lt;br&gt;&lt;br&gt;now how i change the string value of 'opt'</description>
      <author>malleshkurmajpt</author>
      <pubDate>Wed, 04 Nov 2009 23:53:28 GMT</pubDate>
      <comments>http://quomon.com/question_how-assign-vb-net-stringvariable-javascript_11173.aspx#comments</comments>
      <category>vb.net, JavaScript</category>
    </item>
    <item>
      <guid>http://quomon.com/question_i-B-Speech-modeldata-stream-v2-0-c2_11154.aspx</guid>
      <title>i have B-Speech modeldata stream v2.0 c2</title>
      <link>http://quomon.com/question_i-B-Speech-modeldata-stream-v2-0-c2_11154.aspx</link>
      <description>Where can I get a Bluetooth Peripheral Device Driver</description>
      <author>jluizalmeida3</author>
      <pubDate>Tue, 03 Nov 2009 08:02:05 GMT</pubDate>
      <comments>http://quomon.com/question_i-B-Speech-modeldata-stream-v2-0-c2_11154.aspx#comments</comments>
      <category>Bluetooth, peripheral , driver, model data stream v2.0 c2</category>
    </item>
    <item>
      <guid>http://quomon.com/question_how-list-connected-IP-LAN-C_11152.aspx</guid>
      <title>how we can get list of connected IP in LAN using C# </title>
      <link>http://quomon.com/question_how-list-connected-IP-LAN-C_11152.aspx</link>
      <description>Hi Nidhi&lt;br&gt;I am facing problems in getting IP Address of all connected Systems connected in C class LAN network.Like in the case of IP messenger where we don't have server client but can see list of all connected users using IP Messenger with there temporary usernames, same kind of feature i am trying to add in my messenger.  &lt;br&gt;Can you please guide how we can do this using C# 3.5 </description>
      <author>gauravsagargupta</author>
      <pubDate>Tue, 03 Nov 2009 07:33:00 GMT</pubDate>
      <comments>http://quomon.com/question_how-list-connected-IP-LAN-C_11152.aspx#comments</comments>
      <category>servers, ip, network, LAN</category>
    </item>
    <item>
      <guid>http://quomon.com/question_What-Icollection-LINQ_11150.aspx</guid>
      <title>What is Icollection in LINQ?</title>
      <link>http://quomon.com/question_What-Icollection-LINQ_11150.aspx</link>
      <description>What is Icollection in LINQ?</description>
      <author>sanjaybeh</author>
      <pubDate>Tue, 03 Nov 2009 01:28:51 GMT</pubDate>
      <comments>http://quomon.com/question_What-Icollection-LINQ_11150.aspx#comments</comments>
      <category>LINQ</category>
    </item>
    <item>
      <guid>http://quomon.com/question_What-ICollection-LINQ_11149.aspx</guid>
      <title>What is ICollection in LINQ?</title>
      <link>http://quomon.com/question_What-ICollection-LINQ_11149.aspx</link>
      <description>If i am using ISingleResult then it is clear that we are caling a procedure..Then similar way what is the use of ICollection?</description>
      <author>sanjaybeh</author>
      <pubDate>Tue, 03 Nov 2009 00:00:47 GMT</pubDate>
      <comments>http://quomon.com/question_What-ICollection-LINQ_11149.aspx#comments</comments>
      <category>LINQ, clear</category>
    </item>
    <item>
      <guid>http://quomon.com/question_Anybody-experience-Facebook-connect_11123.aspx</guid>
      <title>Anybody has experience with Facebook connect?</title>
      <link>http://quomon.com/question_Anybody-experience-Facebook-connect_11123.aspx</link>
      <description>I'm just wondering how easy it is to integrate with an asp.net website and how you manage the users that come from Facebook, since they don't give you neither password or real email.</description>
      <author>SwingKing</author>
      <pubDate>Sun, 01 Nov 2009 15:05:39 GMT</pubDate>
      <comments>http://quomon.com/question_Anybody-experience-Facebook-connect_11123.aspx#comments</comments>
      <category>Websites, asp, email, password, facebook, .net</category>
    </item>
    <item>
      <guid>http://quomon.com/question_how-show-data-grid-format-row-delete-update-button_11049.aspx</guid>
      <title>how to show data in grid format,with each row has delete,update button?</title>
      <link>http://quomon.com/question_how-show-data-grid-format-row-delete-update-button_11049.aspx</link>
      <description>gridview</description>
      <author>vaishnavpurshottam</author>
      <pubDate>Wed, 21 Oct 2009 08:01:33 GMT</pubDate>
      <comments>http://quomon.com/question_how-show-data-grid-format-row-delete-update-button_11049.aspx#comments</comments>
      <category>Button, gridview</category>
    </item>
    <item>
      <guid>http://quomon.com/question_how-Arithmetic-formulas-datagridview-vb-net-stroe-sql-server-database_10926.aspx</guid>
      <title>how to use Arithmetic formulas in datagridview in vb.net and stroe them to sql server database</title>
      <link>http://quomon.com/question_how-Arithmetic-formulas-datagridview-vb-net-stroe-sql-server-database_10926.aspx</link>
      <description>how to use Arithmetic formulas in datagridview in vb.net and stroe them to sql server database and then update also</description>
      <author>raj8asr</author>
      <pubDate>Thu, 08 Oct 2009 05:00:48 GMT</pubDate>
      <comments>http://quomon.com/question_how-Arithmetic-formulas-datagridview-vb-net-stroe-sql-server-database_10926.aspx#comments</comments>
      <category>servers, sql, database, datagridview, vb.net</category>
    </item>
    <item>
      <guid>http://quomon.com/question_How-commnicate-PDA-built-scanner-vb-net-smart-device_10808.aspx</guid>
      <title>How to commnicate with a PDA built-in scanner using vb.net smart device?</title>
      <link>http://quomon.com/question_How-commnicate-PDA-built-scanner-vb-net-smart-device_10808.aspx</link>
      <description>I am developing an application to run on a PDA. &lt;br&gt;The PDA is running on Windows CE 5.0 and has a barcode scanner integrated. &lt;br&gt;I am using Framework 3.5 VB.Net 2008 smart device project to develop my application. &lt;br&gt;Now, my question is about opening the barcode scanner to read scanned barcodes into my PDA application. &lt;br&gt;I used system.io.ports to open COM1, 2, 3 and I can get them opened but obviously none of theses ports opens up the scanner. &lt;br&gt;Any idea how to open/communicate with the PDA scanner?</description>
      <author>AdamAdam</author>
      <pubDate>Sat, 26 Sep 2009 06:45:45 GMT</pubDate>
      <comments>http://quomon.com/question_How-commnicate-PDA-built-scanner-vb-net-smart-device_10808.aspx#comments</comments>
      <category>windows ce, Visual Basic .NET, System, application, open, windows, smart device, framework 3.5, barcode scanner</category>
    </item>
    <item>
      <guid>http://quomon.com/question_Change-background-color-selected-option-multi-select-combo-box-HTML_10774.aspx</guid>
      <title>Change the background color of selected option in a multi select combo box in HTML</title>
      <link>http://quomon.com/question_Change-background-color-selected-option-multi-select-combo-box-HTML_10774.aspx</link>
      <description>I am using a multi select box in my code&lt;br&gt;If I select an option, it's background color changes to dark blue, which is I think the default color for Windows combo boxes. Is it possible to change the color of the selected option from dark blue to something else when I select it?</description>
      <author>karthikk1</author>
      <pubDate>Wed, 23 Sep 2009 09:26:58 GMT</pubDate>
      <comments>http://quomon.com/question_Change-background-color-selected-option-multi-select-combo-box-HTML_10774.aspx#comments</comments>
      <category>HTML, CSS</category>
    </item>
    <item>
      <guid>http://quomon.com/question_What-carousel-type-service_10752.aspx</guid>
      <title>What is a carousel-type service ?</title>
      <link>http://quomon.com/question_What-carousel-type-service_10752.aspx</link>
      <description>I'm reading a document about Open Air Interface. I've come across the carousel-type service, but I don't know its definition.&lt;br&gt;&lt;br&gt;Could anybody help me?&lt;br&gt;Thanks,&lt;br&gt;Paolo</description>
      <author>paolijno</author>
      <pubDate>Mon, 21 Sep 2009 06:57:44 GMT</pubDate>
      <comments>http://quomon.com/question_What-carousel-type-service_10752.aspx#comments</comments>
      <category>Telecommunication, Engineering, Technology</category>
    </item>
    <item>
      <guid>http://quomon.com/question_what-limitation-vb-NET-PHP-WHAT-Are-contributions-PHP-vb-NET-OOP_10684.aspx</guid>
      <title>what is the limitation of vb.NET and PHP? WHAT Are the contributions of PHP and vb.NET in OOP?</title>
      <link>http://quomon.com/question_what-limitation-vb-NET-PHP-WHAT-Are-contributions-PHP-vb-NET-OOP_10684.aspx</link>
      <description>what is the limitation of vb.NET and PHP?&lt;br&gt;WHAT Are the contributions of PHP and vb.NET in OOP?</description>
      <author>zanecalilung</author>
      <pubDate>Mon, 14 Sep 2009 09:36:13 GMT</pubDate>
      <comments>http://quomon.com/question_what-limitation-vb-NET-PHP-WHAT-Are-contributions-PHP-vb-NET-OOP_10684.aspx#comments</comments>
      <category>PHP, vb.net</category>
    </item>
    <item>
      <guid>http://quomon.com/question_How-call-scene-1st-2nd-scene-flash-cs3-actionscript-3-0_10533.aspx</guid>
      <title>How can call scene 1st to 2nd scene in flash cs3 actionscript 3.0 ?</title>
      <link>http://quomon.com/question_How-call-scene-1st-2nd-scene-flash-cs3-actionscript-3-0_10533.aspx</link>
      <description>Flash</description>
      <author>sandeepkumar</author>
      <pubDate>Wed, 26 Aug 2009 05:21:47 GMT</pubDate>
      <comments>http://quomon.com/question_How-call-scene-1st-2nd-scene-flash-cs3-actionscript-3-0_10533.aspx#comments</comments>
      <category>Flash, Actionscript</category>
    </item>
    <item>
      <guid>http://quomon.com/question_How-call-1st-scene-2nd-scene-flash-CS3-actionscript3-0_10532.aspx</guid>
      <title>How can call 1st scene to 2nd scene in flash CS3 actionscript3.0 ?</title>
      <link>http://quomon.com/question_How-call-1st-scene-2nd-scene-flash-CS3-actionscript3-0_10532.aspx</link>
      <description>Flash CS3</description>
      <author>sandeepkumar</author>
      <pubDate>Wed, 26 Aug 2009 04:52:25 GMT</pubDate>
      <comments>http://quomon.com/question_How-call-1st-scene-2nd-scene-flash-CS3-actionscript3-0_10532.aspx#comments</comments>
      <category>Flash</category>
    </item>
    <item>
      <guid>http://quomon.com/question_web-designing_10514.aspx</guid>
      <title>web designing</title>
      <link>http://quomon.com/question_web-designing_10514.aspx</link>
      <description>how can create fixed header and fotter layout?</description>
      <author>sandeepkumar</author>
      <pubDate>Mon, 24 Aug 2009 05:56:49 GMT</pubDate>
      <comments>http://quomon.com/question_web-designing_10514.aspx#comments</comments>
      <category>web, Designing</category>
    </item>
    <item>
      <guid>http://quomon.com/question_web-designing_10506.aspx</guid>
      <title>web designing</title>
      <link>http://quomon.com/question_web-designing_10506.aspx</link>
      <description>How can create in image fading effect in javascript? </description>
      <author>sandeepkumar</author>
      <pubDate>Mon, 24 Aug 2009 04:55:58 GMT</pubDate>
      <comments>http://quomon.com/question_web-designing_10506.aspx#comments</comments>
      <category>images, web, Fading, Designing</category>
    </item>
    <item>
      <guid>http://quomon.com/question_How-draw-histogram-bar-chart-php-MySQL_10452.aspx</guid>
      <title>How to draw a histogram or bar chart using php / MySQL ?</title>
      <link>http://quomon.com/question_How-draw-histogram-bar-chart-php-MySQL_10452.aspx</link>
      <description>Hi all,&lt;br&gt;&lt;br&gt;I have a table with a variable 'age' and I want to select the data and draw a histogram or bar chart of the number in each category, using stars like this:&lt;br&gt;&lt;br&gt;20-25 ****&lt;br&gt;26-3 *********&lt;br&gt;31-45 **&lt;br&gt;&lt;br&gt;Could anyone give me an example of how to write this in php / MySQL? </description>
      <author>teddy310509</author>
      <pubDate>Tue, 18 Aug 2009 00:40:26 GMT</pubDate>
      <comments>http://quomon.com/question_How-draw-histogram-bar-chart-php-MySQL_10452.aspx#comments</comments>
      <category>PHP, mysql</category>
    </item>
    <item>
      <guid>http://quomon.com/question_web-designing_10390.aspx</guid>
      <title>web designing</title>
      <link>http://quomon.com/question_web-designing_10390.aspx</link>
      <description>How can fixed header and footer in css and scroll in middle part?&lt;br&gt;</description>
      <author>sandeepkumar</author>
      <pubDate>Wed, 12 Aug 2009 01:17:09 GMT</pubDate>
      <comments>http://quomon.com/question_web-designing_10390.aspx#comments</comments>
      <category>CSS, web</category>
    </item>
    <item>
      <guid>http://quomon.com/question_Need-display-images-row-column-format_10379.aspx</guid>
      <title>Need help to display the images in row and column format.</title>
      <link>http://quomon.com/question_Need-display-images-row-column-format_10379.aspx</link>
      <description>Hi I have this xml file from which i need to display the images in table format using xslt. like if there are 4 pictures then I need to display the 1st picture in the 1st row 1st column, 2nd in 1st row 2nd column, 3rd in 2nd row 1st column and so on... can you please help me to do it??? till now this is what i could do...&lt;br&gt;&lt;br&gt;-------------------------XSL---------------------------------------------&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&amp;lt;!-- DWXMLSource=&amp;quot;assrec.xml&amp;quot; --&amp;gt;&amp;lt;!DOCTYPE xsl:stylesheet [&lt;br&gt;&amp;lt;!ENTITY nbsp &amp;quot;&amp;amp;#160;&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;!ENTITY copy &amp;quot;&amp;amp;#169;&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;!ENTITY reg &amp;quot;&amp;amp;#174;&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;!ENTITY trade &amp;quot;&amp;amp;#8482;&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;!ENTITY mdash &amp;quot;&amp;amp;#8212;&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;!ENTITY ldquo &amp;quot;&amp;amp;#8220;&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;!ENTITY rdquo &amp;quot;&amp;amp;#8221;&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;!ENTITY pound &amp;quot;&amp;amp;#163;&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;!ENTITY yen &amp;quot;&amp;amp;#165;&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;!ENTITY euro &amp;quot;&amp;amp;#8364;&amp;quot;&amp;gt;&lt;br&gt;]&amp;gt;&lt;br&gt;&amp;lt;xsl:stylesheet version=&amp;quot;1.0&amp;quot; xmlns:xsl=&amp;quot;&lt;a href='http://www.w3.org/1999/XSL/Transform&amp;amp;quo'&gt;http://www.w3.org/1999/XSL/Transform&amp;amp...&lt;/a&gt;...&lt;br&gt;&amp;lt;xsl:output method=&amp;quot;html&amp;quot; encoding=&amp;quot;utf-8&amp;quot; doctype-public=&amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; doctype-system=&amp;quot;&lt;a href='http://www.w3.org/TR/xhtml1/DTD/xhtml1-t'&gt;http://www.w3.org/TR/xhtml1/DTD/xhtml1-t&lt;/a&gt;...&lt;br&gt;&amp;lt;xsl:template match=&amp;quot;/&amp;quot;&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;html xmlns=&amp;quot;&lt;a href='http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;'&gt;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;&lt;/a&gt;&lt;br&gt;&amp;lt;head&amp;gt;&lt;br&gt;&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=utf-8&amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;title&amp;gt;Untitled Document&amp;lt;/title&amp;gt;&lt;br&gt;&amp;lt;/head&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;body&amp;gt;&lt;br&gt;&amp;lt;table cellspacing=&amp;quot;0px&amp;quot; cellpadding=&amp;quot;1px&amp;quot; style=&amp;quot;width:192px; border:0px; color:#999999;&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;tr&amp;gt;&lt;br&gt;&amp;lt;th align='center' colspan=&amp;quot;2&amp;quot; style=&amp;quot; background-image:url(images/menutop.gif); background-repeat:repeat; height:30px; color: #CCCCCC; font:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;&amp;quot;&amp;gt;Employee&amp;lt;/th&amp;gt;&lt;br&gt;&amp;lt;/tr&amp;gt;&lt;br&gt;&amp;lt;xsl:for-each select=&amp;quot;ListItems/ListItem&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;tr style=&amp;quot;background-image: url(images/menumiddle.gif); background-repeat:repeat; width:192px; height:80px;&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;td &amp;gt;&amp;lt;img src=&amp;quot;{image/@href}&amp;quot; width=&amp;quot;75&amp;quot; height=&amp;quot;70&amp;quot; align=&amp;quot;right&amp;quot; style=&amp;quot;border: solid; border-color:#999999; border-width:2px; &amp;quot;/&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;xsl:value-of select=&amp;quot;name&amp;quot;/&amp;gt;&amp;lt;/td&amp;gt;&lt;br&gt;&amp;lt;td&amp;gt;&lt;br&gt;&amp;lt;img src=&amp;quot;{image/@href}&amp;quot; width=&amp;quot;75&amp;quot; height=&amp;quot;70&amp;quot; align=&amp;quot;right&amp;quot; style=&amp;quot;border: solid; border-color:#999999; border-width:2px; &amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;br /&amp;gt; &amp;lt;xsl:value-of select=&amp;quot;name&amp;quot;/&amp;gt;&amp;lt;/td&amp;gt;&lt;br&gt;&amp;lt;/tr&amp;gt;&lt;br&gt;&amp;lt;/xsl:for-each&amp;gt;&lt;br&gt;&amp;lt;tr&amp;gt;&lt;br&gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot; background-image:url(images/menubottom.gif); color:#000000&amp;quot;&amp;gt;.&lt;br&gt;&amp;lt;/td&amp;gt;&lt;br&gt;&amp;lt;/tr&amp;gt;&lt;br&gt;&amp;lt;/table&amp;gt;&lt;br&gt;&amp;lt;/body&amp;gt;&lt;br&gt;&amp;lt;/html&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;/xsl:template&amp;gt;&lt;br&gt;&amp;lt;/xsl:stylesheet&amp;gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------XML----------------------&lt;br&gt;--------------------------&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br&gt;&amp;lt;?xml:stylesheet type=&amp;quot;text/xsl&amp;quot; href=&amp;quot;assrec.xsl&amp;quot;?&amp;gt;&lt;br&gt;&amp;lt;ListItems&amp;gt;&lt;br&gt;&amp;lt;ListItem&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;image href=&amp;quot;C:\wampserver 2\www\aafes test\my\by vickey\cdtest\images\member1.jpg&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;/image&amp;gt;&lt;br&gt;&amp;lt;name&amp;gt;anuj&amp;lt;/name&amp;gt;&lt;br&gt;&amp;lt;/ListItem&amp;gt;&lt;br&gt;&amp;lt;ListItem&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;image href=&amp;quot;C:\wampserver 2\www\aafes test\my\by vickey\cdtest\images\member2.jpg&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;/image&amp;gt;&lt;br&gt;&amp;lt;name&amp;gt;bb&amp;lt;/name&amp;gt;&lt;br&gt;&amp;lt;/ListItem&amp;gt;&lt;br&gt;&amp;lt;ListItem&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;image href=&amp;quot;C:\wampserver 2\www\aafes test\my\by vickey\cdtest\images\member3.jpg&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;/image&amp;gt;&lt;br&gt;&amp;lt;name&amp;gt;anuj&amp;lt;/name&amp;gt;&lt;br&gt;&amp;lt;/ListItem&amp;gt;&lt;br&gt;&amp;lt;ListItem&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;image href=&amp;quot;C:\wampserver 2\www\aafes test\my\by vickey\cdtest\images\member4.jpg&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;/image&amp;gt;&lt;br&gt;&amp;lt;name&amp;gt;bb&amp;lt;/name&amp;gt;&lt;br&gt;&amp;lt;/ListItem&amp;gt;&lt;br&gt;&amp;lt;/ListItems&amp;gt;</description>
      <author>anujojha1</author>
      <pubDate>Mon, 10 Aug 2009 23:41:20 GMT</pubDate>
      <comments>http://quomon.com/question_Need-display-images-row-column-format_10379.aspx#comments</comments>
      <category>HTML, images, colors, Text, System, copy</category>
    </item>
    <item>
      <guid>http://quomon.com/question_Need-display-images-row-column-format_10378.aspx</guid>
      <title>Need help to display the images in row and column format.</title>
      <link>http://quomon.com/question_Need-display-images-row-column-format_10378.aspx</link>
      <description>Hi I have this xml file from which i need to display the images in table format using xslt. like if there are 4 pictures then I need to display the 1st picture in the 1st row 1st column, 2nd in 1st row 2nd column, 3rd in 2nd row 1st column and so on... can you please help me to do it??? till now this is what i could do...&lt;br&gt;&lt;br&gt;-------------------------XSL---------------------------------------------&lt;br&gt;&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&amp;lt;!-- DWXMLSource=&amp;quot;assrec.xml&amp;quot; --&amp;gt;&amp;lt;!DOCTYPE xsl:stylesheet  [&lt;br&gt;    &amp;lt;!ENTITY nbsp   &amp;quot;&amp;amp;#160;&amp;quot;&amp;gt;&lt;br&gt;    &amp;lt;!ENTITY copy   &amp;quot;&amp;amp;#169;&amp;quot;&amp;gt;&lt;br&gt;    &amp;lt;!ENTITY reg    &amp;quot;&amp;amp;#174;&amp;quot;&amp;gt;&lt;br&gt;    &amp;lt;!ENTITY trade  &amp;quot;&amp;amp;#8482;&amp;quot;&amp;gt;&lt;br&gt;    &amp;lt;!ENTITY mdash  &amp;quot;&amp;amp;#8212;&amp;quot;&amp;gt;&lt;br&gt;    &amp;lt;!ENTITY ldquo  &amp;quot;&amp;amp;#8220;&amp;quot;&amp;gt;&lt;br&gt;    &amp;lt;!ENTITY rdquo  &amp;quot;&amp;amp;#8221;&amp;quot;&amp;gt;&lt;br&gt;    &amp;lt;!ENTITY pound  &amp;quot;&amp;amp;#163;&amp;quot;&amp;gt;&lt;br&gt;    &amp;lt;!ENTITY yen    &amp;quot;&amp;amp;#165;&amp;quot;&amp;gt;&lt;br&gt;    &amp;lt;!ENTITY euro   &amp;quot;&amp;amp;#8364;&amp;quot;&amp;gt;&lt;br&gt;]&amp;gt;&lt;br&gt;&amp;lt;xsl:stylesheet version=&amp;quot;1.0&amp;quot; xmlns:xsl=&amp;quot;&lt;a href='http://www.w3.org/1999/XSL/Transform&amp;quot;&amp;gt;'&gt;http://www.w3.org/1999/XSL/Transform&amp;quo...&lt;/a&gt;&lt;br&gt;&amp;lt;xsl:output method=&amp;quot;html&amp;quot; encoding=&amp;quot;utf-8&amp;quot; doctype-public=&amp;quot;-//W3C//DTD XHTML 1.0 Transitional//EN&amp;quot; doctype-system=&amp;quot;&lt;a href='http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd&amp;quot;/&amp;gt;'&gt;http://www.w3.org/TR/xhtml1/DTD/xhtml1-t...&lt;/a&gt;&lt;br&gt;&amp;lt;xsl:template match=&amp;quot;/&amp;quot;&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;html xmlns=&amp;quot;&lt;a href='http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;'&gt;http://www.w3.org/1999/xhtml&amp;quot;&amp;gt;&lt;/a&gt;&lt;br&gt;&amp;lt;head&amp;gt;&lt;br&gt;&amp;lt;meta http-equiv=&amp;quot;Content-Type&amp;quot; content=&amp;quot;text/html; charset=utf-8&amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;title&amp;gt;Untitled Document&amp;lt;/title&amp;gt;&lt;br&gt;&amp;lt;/head&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;body&amp;gt;&lt;br&gt;&amp;lt;table cellspacing=&amp;quot;0px&amp;quot; cellpadding=&amp;quot;1px&amp;quot; style=&amp;quot;width:192px; border:0px; color:#999999;&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;tr&amp;gt;&lt;br&gt;&amp;lt;th align='center' colspan=&amp;quot;2&amp;quot; style=&amp;quot; background-image:url(images/menutop.gif); background-repeat:repeat; height:30px; color: #CCCCCC; font:Arial, Helvetica, sans-serif; font-size:12px; font-weight:bold;&amp;quot;&amp;gt;Employee&amp;lt;/th&amp;gt;&lt;br&gt;&amp;lt;/tr&amp;gt;&lt;br&gt;&amp;lt;xsl:for-each select=&amp;quot;ListItems/ListItem&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;tr style=&amp;quot;background-image: url(images/menumiddle.gif); background-repeat:repeat; width:192px; height:80px;&amp;quot;&amp;gt;&lt;br&gt;&amp;lt;td &amp;gt;&amp;lt;img src=&amp;quot;{image/@href}&amp;quot; width=&amp;quot;75&amp;quot; height=&amp;quot;70&amp;quot; align=&amp;quot;right&amp;quot; style=&amp;quot;border: solid; border-color:#999999; border-width:2px; &amp;quot;/&amp;gt;&amp;lt;br /&amp;gt; &amp;lt;xsl:value-of select=&amp;quot;name&amp;quot;/&amp;gt;&amp;lt;/td&amp;gt;&lt;br&gt;&amp;lt;td&amp;gt;&lt;br&gt;&amp;lt;img src=&amp;quot;{image/@href}&amp;quot; width=&amp;quot;75&amp;quot; height=&amp;quot;70&amp;quot; align=&amp;quot;right&amp;quot; style=&amp;quot;border: solid; border-color:#999999; border-width:2px; &amp;quot;/&amp;gt;&lt;br&gt;&amp;lt;br /&amp;gt; &amp;lt;xsl:value-of select=&amp;quot;name&amp;quot;/&amp;gt;&amp;lt;/td&amp;gt;&lt;br&gt;&amp;lt;/tr&amp;gt;&lt;br&gt;&amp;lt;/xsl:for-each&amp;gt;&lt;br&gt;&amp;lt;tr&amp;gt;&lt;br&gt;&amp;lt;td colspan=&amp;quot;2&amp;quot; style=&amp;quot; background-image:url(images/menubottom.gif); color:#000000&amp;quot;&amp;gt;.&lt;br&gt;&amp;lt;/td&amp;gt;&lt;br&gt;&amp;lt;/tr&amp;gt;&lt;br&gt;&amp;lt;/table&amp;gt;&lt;br&gt;&amp;lt;/body&amp;gt;&lt;br&gt;&amp;lt;/html&amp;gt;&lt;br&gt;&lt;br&gt;&amp;lt;/xsl:template&amp;gt;&lt;br&gt;&amp;lt;/xsl:stylesheet&amp;gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;&lt;br&gt;------------------------------------------------------XML----------------------&lt;br&gt;--------------------------&lt;br&gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;br&gt;&amp;lt;?xml:stylesheet type=&amp;quot;text/xsl&amp;quot; href=&amp;quot;assrec.xsl&amp;quot;?&amp;gt;&lt;br&gt;&amp;lt;ListItems&amp;gt;&lt;br&gt;  &amp;lt;ListItem&amp;gt;&lt;br&gt; &lt;br&gt;    &amp;lt;image href=&amp;quot;C:\wampserver 2\www\aafes test\my\by vickey\cdtest\images\member1.jpg&amp;quot;&amp;gt;&lt;br&gt;    &amp;lt;/image&amp;gt;&lt;br&gt;    &amp;lt;name&amp;gt;anuj&amp;lt;/name&amp;gt;&lt;br&gt;  &amp;lt;/ListItem&amp;gt;&lt;br&gt;  &amp;lt;ListItem&amp;gt;&lt;br&gt;   &lt;br&gt;    &amp;lt;image href=&amp;quot;C:\wampserver 2\www\aafes test\my\by vickey\cdtest\images\member2.jpg&amp;quot;&amp;gt;&lt;br&gt;    &amp;lt;/image&amp;gt;&lt;br&gt;    &amp;lt;name&amp;gt;bb&amp;lt;/name&amp;gt;&lt;br&gt;  &amp;lt;/ListItem&amp;gt;&lt;br&gt;  &amp;lt;ListItem&amp;gt;&lt;br&gt; &lt;br&gt;    &amp;lt;image href=&amp;quot;C:\wampserver 2\www\aafes test\my\by vickey\cdtest\images\member3.jpg&amp;quot;&amp;gt;&lt;br&gt;    &amp;lt;/image&amp;gt;&lt;br&gt;    &amp;lt;name&amp;gt;anuj&amp;lt;/name&amp;gt;&lt;br&gt;  &amp;lt;/ListItem&amp;gt;&lt;br&gt;  &amp;lt;ListItem&amp;gt;&lt;br&gt;   &lt;br&gt;    &amp;lt;image href=&amp;quot;C:\wampserver 2\www\aafes test\my\by vickey\cdtest\images\member4.jpg&amp;quot;&amp;gt;&lt;br&gt;    &amp;lt;/image&amp;gt;&lt;br&gt;    &amp;lt;name&amp;gt;bb&amp;lt;/name&amp;gt;&lt;br&gt;  &amp;lt;/ListItem&amp;gt;&lt;br&gt;&amp;lt;/ListItems&amp;gt;</description>
      <author>anujojha1</author>
      <pubDate>Mon, 10 Aug 2009 23:38:28 GMT</pubDate>
      <comments>http://quomon.com/question_Need-display-images-row-column-format_10378.aspx#comments</comments>
      <category>HTML, images, colors, Text, System, copy</category>
    </item>
    <item>
      <guid>http://quomon.com/question_I-linux-don-lose-mails-format_10334.aspx</guid>
      <title>I'm getting linux and don't want to lose my e-mails in the format.</title>
      <link>http://quomon.com/question_I-linux-don-lose-mails-format_10334.aspx</link>
      <description>I'm about to format so i can install Linux and Want to keep my e-mails from my thunderbird account on my portable hard drive. Please help</description>
      <author>Kdid42</author>
      <pubDate>Wed, 05 Aug 2009 15:27:51 GMT</pubDate>
      <comments>http://quomon.com/question_I-linux-don-lose-mails-format_10334.aspx#comments</comments>
      <category>thunderbird, format, linux</category>
    </item>
    <item>
      <guid>http://quomon.com/question_what-my-comp-work-again_10302.aspx</guid>
      <title>what i should do about my getting my comp to work again</title>
      <link>http://quomon.com/question_what-my-comp-work-again_10302.aspx</link>
      <description>I have a IBM Thinkpad t41 model laptop and i think i have a virus on it because i cannot get on the internet anymore and if i try to used any of my programs it just says it does not know what can of program created it and if i want it to find out by web or manually but i know i have the prgrams( like my documents or dvd player or burner) nothing works!Please Help!!</description>
      <author>apwilson22</author>
      <pubDate>Mon, 03 Aug 2009 05:00:03 GMT</pubDate>
      <comments>http://quomon.com/question_what-my-comp-work-again_10302.aspx#comments</comments>
      <category>internet, Laptop, virus, web</category>
    </item>
    <item>
      <guid>http://quomon.com/question_Computer-open-websites-_10283.aspx</guid>
      <title>Computer will not open any websites....</title>
      <link>http://quomon.com/question_Computer-open-websites-_10283.aspx</link>
      <description>yesterday the computer was fine, today kaput... another computer is running wireless and when plugged in fine.. I have of course reset the modem and the computer but continue to get the error message that it can't open.. when I run the diagnose problem the connection isn't the issue. I have pinged a site with 4 replies and no loss. i have disabled/enabled the Lan, reset the settings, disabled mcaffee and firewalls, reset from dos, i have opened a new tab, I have checked for IP addresses to be auto set.... I have reverted from explorer 8 to 7... i am at a loss... &lt;br&gt;&lt;br&gt;HELP</description>
      <author>simonque</author>
      <pubDate>Fri, 31 Jul 2009 17:35:02 GMT</pubDate>
      <comments>http://quomon.com/question_Computer-open-websites-_10283.aspx#comments</comments>
      <category>Websites, Errors, computer, wireless, connection, ip</category>
    </item>
    <item>
      <guid>http://quomon.com/question_my-acer-aspire-m3200-wont-turn-on_10249.aspx</guid>
      <title>my acer aspire m3200 wont turn on</title>
      <link>http://quomon.com/question_my-acer-aspire-m3200-wont-turn-on_10249.aspx</link>
      <description>my acer aspire m3200 will not turn on. i switch on the power and the hardrive makes three noises. the monitor and speakers have no problem. what could be the problem? &lt;br&gt;Thank you for your time!&lt;span style="margin-left: 10px"&gt;&amp;nbsp;&lt;/span&gt;</description>
      <author>crsarmstrong</author>
      <pubDate>Sat, 25 Jul 2009 05:29:06 GMT</pubDate>
      <comments>http://quomon.com/question_my-acer-aspire-m3200-wont-turn-on_10249.aspx#comments</comments>
      <category>Acer, hardrive, Errors</category>
    </item>
    <item>
      <guid>http://quomon.com/question_The-server-responded-ERR-Message-number-1823-large_10056.aspx</guid>
      <title>The server responded: -ERR Message number 1823 is too large</title>
      <link>http://quomon.com/question_The-server-responded-ERR-Message-number-1823-large_10056.aspx</link>
      <description>Task '****.********.** - Receiving' reported error (0x800CCC90) : 'Your incoming (POP3) e-mail server has reported an internal error. If you continue to receive this message, contact your server administrator or Internet service provider (ISP).  The server responded: -ERR Message number 1823 is too large'. After this message a removed the 1823 message, but another one is giving the error, and deleted that one too, but is still giving the error but with another message.</description>
      <author>bravoman</author>
      <pubDate>Mon, 29 Jun 2009 10:10:07 GMT</pubDate>
      <comments>http://quomon.com/question_The-server-responded-ERR-Message-number-1823-large_10056.aspx#comments</comments>
      <category>internet, Errors, servers, outlook</category>
    </item>
    <item>
      <guid>http://quomon.com/question_Site-analysis-programs-Is-consistent-algorithm-programs-choose-best_10042.aspx</guid>
      <title>Site analysis programs Is there a consistent algorithm for all the programs and how to choose best?</title>
      <link>http://quomon.com/question_Site-analysis-programs-Is-consistent-algorithm-programs-choose-best_10042.aspx</link>
      <description>Why are different programs, the analysis of sites from each other and whether there is a fixed algorithm to all the programs and how to choose the best program on the basis of the results</description>
      <author>tolio</author>
      <pubDate>Sat, 27 Jun 2009 04:10:35 GMT</pubDate>
      <comments>http://quomon.com/question_Site-analysis-programs-Is-consistent-algorithm-programs-choose-best_10042.aspx#comments</comments>
      <category>information technology</category>
    </item>
    <item>
      <guid>http://quomon.com/question_What-daily-precipitation-temperature-May-Little-Rock-AR_10033.aspx</guid>
      <title>What is the daily precipitation and temperature in May in Little Rock, AR?</title>
      <link>http://quomon.com/question_What-daily-precipitation-temperature-May-Little-Rock-AR_10033.aspx</link>
      <description>climate, weather</description>
      <author>graciemays</author>
      <pubDate>Fri, 26 Jun 2009 00:18:29 GMT</pubDate>
      <comments>http://quomon.com/question_What-daily-precipitation-temperature-May-Little-Rock-AR_10033.aspx#comments</comments>
      <category>excel</category>
    </item>
    <item>
      <guid>http://quomon.com/question_How-I-develop-excel-spreadsheet-functions-daily-precipitation_10032.aspx</guid>
      <title>How can I develop an excel spreadsheet with functions of a daily precipitation?</title>
      <link>http://quomon.com/question_How-I-develop-excel-spreadsheet-functions-daily-precipitation_10032.aspx</link>
      <description>How can I develop an excel spreadsheet with functions of a daily precipitation?</description>
      <author>graciemays</author>
      <pubDate>Thu, 25 Jun 2009 23:51:22 GMT</pubDate>
      <comments>http://quomon.com/question_How-I-develop-excel-spreadsheet-functions-daily-precipitation_10032.aspx#comments</comments>
      <category>excel</category>
    </item>
    <item>
      <guid>http://quomon.com/question_I-install-update-N70-succesfully-install-update-working-anymore-help_10001.aspx</guid>
      <title>I install update to my N70 and not succesfully install the update and not working anymore any help</title>
      <link>http://quomon.com/question_I-install-update-N70-succesfully-install-update-working-anymore-help_10001.aspx</link>
      <description>I install update to my N70 Phone thru nokia software update and not sucsesfully update and my phone not working when i switch back on please help thank you and more power </description>
      <author>Primo</author>
      <pubDate>Sat, 20 Jun 2009 11:36:02 GMT</pubDate>
      <comments>http://quomon.com/question_I-install-update-N70-succesfully-install-update-working-anymore-help_10001.aspx#comments</comments>
      <category>Software, Phone</category>
    </item>
    <item>
      <guid>http://quomon.com/question_im-computer-savy-I-unexpiered-cookies-stuck-computer-delete-help_9963.aspx</guid>
      <title>im not computer savy , I have unexpiered cookies stuck in my computer how to delete them ? help!</title>
      <link>http://quomon.com/question_im-computer-savy-I-unexpiered-cookies-stuck-computer-delete-help_9963.aspx</link>
      <description>I noticed several add sites on my cookie list that show expire dates of 2099 or 2050. I cant delete these, How do I do this with out knowing computer lingo?</description>
      <author>johnrwalter2006</author>
      <pubDate>Thu, 18 Jun 2009 14:54:04 GMT</pubDate>
      <comments>http://quomon.com/question_im-computer-savy-I-unexpiered-cookies-stuck-computer-delete-help_9963.aspx#comments</comments>
      <category>computer, Delete, Cookie, cookies</category>
    </item>
    <item>
      <guid>http://quomon.com/question_how-cancel-account-como-cancelo-mi-cuenta_9961.aspx</guid>
      <title>how do i cancel my account? como cancelo mi cuenta?</title>
      <link>http://quomon.com/question_how-cancel-account-como-cancelo-mi-cuenta_9961.aspx</link>
      <description>I need to cancel this account because i really don't need it. I have to many accounts already. Necesito cancelar mi cuenta porque no la necesito?</description>
      <author>cucomireles</author>
      <pubDate>Thu, 18 Jun 2009 14:37:31 GMT</pubDate>
      <comments>http://quomon.com/question_how-cancel-account-como-cancelo-mi-cuenta_9961.aspx#comments</comments>
      <category>Windows XP3</category>
    </item>
    <item>
      <guid>http://quomon.com/question_Why-I-view-websites-sign-user_9959.aspx</guid>
      <title>Why can't I view certain websites or sign as a user?</title>
      <link>http://quomon.com/question_Why-I-view-websites-sign-user_9959.aspx</link>
      <description>I try to sign in and it doesn't let me. It keeps saying to try again. I have the right password and the right username. </description>
      <author>cucomireles</author>
      <pubDate>Thu, 18 Jun 2009 12:59:34 GMT</pubDate>
      <comments>http://quomon.com/question_Why-I-view-websites-sign-user_9959.aspx#comments</comments>
      <category>Websites, password</category>
    </item>
    <item>
      <guid>http://quomon.com/question_connecting-wireless-laptop-multifunction-wireless-printer_9935.aspx</guid>
      <title>connecting a wireless laptop to a multifunction (non wireless) printer</title>
      <link>http://quomon.com/question_connecting-wireless-laptop-multifunction-wireless-printer_9935.aspx</link>
      <description>I have my desktop comp. hooked up directly to my HP 6110 multi function printer.  I have a router installed so I can use my wireless laptop in another room.  Is there anything available to print from my laptop?  My printer does not have a usb port.&lt;br&gt;&lt;br&gt;thank you..</description>
      <author>selmaqnoel</author>
      <pubDate>Mon, 15 Jun 2009 15:46:14 GMT</pubDate>
      <comments>http://quomon.com/question_connecting-wireless-laptop-multifunction-wireless-printer_9935.aspx#comments</comments>
      <category>Laptop, USB, HP, wireless, printer, router</category>
    </item>
    <item>
      <guid>http://quomon.com/question_I-questions-bill-Phone-number-Sweden-0490-250179-Please-send-djum-spray-se_9934.aspx</guid>
      <title>I have some questions about my bill.Phone number in Sweden 0490-250179 Please send to djum@spray.se</title>
      <link>http://quomon.com/question_I-questions-bill-Phone-number-Sweden-0490-250179-Please-send-djum-spray-se_9934.aspx</link>
      <description>On my bill there are some payment to you and i vill know what i have byeing and when?.&lt;br&gt;If you don&amp;#180;t answers i vill not pay the bill.&lt;br&gt;&lt;br&gt;My phone number in Sweden 0490 25 01 79 and my e-mail is djum@spray.se&lt;br&gt;Thanks!&lt;br&gt;Ulf Svensson</description>
      <author>djum</author>
      <pubDate>Mon, 15 Jun 2009 11:56:16 GMT</pubDate>
      <comments>http://quomon.com/question_I-questions-bill-Phone-number-Sweden-0490-250179-Please-send-djum-spray-se_9934.aspx#comments</comments>
      <category>email, payment, Phone</category>
    </item>
    <item>
      <guid>http://quomon.com/question_add-textbox-combo-box-datagridview_9908.aspx</guid>
      <title>add textbox, combo box value to datagridview</title>
      <link>http://quomon.com/question_add-textbox-combo-box-datagridview_9908.aspx</link>
      <description>i am nizar and i am new to .Net.  i am using vb.net i want to add textbox,combobox value to datagrid and finally upload datagrid value to my data base can you help me ?</description>
      <author>nizarktm</author>
      <pubDate>Sat, 13 Jun 2009 10:14:24 GMT</pubDate>
      <comments>http://quomon.com/question_add-textbox-combo-box-datagridview_9908.aspx#comments</comments>
      <category>visual basic, datagridview, Textbox</category>
    </item>
    <item>
      <guid>http://quomon.com/question_I-access-password-protected-websites-internet-explorer-6-Vista_9889.aspx</guid>
      <title>I can't access password protected websites using internet explorer 6 on Vista</title>
      <link>http://quomon.com/question_I-access-password-protected-websites-internet-explorer-6-Vista_9889.aspx</link>
      <description>I have had vista home basics for about two years now and I just started having problems in April 2009 it started out to where I could go to a website and the computer would freeze up. I was always restarting over and over again and now I am unable to access any websites that a require a password. Some of sites will allow me to put in the password and a blank page will appear and some I can put in the password and it will not do anything the page does not try to load. I can get to the website but when I enter a password, that it where it freezes.</description>
      <author>m4596</author>
      <pubDate>Thu, 11 Jun 2009 23:40:28 GMT</pubDate>
      <comments>http://quomon.com/question_I-access-password-protected-websites-internet-explorer-6-Vista_9889.aspx#comments</comments>
      <category>Websites, internet, computer, vista, password</category>
    </item>
    <item>
      <guid>http://quomon.com/question_advice-choosing-car_9885.aspx</guid>
      <title>advice choosing my next car</title>
      <link>http://quomon.com/question_advice-choosing-car_9885.aspx</link>
      <description>can anyone help with advice choosing my next car? my options are, nissan pixo, fiat panda, toyota aygo, peugot 107 and proton savvy.&lt;br&gt; thanx folks&lt;br&gt;    Gaz</description>
      <author>vwpanelvan74</author>
      <pubDate>Thu, 11 Jun 2009 09:38:21 GMT</pubDate>
      <comments>http://quomon.com/question_advice-choosing-car_9885.aspx#comments</comments>
      <category>motoring</category>
    </item>
    <item>
      <guid>http://quomon.com/question_how-format-nokia-N70_9876.aspx</guid>
      <title>how to format my nokia N70</title>
      <link>http://quomon.com/question_how-format-nokia-N70_9876.aspx</link>
      <description>how to format my nokia N70 because i think it is affected of virus?</description>
      <author>jhest0089</author>
      <pubDate>Wed, 10 Jun 2009 11:38:19 GMT</pubDate>
      <comments>http://quomon.com/question_how-format-nokia-N70_9876.aspx#comments</comments>
      <category>virus, format</category>
    </item>
    <item>
      <guid>http://quomon.com/question_logon-problem_9858.aspx</guid>
      <title>logon problem</title>
      <link>http://quomon.com/question_logon-problem_9858.aspx</link>
      <description>I accidently deleted my user accounts and I can't log on </description>
      <author>michaelhdominguez</author>
      <pubDate>Tue, 09 Jun 2009 15:56:54 GMT</pubDate>
      <comments>http://quomon.com/question_logon-problem_9858.aspx#comments</comments>
      <category>windows xp</category>
    </item>
  </channel>
</rss>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">
<head>
    <title id="_ctl0_pageTitle">Quomon.com - Questions and Answers for IT &amp; Graphic Design Professionals</title>
	<meta id="_ctl0_metaKeywords" name="keywords" content="IT experts, Graphic Design experts, questions, forum, answers"></meta>
	<meta id="_ctl0_metaDescription" name="description" content="Questions and Answers for IT &amp; Graphic Design Professionals"></meta>
	<link id="_ctl0_cssLink" rel="stylesheet" href="styles/style.css" type="text/css"></link>
	<link rel="SHORTCUT ICON" href="favicon.ico">
	<link id="_ctl0_rssFeedLink" rel="alternate" type="application/rss+xml" title="RSS"></link>
	<meta id="_ctl0_metaLanguage" http-equiv="content-language" content="en"></meta>
</head>
<body onload="javascript: setSearchTab('searchSolutions');">
    <center>
        <form name="aspnetForm" method="post" action="questionsrss.aspx?status=Unanswered" id="aspnetForm">
<input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE" value="/wEPDwUENTM4MQ9kFgJmD2QWBgIFDxYCHgdjb250ZW50BQJlbmQCBg9kFhICCA8WAh4FdGl0bGUFGElUIFNvbHV0aW9ucyBhbmQgRXhwZXJ0cxYCZg8WAh4Dc3JjBRR+L2ltYWdlcy9sb2dvX2VuLmdpZmQCCQ8WAh8BBRJBc2sgYW4gSVQgcXVlc3Rpb24WAgIBDw8WAh4ISW1hZ2VVcmwFGn4vaW1hZ2VzL3RvcG5hdl9hc2tfZW4uanBnZGQCCg8WAh8BBRJTb2x2ZSBJVCBxdWVzdGlvbnMWAgIBDw8WAh8DBR1+L2ltYWdlcy90b3BuYXZfYW5zd2VyX2VuLmpwZ2RkAgsPFgIfAQURRmluZCBJVCBzb2x1dGlvbnMWAgIBDw8WAh8DBR1+L2ltYWdlcy90b3BuYXZfYnJvd3NlX2VuLmpwZ2RkAgwPFgIfAQUVU2VhcmNoIGZvciBJVCBleHBlcnRzFgICAQ8PFgIfAwUdfi9pbWFnZXMvdG9wbmF2X2V4cGVydF9lbi5qcGdkZAINDxYCHgdWaXNpYmxlaGQCFQ8WAh4EaHJlZgVpaHR0cDovL2RlbC5pY2lvLnVzL3Bvc3Q/dj00Jm5vdWkmanVtcD1jbG9zZSZ1cmw9aHR0cDovL3d3dy5xdW9tb24uY29tL3F1ZXN0aW9uc3Jzcy5hc3B4P3N0YXR1cz1VbmFuc3dlcmVkZAIWDxYCHwUFXGh0dHA6Ly9kaWdnLmNvbS9zdWJtaXQ/cGhhc2U9MiZ1cmw9aHR0cDovL3d3dy5xdW9tb24uY29tL3F1ZXN0aW9uc3Jzcy5hc3B4P3N0YXR1cz1VbmFuc3dlcmVkZAIlDxYEHwUFPmh0dHA6Ly9sdW1pbmNyZWF0aXZlLmNvbS9lbmdsaXNoL3F1ZXN0aW9uX2Fuc3dlcl9zb2Z0d2FyZS5odG1sHglpbm5lcmh0bWwFHlF1ZXN0aW9ucyBhbmQgQW5zd2VycyBTb2Z0d2FyZWQCBw8PFgIeBFRleHQFpwE8c2NyaXB0IHNyYz0iaHR0cDovL3d3dy5nb29nbGUtYW5hbHl0aWNzLmNvbS91cmNoaW4uanMiIHR5cGU9InRleHQvamF2YXNjcmlwdCI+PC9zY3JpcHQ+PHNjcmlwdCB0eXBlPSJ0ZXh0L2phdmFzY3JpcHQiPl91YWNjdCA9ICJVQS00MjQxMTctMSI7dXJjaGluVHJhY2tlcigpOzwvc2NyaXB0PmRkZEBp0jWoz5QbyHBQ7qGEv3wAAAAA" />

<input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION" value="/wEWBAKWtrOTBAKTq4vcCAKsm/HVDgK74eDbBAThdwEbOr5c2yOGdNd+VZAAAAAA" />    
	        <div class="page">
	            
		        <div class="logo" style="margin-top: 6px;">
			        <span class="topRight"><a href="Help.aspx" id="_ctl0_howQuomonWorksLink">Help</a> </span>
			        <script type="text/javascript" src="javascript/Main.js" language="javascript"></script>
			        <span class="topSearchArea"><span class="textSmall"><span id="searchQuestions" onclick="javascript: setSearchTab(this.id);" style="CURSOR: pointer">
						        &nbsp;<span id="_ctl0_questionsLabel">Questions</span>&nbsp;</span>&nbsp;|&nbsp;<span id="searchSolutions" onclick="javascript: setSearchTab(this.id);" style="CURSOR: pointer">&nbsp;<span id="_ctl0_Label1">Solutions</span>&nbsp;</span>&nbsp;|&nbsp;<span id="searchExperts" onclick="javascript: setSearchTab(this.id);" style="CURSOR: pointer">&nbsp;<span id="_ctl0_expertsLabel">Experts</span>&nbsp;</span>
				        </span>
				    <br>
				    <input name="_ctl0:searchText" type="text" maxlength="40" id="_ctl0_searchText" class="button" style="width: 200px" />&nbsp;<input type="submit" name="_ctl0:searchButton" value="Search" id="_ctl0_searchButton" class="button" />
				    <input name="_ctl0:searchType" type="text" id="_ctl0_searchType" style="DISPLAY: none" />
				    <script>
			            var searchTypeTextBox = document.getElementById('_ctl0_searchType');
			        </script>
			        </span><a href="default.aspx" id="_ctl0_logoHomeLink" title="IT Solutions and Experts"><img src="images/logo_en.gif" id="_ctl0_logoImage" border="0" alt="Quomon Logo" /></a>
			        <div style="CLEAR: right"></div>
			        <span class="topNavButton"><a href="AskQuestion.aspx" id="_ctl0_askQuestionLink" title="Ask an IT question">
					        <img id="_ctl0_askImage" src="images/topnav_ask_en.jpg" alt="Ask a Question" border="0" /></a></span>
			        <span class="topNavButton"><a href="AnswerQuestions.aspx?view=answer" id="_ctl0_answerQuestionsLink" title="Solve IT questions">
					        <img id="_ctl0_answerImage" src="images/topnav_answer_en.jpg" alt="Answer questions" border="0" /></a></span>
			        <span class="topNavButton"><a href="BrowseQuestions.aspx?view=browse" id="_ctl0_browseQuestionsLink" title="Find IT solutions">
					        <img id="_ctl0_browseImage" src="images/topnav_browse_en.jpg" alt="Browse Existing Solutions" border="0" /></a></span>
			        <span class="topNavButton"><a href="ExpertSearchHome.aspx" id="_ctl0_expertSearchLink" title="Search for IT experts">
					        <img id="_ctl0_findExpertsImage" src="images/topnav_expert_en.jpg" alt="Find an Expert" border="0" /></a></span>
		    </div>
		    <div style="clear: left"></div>
		    
		    <div id="_ctl0_loggedOutSubMenuDiv" class="loggedOutSubMenu">
			    <a href="register.aspx" id="_ctl0_registerLink">Register</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="login.aspx" id="_ctl0_loginLink">Login</a>
		    </div>
		    <hr class="topHr">
		    <div id="pageContent">
                
                
                
                <div class="leftColumn">
                     
                    
                    
                </div>
                <div class="rightColumn">
                     
                    
                    
                </div>
            </div>
            <div class="passItOnDiv" style="clear: both;">
	            <table cellpadding="0" cellspacing="0" border="0" style="border-collapse: collapse;">
		            <tr style="height: 8px;">
			            <td align="left" style="width: 8px;"><img src="images/corner5_tl.gif"></td>
			            <td bgcolor="#EBEBEB" style="width: 960px;"><img src="images/invisible.gif"></td>
			            <td align="right" style="width: 8px;"><img src="images/corner5_tr.gif"></td>
		            </tr>
		            <tr bgcolor="#EBEBEB">
			            <td style="text-align: center" colspan="3">
			                <p><b><span id="_ctl0_passItOnLabel">"Psst, Quomon is a great site.  Pass it on."</span></b>&nbsp;&nbsp;&nbsp;&nbsp;
				            <a href="RecommendUs.aspx" id="_ctl0_tellAFriendLink">Tell a Friend</a>&nbsp;&nbsp;|&nbsp;&nbsp;
				            <a href="LinkToUs.aspx" id="_ctl0_linkToUsLink">Link To Us</a>&nbsp;&nbsp;|&nbsp;&nbsp;						
				            <a href="http://del.icio.us/post?v=4&noui&jump=close&url=http://www.quomon.com/questionsrss.aspx?status=Unanswered" id="_ctl0_deliciousLink"><img src="http://del.icio.us/static/img/delicious.med.gif" id="_ctl0_Img1" border="0" /> <span id="_ctl0_deliciousLabel">Save to Delicious</span></a>&nbsp;&nbsp;|&nbsp;&nbsp;						
				            <a href="http://digg.com/submit?phase=2&url=http://www.quomon.com/questionsrss.aspx?status=Unanswered" id="_ctl0_diggLink"><img src="http://digg.com/img/badges/16x16-digg-guy.png" width="16" height="16" alt="Digg!" border="0"> <span id="_ctl0_diggLabel">Digg it</span></a>
				            </p>
			            </td>
		            </tr>
		            <tr style="height: 8px;">
			            <td align="left"><img src="images/corner5_bl.gif"></td>
			            <td bgcolor="#EBEBEB"><img src="images/invisible.gif"></td>
			            <td align="right"><img src="images/corner5_br.gif"></td>
		            </tr>
	            </table>
            </div>
            <hr class="bottomHr">
            <div class="bottomLinks">
	            <span class="copyrightSpan"><span class="textSmall">© 2005-2009&nbsp;&nbsp;&nbsp;<img src="images/subpage_logo_small.gif" id="_ctl0_quomonLogoSmallImage" border="0" alt="Quomon Small Logo" /></span></span> 
	            <span class="textSmall"><a href="Help.aspx" id="_ctl0_A1">Help</a>&nbsp;&nbsp;|&nbsp;&nbsp;<span id="_ctl0_revenuesharingFooterLink"><a href="RevenueSharingOverview.aspx" id="_ctl0_a10">Revenue Sharing</a>&nbsp;&nbsp;|&nbsp;&nbsp;</span><a href="Advertising.aspx" id="_ctl0_advertisingLink">Advertising</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="CorporateSolutions.aspx" id="_ctl0_corporateSolutionsLink">Corporate Solutions</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="LinkToUs.aspx" id="_ctl0_linkToUs2Link">Link To Us</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="AboutUs.aspx" id="_ctl0_aboutUsLink">About Us</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="ContactUs.aspx" id="_ctl0_contactUsLink">Contact Us</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="TermsOfUse.aspx" id="_ctl0_termsOfUseLink">Terms of Use</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="Privacy.aspx" id="_ctl0_privacyLink">Privacy</a>&nbsp;&nbsp;|&nbsp;&nbsp;<a href="AllQuestions.aspx" id="_ctl0_allQuestionsLink">All Questions</a></span>
            </div>
            <center>
                <p></p>
                <br>

                <table width="700" cellpadding="0" cellspacing="0" border="0" style="float: left">
		            <tr>
			            <td align="left" width="1%">
			            <img src="images/corner5_tl.gif"></td>
			            <td width="98%" colspan="2" bgcolor="#EBEBEB">
			            </td>
			            <td align="right" width="1%">
			            <img src="images/corner5_tr.gif"></td>
		            </tr>
		            <tr bgcolor="#EBEBEB">
			            <td colspan="4">
				            <div class="content" style="height: 100px">
					            <table cellpadding="0" width="95%" cellspacing="2" border="0">
						            <tr>
							            <td align="left" colspan="2" height="20" valign="top">
							            <p id="_ctl0_languageOptionsLabel" style="font-weight: bold">Language Options</p>
							            </td>
						            </tr>
						            <tr>
							            <td align="left" width="15%" valign="top">
							            <p>English:</p>
							            </td>
							            <td align="left" width="85%" valign="top">
							            <a href="http://www.quomon.com">www.quomon.com</a>
							            </td>
						            </tr>
						            <tr>
							            <td align="left" valign="top">
							            <p>Español:</p>
							            </td>
							            <td align="left" valign="top">
							            <a href="http://www.quomon.es">www.quomon.es</a>
							            </td>
						            </tr>
					            </table>
					        </div>
							            <!--table cellpadding="0" width="95%" cellspacing="2" border="0" style="padding-left: 5px;">
								            <tr>
									            <td align="left" height="20" valign="top">
									            <p id="_ctl0_P1" style="font-weight: bold">Quomon Blog</p>
									            </td>
								            </tr>
								            <tr>
									            <td align="left" valign="top">
										            <a href="http://blog.quomon.com">blog.quomon.com</a>
									            </td>
								            </tr>
							            </table-->
						            
			            </td>
		            </tr>
		            <tr>
			            <td align="left" width="1%"><img src="images/corner5_bl.gif"></td>
			            <td width="98%" colspan="2" bgcolor="#EBEBEB">
			            </td>
			            <td align="right" width="1%"><img src="images/corner5_br.gif"></td>
		            </tr>
	            </table>

	            <table width="270" cellpadding="0" cellspacing="0" border="0" style="float: left; margin-left: 10px">
		            <tr>
			            <td align="left" width="1%">
			            <img src="images/corner5_tl.gif"></td>
			            <td width="98%" colspan="2" bgcolor="#EBEBEB">
			            </td>
			            <td align="right" width="1%">
			            <img src="images/corner5_tr.gif"></td>
		            </tr>
		            <tr bgcolor="#EBEBEB">
			            <td colspan="4">
			                <div class="content" style="height: 100px">
			                    <p id="_ctl0_sponsorsLabel" style="font-weight: bold;">Sponsors</p>
				                <p style="line-height: 20px;"><a href="http://lumincreative.com/english/question_answer_software.html" id="_ctl0_questionAnswerLink">Questions and Answers Software</a><br />
				                <a href="http://www.one2onemail.com">Real Estate Postcards</a><br />
				                <a href="http://www.ci-group.com">Marketing Fulfillment</a></p>
				            </div>
			            </td>
		            </tr>
		            <tr>
			            <td align="left" width="1%"><img src="images/corner5_bl.gif"></td>
			            <td width="98%" colspan="2" bgcolor="#EBEBEB">
			            </td>
			            <td align="right" width="1%"><img src="images/corner5_br.gif"></td>
		            </tr>
	            </table>
	            <div style="height: 20px">&nbsp;</div>
            </center>    
        </div>
        </form>
    </center>
    <span id="_ctl0_googleAnalytics"><script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script><script type="text/javascript">_uacct = "UA-424117-1";urchinTracker();</script></span>
</body>
</html>
