<?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>Blog &#8211; Sibeesh Passion</title>
	<atom:link href="https://mail.sibeeshpassion.com/category/blog/feed/" rel="self" type="application/rss+xml" />
	<link>https://mail.sibeeshpassion.com</link>
	<description>My passion towards life</description>
	<lastBuildDate>Wed, 02 Jun 2021 15:17:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>/wp-content/uploads/2017/04/Sibeesh_Passion_Logo_Small.png</url>
	<title>Blog &#8211; Sibeesh Passion</title>
	<link>https://mail.sibeeshpassion.com</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>How to See Cache Files In Browsers</title>
		<link>https://mail.sibeeshpassion.com/how-to-see-cache-files-in-browsers/</link>
					<comments>https://mail.sibeeshpassion.com/how-to-see-cache-files-in-browsers/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Thu, 05 Nov 2015 08:14:37 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Browser]]></category>
		<category><![CDATA[Google Chrome]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[Internet Explorer]]></category>
		<category><![CDATA[Mozilla]]></category>
		<category><![CDATA[See Cache Files]]></category>
		<guid isPermaLink="false">http://sibeecst_passion.com/?p=10943</guid>

					<description><![CDATA[In this post we will see how we can see cache files in browsers like Chrome, Mozilla and Internet Explorer. As you all know for every actions we do in our browser the files are being cached, these files can be anything like images, scripts, CSS and lot more. And when we do Ctrl+Shift+Delete, these entries will be cleared too. So what if we need to see those cached files? In this post we will see that. I hope you will like this. Background Recently I came across a situation to check the cached files in my Google chrome browser. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>In this post we will see how we can see cache files in browsers like Chrome, Mozilla and Internet Explorer. As you all know for every actions we do in our browser the files are being cached, these files can be anything like images, scripts, CSS and lot more. And when we do Ctrl+Shift+Delete, these entries will be cleared too. So what if we need to see those cached files? In this post we will see that. I hope you will like this.</p>
<p><strong>Background</strong></p>
<p>Recently I came across a situation to check the cached files in my Google chrome browser. So I thought of creating an article which shows how to see cache files in most used browsers like Google chrome, Mozilla, Internet Explorer. </p>
<p><strong>How to see cache files</strong></p>
<p><strong>In Chrome</strong></p>
<p>In the URL are type the below text.</p>
<p>[html]<br />
chrome://view-http-cache/<br />
[/html]</p>
<p>OR</p>
<p>[html]<br />
chrome://cache/<br />
[/html]</p>
<div id="attachment_10944" style="width: 600px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/11/See-Cached-Files-In-Chrome.png"><img fetchpriority="high" decoding="async" aria-describedby="caption-attachment-10944" src="http://sibeeshpassion.com/wp-content/uploads/2015/11/See-Cached-Files-In-Chrome.png" alt="See Cached Files In Chrome" width="590" height="113" class="size-full wp-image-10944" srcset="/wp-content/uploads/2015/11/See-Cached-Files-In-Chrome.png 590w, /wp-content/uploads/2015/11/See-Cached-Files-In-Chrome-300x57.png 300w, /wp-content/uploads/2015/11/See-Cached-Files-In-Chrome-400x77.png 400w" sizes="(max-width: 590px) 100vw, 590px" /></a><p id="caption-attachment-10944" class="wp-caption-text">See Cached Files In Chrome</p></div>
<p><strong>In Mozilla</strong></p>
<p>In the URL are type the below text.</p>
<p>[html]<br />
about:cache<br />
[/html]</p>
<p>OR</p>
<p><em>For memory storage</em></p>
<p>[html]<br />
about:cache?storage=memory&amp;context=<br />
[/html]</p>
<p>OR</p>
<p><em>For disk storage</em></p>
<p>[html]<br />
about:cache?storage=disk&amp;context=<br />
[/html]</p>
<div id="attachment_10945" style="width: 660px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/11/See-Cached-Files-In-Mozilla-e1446711115169.png"><img decoding="async" aria-describedby="caption-attachment-10945" src="http://sibeeshpassion.com/wp-content/uploads/2015/11/See-Cached-Files-In-Mozilla-e1446711115169.png" alt="See Cached Files In Mozilla" width="650" height="535" class="size-full wp-image-10945" srcset="/wp-content/uploads/2015/11/See-Cached-Files-In-Mozilla-e1446711115169.png 650w, /wp-content/uploads/2015/11/See-Cached-Files-In-Mozilla-e1446711115169-300x247.png 300w, /wp-content/uploads/2015/11/See-Cached-Files-In-Mozilla-e1446711115169-400x329.png 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-10945" class="wp-caption-text">See Cached Files In Mozilla</p></div>
<p><strong>In Internet Explorer</strong></p>
<p>You can always see your files at <em>%userprofile%\AppData\Local\Microsoft\Windows\Temporary Internet Files</em></p>
<p><strong>Conclusion</strong></p>
<p>Did I miss anything that you may think which is needed? Could you find this post as useful? I hope you liked this article. Please share me your valuable suggestions and feedback.</p>
<p><strong>Your turn. What do you think?</strong></p>
<p>A blog isn’t a blog without comments, but do try to stay on topic. If you have a question unrelated to this post, you’re better off posting it on C# Corner, Code Project, Stack Overflow, Asp.Net Forum instead of commenting here. Tweet or email me a link to your question there and I’ll definitely try to help if I can.</p>
<p>Kindest Regards<br />
Sibeesh Venu</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mail.sibeeshpassion.com/how-to-see-cache-files-in-browsers/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>The OnePlus X has officially arrived</title>
		<link>https://mail.sibeeshpassion.com/the-oneplus-x-has-officially-arrived/</link>
					<comments>https://mail.sibeeshpassion.com/the-oneplus-x-has-officially-arrived/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Thu, 29 Oct 2015 13:13:02 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[News]]></category>
		<category><![CDATA[One Plus]]></category>
		<category><![CDATA[One Plus X]]></category>
		<category><![CDATA[The OnePlus X has officially arrived]]></category>
		<guid isPermaLink="false">http://sibeecst_passion.com/?p=10865</guid>

					<description><![CDATA[Here is a great news I want to share with you all. &#8220;The OnePlus X has officially arrived&#8221; Yes it is true. The company has officially announced. The company One Plus if offering so many features in the upcoming OnePlus X model. Some of the features are stunning form, impeccable camera, and exquisite build materials. It has the most popular Oxygen OS, what else you need!!!. Form November 19, you can get the OnePlus X from $249 with an invite If you want an invite, you can get it here: One Plus X Invite Go Hurry, the invites are limited, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Here is a great news I want to share with you all. &#8220;The OnePlus X has officially arrived&#8221; Yes it is true. The company has officially announced. The company One Plus if offering so many features in the upcoming OnePlus X model. Some of the features are stunning form, impeccable camera, and exquisite build materials. It has the most popular Oxygen OS, what else you need!!!.</p>
<div id="attachment_10866" style="width: 660px" class="wp-caption alignnone"><a href="http://sibeeshpassion.com/wp-content/uploads/2015/10/unnamed-e1446124280953.png"><img decoding="async" aria-describedby="caption-attachment-10866" src="http://sibeeshpassion.com/wp-content/uploads/2015/10/unnamed-e1446124280953.png" alt="The OnePlus X has officially arrived" width="650" height="333" class="size-full wp-image-10866" srcset="/wp-content/uploads/2015/10/unnamed-e1446124280953.png 650w, /wp-content/uploads/2015/10/unnamed-e1446124280953-300x154.png 300w, /wp-content/uploads/2015/10/unnamed-e1446124280953-400x205.png 400w" sizes="(max-width: 650px) 100vw, 650px" /></a><p id="caption-attachment-10866" class="wp-caption-text">The OnePlus X has officially arrived</p></div>
<blockquote><p> Form November 19, you can get the OnePlus X from $249 with an invite</p></blockquote>
<p>If you want an invite, you can get it here: <a href="https://oneplus.net/in/invites" target="_blank">One Plus X Invite</a></p>
<p>Go Hurry, the invites are limited, go and get yours soon.</p>
<p>If you need to know more about One Plus X, please see here: <a href="https://oneplus.net/x" target="_blank">One Plus X</a></p>
<p>I know you all are eager to know the specifications of this phone. Isn&#8217;t it? If yes, see here: <a href="https://oneplus.net/x/specs" target="_blank">One Plus X Specs</a></p>
<blockquote><p>I have already sign up for it, And I got the invite link too <a href="https://oneplus.net/invites?kid=PUOTAD" target="_blank">https://oneplus.net/invites?kid=PUOTAD</a></p></blockquote>
<p><strong>Conclusion</strong></p>
<p>Did I miss anything that you may think which is needed? Could you find this post as useful? I hope you liked this article.</p>
<p><strong>Your turn. What do you think?</strong></p>
<p>A blog isn’t a blog without comments, but do try to stay on topic. So please share me your feedback and suggestions. Thanks in advance.</p>
<p>Kindest Regards<br />
Sibeesh Venu</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mail.sibeeshpassion.com/the-oneplus-x-has-officially-arrived/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Million Billion Trillion Calculations</title>
		<link>https://mail.sibeeshpassion.com/million-billion-trillion-calculations/</link>
					<comments>https://mail.sibeeshpassion.com/million-billion-trillion-calculations/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Wed, 15 Jul 2015 17:10:49 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Number Conversions]]></category>
		<category><![CDATA[Billion]]></category>
		<category><![CDATA[Billion Calculation]]></category>
		<category><![CDATA[Million]]></category>
		<category><![CDATA[Million Calculation]]></category>
		<category><![CDATA[Trillion]]></category>
		<category><![CDATA[Trillion Calculation]]></category>
		<guid isPermaLink="false">http://sibeecst_passion.com/?p=7171</guid>

					<description><![CDATA[Introduction In this post we will see the calculations of Million, Billion, Trillion. I hope some one found it is useful. Calculations Million : 1 Million = 1000000 1 Million = 10000 Hundred 1 Million = 1000 K (1 K = 1000) 1 Billion = 1000 Million 1 Trillion = 1000000 Million Billion : 1 Billion = 1000000000 One 1 Billion = 10000000 Hundred 1 Billion = 1000000 K (1 K = 1000) 1 Billion = 1000 Million 1 Trillion = 1000 Billion Kindest Regards Sibeesh Venu]]></description>
										<content:encoded><![CDATA[<p><strong>Introduction</strong></p>
<p>In this post we will see the calculations of Million, Billion, Trillion. I hope some one found it is useful.</p>
<p><strong>Calculations</strong></p>
<p><strong>Million :</strong><br />
1 Million = 1000000<br />
1 Million = 10000 Hundred<br />
1 Million = 1000 K (1 K = 1000)</p>
<p>1 Billion = 1000 Million<br />
1 Trillion = 1000000 Million</p>
<p><strong>Billion :</strong></p>
<p>1 Billion = 1000000000 One<br />
1 Billion = 10000000 Hundred<br />
1 Billion = 1000000 K (1 K = 1000)<br />
1 Billion = 1000 Million</p>
<p>1 Trillion = 1000 Billion</p>
<p>Kindest Regards<br />
Sibeesh Venu</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mail.sibeeshpassion.com/million-billion-trillion-calculations/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>How to check my mobile is 3G enabled or not</title>
		<link>https://mail.sibeeshpassion.com/how-to-check-my-mobile-is-3g-enabled-or-not/</link>
					<comments>https://mail.sibeeshpassion.com/how-to-check-my-mobile-is-3g-enabled-or-not/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Fri, 03 Jul 2015 07:55:08 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Mobile]]></category>
		<category><![CDATA[Q&A]]></category>
		<category><![CDATA[3G]]></category>
		<category><![CDATA[3G compatible]]></category>
		<category><![CDATA[Activate 3G]]></category>
		<category><![CDATA[Activate 3G in Airtel]]></category>
		<category><![CDATA[Airtel]]></category>
		<category><![CDATA[Check 3G]]></category>
		<category><![CDATA[Enable 3G]]></category>
		<guid isPermaLink="false">http://sibeecst_passion.com/?p=6151</guid>

					<description><![CDATA[Introduction In this post, we will see how we can check whether our phone is 3G compatible or not and how to activate 3G in Airtel. Check whether mobile is 3G compatible To check whether our mobile is 3G compatible or not, you need to type 3GHS (3GHS in capital letters) and send to 121. Activate 3G To activate 3G, you need to type 3G (3G in capital letters) and send to 121. Please be noted that these are applicable to Airtel users. It may be different for other subscribers. Conclusion I hope someone found this useful. Please share me [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><strong>Introduction</strong></p>
<p>In this post, we will see how we can check whether our phone is 3G compatible or not and how to activate 3G in Airtel. </p>
<p><strong>Check whether mobile is 3G compatible</strong></p>
<p>To check whether our mobile is 3G compatible or not, you need to type 3GHS (3GHS in capital letters) and send to 121.</p>
<p><strong>Activate 3G</strong></p>
<p>To activate 3G, you need to type 3G (3G in capital letters) and send to 121.</p>
<p>Please be noted that these are applicable to Airtel users. It may be different for other subscribers.</p>
<p><strong>Conclusion</strong></p>
<p>I hope someone found this useful. Please share me your valuable thoughts and comments. Your feedback is always welcomed.</p>
<p>Thanks in advance. Happy coding!</p>
<p>Kindest Regards<br />
<a href="https://plus.google.com/+sibeeshkv" target="_blank">Sibeesh Venu</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://mail.sibeeshpassion.com/how-to-check-my-mobile-is-3g-enabled-or-not/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Create HTML DIV Dynamically</title>
		<link>https://mail.sibeeshpassion.com/create-html-div-dynamically/</link>
					<comments>https://mail.sibeeshpassion.com/create-html-div-dynamically/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Sun, 31 May 2015 13:16:29 +0000</pubDate>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Create div dynamically]]></category>
		<category><![CDATA[Create HTML Div]]></category>
		<category><![CDATA[Creating html div using c#]]></category>
		<category><![CDATA[Dynamic DOM]]></category>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=2981</guid>

					<description><![CDATA[Introduction This blog explains how we can generate a HTML Div dynamically. For this you must be aware of basic HTML, CSS. Steps Create a static string variable html: [html] public static string html = &#34;&#34;; [/html] Add in the aspx file inside of the from tag. Add a function like this: [csharp] private string LoadDragEventsByUserID(string userId) { try { DataSet ds = Fetch dataset from your server html = string.Empty; for (int i = 0; i &#60;= ds.Tables[0].Rows.Count &#8211; 1; i++) { html += &#34;&#60;div id=&#8217;&#34; + ds.Tables[0].Rows[i][&#34;Your Unique ID&#34;].ToString() + &#34;&#60;/div&#62;&#34;; } return html; } catch { return [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><strong>Introduction</strong></p>
<p>This blog explains how we can generate a HTML Div dynamically. For this you must be aware of basic HTML, CSS.</p>
<p><strong>Steps</strong></p>
<p>Create a static string variable html:<br />
[html]<br />
public static string html = &quot;&quot;;<br />
[/html]<br />
Add <%=html%> in the aspx file inside of the from tag.</p>
<p>Add a function like this:<br />
[csharp]<br />
private string LoadDragEventsByUserID(string userId)<br />
{<br />
   try<br />
   {<br />
      DataSet ds = Fetch dataset from your server<br />
      html = string.Empty;<br />
      for (int i = 0; i &lt;= ds.Tables[0].Rows.Count &#8211; 1; i++)<br />
      {<br />
         html += &quot;&lt;div id=&#8217;&quot; + ds.Tables[0].Rows[i][&quot;Your Unique ID&quot;].ToString() + &quot;&lt;/div&gt;&quot;;<br />
      }  </p>
<p>      return html;<br />
   }<br />
   catch<br />
   {<br />
      return null;<br />
   }<br />
}<br />
[/csharp]</p>
<p>Please note that your dataset rows will be contained different rows and columns, please change it according to your need. And also create css styles your own. If you need any help regarding style, feel free to ask me.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mail.sibeeshpassion.com/create-html-div-dynamically/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Calling a Webmethod Using Jquery Ajax</title>
		<link>https://mail.sibeeshpassion.com/calling-a-webmethod-using-jquery-ajax/</link>
					<comments>https://mail.sibeeshpassion.com/calling-a-webmethod-using-jquery-ajax/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Sun, 31 May 2015 13:12:00 +0000</pubDate>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Calling Webmethod]]></category>
		<category><![CDATA[JQuery Ajax]]></category>
		<category><![CDATA[Webmethod]]></category>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=2941</guid>

					<description><![CDATA[Introduction This tip explains how to call a web method using JQuery.There are so many ways we can do this requirement. Here I am explaining one. Steps We need to include: [js] &#60;script src=&#34;Script/jquery-1.9.1.min.js&#34; type=&#34;text/javascript&#34;&#62;&#60;/script&#62; [/js] After that, create an Ajax jQuery function like this: [js] function checkUserNameAvail() { var userid = $(&#34;#reguser&#34;).val(); jQuery.ajax({ type: &#34;POST&#34;, url: &#34;Login.aspx/checkUserNameAvail&#34;, //It calls our web method contentType: &#34;application/json; charset=utf-8&#34;, data: &#34;{&#8216;iuser&#8217;:&#8217;&#34; + userid + &#34;&#8217;}&#34;, dataType: &#34;xml&#34;, success: function (msg) { $(msg).find(&#34;Table&#34;).each(function () { var username = $(this).find(&#8216;UserName&#8217;).text(); if (username != &#8221;) { //window.location.replace(&#8216;/iCalendar.aspx&#8217;); alert(&#8216;This username already taken..&#8217;); $(&#34;#reguser&#34;).val(&#8221;); $(&#34;#reguser&#34;).focus(); } else { [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><strong>Introduction</strong></p>
<p>This tip explains how to call a web method using JQuery.There are so many ways we can do this requirement. Here I am explaining one. </p>
<p><strong>Steps</strong></p>
<p>We need to include:<br />
[js]<br />
&lt;script src=&quot;Script/jquery-1.9.1.min.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;<br />
[/js]</p>
<p>After that, create an Ajax jQuery function like this:<br />
[js]<br />
function checkUserNameAvail() {<br />
    var userid = $(&quot;#reguser&quot;).val();<br />
    jQuery.ajax({<br />
        type: &quot;POST&quot;,<br />
        url: &quot;Login.aspx/checkUserNameAvail&quot;, //It calls our web method<br />
        contentType: &quot;application/json; charset=utf-8&quot;,<br />
        data: &quot;{&#8216;iuser&#8217;:&#8217;&quot; + userid + &quot;&#8217;}&quot;,<br />
        dataType: &quot;xml&quot;,<br />
        success: function (msg) {<br />
            $(msg).find(&quot;Table&quot;).each(function () {<br />
                var username = $(this).find(&#8216;UserName&#8217;).text();<br />
                if (username != &#8221;) {<br />
                    //window.location.replace(&#8216;/iCalendar.aspx&#8217;);<br />
                    alert(&#8216;This username already taken..&#8217;);<br />
                    $(&quot;#reguser&quot;).val(&#8221;);<br />
                    $(&quot;#reguser&quot;).focus();<br />
                }<br />
                else {<br />
                }<br />
            });<br />
        },<br />
        error: function (d) {<br />
        }<br />
    });<br />
}<br />
[/js]</p>
<p>Make sure that you have included the js file to the aspx page.</p>
<p>Create a web method in your aspx.cs file like the following:<br />
[csharp]<br />
[WebMethod(enableSession: true)]<br />
   [ScriptMethod(ResponseFormat = ResponseFormat.Xml)]<br />
   public static string checkUserNameAvail(string iuser)<br />
   {<br />
       try<br />
       {<br />
           //This is where i am returning my data from DB  </p>
<p>           iCalendarClass iC = new iCalendarClass();<br />
           DataSet ds = iC.checkUserNameAvail(iuser);<br />
           return (ds.GetXml());<br />
       }<br />
       catch<br />
       {<br />
           return null;<br />
       }<br />
   }<br />
[/csharp]<br />
Make sure that your function returns XML.</p>
<p>That&#8217;s all. Have a happy coding 🙂</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mail.sibeeshpassion.com/calling-a-webmethod-using-jquery-ajax/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Convert Numeric Number to String in C#</title>
		<link>https://mail.sibeeshpassion.com/convert-numeric-number-to-string-in-c/</link>
					<comments>https://mail.sibeeshpassion.com/convert-numeric-number-to-string-in-c/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Sun, 31 May 2015 13:09:16 +0000</pubDate>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[Convert Numeric To String]]></category>
		<category><![CDATA[CSarp]]></category>
		<category><![CDATA[Numeric to string]]></category>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=2911</guid>

					<description><![CDATA[Hi All, This program is returning output as string, lets go to an example. Such as, if you enter a number 19, then this program will return &#8220;Nineteen&#8221;. So shall we do it???? [csharp] using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace ConvertNumericToString { class Program { static void Main(string[] args) { do { Console.WriteLine(&#34;Please enter the number..&#34;); int intNum = Convert.ToInt32(Console.ReadLine()); Console.WriteLine(CheckAndDisplayString(intNum)); Console.WriteLine(&#34;Do you want to continue ..Y/N?&#34;); } while (Console.ReadLine().ToLower() == &#34;y&#34;); Console.ReadLine(); } private static string CheckAndDisplayString(int intNum) { try { var str1To19 = new string[] { &#34;zero&#34;, &#34;one&#34;, &#34;two&#34;, &#34;three&#34;, &#34;four&#34;, &#34;five&#34;, &#34;six&#34;, &#34;seven&#34;, &#34;eight&#34;, [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>Hi All,</p>
<p>This program is returning output as string, lets go to an example. Such as, if you enter a number 19, then this program will return &#8220;Nineteen&#8221;. So shall we do it????<br />
[csharp]<br />
using System;<br />
using System.Collections.Generic;<br />
using System.Linq;<br />
using System.Text;  </p>
<p>namespace ConvertNumericToString<br />
{<br />
    class Program<br />
    {<br />
        static void Main(string[] args)<br />
        {<br />
           do<br />
            {<br />
                Console.WriteLine(&quot;Please enter the number..&quot;);<br />
                int intNum = Convert.ToInt32(Console.ReadLine());<br />
                Console.WriteLine(CheckAndDisplayString(intNum));<br />
                Console.WriteLine(&quot;Do you want to continue ..Y/N?&quot;);  </p>
<p>            } while (Console.ReadLine().ToLower() == &quot;y&quot;);<br />
            Console.ReadLine();<br />
        }  </p>
<p>        private static string CheckAndDisplayString(int intNum)<br />
        {<br />
            try<br />
            {<br />
                var str1To19 = new string[] { &quot;zero&quot;, &quot;one&quot;, &quot;two&quot;,<br />
                &quot;three&quot;, &quot;four&quot;, &quot;five&quot;, &quot;six&quot;,<br />
                &quot;seven&quot;, &quot;eight&quot;, &quot;nine&quot;, &quot;ten&quot;,<br />
                &quot;eleven&quot;, &quot;twelve&quot;,  &quot;thirteen&quot;,<br />
                &quot;fourteen&quot;, &quot;fifteen&quot;, &quot;sixteen&quot;,  &quot;seventeen&quot;,<br />
                &quot;eighteen&quot;, &quot;nineteen&quot;};<br />
                var strMultipleOfTen = new string[] { &quot;twenty&quot;, &quot;thirty&quot;,<br />
                &quot;forty&quot;, &quot;fifty&quot;, &quot;sixty&quot;, &quot;seventy&quot;,<br />
                &quot;eighty&quot;, &quot;ninety&quot; };<br />
                //If the Number is zero return null<br />
                if (intNum == 0)<br />
                    return &quot;zero&quot;;<br />
                //check the 100 digit<br />
                string strResult = &quot;&quot;;<br />
                int intDigit;<br />
                if (intNum &gt; 100)<br />
                {<br />
                    intDigit = intNum / 100;<br />
                    intNum = intNum % 100;<br />
                    strResult = str1To19[intDigit] + &quot;hundred&quot;;<br />
                }<br />
                if (intNum == 0)<br />
                    return strResult.Trim();<br />
                if (intNum &lt; 20)<br />
                    strResult += &quot; &quot; + str1To19[intNum];<br />
                else<br />
                {<br />
                    //handles 10 digit<br />
                    intDigit = intNum / 10;<br />
                    intNum = intNum % 10;<br />
                    strResult += &quot; &quot; + strMultipleOfTen[intDigit &#8211; 2];<br />
                    if (intNum &gt; 0)<br />
                        strResult += &quot; &quot; + str1To19[intNum];  </p>
<p>                }<br />
                return strResult;<br />
            }<br />
            catch<br />
            {<br />
                return &quot;The value you entered is not applicable..&quot;;<br />
            }<br />
        }<br />
    }<br />
}<br />
[/csharp]</p>
<p>See the output here:</p>
<p><img decoding="async" src="http://www.c-sharpcorner.com/UploadFile/BlogImages/11112014225442PM/output.jpg" alt="" /></p>
<p>Thank you 🙂</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mail.sibeeshpassion.com/convert-numeric-number-to-string-in-c/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Check a String is Palindrome</title>
		<link>https://mail.sibeeshpassion.com/check-a-string-is-palindrome/</link>
					<comments>https://mail.sibeeshpassion.com/check-a-string-is-palindrome/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Sun, 31 May 2015 13:02:21 +0000</pubDate>
				<category><![CDATA[.NET]]></category>
		<category><![CDATA[ASP.NET]]></category>
		<category><![CDATA[Blog]]></category>
		<category><![CDATA[C#]]></category>
		<category><![CDATA[CSharp]]></category>
		<category><![CDATA[Pallindrome]]></category>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=2871</guid>

					<description><![CDATA[Introduction This tip covers how we can check a string is palindrome or not. Background Now a day you can expect a question in every Interviews that to write a program to check whether a String is palindrome or not. I thought of sharing my methods two find out the same 🙂 Using the Code We can do it in two ways: By creating char arrays By using string reverse method NB: There are some other methods also, for now I am sharing these two. By creating char arrays [csharp] private static bool chkPallindrome(string strVal) { try { int min [&#8230;]]]></description>
										<content:encoded><![CDATA[<p><strong>Introduction</strong></p>
<p>This tip covers how we can check a string is palindrome or not.</p>
<p><strong>Background</strong></p>
<p>Now a day you can expect a question in every Interviews that to write a program to check whether a String is palindrome or not. I thought of sharing my methods two find out the same 🙂</p>
<p><strong>Using the Code</strong></p>
<p>We can do it in two ways:</p>
<li>By creating char arrays</li>
<li>By using string reverse method</li>
<p>NB: There are some other methods also, for now I am sharing these two.</p>
<p><strong>By creating char arrays</strong></p>
<p>[csharp]<br />
private static bool chkPallindrome(string strVal)<br />
{<br />
     try<br />
     {<br />
          int min = 0;<br />
          int max = strVal.Length &#8211; 1;<br />
          while (true)<br />
          {<br />
               if (min &gt; max)<br />
               return true;<br />
               char minChar = strVal[min];<br />
               char maxChar = strVal[max];<br />
               if (char.ToLower(minChar) != char.ToLower(maxChar))<br />
               {<br />
                    return false;<br />
               }<br />
               min++;<br />
               max&#8211;;<br />
         }<br />
     }<br />
     catch (Exception)<br />
     {<br />
          throw;<br />
     }<br />
}<br />
[/csharp] </p>
<p><strong>By using string reverse method  </strong><br />
[csharp]<br />
private static void CheckAndDisplay(string strReal)<br />
{<br />
     string strRev;<br />
     char[] tmpChar = strReal.ToCharArray();<br />
     Array.Reverse(tmpChar);<br />
     strRev = new string(tmpChar);<br />
     if (strReal.Equals(strRev, StringComparison.OrdinalIgnoreCase))<br />
     {<br />
          Console.WriteLine(&quot;The string is pallindrome&quot;);<br />
     }<br />
     else<br />
     {<br />
           Console.WriteLine(&quot;The string is not pallindrome&quot;);<br />
     }<br />
     Console.ReadLine();<br />
}<br />
[/csharp]<br />
Please download to see the entire program. I hope it helps someone.</p>
<p><img decoding="async" src="http://www.c-sharpcorner.com/UploadFile/BlogImages/11162014232536PM/output.jpg" alt="" /></p>
<p><strong>Points of Interest</strong></p>
<p>Palindrome, Arrays, Array Manipulations</p>
<p><strong>History</strong></p>
<p>1st version: 16-11-2014</p>
<p>Thank you for reading.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://mail.sibeeshpassion.com/check-a-string-is-palindrome/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Include Facebook Buttons in your Website</title>
		<link>https://mail.sibeeshpassion.com/include-facebook-buttons-in-your-website/</link>
					<comments>https://mail.sibeeshpassion.com/include-facebook-buttons-in-your-website/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Sun, 31 May 2015 11:40:39 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Social Media]]></category>
		<category><![CDATA[Facebook button]]></category>
		<category><![CDATA[Include Facebook Button]]></category>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=2771</guid>

					<description><![CDATA[This blog helps you to include the face book buttons in your website. I hope you will like this. How? Step 1: Login to your face book account. Step 2: Go to the following URL https://developers.facebook.com/docs/plugins/send-button The above URL is for send-button, you may click select whatever you need from the left side panel. Once you click on that, you can edit your send button properties. You can set the width and height and URL to send. Now click on the Get Code button. You will get the following scripts which you need to add right after the body tag. [&#8230;]]]></description>
										<content:encoded><![CDATA[<p>This blog helps you to include the face book buttons in your website. I hope you will like this.</p>
<p><strong>How?</strong></p>
<p><strong>Step 1</strong>: Login to your face book account.</p>
<p><strong>Step 2</strong>: Go to the following URL</p>
<p><a href="https://developers.facebook.com/docs/plugins/send-button">https://developers.facebook.com/docs/plugins/send-button</a></p>
<p>The above URL is for send-button, you may click select whatever you need from the left side panel. Once you click on that, you can edit your send button properties. You can set the width and height and URL to send.</p>
<p><img decoding="async" src="http://www.c-sharpcorner.com/UploadFile/BlogImages/04222015055008AM/url.jpg" alt="" /></p>
<p>Now click on the Get Code button. You will get the following scripts which you need to add right after the body tag.</p>
<p><img decoding="async" src="http://www.c-sharpcorner.com/UploadFile/BlogImages/04222015055008AM/plugin%20code.jpg" alt="" /></p>
<p>Please place the html part, wherever you need the send buttons to be appeared.</p>
<p>That’s all. You can follow the same process for the all kind of face book buttons.</p>
<p><strong>Conclusion</strong></p>
<p>Please share your feedback. Thanks in advance</p>
<p>Kindest Regards</p>
<p>Sibeesh Venu<br />
<a href="http://www.sibeeshpassion.com/">Sibeesh Passion</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://mail.sibeeshpassion.com/include-facebook-buttons-in-your-website/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Custom Handling of a href Tag in jQuery</title>
		<link>https://mail.sibeeshpassion.com/custom-handling-of-a-href-tag-in-jquery/</link>
					<comments>https://mail.sibeeshpassion.com/custom-handling-of-a-href-tag-in-jquery/#disqus_thread</comments>
		
		<dc:creator><![CDATA[SibeeshVenu]]></dc:creator>
		<pubDate>Sun, 29 Mar 2015 20:13:04 +0000</pubDate>
				<category><![CDATA[Blog]]></category>
		<category><![CDATA[JQuery]]></category>
		<category><![CDATA[a href]]></category>
		<guid isPermaLink="false">https://sibeeshpassion.com/?p=1471</guid>

					<description><![CDATA[Introduction Hi all. Today I came across a situation of disabling and enabling a href tag programmatically. The property enable and disable is applicable for the input elements. So what must we do? Using the code Let us say I have an a tag as follows: &#60;a href=&#8220;#&#8221; id=&#8220;btnCreate&#8221;&#62;&#60;/a&#62; Now what we will do is just add an attribute and set the value as follows. if (data.length &#62; 1000) {    $(&#8216;#btnCreateWidget&#8217;).attr(&#8216;disabled&#8217;, true); } Here (data.length &#62; 1000 ) is my condition. You can provide your own condition there. Now what do we need to think? What if the condition fails? We then must remove the attribute, right? [&#8230;]]]></description>
										<content:encoded><![CDATA[<div><strong>Introduction</strong></div>
<div></div>
<p>Hi all. Today I came across a situation of disabling and enabling a href tag programmatically. The property enable and disable is applicable for the input elements. So what must we do?</p>
<p><strong>Using the code<br />
</strong><br />
Let us say I have an a tag as follows:</p>
<div class="dp-highlighter">
<div class="bar"></div>
<ol class="dp-xml">
<li class="alt"><span class="tag">&lt;</span><span class="tag-name">a</span> <span class="attribute">href</span>=<span class="attribute-value">&#8220;#&#8221;</span> <span class="attribute">id</span>=<span class="attribute-value">&#8220;btnCreate&#8221;</span><span class="tag">&gt;</span><span class="tag">&lt;/</span><span class="tag-name">a</span><span class="tag">&gt;</span></li>
</ol>
</div>
<p>Now what we will do is just add an attribute and set the value as follows.</p>
<div class="dp-highlighter">
<div class="bar"></div>
<ol class="dp-xml">
<li class="alt">if (data.length <span class="tag">&gt;</span> 1000)</li>
<li>{</li>
<li class="alt">   $(&#8216;#btnCreateWidget&#8217;).attr(&#8216;disabled&#8217;, true);</li>
<li>}</li>
</ol>
</div>
<p>Here (data.length &gt; 1000 ) is my condition. You can provide your own condition there. Now what do we need to think? What if the condition fails? We then must remove the attribute, right?</p>
<div class="dp-highlighter">
<div class="bar"></div>
<ol class="dp-xml">
<li class="alt">else</li>
<li class="alt">{</li>
<li>   $(&#8216;#btnCreateWidget&#8217;).removeAttr(&#8216;disabled&#8217;);</li>
<li class="alt">}</li>
</ol>
</div>
<p>Now the remaining part is handling this in the click event. Are you ready?</p>
<p>Please see the following code.</p>
<div class="dp-highlighter">
<div class="bar"></div>
<ol class="dp-xml">
<li class="alt">$(&#8220;#btnCreate&#8221;).click(function (e)</li>
<li class="alt">{</li>
<li>    if ($(this).attr(&#8216;disabled&#8217;) != undefined)</li>
<li class="alt">{</li>
<li>        return ($(this).attr(&#8216;disabled&#8217;)) ? false : true;</li>
<li class="alt">}</li>
<li>    else</li>
<li class="alt">{</li>
<li>    //else condition codes here</li>
<li class="alt">}</li>
<li>}</li>
</ol>
</div>
<p>What we are doing in the preceding code is we are checking whether the attribute we added is undefined or not first. Then if the attribute value is disabled, we are returning false. In the else part we can write the necessary code.</p>
<p><strong>Conclusion<br />
</strong><br />
I hope you liked this article. Please provide your valuable suggestions.</p>
<p>Kindest Regards,</p>
<p>Sibeesh venu <a href="http://www.sibeeshpassion.com/">www.sibeeshpassion.com</a></p>
]]></content:encoded>
					
					<wfw:commentRss>https://mail.sibeeshpassion.com/custom-handling-of-a-href-tag-in-jquery/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
