<?xml version="1.0" encoding="iso-8859-1" standalone="yes"?>

<rdf:RDF 
  xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
  xmlns:dc="http://purl.org/dc/elements/1.1/"
  xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
  xmlns="http://purl.org/rss/1.0/"
> 

  <channel rdf:about="https://iprashant.blogger.de/">
    <title>Blog of Prashant Khanal</title>
    <link>https://iprashant.blogger.de/</link>
    <description></description>
    <dc:publisher>Blogger.de</dc:publisher>
    <dc:creator>iprashant</dc:creator>
    <dc:date>2008-12-23T13:47:26Z</dc:date>
    <dc:language>en</dc:language>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T00:00:00Z</sy:updateBase>
    <items>
      <rdf:Seq>
        <rdf:li rdf:resource="https://iprashant.blogger.de/stories/1297009/" />
        <rdf:li rdf:resource="https://iprashant.blogger.de/stories/1230891/" />
        <rdf:li rdf:resource="https://iprashant.blogger.de/stories/1223968/" />
        <rdf:li rdf:resource="https://iprashant.blogger.de/stories/1223109/" />
        <rdf:li rdf:resource="https://iprashant.blogger.de/stories/1194210/" />
        <rdf:li rdf:resource="https://iprashant.blogger.de/stories/1192936/" />
        <rdf:li rdf:resource="https://iprashant.blogger.de/stories/1191953/" />

    </rdf:Seq>
    </items>
<textinput rdf:resource="https://iprashant.blogger.de/search" />
  </channel>

  <item rdf:about="https://iprashant.blogger.de/stories/1297009/">
    <title>finally got rid of the problem of debugging my flex...</title> 
    <link>https://iprashant.blogger.de/stories/1297009/</link>
    <description>finally sorted out the problem i was having while debugging my flash application. It was working well till yesterday but suddenly i could not debug my flex applicationt this morning. I searched on the internet for it and voila!!!, i have to say i found the silver bullet to my problem. 

I ran my flex application and while the flex builder is trying to connect to the debugger, i quickly right clicked on my application and clicked on &apos;Debugger&apos;, then on the dialog box that appears i chose &apos;Other Machine&apos;...</description>
    <dc:publisher>Blogger.de</dc:publisher>
    <dc:creator>iprashant</dc:creator>
    <dc:subject>Flex</dc:subject>
    <dc:rights>Copyright &#169; 2008 iprashant</dc:rights>
    <dc:date>2008-12-23T13:47:26Z</dc:date>
  </item> 
  <item rdf:about="https://iprashant.blogger.de/stories/1230891/">
    <title>Problem in VB MOd operator for Double data type</title> 
    <link>https://iprashant.blogger.de/stories/1230891/</link>
    <description>Recently while i was learning to use VB for Microsoft Excel, i was stuck in an strange problem while using the Mod operator. The operation thew Overflow Error whenever i tried to perform the Mod operation on a double. After googling the problem, i found it was a common problem and it took me no time to get to the solution.

I got the error when on following statement:
49773387027# Mod 221

The Mod is an integer operation, whereas Double is a floating point number. The Mod operation will throw &quot;Overflow...</description>
    <dc:publisher>Blogger.de</dc:publisher>
    <dc:creator>iprashant</dc:creator>
    <dc:subject>VB</dc:subject>
    <dc:rights>Copyright &#169; 2008 iprashant</dc:rights>
    <dc:date>2008-09-29T17:44:09Z</dc:date>
  </item> 
  <item rdf:about="https://iprashant.blogger.de/stories/1223968/">
    <title>enjoying reading Joel on Software..</title> 
    <link>https://iprashant.blogger.de/stories/1223968/</link>
    <description>These days i am reading a book titled &quot;Joel ON Software: And on ....&quot;. Every chapter i pass by, i think myself as a fledgling in the world of software development though its been 3 years i have started working on it. It has explained so many aspects of software development i didn&apos;t care about. I was like just sit and start writing codes. But software programming is not just about writing lines of codes.Albeit coding is essential part of software programming, there are more equally necessary as described...</description>
    <dc:publisher>Blogger.de</dc:publisher>
    <dc:creator>iprashant</dc:creator>
    <dc:subject>Software Development</dc:subject>
    <dc:rights>Copyright &#169; 2008 iprashant</dc:rights>
    <dc:date>2008-09-19T21:17:12Z</dc:date>
  </item> 
  <item rdf:about="https://iprashant.blogger.de/stories/1223109/">
    <title>back....</title> 
    <link>https://iprashant.blogger.de/stories/1223109/</link>
    <description>Back in the track of blogging after a month of hiatus. I am not been able to move my work and blogging and other stuffs simultaneously. I was busy with my office work most of the time this month  trying to get things done. I have been working hard to prove myself amid the professionals of my new office. I am trying my best to keep up with the highly experienced professionals who has been mentoring me since the day i joined the office. I am really grateful to them as i learned a lot about how to cope...</description>
    <dc:publisher>Blogger.de</dc:publisher>
    <dc:creator>iprashant</dc:creator>
    
    <dc:rights>Copyright &#169; 2008 iprashant</dc:rights>
    <dc:date>2008-09-18T18:27:44Z</dc:date>
  </item> 
  <item rdf:about="https://iprashant.blogger.de/stories/1194210/">
    <title>displaying popup around mouse on some event clicked...</title> 
    <link>https://iprashant.blogger.de/stories/1194210/</link>
    <description>There might be the cases when you want to show a popup around your mouse on events such as mouseDown, dropDrop, mouseClick. The problem one can face while doing that is the popup can get clipped off at the edge of the screen if you simply position the popup based on the coordinates of the mouse without any extra measures. Have a look at the following code:

PopUp.mxml

&amp;lt;mx:TitleWindow xmlns:mx=&quot;http://www.adobe.com/2006/mxml&quot;
    layout=&quot;vertical&quot;
    width=&quot;300&quot; height=&quot;50&quot;
    styleName=&quot;customPopUp&quot;...</description>
    <dc:publisher>Blogger.de</dc:publisher>
    <dc:creator>iprashant</dc:creator>
    <dc:subject>Flex</dc:subject>
    <dc:rights>Copyright &#169; 2008 iprashant</dc:rights>
    <dc:date>2008-08-08T06:29:58Z</dc:date>
  </item> 
  <item rdf:about="https://iprashant.blogger.de/stories/1192936/">
    <title>using timer to make listeners for mouseMove and click...</title> 
    <link>https://iprashant.blogger.de/stories/1192936/</link>
    <description>Recently i had a problem of making mouseDown and click work on the same component as i was having difficulty to separate those two  events. The problem was whenever i click it triggers the mouseDown first which i didn&apos;t want to happen. I was searching for a way  to somehow distinguish between mouse down and click. As a click consists of mouse down and mouse up with very short time interval in general, i thought of deferring the action to be taken for mouseDown for an interval of time and see if...</description>
    <dc:publisher>Blogger.de</dc:publisher>
    <dc:creator>iprashant</dc:creator>
    <dc:subject>Flex</dc:subject>
    <dc:rights>Copyright &#169; 2008 iprashant</dc:rights>
    <dc:date>2008-08-06T13:58:46Z</dc:date>
  </item> 
  <item rdf:about="https://iprashant.blogger.de/stories/1191953/">
    <title>a disappointing Hungarian Grand Prix</title> 
    <link>https://iprashant.blogger.de/stories/1191953/</link>
    <description>With just 3 laps to go in the Hungarian grand prix, without any premonition, the jubilation of Massa cruising towards the checkered flag leaving all the racers behind him was blown away as his engine fails to complete the race. It was a disappointing race to watch being a fan of Ferrari. All the efforts those both Massa and Ferrari team put into the race was blown away. With perfect start that Massa got by getting ahead of Hemilton and Kovalainen in few seconds, perfect pit strategies and the breathing...</description>
    <dc:publisher>Blogger.de</dc:publisher>
    <dc:creator>iprashant</dc:creator>
    <dc:subject>Sports</dc:subject>
    <dc:rights>Copyright &#169; 2008 iprashant</dc:rights>
    <dc:date>2008-08-05T06:51:07Z</dc:date>
  </item> 


   <textinput rdf:about="https://iprashant.blogger.de/search">
      <title>find</title>
      <description>Search this site:</description>
      <name>q</name>
      <link>https://iprashant.blogger.de/search</link>
   </textinput>
</rdf:RDF>
