Skip to content

Instantly share code, notes, and snippets.

View code-boxx's full-sized avatar
🏠
Working from home

Code Boxx code-boxx

🏠
Working from home
View GitHub Profile
@code-boxx
code-boxx / 0-JS-EVERY-SEC.MD
Created July 1, 2023 02:23
Run Javascript Every Second

RUN JAVASCRIPT EVERY SECOND

https://code-boxx.com/run-javascript-every-second/

LICENSE

Copyright by Code Boxx

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell

@code-boxx
code-boxx / 0-JS-PRINT.MD
Last active July 1, 2023 02:05
Javascript Print Page or Section
@code-boxx
code-boxx / 0-JS-BMI.MD
Created July 1, 2023 01:32
Javascript BMI Calculator

JAVASCRIPT BMI CALCULATOR

https://code-boxx.com/simple-javascript-bmi-calculator/

LICENSE

Copyright by Code Boxx

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell

@code-boxx
code-boxx / 0-JS-PAUSE.MD
Last active July 11, 2023 03:37
Javascript Pause Or Sleep
@code-boxx
code-boxx / 0-JS-ACCORDION.MD
Created June 30, 2023 12:53
Javascript Accordion

JAVASCRIPT ACCORDION

https://code-boxx.com/simple-vanilla-javascript-accordion/

LICENSE

Copyright by Code Boxx

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell

@code-boxx
code-boxx / 0-JS-UPLOAD-PROGRESS.MD
Created June 30, 2023 03:19
Javascript File Upload Progress Bar

JAVASCRIPT FILE UPLOAD PROGRESS BAR

https://code-boxx.com/ajax-upload-progress-bar/

NOTES

  1. Accessing upload.html use http://. NOT file://.
  2. The server-side upload handler is in PHP, you need to create your own upload handler if using other languages.

LICENSE

Copyright by Code Boxx

@code-boxx
code-boxx / 0-JS-RESET-FORM.MD
Created June 30, 2023 03:13
Reset HTML Form After Submit

RESET HTML FORM AFTER SUBMIT

https://code-boxx.com/reset-html-form-after-submission/

LICENSE

Copyright by Code Boxx

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell

@code-boxx
code-boxx / 0-JS-RPS.MD
Created June 30, 2023 02:38
Javascript Rock Paper Scissors
@code-boxx
code-boxx / 0-JS-TTT.MD
Created June 30, 2023 02:32
Javascript Tic Tac Toe

JAVASCRIPT TIC TAC TOE

https://code-boxx.com/simple-javascript-tic-tac-toe/

LICENSE

Copyright by Code Boxx

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell

@code-boxx
code-boxx / 0-JS-MEM-GAME.MD
Created June 30, 2023 02:27
Javascript Memory Game