<!DOCTYPE html>
<html>
	<head>
		
	    <meta charset="utf-8">

		
	    <title>Shahed's Blog</title>
	    <meta name="description" content="" />
		<meta name="author" content="Shahedul Huq Khandkar" />
		<meta name="msvalidate.01" content="17C083D73956936CC637E3603B4F989A" />
		
	    <!--  Mobile viewport scale -->
	    <meta name="viewport" content="width=device-width, initial-scale=1.0" />

		
		<link rel="stylesheet" type="text/css" href="/assets/css/style.css?v=dee9b70e82" />
		<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Droid+Serif:400,400italic,700,700italic|Lato:400,400italic,700,700italic" />
	    
		<meta name="generator" content="Ghost 0.4" />
<link rel="alternate" type="application/rss+xml" title="Shahed&#39;s Blog" href="/rss/">
<link rel="canonical" href="http://shahed.net/" /> 
	</head>
	<body class="home-template">

		

<header class="site-header theme-margin group" role="banner">
	<div class="hgroup">
	    
	        <h1 class="site-title"><a href="http://shahed.net">Shahed&#x27;s Blog</a></h1>
	    
	    <p class="site-description"></p>
	</div><!-- end hgroup -->
	<nav class="main-navigation">
		<h2 class="visually-hidden">Main navigation</h2>
		<ul>
			<!-- <li><a href="http://shahed.net">Home</a></li-->
			<li><a href="/about">About Me</a></li>
			<li><a href="/publications">Publications</a></li>
			</ul>
	</nav><!-- end main-navigation -->	
	
</header><!-- end site-header -->

<main class="main-content theme-margin" role="main">

	
	
		<article class="theme-margin" role="article">
			<header>
				<div class="post-meta">
					
					<time class="date" datetime="2014-07-19">19 Jul 2014</time>
				</div>
				<h1 class="post-title"><a href="/setting-up-ide-for-node-js/" rel="bookmark">Setting up IDE for Node.js</a></h1>
			</header>
			<div class="post-content">
				<p></p>
				<p>Being a .Net developer I am used to using features like intellisense, debugging tools and integrated test runner. While there are extensions in Visual Studio to enhance these features, the default setup is quite rich and works out of the box. However, it is not the same for Node.js&hellip;</p>
				<a class="read-more" href="/setting-up-ide-for-node-js/" title="Setting up IDE for Node.js">Continue reading &rarr;</a>
			</div><!-- end post-content -->
		</article>

	
	
		<article class="theme-margin" role="article">
			<header>
				<div class="post-meta">
					
					<time class="date" datetime="2014-06-01">01 Jun 2014</time>
				</div>
				<h1 class="post-title"><a href="/creating-responsive-and-mobile-friendly-ui/" rel="bookmark">Creating Responsive and Mobile Friendly UI</a></h1>
			</header>
			<div class="post-content">
				<p></p>
				<p>Now a days smart phones and tablets are widely used for web browsing. At the same time, people are also using 4K displays and 27" monitors. While these may be the two end of the spectrum, most laptop users are still using displays between 11" and 17".  Due to this&hellip;</p>
				<a class="read-more" href="/creating-responsive-and-mobile-friendly-ui/" title="Creating Responsive and Mobile Friendly UI">Continue reading &rarr;</a>
			</div><!-- end post-content -->
		</article>

	
	
		<article class="theme-margin" role="article">
			<header>
				<div class="post-meta">
					
					<time class="date" datetime="2014-05-31">31 May 2014</time>
				</div>
				<h1 class="post-title"><a href="/change-ie-version-for-the-wpf-webbrowsercontrol/" rel="bookmark">Change IE version for the WPF Web Browser Control</a></h1>
			</header>
			<div class="post-content">
				<p></p>
				<p>While working on a desktop application, I found that the WPF WebBrowserControl by default renders the pages in IE7 mode. Even when we are running the application on a latest Windows machine (e.g. Windows 8 or Windows Server 2012), it still uses IE7. The problem is, most of the&hellip;</p>
				<a class="read-more" href="/change-ie-version-for-the-wpf-webbrowsercontrol/" title="Change IE version for the WPF Web Browser Control">Continue reading &rarr;</a>
			</div><!-- end post-content -->
		</article>

	
	
		<article class="theme-margin" role="article">
			<header>
				<div class="post-meta">
					
					<time class="date" datetime="2014-04-27">27 Apr 2014</time>
				</div>
				<h1 class="post-title"><a href="/installing-marvel-to-use-sense/" rel="bookmark">Installing marvel to use Sense</a></h1>
			</header>
			<div class="post-content">
				<p></p>
				<p>I recently started working with ElasticSearch for its awesome text search capability. It was pretty easy to install and there is almost no configuration required to get started. I explained the steps here.  To execute queries ElasticSearch provides a json based REST API. After trying out few tools like Postman&hellip;</p>
				<a class="read-more" href="/installing-marvel-to-use-sense/" title="Installing marvel to use Sense">Continue reading &rarr;</a>
			</div><!-- end post-content -->
		</article>

	
	
		<article class="theme-margin" role="article">
			<header>
				<div class="post-meta">
					
					<time class="date" datetime="2014-04-25">25 Apr 2014</time>
				</div>
				<h1 class="post-title"><a href="/get-started-with-elasticsearch/" rel="bookmark">Get Started with ElasticSearch</a></h1>
			</header>
			<div class="post-content">
				<p><a href="http://www.elasticsearch.org"></a></p>
				<p>ElasticSearch is a highly scalable search &amp; analytics engine. It is an open source project build on top of Apache Lucene. This post explains how to install ElasticSearch on Mac. Then it focuses basic insert, update and search operations using the REST API. ElasticSearch also runs on Windows machines. Installation&hellip;</p>
				<a class="read-more" href="/get-started-with-elasticsearch/" title="Get Started with ElasticSearch">Continue reading &rarr;</a>
			</div><!-- end post-content -->
		</article>

	
	
		<article class="theme-margin" role="article">
			<header>
				<div class="post-meta">
					
					<time class="date" datetime="2012-06-06">06 Jun 2012</time>
				</div>
				<h1 class="post-title"><a href="/how-to-delete-a-windows-service/" rel="bookmark">How to delete a windows service</a></h1>
			</header>
			<div class="post-content">
				<p></p>
				<p>Recently, I was trying to delete a windows service. Normally it should not be necessary to manually delete a service. Uninstalling an application should remove its associated service (if any). However, I installed some beta products and a service created by one of the applications was not removed automatically. After&hellip;</p>
				<a class="read-more" href="/how-to-delete-a-windows-service/" title="How to delete a windows service">Continue reading &rarr;</a>
			</div><!-- end post-content -->
		</article>

	
	
		<article class="theme-margin" role="article">
			<header>
				<div class="post-meta">
					
					<time class="date" datetime="2012-05-06">06 May 2012</time>
				</div>
				<h1 class="post-title"><a href="/iis-error-unexpected-error-0x8ffe2740-occurred/" rel="bookmark">IIS Error &quot;Unexpected error 0x8ffe2740 occurred&quot;</a></h1>
			</header>
			<div class="post-content">
				<p></p>
				<p>Once in a while I get this error while setting up my pc with IIS. More information on this is also available at MS KB     Unexpected error 0x8ffe2740 occurred Finally I discovered that Skype was causing this. It listens to port 80 for incoming call. Now, most of the time&hellip;</p>
				<a class="read-more" href="/iis-error-unexpected-error-0x8ffe2740-occurred/" title="IIS Error &quot;Unexpected error 0x8ffe2740 occurred&quot;">Continue reading &rarr;</a>
			</div><!-- end post-content -->
		</article>

	
	
		<article class="theme-margin" role="article">
			<header>
				<div class="post-meta">
					
					<time class="date" datetime="2008-02-16">16 Feb 2008</time>
				</div>
				<h1 class="post-title"><a href="/how-to-reset-mysql-admin-password/" rel="bookmark">How to Reset MySql Admin Password</a></h1>
			</header>
			<div class="post-content">
				<p></p>
				<p>Being a full time .net developer, I do most of my database related development in SQL Server. However, I recently moved to WordPress which use MySql as database. When I was setting up my new blog, I found that MySQL is already installed there but the password is not mentioned&hellip;</p>
				<a class="read-more" href="/how-to-reset-mysql-admin-password/" title="How to Reset MySql Admin Password">Continue reading &rarr;</a>
			</div><!-- end post-content -->
		</article>

	

	<nav class="blog-navigation group">
	<h2 class="visually-hidden">Blog navigation</h2>
	
	
	<a href="/" class="back-to-top" title="Back to Top">&#8593;</a>
</nav><!-- end blog-navigation -->

</main><!-- end main-content -->
	
<footer class="site-footer group">
<div>
<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<!-- Home page footer -->
<ins class="adsbygoogle"
     style="display:inline-block;width:320px;height:50px"
     data-ad-client="ca-pub-6718843745652455"
     data-ad-slot="2164705727"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
</div>
	<div class="offsite-links">
        <a class="twitter-link" href="http://www.twitter.com/shahedk"><i class="icon-twitter"></i></a>
        <a class="facebook-link" href="https://www.facebook.com/shahed.khandkar"><i class="icon-facebook"></i></a> 
        <a class="github-link" href="https://github.com/shahedk"><i class="icon-github"></i></a>
        <a class="rss-link" href="http://shahed.net/rss"><i class="icon-rss"></i></a>
	</div><!-- end offsite-links -->	
	<div class="site-info">
		&copy; <a href="/">Shahed&#x27;s Blog</a> all rights reserved.<br /> Powered by <a target="_blank" href="http://www.ghost.org">Ghost</a>. Scriptor theme by <a target="_blank" href="http://justgoodthemes.com/">JustGoodThemes</a>
	</div><!-- end site-info -->	
</footer><!-- end site-footer -->
		<script src="/public/jquery.js?v=dee9b70e82"></script>

		
		<script type="text/javascript" src="/assets/js/jquery.fitvids.js?v=dee9b70e82"></script>
    	<script type="text/javascript" src="/assets/js/custom.js?v=dee9b70e82"></script>

		<script type="text/javascript">

  var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-3956120-4']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    //ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
	ga.src = ('https:' == document.location.protocol ? 'https://' : 'http://') + 'stats.g.doubleclick.net/dc.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();

</script>
	</body>
</html>
