Minggu, 15 Maret 2015

SD card damaged, Please try to reformat

How to fix or solve SD card damaged, Please try to reformat. When this problem came, there will be a headache. Don't worry there's way to recover your sd card without reformat and buying 3rd party application.
 
SD card damaged

Senin, 12 Desember 2011

Database Conversion from MySQL to Microsoft SQL Server (MSSQL)

Some of you might facing many problems when converting data MySQL to Microsoft SQL (MSSQL) application. I shared some my experience.

Selasa, 06 Desember 2011

First Code Behind / Syntax Highlight

function firstJs(attribute1)
{
 alert('First JS');
}

.firstStyle
{
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 11px;
}

My HTML Code

SELECT field1, field2 FROM MyFirstSQLHighlightTable



// My First CSharp Line
SqlConnection dConPage = new SqlConnection(this.connectionString);
SqlDataReader drPage = null;

Installation Guide : http://alexgorbatchev.com/SyntaxHighlighter/integration.html