Custom DNS for Only Some LAN IP Address on Mikrotik
Custom DNS for Only Some LAN IP Address on Mikrotik

Sebagai tindakan preventif untuk menangkal penyebaran file virus yang disebabkan oleh kebiasaan user dalam jaringan LAN biasanya saya mengatur DNS server di mikrotik ke Nawala atau ke Norton ConnectSafe karena dua DNS tersebut mampu menangkal beberapa situs malicius dan konten asusila. Nah kasus...

Read more »
28Apr2017

Part 3 - Defining Class Methods
Part 3 - Defining Class Methods

Methods are class-specific functions. Individual actions that an object will be able to perform are defined within the class as methods. For instance, to create methods that would set and get the value of the class property $prop1, add the following to your code: <?php class MyClas...

Read more »
10Apr2017

Part 1 - Object-Oriented PHP for Beginners
Part 1 - Object-Oriented PHP for Beginners

For many PHP programmers, object-oriented programming is a frightening concept, full of complicated syntax and other roadblocks. As detailed in my book, Pro PHP and jQuery, you'll learn the concepts behind object-oriented programming (OOP), a style of coding in which related actions are grouped in...

Read more »
10Apr2017
 
123 ... 19»
 
Top