<?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>nDoubleOr.com</title>
	<atom:link href="http://www.ndoubleor.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ndoubleor.com</link>
	<description>Lets together become the factor of change</description>
	<lastBuildDate>Sun, 19 Jun 2011 12:17:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
		<item>
		<title>Formula 313 &#8211; The Story of Hope &amp; Believe</title>
		<link>http://www.ndoubleor.com/formula-313-the-story-of-hope-and-believe/06/2011/</link>
		<comments>http://www.ndoubleor.com/formula-313-the-story-of-hope-and-believe/06/2011/#comments</comments>
		<pubDate>Sun, 19 Jun 2011 12:13:51 +0000</pubDate>
		<dc:creator>noormuhammad</dc:creator>
				<category><![CDATA[Believe]]></category>
		<category><![CDATA[Hope]]></category>
		<category><![CDATA[Inspiration]]></category>
		<category><![CDATA[Formual 313]]></category>
		<category><![CDATA[Ghazva - e Badr]]></category>
		<category><![CDATA[Story of Believe]]></category>
		<category><![CDATA[Story of Hope]]></category>

		<guid isPermaLink="false">http://www.ndoubleor.com/?p=157</guid>
		<description><![CDATA[This is the story of a 13 years old guy from china. Who's mother was in last stages of tumor. He was orphan. He traveled 3 hundred and 4o kilometers. He started cleaning &#038; polishing the shoes of people. He was able to earn one hundred yen in one day but that was not sufficient for the hospital dues. 


<h2>No related posts.</h2>]]></description>
			<content:encoded><![CDATA[<p>This article is in urdu. The idea is that you must believe in yourself. You must believe in Allah . You must not lose hope. You must fight for an inch of your life. You must fight till death.</p>
<div class="wp-caption aligncenter" style="width: 266px"><img class=" " title="Javed Chaudhry" src="http://express.com.pk/images/NP_LHE/20110619/Sub_Images/1101267610-1.jpg" alt="Javed Chaudhry" width="256" height="156" />
<p class="wp-caption-text">Javed Chaudhry</p>
</div>
<div class="wp-caption aligncenter" style="width: 522px"><img title="Formula 313 - The Story of Hope &amp; Believe " src="http://express.com.pk/images/NP_LHE/20110619/Sub_Images/1101267610-2.gif" alt="Formula 313 - The Story of Hope &amp; Believe" width="512" height="1973" />
<p class="wp-caption-text">Formula 313 - The Story of Hope &amp; Believe</p>
</div>
<p><!-- letsfxad_adsused_c= 0--></p>


<p><h2>No related posts.</h2></p>]]></content:encoded>
			<wfw:commentRss>http://www.ndoubleor.com/formula-313-the-story-of-hope-and-believe/06/2011/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Creating Location-Aware Applications for Windows Mobile Devices &#8211; Finding Latitude &amp; Longitude</title>
		<link>http://www.ndoubleor.com/creating-location-aware-applications-for-windows-mobile-devices-finding-latitude-and-longitude/12/2010/</link>
		<comments>http://www.ndoubleor.com/creating-location-aware-applications-for-windows-mobile-devices-finding-latitude-and-longitude/12/2010/#comments</comments>
		<pubDate>Sat, 04 Dec 2010 20:44:16 +0000</pubDate>
		<dc:creator>noormuhammad</dc:creator>
				<category><![CDATA[Technology]]></category>
		<category><![CDATA[Windows Mobile]]></category>
		<category><![CDATA[Cell Tower Information]]></category>
		<category><![CDATA[Fire Eagle Service]]></category>
		<category><![CDATA[Google Gears API]]></category>
		<category><![CDATA[GPS]]></category>
		<category><![CDATA[GPS Solution]]></category>
		<category><![CDATA[GPS without GPRS]]></category>
		<category><![CDATA[Microsoft Windows Mobile]]></category>
		<category><![CDATA[Pocked PC]]></category>
		<category><![CDATA[Radio Interface Layer]]></category>

		<guid isPermaLink="false">http://www.ndoubleor.com/?p=119</guid>
		<description><![CDATA[There are two ways to find latitude and longitude in application of windows mobile 5, 6 &#038; 6.5. You can access lat &#038; long through GPS and through accessing cell tower information.


<h2>Related posts:</h2><ol><li><a href='http://www.ndoubleor.com/debugging-issue-the-breakpoint-will-not-currently-be-hit-the-specific-module-has-not-been-loaded/12/2009/' rel='bookmark' title='Permanent Link: Debugging issue on windows mobile smart device development: the breakpoint will not currently be hit, the specific module has not been loaded'>Debugging issue on windows mobile smart device development: the breakpoint will not currently be hit, the specific module has not been loaded</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>            <script type="text/javascript" src="http://www.ndoubleor.com/wp-content/plugins/wordpress-code-snippet/scripts/shBrushXml.js"></script><br />
Sometime you want to create the application that utilizes the latitude and the longitude of the user. What &#8216;ll be the solution if you are using windows mobile. Well, Microsoft gives information about this. Few days back i switched to windows mobile because client asked me to create location aware application for windows mobile.   There are multiple ways to do this</p>
<ol>
<li>Retrieving Location Through GPS</li>
<li>Retrieving Location Through Cell Tower Information</li>
</ol>
<p><span id="more-119"></span></p>
<h1>Retrieving Location Through GPS on your Windows Mobile Device</h1>
<p>The code to find the latitude and longitude through GPS normally delivers with samples of windows SDK. These are included in windows SDK 5 and 6.  You can find those here at this location on your system hard drive</p>
<p>C:\Program Files\Windows Mobile 6 SDK\Samples\PocketPC\CS\GPS</p>
<p>The path may be differed according to the installation path on system. When you &#8216;ll get that project , open it in a visual studio and build it. Now go to the bin directory and there, you &#8216;ll see the library with the name Microsoft. WindowsMobile.Samples.Location.dll. To find the latitude and longitude, you &#8216;ll have to use this dll as reference in your project.</p>
<p>If you are unable to find the project , you can also download it from <a title="GPS Smaple Code By Microsoft For Windows Mobile" href="https://cid-534e36a0a7c0d2a6.office.live.com/self.aspx/nDoubleOr.com-Downloads/Creating%20Location-Aware%20Applications%20for%20Windows%20Mobile%20Devices%20-%20Finding%20Latitude%200%20Longitude/GPS.zip" target="_blank">here</a></p>
<p>Here is the code to retrieve the latitude and longitude synchronously</p>
<pre class="brush: xml">
InitializeComponent();
gps = new Gps();
gps.Open();

GpsPosition position = gps.GetPosition();
LatLong location = new LatLong();

 if (position.LatitudeValid)
                location.Latitude = position.Latitude;
 if (position.LongitudeValid)
                location.Longitude = position.Longitude;
if (position.HeadingValid)
                location.Heading = position.Heading;

 StringBuilder sb = new StringBuilder();

sb.AppendLine();

 sb.Append(&quot;Latitude = &quot;);

sb.AppendLine(location.Latitude.ToString());

sb.Append(&quot;Longitude = &quot;);

sb.AppendLine(location.Longitude.ToString());

sb.Append(&quot;Heading = &quot;);

sb.AppendLine(location.Heading.ToString());

label1.Text = sb.ToString();

gps.Close();
Close();</pre>
<p>-</p>
<p>Here is the code to find latitude and longitude asynchronously</p>
<pre class="brush: xml">menuLocationUpdates.Checked = true;
gps.LocationChanged += new
LocationChangedEventHandler(gps_LocationChanged);
</pre>
<p>-</p>
<h1>Accessing Cell Tower Information on your Windows Mobile Device</h1>
<p>To retrieve cell tower information, you should have knowledge about Radio Interface Layer (RIL) of the device. Microsoft provides the MDD (Model Device Driver ) to access the RIL layer at high level. For this info; you &#8216;ll have to do the following</p>
<ol>
<li>Call the single RIL function</li>
<li>Call additional function to get additional info</li>
<li>Close the handle after using RIL functions</li>
</ol>
<p>Let&#8217;s take an example :</p>
<p>You want to get the cell tower information. Now what &#8216;ll you do</p>
<ol>
<li>You &#8216;ll use <a title="RIL_Initialize" href="http://msdn.microsoft.com/en-us/library/aa919106.aspx" target="_blank">RIL_Initialize</a> , to initialize the radio layer interface for use of application .</li>
<li>Use <a title="RIL_GetCellTowerInfo" href="http://msdn.microsoft.com/en-us/library/aa923065.aspx" target="_blank">RIL_GetCellTowerInfo</a>, to retrieve cell tower info.</li>
<li>Use <a title="RIL_Deinitialize" href="http://msdn.microsoft.com/en-us/library/aa919624.aspx" target="_blank">RIL_Deinitialize</a>, to close and clean up resources.</li>
</ol>
<p><strong>RILCELLTOWERINFO structure</strong> gives you the info about many things. Few of those are:</p>
<ol>
<li>Mobile Country Code (MCC)</li>
<li>Mobile Network Code (MNC)</li>
<li>Location Area Code (LAC)</li>
<li>Cell ID (CID)</li>
<li>Base Station ID</li>
<li>Broadcast Control Channel (BCCH)</li>
<li>Received Signal Level (RX Level)</li>
<li>Received Signal Quality</li>
<li>Idle Time Slot</li>
<li>ID of GPRS Cellular Tower</li>
</ol>
<p>There are many more you can read about the structure of <a title="RILCELLTOWERINFO" href="http://msdn.microsoft.com/en-us/library/aa921533.aspx" target="_blank">RILCELLTOWERINFO here </a></p>
<p>Luckily, you are still not able to find latitude and longitude with this info without GPS. You &#8216;ll have to pass some parameters of <a title="RIL CELL TOWER INFO" href="http://msdn.microsoft.com/en-us/library/aa921533.aspx" target="_blank">RILCELLTOWERINFO</a> to some internet service. Like <a title="Fire Eagle Service of Yahoo" href="http://fireeagle.yahoo.net/" target="_blank">Yahoo</a>, <a title="Google Maps" href="http://www.google.com/glm/mmap" target="_blank">Google</a>. If you want to use Yahoo or Google service then you &#8216;ll send this info to any of them</p>
<ul>
<li>Cell ID</li>
<li>Location Area Code</li>
<li>Mobile Country Code</li>
<li>Mobile Network Code</li>
</ul>
<p>In return these services &#8216;ll return back the latitude and longitude. So one of the most important thing is RIL understanding and usage of Yahoo and Google Service</p>
<h3>Code to Access Radio Interface Layer for Information Retrievel</h3>
<p>Though you can find the RIL usage on MSDN site but i found the code at this url <a title="RIL (Radio Interface Layer) Code" href="http://dalelane.co.uk/blog/post-images/080312-rilcode.cs.txt" target="_blank">here</a> on Dale Lane&#8217;s blog. For you convenience, i am going to paste the code below</p>
<pre class="brush: xml">using System;
using System.Threading;
using System.Runtime.InteropServices;

namespace CellId
{
    public class RIL
    {
        // string used to store the CellID string
        private static string celltowerinfo = &quot;&quot;;

        /*
         * Uses RIL to get CellID from the phone.
         */
        public static string GetCellTowerInfo()
        {
            // initialise handles
            IntPtr hRil = IntPtr.Zero;
            IntPtr hRes = IntPtr.Zero;

            // initialise result
            celltowerinfo = &quot;&quot;;

            // initialise RIL
            hRes = RIL_Initialize(1,                                        // RIL port 1
                                  new RILRESULTCALLBACK(rilResultCallback), // function to call with result
                                  null,                                     // function to call with notify
                                  0,                                        // classes of notification to enable
                                  0,                                        // RIL parameters
                                  out hRil);                                // RIL handle returned

            if (hRes != IntPtr.Zero)
            {
                return &quot;Failed to initialize RIL&quot;;
            }

            // initialised successfully

            // use RIL to get cell tower info with the RIL handle just created
            hRes = RIL_GetCellTowerInfo(hRil);

            // wait for cell tower info to be returned
            waithandle.WaitOne();

            // finished - release the RIL handle
            RIL_Deinitialize(hRil);

            // return the result from GetCellTowerInfo
            return celltowerinfo;
        }

        // event used to notify user function that a response has
        //  been received from RIL
        private static AutoResetEvent waithandle = new AutoResetEvent(false);

        public static void rilResultCallback(uint dwCode,
                                             IntPtr hrCmdID,
                                             IntPtr lpData,
                                             uint cbData,
                                             uint dwParam)
        {
            // create empty structure to store cell tower info in
            RILCELLTOWERINFO rilCellTowerInfo = new RILCELLTOWERINFO();

            // copy result returned from RIL into structure
            Marshal.PtrToStructure(lpData, rilCellTowerInfo);

            // get the bits out of the RIL cell tower response that we want
            celltowerinfo = rilCellTowerInfo.dwCellID + &quot;-&quot; +
                            rilCellTowerInfo.dwLocationAreaCode + &quot;-&quot; +
                            rilCellTowerInfo.dwMobileCountryCode;

            // notify caller function that we have a result
            waithandle.Set();
        }

        // -------------------------------------------------------------------
        //  RIL function definitions
        // -------------------------------------------------------------------

        /*
         * Function definition converted from the definition
         *  RILRESULTCALLBACK from MSDN:
         *
         * http://msdn2.microsoft.com/en-us/library/aa920069.aspx
         */
        public delegate void RILRESULTCALLBACK(uint dwCode,
                                               IntPtr hrCmdID,
                                               IntPtr lpData,
                                               uint cbData,
                                               uint dwParam);

        /*
         * Function definition converted from the definition
         *  RILNOTIFYCALLBACK from MSDN:
         *
         * http://msdn2.microsoft.com/en-us/library/aa922465.aspx
         */
        public delegate void RILNOTIFYCALLBACK(uint dwCode,
                                               IntPtr lpData,
                                               uint cbData,
                                               uint dwParam);

        /*
         * Class definition converted from the struct definition
         *  RILCELLTOWERINFO from MSDN:
         *
         * http://msdn2.microsoft.com/en-us/library/aa921533.aspx
         */
        public class RILCELLTOWERINFO
        {
            public uint cbSize;
            public uint dwParams;
            public uint dwMobileCountryCode;
            public uint dwMobileNetworkCode;
            public uint dwLocationAreaCode;
            public uint dwCellID;
            public uint dwBaseStationID;
            public uint dwBroadcastControlChannel;
            public uint dwRxLevel;
            public uint dwRxLevelFull;
            public uint dwRxLevelSub;
            public uint dwRxQuality;
            public uint dwRxQualityFull;
            public uint dwRxQualitySub;
            public uint dwIdleTimeSlot;
            public uint dwTimingAdvance;
            public uint dwGPRSCellID;
            public uint dwGPRSBaseStationID;
            public uint dwNumBCCH;
        }

        // -------------------------------------------------------------------
        //  RIL DLL functions
        // -------------------------------------------------------------------

        /* Definition from: http://msdn2.microsoft.com/en-us/library/aa919106.aspx */
        [DllImport(&quot;ril.dll&quot;)]
        private static extern IntPtr RIL_Initialize(uint dwIndex,
                                                    RILRESULTCALLBACK pfnResult,
                                                    RILNOTIFYCALLBACK pfnNotify,
                                                    uint dwNotificationClasses,
                                                    uint dwParam,
                                                    out IntPtr lphRil);

        /* Definition from: http://msdn2.microsoft.com/en-us/library/aa923065.aspx */
        [DllImport(&quot;ril.dll&quot;)]
        private static extern IntPtr RIL_GetCellTowerInfo(IntPtr hRil);

        /* Definition from: http://msdn2.microsoft.com/en-us/library/aa919624.aspx */
        [DllImport(&quot;ril.dll&quot;)]
        private static extern IntPtr RIL_Deinitialize(IntPtr hRil);
    }
}</pre>
<p>-</p>
<p>When you &#8216;ll call the function GetCellTowerInfo() function to retrieve the cell information. You &#8216;ll get the output string in this format</p>
<p style="text-align: center;">Cell Id &#8211; Location Area Code &#8211; Mobile Country Code</p>
<p style="text-align: center;">e.g  17444 &#8211; 5414 &#8211; 512 &#8211; 423</p>
<p style="text-align: left;">After getting this, you &#8216;ll have to pass these parameters either to Fire Eagle Service of Yahoo or to Google Gears API. I &#8216;ll (inshallah) write more articles on</p>
<ul>
<li>Problems with RIL layer</li>
<li>Problem in getting Mobile Country Code and Mobile Network Code</li>
<li>Usage of  Fire Eagle</li>
<li>Usage of Google Service</li>
</ul>
<h2>Reference Link</h2>
<ul>
<li><a title="MSDN " href="https://msdn.microsoft.com/en-us/library/dd938890.aspx" target="_blank">MSDN</a></li>
</ul>
<h2>Helping Links</h2>
<ul>
<li><a title="Getting latitude and longitude without a GPS (Windows Mobile)- on Stackoverflow.com" href="http://stackoverflow.com/questions/1714717/getting-latitude-and-longitude-without-a-gps-windows-mobile" target="_blank">Getting latitude and longitude without a GPS (Windows Mobile)</a> on stakeoverflow.com</li>
<li><a title="How to implement Google maps on Windows Mobile - on MSDN.com" href="http://social.msdn.microsoft.com/Forums/en/windowsmobiledev/thread/3025144b-05c2-4a77-b38b-44fbc5b1c4d3" target="_blank">How to implement Google maps on Windows Mobile </a>on socail.msdn.microsoft.com</li>
<li><a title="Retrieving Cell ID, MNC, MCC, LAC, IMEI, IMSI in Windows Mobile -on Social.msdn.com" href="http://social.msdn.microsoft.com/Forums/en/vssmartdevicesvbcs/thread/1b17d1ca-e50c-4492-a179-23789a77fba3" target="_blank">Retrieving Cell ID, MNC, MCC, LAC, IMEI, IMSI in Windows Mobile</a> on socail.msdn.microsoft.com</li>
<li><a title="How to get the location/cell information of the device? - on Social.msdn.com" href="https://social.msdn.microsoft.com/Forums/en-US/vssmartdevicesnative/thread/e458185d-bfda-4218-89ce-ccd88869569d" target="_blank">How to get the location/cell information of the device?</a> on socail.msdn.microsoft.com</li>
<li><a title="RILCELLTOWERINFO - Structure &amp; Member Reference - on msdn.com" href="https://msdn.microsoft.com/en-us/library/aa921533.aspx" target="_blank">RILCELLTOWERINFO &#8211; Structure &amp; Member Reference</a> on msdn.microsoft.com</li>
<li><a title="Mobile Network Code - On WikiPedia.com" href="http://en.wikipedia.org/wiki/Mobile_network_code" target="_blank">Mobile Network Codes on Wikipedia.com</a> on wikipedia.com</li>
<li><a title="Programmatically getting the CellID from your Windows Mobile phone on Dal Lane Blog" href="http://dalelane.co.uk/blog/?p=241" target="_blank">Programmatically getting the CellID from your Windows Mobile phone </a> on dalelane.co.uk</li>
</ul>
<p><!-- letsfxad_adsused_c= 0--></p>


<p><h2>Related posts:</h2><ol><li><a href='http://www.ndoubleor.com/debugging-issue-the-breakpoint-will-not-currently-be-hit-the-specific-module-has-not-been-loaded/12/2009/' rel='bookmark' title='Permanent Link: Debugging issue on windows mobile smart device development: the breakpoint will not currently be hit, the specific module has not been loaded'>Debugging issue on windows mobile smart device development: the breakpoint will not currently be hit, the specific module has not been loaded</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.ndoubleor.com/creating-location-aware-applications-for-windows-mobile-devices-finding-latitude-and-longitude/12/2010/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Facebook With The Two Faces: Latest Story of Man Who Tried to Create Fan Page of Hitler on Facebook</title>
		<link>http://www.ndoubleor.com/facebook-with-two-faces/05/2010/</link>
		<comments>http://www.ndoubleor.com/facebook-with-two-faces/05/2010/#comments</comments>
		<pubDate>Sun, 23 May 2010 18:07:02 +0000</pubDate>
		<dc:creator>noormuhammad</dc:creator>
				<category><![CDATA[Social Issues]]></category>

		<guid isPermaLink="false">http://www.ndoubleor.com/?p=106</guid>
		<description><![CDATA[Facebook With The Two Faces: Latest Story of Man Who Tried to Create Fan Page of Hitler


<h2>No related posts.</h2>]]></description>
			<content:encoded><![CDATA[<p>            <script type="text/javascript" src="http://www.ndoubleor.com/wp-content/plugins/wordpress-code-snippet/scripts/shBrushXml.js"></script><br />
I had been banned from Facebook and my account had been disabled a night before Facebook was banned in Pakistan. Before all this happened, I visited the blasphemous page “Draw Muhammad Day” and the content on the page hurt me badly. Once again a certain group of westerners called it the “freedom of expression” and went on to show extremism – something they always verbally disassociate themselves from. As a response to this lunacy, I thought it best to find out how they respond to others’ right of freedom of expression – I created an Adolf Hitler page right away and it read, “To all those who think they can ridicule Islam in the name of freedom of expression and yet punish those who speak of the genius of Hitler”. The comment on the wall read, “Let’s hit them where it hurts them the most”.<br />
<span id="more-106"></span><br />
Further I added some photos of the Fuhrer, Nazi Party and the Italian Footballer Paolo Di Canio who was banned and fined by FIFA two years ago for performing the “controversial” Roman Salute which according to him gave him a sense of belonging to his people. Within an hour tens of people joined the Hitler page which was named “H | T L E R”. The very next time I tried to log in I found out that my profile had been disabled for ‘violation of Facebook Regulations’.<br />
(From: <a href="http://teeth.com.pk/blog/2010/05/23/one-facebook-two-faces" target="_blank">Teeth.com.pk</a>)</p>
<p><strong>Another Response to Ban on Facebook in Pakistan </strong></p>
<p>Freedom of Speech should be given to every one. Right and no one should ignore it but one must need to know the difference between freedom of speech and freedom to insult. I have no right to insult your wife or mother by using the tool of freedom hence I am even violating human rights here.</p>
<p>The question is, is there any thing like Absolute Freedom in this world? Let’s be clear, there is no such thing like absolute freedom in this world. Even if you are asked to live in a remote island when no one else is lived and no law seems to bind you, you re still not free since your living style will be Dependant on your surrounding,weather and stuff you would need to survive. At that time you will even have to think and drink things which you usually abhor. According to Islamic point of view we are entirely dependant on Allah(SWT). Every living has to taste death. That’s what Quran tells us plus if there was the concept of absolute freedom then there would not be a concept of living in societies and colonies. Man is a social Animal, the saying of Aristotle teaches us that a person needs to take care and consider the feelings of others as well otherwise society will fall apart and there would be a big chaos.<br />
(From: <a href="http://kadnan.com/blog/2010/05/23/facebook-banabsolute-freedomwhere-is-it/" target="_blank">kadnan.com</a>)<!-- letsfxad_adsused_c= 0--></p>


<p><h2>No related posts.</h2></p>]]></content:encoded>
			<wfw:commentRss>http://www.ndoubleor.com/facebook-with-two-faces/05/2010/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Laws against Holocaust denial &amp; Who has been effected by this Law since start of 2010?</title>
		<link>http://www.ndoubleor.com/laws-against-holocaust-denial-n-effected-people/05/2010/</link>
		<comments>http://www.ndoubleor.com/laws-against-holocaust-denial-n-effected-people/05/2010/#comments</comments>
		<pubDate>Sun, 23 May 2010 17:48:31 +0000</pubDate>
		<dc:creator>noormuhammad</dc:creator>
				<category><![CDATA[Social Issues]]></category>

		<guid isPermaLink="false">http://www.ndoubleor.com/?p=98</guid>
		<description><![CDATA[Laws against Holocaust denial &#038; Who has been effected by this Law since start of 2010?


<h2>No related posts.</h2>]]></description>
			<content:encoded><![CDATA[<p>            <script type="text/javascript" src="http://www.ndoubleor.com/wp-content/plugins/wordpress-code-snippet/scripts/shBrushXml.js"></script><br />
<a href="http://en.wikipedia.org/wiki/Laws_against_Holocaust_denial#By_country" target="_blank"></a><strong>Laws against Holocaust denial</strong></p>
<p>Holocaust denial is illegal in a number of European countries. Many countries also have broader laws that criminalize genocide denial. In addition, the European Union has issued a directive to combat racism and xenophobia, which makes provision for member states criminalising Holocaust denial, with a maximum prison sentence of between one and three years. Also, the Council of Europe&#8217;s 2003 Additional Protocol to the Convention on Cyber Crime, concerning the prosecution of acts of a racist and xenophobic nature committed through computer systems includes an article entitled Denial, gross minimisation, approval or justification of genocide or crimes against humanity, although this does not have the status of law. Of the countries that ban Holocaust denial, a number (Austria, Germany, Hungary, and Romania) were among the perpetrators of the Holocaust, and many of these also ban other elements associated with Nazism, such as Nazi symbols.<br />
(From: <a href="http://en.wikipedia.org/wiki/Laws_against_Holocaust_denial#By_country" target="_blank">Wikipedia</a>)</p>
<p><span style="border-collapse: separate; color: #000000; font-family: verdana,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><span style="font-size: 13px; line-height: 19px;"> <span id="more-98"></span></span></span></p>
<p><span style="border-collapse: separate; color: #000000; font-family: verdana,sans-serif; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; text-indent: 0px; text-transform: none; white-space: normal; word-spacing: 0px;"><span style="font-size: 13px; line-height: 19px;"><strong>Point of View By One Pakistani : Who has been effected by this Law in 2010?</strong><br />
</span></span></p>
<div id="attachment_99" class="wp-caption aligncenter" style="width: 266px"><img class="size-full wp-image-99  " title="Oriya Jan Maqbool; A Cloumnist in Express News" src="http://www.ndoubleor.com/wp-content/uploads/2010/05/oriya-jan-maqbool-express-news-columnist.jpg" alt="oriya-jan-maqbool-express-news-columnist" width="256" height="238" />
<p class="wp-caption-text">Oriya Jan Maqbool; A Cloumnist in Express News</p>
</div>
<p style="text-align: center;">
<div id="attachment_100" class="wp-caption aligncenter" style="width: 522px"><img class="size-full wp-image-100" title="Jab Tak Waisaa Qanoon Nahin AA Jata - 22nd May,2010" src="http://www.ndoubleor.com/wp-content/uploads/2010/05/jab-tak-waisa-qanoon-nahin-aaa-jata-22-may-2010.gif" alt="Jab Tak Waisaa Qanoon Nahin AA Jata - 22nd May,2010" width="512" height="2198" />
<p class="wp-caption-text">Jab Tak Waisaa Qanoon Nahin AA Jata - 22nd May,2010</p>
</div>
<p><!-- letsfxad_adsused_c= 0--></p>


<p><h2>No related posts.</h2></p>]]></content:encoded>
			<wfw:commentRss>http://www.ndoubleor.com/laws-against-holocaust-denial-n-effected-people/05/2010/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Debugging issue on windows mobile smart device development: the breakpoint will not currently be hit, the specific module has not been loaded</title>
		<link>http://www.ndoubleor.com/debugging-issue-the-breakpoint-will-not-currently-be-hit-the-specific-module-has-not-been-loaded/12/2009/</link>
		<comments>http://www.ndoubleor.com/debugging-issue-the-breakpoint-will-not-currently-be-hit-the-specific-module-has-not-been-loaded/12/2009/#comments</comments>
		<pubDate>Sat, 12 Dec 2009 14:12:57 +0000</pubDate>
		<dc:creator>noormuhammad</dc:creator>
				<category><![CDATA[.Net Compact Framework]]></category>
		<category><![CDATA[Debugging]]></category>
		<category><![CDATA[Smart Device Development]]></category>
		<category><![CDATA[Windows Mobile]]></category>
		<category><![CDATA[Net Compact Framework]]></category>
		<category><![CDATA[Net Compact Framework Service Pack]]></category>
		<category><![CDATA[Visual Studio]]></category>
		<category><![CDATA[Windows Mobile Development]]></category>

		<guid isPermaLink="false">http://www.ndoubleor.com/?p=87</guid>
		<description><![CDATA[Debugging issue on windows mobile smart device development: the breakpoint will not currently be hit, the specific module has not been loaded


<h2>No related posts.</h2>]]></description>
			<content:encoded><![CDATA[<p>            <script type="text/javascript" src="http://www.ndoubleor.com/wp-content/plugins/wordpress-code-snippet/scripts/shBrushXml.js"></script><br />
<strong>Problem:</strong></p>
<p>While development on windows mobile i faced the problem that whenever i tried to debug my code, my breakpoints converted into a hollow circle and started giving me the error &#8220;the breakpoint will not currently be hit, the specific module has not been loaded&#8221; . When i searched on it , i found different solutions.</p>
<div id="attachment_92" class="wp-caption aligncenter" style="width: 415px"><img class="size-full wp-image-92  " title="Debug Point" src="http://www.ndoubleor.com/wp-content/uploads/2009/12/debugpoint.gif" alt="Visual Studio Debug Point Screen Shot- nDoubleOr.com" width="405" height="198" />
<p class="wp-caption-text">Visual Studio Debug Point Screen Shot- nDoubleOr.com</p>
</div>
<p><span id="more-87"></span></p>
<p><strong>Solution 1 :</strong></p>
<p>Make sure your project is running under debug mode.</p>
<p><strong>Solution 2:</strong></p>
<p align="left">1) Delete all the files from Bin folder (debug , release upto which mode you are using)</p>
<p align="left">2) Un-install CE Frame work and install and try again</p>
<p align="left"><strong>Solution 3:</strong></p>
<p align="left">First of all check which version of .Net Compact Frame work is installed on your machine. How would you check this?  I found another article on this  <a href="http://www.walkernews.net/2008/05/16/how-to-check-net-framework-version-installed/">&#8220;How to check .Net Framework Installed&#8221;</a></p>
<p align="left">Lastly i downloaded &amp;  upgraded the dot net compact frame work 2.0 with service pack 1 patch. You can download it from here :  <a href="http://www.microsoft.com/downloads/details.aspx?FamilyID=7befd787-9b5e-40c6-8d10-d3a43e5856b2&amp;DisplayLang=en">http://www.microsoft.com/downloads/details.aspx?FamilyID=7befd787-9b5e-40c6-8d10-d3a43e5856b2&amp;DisplayLang=en</a></p>
<p align="left">You can download and install service pack 2 from depending upon your requirement from here: http://www.microsoft.com/downloads/details.aspx?displaylang=en&amp;FamilyID=aea55f2f-07b5-4a8c-8a44-b4e1b196d5c0</p>
<p align="left">
<p align="left">
<p align="left"> </p>
<p><!-- letsfxad_adsused_c= 0--></p>


<p><h2>No related posts.</h2></p>]]></content:encoded>
			<wfw:commentRss>http://www.ndoubleor.com/debugging-issue-the-breakpoint-will-not-currently-be-hit-the-specific-module-has-not-been-loaded/12/2009/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>The EXECUTE permission was denied on the object , database name , schema &#8216;dbo&#8217;</title>
		<link>http://www.ndoubleor.com/the-execute-permission-was-denied-on-the-object-database-schema-dbo/11/2009/</link>
		<comments>http://www.ndoubleor.com/the-execute-permission-was-denied-on-the-object-database-schema-dbo/11/2009/#comments</comments>
		<pubDate>Sat, 21 Nov 2009 16:14:54 +0000</pubDate>
		<dc:creator>noormuhammad</dc:creator>
				<category><![CDATA[Database]]></category>
		<category><![CDATA[MS SQL Server]]></category>
		<category><![CDATA[MS SQL Server 2005]]></category>

		<guid isPermaLink="false">http://www.ndoubleor.com/?p=39</guid>
		<description><![CDATA[Yesterday when i was deploying the application on the server in London.  I was encountered with the problem while i was trying to access the login page of application. After getting the user name and password when application tries to connect the SQL server 2005 database, it thorws out this exception &#8220;The EXECUTE permission was denied on [...]


<h2>No related posts.</h2>]]></description>
			<content:encoded><![CDATA[<p>            <script type="text/javascript" src="http://www.ndoubleor.com/wp-content/plugins/wordpress-code-snippet/scripts/shBrushXml.js"></script><br />
Yesterday when i was deploying the application on the server in London.  I was encountered with the problem while i was trying to access the login page of application. After getting the user name and password when application tries to connect the SQL server 2005 database, it thorws out this exception &#8220;The EXECUTE permission was denied on the object<em> &#8216;stored procedure name&#8217;</em>, database <em>&#8216;database name&#8217;</em> , schema <em>&#8216;username&#8217;</em>&#8220;. I search it on the web and got the solution and here it goes.</p>
<p><strong>STEP 1:</strong> Open SQL Server 2005 through SQL Server Management Studio Express.</p>
<p><strong>STEP 2:</strong> Right Click on the database to which you want to connect.</p>
<p style="text-align: center; ">
<div id="attachment_41" class="wp-caption aligncenter" style="width: 423px"><img class="size-full wp-image-41" title="sql-server-database-properties-screen-shoot" src="http://www.ndoubleor.com/wp-content/uploads/2009/11/sql-server-database-properties-screen-shoot1.gif" alt="SQL Server Database Properties Screen Shoot - nDoubleOr.com" width="413" height="230" />
<p class="wp-caption-text">SQL Server Database Properties Screen Shoot - nDoubleOr.com</p>
</div>
<p><strong>STEP 3: </strong>A properties pop up will open. Click on permissions on left hand side.</p>
<div id="attachment_72" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-72" title="sql-server-database-properties-popup-screen-shot-ndoubleor-dot-com" src="http://www.ndoubleor.com/wp-content/uploads/2009/11/sql-server-database-properties-popup-screen-shot-ndoubleor-dot-com.gif" alt="SQL Server Database Properties Popup Screen Shot- nDoubleOr.com" width="500" height="430" />
<p class="wp-caption-text">SQL Server Database Properties Popup Screen Shot- nDoubleOr.com</p>
</div>
<p><span id="more-39"></span></p>
<p><strong>STEP 4: </strong><span>On the right hand side below the database name you will see the while box users or roles.  If there is no item inside this box click &#8216;Add&#8217; button. A pop up will appear as shown below. Click &#8216;Browse&#8217; button.</span></p>
<div id="attachment_45" class="wp-caption aligncenter" style="width: 493px"><img class="size-full wp-image-45 " title="sql-server-database-select-user-or-roles-popup-screen-shot-ndoubleor-dot-com" src="http://www.ndoubleor.com/wp-content/uploads/2009/11/sql-server-database-select-user-or-roles-popup-screen-shot-ndoubleor-dot-com.gif" alt="SQL Server Database Select User OR Roles Popup Screen Shot- nDoubleOr Dot Com" width="483" height="270" />
<p class="wp-caption-text">SQL Server Database Select User OR Roles Popup Screen Shot- nDoubleOr.com</p>
</div>
<p><strong>STEP 5:</strong><span> &#8216;Browse for Objects&#8217; pop up window will appear and you will see &#8216;guest&#8217; and &#8216;public&#8217; in the list with check boxes.</span></p>
<div id="attachment_47" class="wp-caption aligncenter" style="width: 498px"><img class="size-full wp-image-47 " title="sql-server-database-browse-for-objects-screen-shot-ndoubleor-dot-com" src="http://www.ndoubleor.com/wp-content/uploads/2009/11/sql-server-database-browse-for-objects-screen-shot-ndoubleor-dot-com.gif" alt="SQL Server Database Browse for Objects Screen Shot- nDoubleOr Dot Com" width="488" height="272" />
<p class="wp-caption-text">SQL Server Database Browse for Objects Screen Shot- nDoubleOr.com</p>
</div>
<p><strong>STEP 6: </strong><span> Select the &#8216;guest&#8217;  and click &#8216;OK&#8217;. </span></p>
<p><strong>STEP 7:</strong> &#8216;Guest&#8217; will be appeared in the list  &amp; permission list will be appeared on the screen.</p>
<div id="attachment_75" class="wp-caption aligncenter" style="width: 510px"><img class="size-full wp-image-75" title="sql-server-database-properties-popup-2-screen-shot-ndoubleor-dot-com" src="http://www.ndoubleor.com/wp-content/uploads/2009/11/sql-server-database-properties-popup-2-screen-shot-ndoubleor-dot-com.gif" alt="SQL Server Database Properties Popup 2 Screen Shot- nDoubleOr.com" width="500" height="574" />
<p class="wp-caption-text">SQL Server Database Properties Popup 2 Screen Shot- nDoubleOr.com</p>
</div>
<p>as shown below.</p>
<p><strong>STEP 8:</strong> You &#8216;ll see columns of &#8216;Permission&#8217;, &#8216;Granter&#8217;, &#8216;Grant&#8217;,  &#8217;With Grant&#8217; and deny.  Scroll the list and select the &#8216;Grant&#8217; check boxes against permissions.  Usually Connect, Execute, Update, Insert, Delete, Create View permission are given to the object but you can define anything as you wish.</p>
<p>Is this post helpful for you or any suggestions ? Your comments will be highly appreciated.<!-- letsfxad_adsused_c= 0--></p>


<p><h2>No related posts.</h2></p>]]></content:encoded>
			<wfw:commentRss>http://www.ndoubleor.com/the-execute-permission-was-denied-on-the-object-database-schema-dbo/11/2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The Very First Day</title>
		<link>http://www.ndoubleor.com/the-very-first-day/04/2009/</link>
		<comments>http://www.ndoubleor.com/the-very-first-day/04/2009/#comments</comments>
		<pubDate>Sat, 25 Apr 2009 12:03:18 +0000</pubDate>
		<dc:creator>noormuhammad</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[jquery]]></category>
		<category><![CDATA[My First Post]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[the very first day]]></category>

		<guid isPermaLink="false">http://www.ndoubleor.com/?p=1</guid>
		<description><![CDATA[At last! i have uploaded a site. mmmm. It took me a long time to search for theme. Today i had decided that i would work on Android app but all gone vain because when i started work at that time i was unable to concentrate. Then i started facebooking &#38; searching different funny videos [...]


<h2>No related posts.</h2>]]></description>
			<content:encoded><![CDATA[<p>            <script type="text/javascript" src="http://www.ndoubleor.com/wp-content/plugins/wordpress-code-snippet/scripts/shBrushXml.js"></script></p>
<p style="text-align: left;"><img class="size-full wp-image-5 alignleft" title="Very First Day - nDoubleOr.com" src="http://www.ndoubleor.com/wp-content/uploads/2009/04/very-first-day.jpg" alt="Very First Day - nDoubleOr.com" width="269" height="359" />At last! i have uploaded a site. mmmm. It took me a long time to search for theme. Today i had decided that i would work on <a href="http://developer.android.com/guide/" target="_blank">Android</a> app but all gone vain because when i started work at that time i was unable to concentrate. Then i started <a href="http://www.facebook.com" target="_blank">facebooking</a> &amp; searching different funny videos on <a href="http://www.youtube.com" target="_blank">you tube</a>. Then an idea came into my mind that why i should not upload the <a href="http://www.ndoubleor.com" target="_self">pending site</a> on server. At least something should be there on site. Then i started uploading files.</p>
<p>While writing this post i practiced badminton. Now i am feeling tired but i would say that i am very happy with my new blog setup. I will try to make my blog more interesting but how? This question is continuously circling in my mind. I am thinking to start studying regularly the feed of <a href="http://www.problogger.net/" target="_blank">problogger.net</a> &amp; other tips for better SEO and Google ranking.</p>
<p>Other than this at this time i have made only two categories. I hope to increase the categories but what should be the name of categories ? This is a confusing question till now. hmmm</p>
<p>What should be in the <strong>&#8220;About us&#8221;</strong> page this is another interesting &amp; challenging question. For this i have seen the profiles of different designers from <a href="http://www.smashingmagazine.com" target="_blank">smashingmagazine.com</a> .</p>
<p>By the way i am regular reader of <a href="http://www.smashingmagazine.com" target="_blank">smashingmagazine.com</a>. The way they are running the site is really great. One can find many tips &amp; tricks, themes &amp; other pictures, wallpapers &amp; different tutorials on design, photography &amp; blah..blah..blah. Especially, i like the calendar wallpaper of every month. Due to this i am very famous <img src='http://www.ndoubleor.com/wp-includes/images/smilies/icon_razz.gif' alt=':P' class='wp-smiley' />  among my friends &amp; colleagues for changing wallpaper every month or even many times in a month. Like at this time i have  <a href="http://media2.smashingmagazine.com/images/wallpaper-calendar-april-09/the-recession-is-over.jpg" target="_blank">The Recession is Over</a> wallpaper on my home PC &amp; <a href="http://media1.smashingmagazine.com/images/wallpaper-calendar-april-09/lettering.jpg" target="_blank">Lettering</a> wallpaper on my office PC.  With all this smashing magazine also covers topics of jquery, flash,  php, ruby one rails, technology, magazines &amp; lot more.  Sorry! you caught me wrong, I am just a <strong>fan</strong> of <a href="http://www.smashingmagazine.com" target="_blank">smashingmagazine.com</a>.</p>
<p>At this time i have seen the <strong>About Us</strong> page of <a href="http://www.evalotta.net/about" target="_blank">Eva-lotta</a>, <a href="http://sam.brown.tc/about" target="_blank">Sam Brown</a>, <a href="http://www.blog.spoongraphics.co.uk/about" target="_blank">Chris Spooner</a>, <a href="http://www.cssjockey.com/about" target="_blank">Mohit</a> etc etc. But problem is that these all are designer. I think i should search for some developer or software engineer site. Ohhhh! i m just searching for the sake of inspiration. rite!</p>
<p><span id="more-1"></span></p>
<p>After that my next mile stone will be design of <strong>Protfolio</strong>. This is a little bit tricky. Through <a href="http://www.smashingmagazine.com" target="_blank">smashingmagazine.com</a> i have seen portfolios but those are also of designers. Secondly, <a href="http://wordpress.org" target="_blank">wordpress</a> haven&#8217;t any good &amp; customizable plugin for protfolio. So it seems that it would be a separate page of protfolio in my case.  I am not a good graphic designer so it seems bit lengthy to design the portfolio with style.</p>
<p>Now i am thinking that i should finish writing this post. I hope that i would keep alive this blog. Let&#8217;s hope for the best. But in the end i would thank to <a href="http://www.zeeshanhasan.com/" target="_blank">Zeeshan Hasan</a> for providing me the space on server &amp; for stimulating me to starting my own blog. Thanks zeeshan bhai.</p>
<p>Have a good day. Bye!<!-- letsfxad_adsused_c= 0--></p>


<p><h2>No related posts.</h2></p>]]></content:encoded>
			<wfw:commentRss>http://www.ndoubleor.com/the-very-first-day/04/2009/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

