How To
Providing Image Captions With CSS
If you’re looking for a way to provide captions then you will be interested to know that a combination of CSS and HTML will yield the desired outcome. At any rate the image of the keyboard here that contains the Visual Studio .NET 2010 logo in itself is very cool and says it all. Okay [...]
AES Encryption Example In C#
In cryptography, the Advanced Encryption Standard (AES) is a symmetric-key encryption standard. This standard comprises three block ciphers, AES-128, AES-192 and AES-256, adopted from a larger collection originally published as Rijndael. Each of these ciphers has a 128-bit block size, with key sizes of 128, 192 and 256 bits. What Is Encryption? Encryption is the [...]
Creating A System Image With Windows 7
Consider the following, you have just purchased that new computer and spent hours installing all of your software and now you have everything to your taste. I am not sure about you, but I hate setting up a new computer and once I have everything I want in place the first step I take is [...]
How To Decompile A Java Class Inside A JAR File
Today I am stepping outside what I consider my comfort zone when in comes to programming languages and I will be talking about Java. To tell the truth it has been a number of years since I have even looked at code, but recently I am working with a vendor that does not directly support [...]
How To Process JSON With C# and JQuery
JavaScript Object Notation affectionately known as JSON is a wonderful way to deliver content to the browser in a lightweight method that can both save on bandwidth and reduce page weight. Who doesn’t like the idea of performance improvements? In this tutorial, I will demonstrate how to make a call to a SQL Server database [...]
Eight Tips To Help Take Control Of Your Inbox
No matter how you look at it email more often than not can be your nemesis. Don’t believe me? Take the time to track how much of your day is spent inside your inbox spending time that would best be served accomplishing real work. Now I am not saying that email is not important rather [...]
.NET Performance Counters
Recently while catching up on technical reading I ran across the subject of performance counters. I must admit that I had not looked closely at this subject in the past and thought it was time to do so. If you are not sure what performance counters are and what they provide simply put they have [...]
Make Money Blogging
Making money while blogging is not as difficult as you may think. I will say that if you have dreams at becoming rich right away you are setting yourself up for a disappointment. If you focus on quality content and communications with your readers as time goes own you may find that you begin to [...]
Recent Comments