Redirect without changing the address in the address bar

Redirect is the process of transferring the url address to another address. For example, you can type http://www.example1.com but when you hit enter, the page that appears is a page on http://www.example2.com. The transfer of the above can be done in various ways, eg by javascript:

If the script above is placed on index.html…

Adding an Alarm for Motorcycle Safeguard with Touch Sensor

Adding an Alarm Touch sensor as a motorcycle security is already quite sacure. However, adding an alarm is a plus for securing your motorcycle. If the motorcycle’s lock is rotated to the ON position, then if in about 6 seconds, the touch sensor is not touched yet, the alarm will be activated. For those of…

Motorcycle Safeguard with Double Touch Sensor

At the Motorcycle Safeguard with Touch Censor, we’ve created a mechanism to make relay on if the sensor is touched and remained active even though the hand had been released from the sensor. With only one sensor the security of motorcycle is pretty good. However, sometimes people like to overdo in acting. Therefore, some people…

SSMaker, tool for creating seven segment constant

SSMaker.exe is a program to help make a lighting table of seven segment. Click on the segment to be switched on or off. After that, the table to form the light will be instantly displayed. Lights are represented by the value bit 0. To make the light represented by the value bit 1, check the…

Microcontroller Project

Microcontroller Project is a graphical IDE (Integrated Development Environment) for MCS-51 microcontroller family that uses the ASEMW.EXE compiler. Thus, the syntax used in the Microcontroller Project is ASEMW syntax if written using assembly language. In addition to using assembly language, Microcontroller Project can also use c language for writing programs, using SDCC. Microcontroller Project integrate…