FREE JAVA UI LOGIN FORM

Leave a Comment


FREE SOURCE CODE IN JAVA GUI LOGIN FORM

DOWNLOAD THE FILE AFTER:

Download the file...
Read More

Java Netbeans source code numbers multiply the barcode

Leave a Comment





Download the file...
Read More

HOW TO SEND MESSAGE USING PHP AND REST SMS APK

1 comment



HOW TO SEND MESSAGE USING PHP AND REST SMS APK BASIC CODES FOR Beginners :)

STEP 1: USE OR DOWNLOAD SUBLIME or any kind of tet editor na pwede kay PHP

STEP 2: USE OR DOWNLOAD XAMPP OR WAMPP CONTROL PANEL

STEP 3: USE OR DOWNLOAD REST SMS APK at this link: Download the file...




STEP 4: CONNECT YOUR LAPTOP OR DESKTOP INTO YOUR ROUTER OR MODEM AND THEN YOUR CELLPHONE AFTER THAT OPEN THE REST SMS GATEWAY APK

STEP 5: ENCODE THIS INTO YOUR TEXT EDITOR AND THEN RUN THE PROGRAM make sure the ip address of your cellphone is same with the ip address below ..




Read More

How to send Message using NETBEANS and REST SMS APK

Leave a Comment

create a form like this : 


type the codes in the button of SEND MESSAGE 


         

apk rest sms link: Download the file...

LIKE OUR PAGE IN FACEBOOK: https://www.facebook.com/Educatorcode

Read More

Flat Ui Design in JAVA Netbeans Free Source Code

Leave a Comment


Download the source code after a seconds

 ..  DOWNLOAD THE FILE

Please Be Patients

the Zip password is: crazydev-ph

please dont

Dont Forget to Like our Fan page: https://www.facebook.com/educatorcode/  for more source code free to come.

and then follow us in gmail: https://plus.google.com/118054808074315176404

please Comment ..
Read More

Auto Enter and Read in Notepad using PHP Nfc Device

Leave a Comment



Step 1:

Copy and Paste this code to your Sublime or Notepad name the page as index.php

             <!-- this is for barcode scanner not tab--> 
<script language="javascript"> 
    function DoCheckLength(aTextBox) { 
      if (aTextBox.maxLength - aTextBox.value.length<=0) { 
        document.theForm.submit(); 
        //beep.play(); 
      } 
    } 
  </script> 



   <form class="form-horizontal style-form" NAME="theForm" action="s_homepage.php" method="get" >   

            <label for="code">TAP YOUR ID</label>
                            <input class="form-control" type="text"  onkeyup="return(DoCheckLength(this));" ID="firstTextBox" name="idno"  autofocus placeholder="Swipe your ID" autocomplete="off" >

 </form>



Then make new page and name as s_homepage.php and paste the code 

 
  <?php

         $idno1 = ($_GET['idno']);
                               echo "your ID Number is: ".$idno1." ";
                        
                            ?>




Install the drivers of NFC ACR122U-9 ..



Download this command to read your card .. 
Download the file...

Reminder: before you run the command tap your card first and then open the application.


Dont Forget to Like our Fan page: https://www.facebook.com/educatorcode/  for more source code free to come.

and then follow us in gmail: https://plus.google.com/118054808074315176404

please Comment ..



Read More

How to send message using Sms gateway App orange API

Leave a Comment

How to send message using SMSgateway Orange and broadband Pocket Wifi  API

Before I discuss or teach this kind of sending message using GSM module or broadband pocket wifi please like our page and share to your wall as a support in my blog ..

Lets start..
Step 1 : Download the SMS Gateway App on Google app store in your cell phone . Make sure you have a sim card and in your cellphone to test what we do in this tutorial.

Interface


To test you need sim card smart, globe, sun or any sim card that you have make sure your sim have a load.





Step 2: Open your laptop and Broadband Pocket wifi.  Connect your laptop wifi to your Pocket Wifi no worries if your Pocket wifi don’t have sim its ok. Connect also your cellphone to your pocket Wifi I suggest this device.



Step 3: To test the text open the smsgateway orange app in your cellphone click the start and insert the ip address of your phone.
How to see the ip address of your phone if you connect the pocket wifi?


Go to settings click wifi after you click the wifi name the details of ip address Is there ..



After all the step


Insert this text to your browser chrome or mozila. 



     That’s all please don’t forget to like our page and share to your wall .

Thanks don’t forget also to comment in my blog …

dont forget to like our page :


www.facebook.com/educatorcode/

please comment and share my blog for more source code to come :)




Read More