Friday, May 24, 2013

Simple PHP Login Form

How to create a login page ?  That's the question. How do we create a login page ?, If you are a pro maybe this post sounds easy for you, and if there's a mistake on this post, please let me know.  Login Page is a page that contains a script to login user from your website to use features of your website, for example facebook.com, twitter.com,...

Thursday, May 9, 2013

Photoshop Lomo Effect

Photoshop Lomo Effect Tutorial Do you like lomography?, If you do, then this tutorial must be good for you. Just follow the tutorial below : Big Resolution Image Recommended ! 1.Open Photoshop and open an image. 2.Double Click Background and click OK to unlock background layer. 3.Press CTRL + J  to duplicate layer...

Saturday, May 4, 2013

Disable Windows 8 UAC

How to Completely disable Windows 8 UAC ? What is UAC ? User Account Control is a feature from Windows that will help you control your system with user confirmation when you confirm changes of your system or not. In Windows 7 we can completely disable UAC by change UAC settings to never notify, but in Windows 8 UAC isn't completely disable,...

Friday, May 3, 2013

How to install deb package ?

Install deb package .deb packages is the extension of Debian software package format and the most often used name for such binary packages. Package file is helpful when you don't have internet connection. You can install  .deb package by using dpkg (Debian package management system), dpkg is used to install, remove, and provide information...

Thursday, May 2, 2013

Install Software with apt on Ubuntu/Debian

It's been so long i didn't post, now i am back.  How to Install a Software on Ubuntu/Debian ? You can simply install software on Ubuntu/Debian by using apt. apt (Advanced Package Tool) is a package manager for Debian Distribution. APT was originally designed as a front-end for dpkg to work with Debian's .deb packages. How to Use it ?...