Sunday, June 20, 2010

Thin Laptops via Toshiba T200 Series


Toshiba has officially announced the new laptops are thinner and lighter named T200 series that supported low-power processors, coupled with the relatively affordable price tag in the United States. Both 13.3-inch laptops announced T235 T215 11.6-inch satellites and satellites. Both laptops powered Fusion Chrome finish, with the cover re-design on the outside and is available in red, white and hitam.Ukurannya only one inch thin and weighs less than four pounds, making it a good traveling companion. This laptop prices start at $ 469.99 and will be available June 20 to come to the big retailers.

The technical specifications of the T200 series notebooks are as follows:

T215:
• 11.6-inch display
• AMD Athlon II Neo single or dual-core processor options
• ATI integrated graphics
• up to 320GB of storage
• 2GB of DDR3 RAM
• HDMI port
• Built-in webcam

T235:
• 13.3-inch display
• ATM Athlon II Neo, Neo Turion II, or ULV Intel Pentium dual-core processors
• 320GB hard drive
• 4GB of DDR3 RAM
• HDMI port
• Built-in webcam

First 3D Laptop from Lenovo, Y560d


PC maker Lenovo on Thursday (17/06) yesterday announced the first laptop designed for gamers and 3D users who want to watch HD movies. Lenovo IdeaPad 15.6-inch screen has Y560d, 3D glasses and software to create a more interactive notebook. Previously, ASUS has announced two 3D notebook display earlier this month with 15.6 inches and 17.3 inches. In addition, last year announced an Acer laptop with a 15.6-inch 3D screen. However, implementation has been slow because of this laptop3D to its price and lack of buyer interest. But Lenovo laptop hoping that it will take off as most 3D content is already available.

LenovoY560d laptop comes with Intel Core i7 processor and ATI Radeon HD5730 graphics card made by Advanced Micro Devices. A port HDMI (high-definition multimedia interface) to connect a laptop to game consoles, set-top box and TV. Laptops, which has a storage capacity of 750GB hard drives and 8GB of RAM, also has a built-in stereo system also exists in this new Lenovo laptop. Notebook LenovoY560d adopts TriDef 3D technology, which can take a normal 2D content like movies and displays them in 3D. LenovoY560d laptop device is sold with prices ranging from U.S. $ 1,199.99, including 3D and glass panels. This laptop will be available worldwide in late June.

Sunday, June 13, 2010

Create a Secret Folder

How to create a password for your folder? so another people that open your folder must input the password that you created. This is the step by step :

1. Create a new folder and open the notepad (start->run->type "notepad")
2. Then Copy this Code to notepad:

@ECHO OFF
title Folder Private
if EXIST "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" goto UNLOCK
if NOT EXIST Private goto MDLOCKER
:CONFIRM
echo Are you sure you want to lock the folder(Y/N)
set/p "cho=>"
if %cho%==Y goto LOCK
if %cho%==y goto LOCK
if %cho%==n goto END
if %cho%==N goto END
echo Invalid choice.
goto CONFIRM
:LOCK
ren Private "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
attrib +h +s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
echo Folder locked
goto End
:UNLOCK
echo Enter password to unlock folder
set/p "pass=>"
if NOT %pass%== PASSWORD HERE goto FAIL
attrib -h -s "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}"
ren "Control Panel.{21EC2020-3AEA-1069-A2DD-08002B30309D}" Private
echo Folder Unlocked successfully
goto End
:FAIL
echo Invalid password
goto end
:MDLOCKER
md Private
echo Private created successfully
goto End
:End

3. Change "PASSWORD HERE" to your password. and Save File in notepad as type "AllFiles", and Filename "secret.bat". you can change the file name as you like, that extensions must be ".bat"

4. Double click Secret.bat, then will appear folder private in your folder.

5. Copy Files that you want to hide in folder private, then double click again secret.bat and type "y" for lock the folder private. then your file in folder private can't be opened.
6. To Open the folder, double click secret.bat and input the password that you type before. then your folder will appear and can be opened.

Just in case, Hide the secret.bat. so another people doesn't know by right click at secret.bat, and choose properties. and checklist the Hidden, then OK.
and go to control panel and choose Folder option. on tab "View" choose "Don't show hidden files and Folders" then click ok.

Your secret.bat was hidden.. to open them you must go to folder options on tab "View" choose "Show Hidden Files and Folders" then ok. your secret.bat is visible. doble click on it. and input the password..
with this your file will be safety.
:)

Hide Important File to Image File

How to Hide Important File to Image file? If you won't your file is open by another person. You can hide it to image file, I will explain How to hide it using notepad. this is the step :

1. first, setting your windows to display extension file, go to control panel then double click Folder Option, then go to tab "Views" then remove the checkmark wit option "Hide extensions for known file types"

2. Prepare your Secret files (file extension is up to you), for example the file name is "Secret_video.avi" and have a image file with extensions *bmp,*jpg,*gif. for example albert.jpg, then save this two files at one directory.

3. change the secret_video.avi to secret_video.rar with right click at secret_video.avi and choose [Add to “secret_video.rar”], that Will create a new file with the name secret_video.rar

4. Now open the notepad ( Start->Run and type notepad )the copy this scripts :

@echo off
ren secret_video.rar secret_video.avi.rar
copy /b albert.jpg+secret_video.avi.rar finish.jpg
del secret_video.avi
del albert.jpg
del secret_video.avi.rar
del hide.bat

Remember!
Customize the names of the files on the script above with the name of your file (unless hide.bat)
finish.jpg is a image file that you used to hide secret files later. you can change by yourself. adjust with the scripts above.


save the file as a hide.bat with "all files" type at same location with your files before.

5. Close all open programs window. Now open the folder where you store all the files before. and double click Hide.bat that was created before. Wait until the flash of shadow windows command processor to appear. If successful, all the files in that folder will be lost is replaced with a new file named finish.jpg.

Try Open the finish.jpg. Glance will not make any difference with yours albert.jpg file unless the file sizes are getting bigger. You can still open the file with the Picture Editor or your favorite Image Viewer.

To open your secret files is easy. just right click on finish.jpg. the open with winrar. then your file will be opened by winrar.
GOOD LUCK ^^

Program C++


This is simple program that I created about borrowing books at Library with rental date and return date. I use Microsoft Visual Studio C++ for this coding. Okay this is the coding :


#include
#include
#include
#include
#include
void garis()
{
for(int a=0;a<60;a++)
{cout<<"=";}
cout<}
void gotoxy(int x,int y)
{ HANDLE hConsoleOutput;
COORD dwCursorPosition;

cout.flush();
dwCursorPosition.X =x;
dwCursorPosition.Y =y;
hConsoleOutput=GetStdHandle (STD_OUTPUT_HANDLE);
SetConsoleCursorPosition (hConsoleOutput,dwCursorPosition);
}

void main()
{ ulang:
int a1=0,a2=0,a3=0,a4=0,bayar,pil,total=0,item1,item2,item3,item4,al=0,st=0,ksi=0,pti=0;
int item11=0,item22=0,item33=0,item44=0;
char nama[15],penyewa[15],lagi;
int tgl,tgl2,bln,buku;
cout<<"Nama Perpustakaan : ";
cin>>nama;
cout<<"Nama Penyewa : ";
cin>>penyewa;
do
{ gotoxy(26,3);
cout<<" ";
gotoxy(0,3);
cout<<"Masukan Tanggal(1-31) : ";
cin>>tgl;
}
while(tgl<1||tgl>31);

do
{ gotoxy(26,4);
cout<<" ";
gotoxy(0,4);
cout<<"Masukan Bulan(1-12) : ";
cin>>bln;
}
while(bln<1||bln>12);

if(bln==2&&tgl>28)
{ tgl=28;}

do
{ system("cls");
cout< cout<<"Tanggal Peminjaman : "< cout<<"Buku-buku yang tersedia pada perpustakaan ini :"< garis();
cout<<"kode buku"< garis();
cout<<"1.AL"< cout<<"2.ST"< cout<<"3.KSI"< cout<<"4.PTI"< cout<<"5.Selesai Memilih.."< garis();
a1=0;
a2=0;
a3=0;
a4=0;
cout<<"Masukan nomor buku yang ingin di sewa ( pilih 5 untuk selesai memilih):";
cin>>pil;

switch(pil)
{
case 1:
{ if(item11==3)
{ cout<<"Buku yang anda Pilih sudah habis...!!"< <<"Silahkan Pilih Buku Lain.."< getch();
break;
}
else
{ cout<<"buku yang anda pilih algoritma, tarif Rp.10.000."< cout<<"Berapa item :";
cin>>item1;
item11+=item1;
if(item1>3)
{ item1=3;}
al+=item1;
a2=10000*item1;
total+=a2;
break;
}
}
case 2:
{ if(item22==4)
{ cout<<"Buku yang anda Pilih sudah habis...!!"< <<"Silahkan Pilih Buku Lain.."< getch();
break;
}
else
{ cout<<"buku yang anda pilih Struktur data, tarif Rp.15.000."< cout<<"Berapa item :";
cin>>item2;
item22+=item2;
if(item2>4)
{ item2=4;}
st+=item2;
a2=15000*item2;
total+=a2;
break;
}
}
case 3:
{ if(item33==2)
{ cout<<"Buku yang anda Pilih sudah habis...!!"< <<"Silahkan Pilih Buku Lain.."< getch();
break;
}
else
{ cout<<"buku yang anda pilih Konsep sistem informasi, tarif Rp.25.000."< cout<<"Berapa item :";
cin>>item3;
item33+=item3;
if(item3>2)
{ item3=2;}
ksi+=item3;
a3=25000*item3;
total+=a3;
break;
}
}
case 4:
{ if(item44==5)
{ cout<<"Buku yang anda Pilih sudah habis...!!"< <<"Silahkan Pilih Buku Lain.."< getch();
break;
}
else
{ cout<<"buku yang anda pilih PTI, tarif Rp.5.000."< cout<<"Berapa item :";
cin>>item4;
item44+=item4;
if(item4>5)
{ item4=5;}
pti+=item4;
a4=5000*item4;
total+=a4;
break;
}
}
default:
break;

}
buku=al+st+ksi+pti;
tgl2=(buku*2)+tgl;
}
while(pil!=5);

cout<<"nama penyewa : "< cout<<"Buku yang di pinjam :"< <<"AL"< <<"ST"< <<"KSI"< <<"PTI"< cout<<"Total Harga"< cout<<"Uang yang Di bayarkan : ";
cin>>bayar;
cout<<"Uang Kembali"< cout<<"Lama Peminjaman : "< cout<<"Dari Tanggal : "<
if(tgl2>31&&bln==1)/*januari*/
{ cout<<"Tanggal Pengembalian : "< else if(tgl2>28&&bln==2)/*februari*/
{ cout<<"Tanggal Pengembalian : "< else if(tgl2>31&&bln==3)/*maret*/
{ cout<<"Tanggal Pengembalian : "< else if(tgl2>30&&bln==4)/*april*/
{ cout<<"Tanggal Pengembalian : "< else if(tgl2>31&&bln==5)/*mei*/
{ cout<<"Tanggal Pengembalian : "< else if(tgl2>30&&bln==6)/*juni*/
{ cout<<"Tanggal Pengembalian : "< else if(tgl2>31&&bln==7)/*juli*/
{ cout<<"Tanggal Pengembalian : "< else if(tgl2>31&&bln==8)/*agustus*/
{ cout<<"Tanggal Pengembalian : "< else if(tgl2>30&&bln==9)/*september*/
{ cout<<"Tanggal Pengembalian : "< else if(tgl2>31&&bln==10)/*oktober*/
{ cout<<"Tanggal Pengembalian : "< else if(tgl2>31&&bln==11)/*november*/
{ cout<<"Tanggal Pengembalian : "< else if(tgl2>31&&bln==12)/*desember*/
{ cout<<"Tanggal Pengembalian : "< else
{ cout<<"Tanggal Pengembalian : "<ulang2:
cout< cin>>lagi;

if(lagi=='y')
{ system("cls");
goto ulang;
}
else if(lagi=='n')
exit(lagi);
else
goto ulang2;

}

just copy this coding to Microsoft Visual Studio C++, and start the program..
I am sorry if there are a weakness from this simple program,,
good luck :)