Sunday, July 22, 2012

Show Hidden Files and Folder

Read Indonesian Version Here Have you ever had an empty flashdisk or some folder/file disappear when viewed using Windows Explorer, but when use "right-clicked --> Properties" there is a space that is used. Well .. if you are experiencing the same problem, do not format the flashdisk, because chances are your data is hidden. I try to share a little knowledge to all to deal with this problem. OK just do like this. Open your Windows Explore, enter to Tools --> Folder Options --> View. Then Select  Hidden files and Folders...

Tuesday, July 10, 2012

Upgrade Codeigniter Version 2.1.0 to 2.1.2

Read Indonesian version here A few weeks ago codeigniter was release the newest version 2.1.2. Then how do we upgrade CodeIgniter version 2.1.0 or 2.1.1 to version 2.1.2. Here are step by step. Download newest version here Set your site into offline mode Create backup from your file/folder. Replace all file in folder "system" and replace file index.php, with new file has been downloaded (codeigniter versi 2.1.2) Note : If you have any custom file in this folder, copy and paste it from backup. Replace file mime.php located on the config/mime.php To...

Friday, June 29, 2012

Create View on CodeIgniter

Read The Indonesian Version This time the authors would like to share a little knowledge about using MVC model in CodeIgniter, for this example we try to discuss how to Create View on CodeIgniter. Before starting make sure you have the required below Codeigniter versi 2.1.0 can download here Create database with name "latihan" For the first create Table "user" :   id (int 4) autoincrement username (varchar 30) access (varchar 10)   and insert into table, min 2 record. Next create file "view.php" put on application->controller   <?php...

Friday, June 8, 2012

Introduction to Codeigniter

#c{ text-align: center; } #j{ text-align: justify; } #cd{ font-family: cursive; } Read The Indonesian Version CodeIgniter is open source PHPFramework. It's free to use and manipulate as you wish. CodeIgniter uses MVC (Model View Controller) model programming. MVC is a programming concept where logic and layout are separated, so that the programmers and designers can do their job in focus. Codeigniter can download here. Picture MVC model programming Model Used to process the database...

Friday, May 18, 2012

Create Page Number Different Format In One File Ms. Word 2007

Read The Indonesian Version In the past when I make a proposal regarding the final project. I was looking on the internet about how to create different page number format. The first numeral and the second decimal. Finally I found the article "Menyisipkan Format Nomor Halaman yang Berbeda dalam Satu File Word 2007" on Arihdya Caesar's Blog. Here are the steps by step that I do from the reference article Open your file that will be given page number Give the page with the roman numeral format on all pages "Insert->Page Number->Format...