DNS that you could choose from in the Philippines
Tech-Today

DNS that you could choose from in the Philippines


Below are the DNS I'm using in the Philippines. The last is specifically for Globe network.

OpenDNS - fast but restrictive
   208.67.222.222
   208.67.220.220
Cisco - ok for me
   64.102.255.44
   128.107.241.185
DNS advantage - bad
   156.154.70.1
   156.154.71.1
Globe's
   202.52.163.6/202.52.163.7
   202.126.40.5/202.95.226.66
   202.52.162.39/202.52.162.40
   208.52.162.39/202.52.163.7
Google (for some reason this pair, solve my timeout and image loading issue specially on chrome)
   8.8.8.8
   8.8.4.4




- How To Display A Date With Textfield Click With Swift
Displaying Date with TextField Click with Swift First you must have a textfield connected to storyboard. @IBOutlet weak var txtField_helloDatePicker: UITextField! Next you should have a constant of UIDatePicker type. let datePicker...

- How To Handle Checkbox Event In Swift
A very simple checkbox control.  @IBAction func btn_box(sender: UIButton) {        if (btn_box.selected == true)        {            btn_box.setBackgroundImage(UIImage(named: "box"),...

- Useful Article Links In Studying Swift
1.) For studying the basic of swift :      file:///Users/czetsuya/Downloads/404_advanced_swift.pdf-,%20attachment 2.) Useful for studying "Case Classes"      http://masteringios.com/blog/2014/06/26/hello-swift/2/ 3.) “Building...

- Create A New Eclipse-rcp Preference Page By Code When A Listener Is Invoked
Objective: -To create an eclipse-rcp preference page without using the preference extension, all is done in code. This is done by creating a customized button with a SelectionListener, and eventually that action will call a customized preference page....

- Remove Or Customize The Close/minimize/maximize Button In An Eclipse-rcp's Application's Window
There are times when you just want your eclipse rcp in the middle of the screen. To do that you have to set the style bits for the window's shell to customize the look of your window. The API is accessible here: http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse.platform.doc.isv/reference/api/index.html,...



Tech-Today








.