Bitwise Operations in C#

C# has lots of flexibility over manipulating with bits. Before I start explaining about bit wise manipulation I would like to give some inputs on binary operations. Binary numbers With only two symbols you can represent any type of information you want, these symbols can be {a,b}, {0,1} or the {beep, beeeep} of the Morse code. When you want to work with boolean (1) expressions or place multiple values in a single byte (group of 8 bit), it is…

Read More

Posted in Programming Comments Off on Bitwise Operations in C#
Take screenshot on the Samsung Galaxy S4 (No App Required)

There are actually two different screenshot methods available for the Samsung Galaxy S4. Just follow the steps below to start taking screen shots on your new Samsung Galaxy S4. Method 1:  HOLD down the POWER button and the HOME button at the same time. That’s it! Seriously, it’s that easy! For those having issues, hit the home button first, then right after that tap the power button. You’ll see a message appear on the screen that says “screenshot saved to Camera shots”. With this method, your screenshot…

Read More

Disable Internet Explorer Enhanced Security Configuration (IE ESC) in Windows Server 2008 R2

This article explains how to disable Internet Explorer enhanced security in Windows Server 2008 and Windows Server 2008 R2 by turning off IE ESC in Server Manager. One of the first things I usually do when I install a new Windows Server in a test environment, is to turn off Internet Explorer Enhanced Security Configuration (IE ESC). I am talking about this little prompts that get on your nerves whenever you open a website in Internet Explorer on a…

Read More

The HTTP status code in IIS 7.0, IIS 7.5, and IIS 8.0

INTRODUCTION When you try to access content on a server that is running Internet Information Services (IIS) 7.0, 7.5, or 8.0 by using the HTTP protocol, IIS returns a numeric code that indicates the status of the response. The HTTP status code is recorded in the IIS log. Additionally, the HTTP status code may be displayed in the client browser. The HTTP status code may indicate whether a request is successful or unsuccessful. The HTTP status code may also…

Read More

Content Management System (CMS) Comparison – Drupal – Joomla – WordPress

If you are creating a website for your business is on the horizon, you may be wondering which content management system (CMS) is the best choice for you. Here’s a look at three of the most widely-used ones. All three are open-source software, each developed and maintained by a community of thousands. Not only are all three free to download and use, but the open-source format means that the platform is continuously being improved to support new Internet technologies….

Read More

Posted in Blogs, Reference Tagged , Comments Off on Content Management System (CMS) Comparison – Drupal – Joomla – WordPress