11/22/13

22
Nov
0 Comments
,

Windows Keyboard Shotcuts

Keyboard Shorcuts (Microsoft Windows)  1. CTRL+C (Copy) 2. CTRL+X (Cut) 3. CTRL+V (Paste) 4. CTRL+Z (Undo) 5. DELETE (Delete) 6. SHIFT+DELETE (Delete the selected item permanently without placing the item in the Recycle Bin) 7. CTRL while dragging an item (Copy the selected item) 8. CTRL+SHIFT while dragging an item (Create a shortcut to the selected...

10/18/13

18
Oct
0 Comments
,

Cara Instalasi Extension Bootstrap di Yii

Download Bootstrap  disini Extract files dan tempatkan folder 'extensions' di dalam folder web aplikasi. Pada file "\protected\config\main.php" lakukan konfigurasi berikut : Define path alias  Yii::setPathOfAlias('bootstrap',dirname(__FILE__).'/../extensions/bootstrap'); Define Theme 'theme'=>'bootstrap', dan Module 'generatorPaths'=>array(      ...
18
Oct
0 Comments
,

Membuat Web Aplikasi pada Yii dengan full path script

Path PHP dan Yii sudah didaftarkan pada system tapi belum juga berhasil ?? Gunakan cara dengan menjalankan script ful path untuk membuat Web Application. Masuk ke dalam folder web appliasi terlebih dahulu, misal C:\xampp\htdocs\ C:\xampp\php\php.exe c:\xampp\htdocs\yii\framework\yiic webapp testdrive ...

9/15/13

15
Sep
0 Comments
, ,

7 reasons why Yii framework is better than CodeIgniter

I guess this will not be the first nor the last text comparing those two frameworks, but I got so amazed with Yii that I have to write it. Let’s be clear, CodeIgniter is just a little bit more of a simple MVC framework. Yii is a complete web-development framework used for rapid web application development. Let’s compare them in detail… CodeIgniter is great for beginners. If...

9/11/13

11
Sep
0 Comments
,

SQL Server - Date Formats

SQL Server Date Formats One of the most frequently asked questions in SQL Server forums is how to format a datetime value or column into a specific date format.  Here's a summary of the different date formats that come standard in SQL Server as part of the CONVERT function.  Following the standard date formats are some extended date formats that are often asked by SQL Server...

5/30/12

30
May
0 Comments
,

Displays a list of files and subdirectories in a directory

Example : DIR  /C /O:N > filename.txt ->get list of files with file size and put into text file enjoy IT. DIR [drive:][path][filename] [/A[[:]attributes]] [/B] [/C] [/D] [/L] [/N]   [/O[[:]sortorder]] [/P] [/Q] [/R] [/S] [/T[[:]timefield]] [/W] [/X] [/4]   [drive:][path][filename]               Specifies drive, directory, and/or files to list.   /A          Displays files with specified attributes.  ...

8/6/10

06
Aug
0 Comments
,

Get Latitude and Longitude values from Google Maps

Google Maps do not display latitude and longitude values, but there is an easy trick to get these numbers. This technique will provide the latitude and longitude coordinates of the center of the map displayed by Google Maps. Looking up an address in Google Maps will center the map on that address if it was found. Because this trick provides the latitude and longitude of the center of the map,...