Wednesday, January 25, 2012

C#: Convert byte to string and vice versa

<b>Converting <i>byte </i>to <i>string</i>:</b>
<i>stringVal = System.Convert.ToString(byteVal);</i>

<b>Converting <i>string </i>to <i>byte</i>:</b>
<i>byteVal = System.Convert.ToByte(stringVal);</i>

Thursday, January 19, 2012

Using txt file for logging

You can create a text file logger by following the steps below:
  1. Open a new file and write .LOG in the first line.
  2. Save and close the file.
  3. Open the file and a new line is created with the current time and date.
  4. The cursor is set to the next line.
  5. Write something then save the file.
Technorati Tags: ,

Wednesday, January 18, 2012

Adding files in CVS

A new file is shown with a question mark icon in CVS.


To add a file, select the file and go to Modify > Add binary
Add binary is for files other than source code.


Technorati Tags: ,

FireShot Firefox add-on

Just installed FireShot to Firefox and Internet Explorer. Will use it to capture and edit the browser's screenshots.
Technorati Tags: , , ,

Turning ON/OFF change tracking in Word 2007

From the Review tab, click on the Track Changes button in the toolbar to toggle between tracking changes and disabling change tracking.

Change tracking disabled


Change tracking enabled

Technorati Tags: , ,

ScribeFire

I just installed ScribeFire Firefox plug-in to make blogging easier.
I decided to start a solutions log to keep track of the stuff I learned.
Hopefully I can keep this up as long as possible.