Pages

Saturday, February 9, 2013

PHP - About (Chapter 2)

PHP

    In touching the PHP part you must remember some important information like:
1.    its sensitive, c like and it is an scripting language
2.    open source, free to use any time and no worry for payments
3.    fast, stable, cross-platform
4.    easy to used but extremely powerful
5.    is all about community
6.    script and interpreter
7.    script one embedded by HTML

PHP Illustration

In this illustration shows how the cycle process of flows in PHP.


PHP Cycle











Useful properties to know:
o    completely static
o    java provide powerful mechanism
o    java processed to late
o    easy to learn


Note: If one of the following informations on the list are wrong, you may comment it down so I can modify it right away.

Friday, January 25, 2013

Hide you folder with full of secrets ( Using cmd command)



A lot of us wants to hide our private files for the sake of our privacy, and we spent some time looking for software or applications that could hide and lock files or folders. On the other hand why do we need to consume our free time browsing the net, even there is a remedy to your problem using CMD "ATTRIB Command" .

Step by step procedure on how to hide and show folders:
    1st open a new instance of notepad and type ( ATTRIB +s +h "path of folder or file" ), do not includopen and close parenthesis. Above is an example:

      
    2nd save it as ( "You're filename".bat ), save it in a .bat file extension and then change the Save as type: drop down menu into ALL FILES.

     3rd just execute the .bat file to hide the folder or file that you want to hide, and when you want to show or unhide the folder or file just repeat the process, however change "+" into "-" on the ATTRIB Command ( ATTRIB -s -h "same path of folder or file" ) and save it.

    Note: If one of the following information's on the list are wrong, you may comment it down so I can modify it right away.