Show Available Network And Mac Address Using CMD

Follow these instructions if you're searching for some techniques on how to show mac addresses of available networks in your area.
 
1. Run CMD - either by typing on windows search bar or via the run program (windows key + R).

2. Type the following command below to show available networks in you area.

   - netsh wlan show network



3. Now let's reveal the BSSID of these networks.

- netsh wlan show network mode=bssid



And there it is you already have it... Enjoy exploring!
Continue Reading...


Learn Jquery Even Without Experience With Javascript


Jquery is a javascript library not a framework. It provides simplified functions that enables developers to write less codes and do more actitvities. You can jump on learning jquery even with just a little knowledge on javascript.The important key here is you know how a program works. All programming/scripting languages are the same they just differ on syntax.

Let’s start! Take a look on the sample html and jquery codes below. What it does?


When the button is clicked, it just simply changed the value of input text from “Try to change me!”  to “Hello World”.

 


What? How does it happen? Okay let’s chunk the code into pieces.
Continue Reading...


Setup A Free Web Host And Domain For Your Website Project


In this tutorial I'm going to show you some easy steps on how to setup your own website project without buying a web host and domain. All you need is a computer and internet connection.





Step #1: Find a free web hosting services

There are many website providers that offer free web hosting services. I will only tackle two (2) web hosting sites which I used in my website projects before.
    1. 000webhost.com is a great platform for starters. With its user friendly environment you can start building your website project easily.
    2.  Sourceforge.net  is mainly for open source projects. Although we cannot say that it is a website provider but by creating a project in this website, you are given a privilege to own a sub domain and access to control (read, edit and delete) the source files.
      Step #2: Register a free website domain

      Freenom.com offers free domain for your website with a ".TK / .ML / .GA / .CF / .GQ" extentions. You just have to signup in order to avail and start using their website services.


      Step #3: Putting them together

      Web host and domain when avail together creates a website capable of being accessed in any browser.

      Let's start with 000webhost.com. For example you registered freetorials.tk at freenom.com and you want to park the domain in your webhosting site. 000webhost.com gives you two name servers which you are going to use in freenom.com so that your domain will points to it.

      Sample 000webhost name servers
      ns01.000webhost.com
      ns02.000webhost.com

      Configuring your domain management tools for name servers. Here's how it looks (see image below).


      Once done with this step, you can now park your domain at 000webhost.com. Note that changes in freenom.com name servers takes up to 24 hours to propagate.


      On the other hand, sourceforge.net servers rely on DNS providers.

      Using the tools provided by your DNS provider, configure the following:
      yourdomain.com should be a IN A to 216.105.38.10.
      www.yourdomain.com should be a CNAME to vhost.sourceforge.net.
      




      You can also try to park your domain in blogger.com, wordpress.com and any other blogging sites supported by freenom.com.

      And there you have it, you can now start developing your own website project.



      Continue Reading...


      How To Earn Money By Playing Bitcoin Games


      Have you ever imagine the world with just playing games using your smartphones, android and ios devices etc., you are earning money? Well, it's already real but definitely won't make you rich anyway. I've been doing this during my spare time from work or with my free time. Not bad right?!, By playing game applications while relaxing and relieving some stress you are also earning money even just for a small amount. But before we proceed, are you already familiar with bitcoin?

      What is bitcoin?
      Read it here.

      Okay, let's start revealing the secrets. Login or Signup with coinbase or whatever bitcoin wallet available in your country. I've been using coins.ph (Philippine-based bitcoin wallet) for my transaction in sending to and receiving payments from clients.



      •  Getting your bitcoin wallet address.
      The first thing we need to do is to get the wallet address from our account. Here's mine, look at the screenshot below. Just copy and paste it to the game we're going to play.



      •  Sample Bitcoin Games
      Here are some of the games that really pays a small amount of bitcoin. You can download these games in the app store (ios) and google play store (android).


      •  Inserting the bitcoin wallet address to the game.
      Now let's run the game ALIEN RUN which I've had downloaded from the app store and insert our bitcoin wallet address.

      Enter your email address to join.



      Then paste your bitcoin wallet address. You will be paid out via wallet address every Tuesday after reaching the payment threshold (20,000 Satoshi).


      And that's it you can now earn while playing the game.



      • Sample Proof of Payment
          Payments are automatically paid out every Tuesday after reaching 20,000 satoshi or more.



      Happy earning... :)


      Continue Reading...