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-DETECT-BROWSER.MD
Created June 29, 2023 03:18
Javascript Detect Browser

JAVASCRIPT DETECT BROWSER

https://code-boxx.com/detect-browser-with-javascript/

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-SCREENSHOT.MD
Last active July 14, 2023 07:18
Javascript Take Screenshot
@code-boxx
code-boxx / 0-JS-CLONE-HTML.MD
Created June 28, 2023 09:18
Javascript Clone HTML Element

JAVASCRIPT CLONE HTML ELEMENT

https://code-boxx.com/duplicate-html-elements/

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-JSON-TABLE.MD
Created June 28, 2023 05:01
Javascript JSON Data To HTML Table

JAVASCRIPT CREATE HTML TABLE WITH JSON DATA

https://code-boxx.com/create-tables-json-javascript/

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-ONE-CLICK.MD
Created June 28, 2023 01:52
Javascript Allow Only One Click

JAVASCRIPT ALLOW ONLY ONE CLICK

https://code-boxx.com/allow-one-click-javascript/

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-STOPWATCH.MD
Created June 28, 2023 01:44
Javascript Stopwatch

JAVASCRIPT SHOPPING CART

https://code-boxx.com/simple-javascript-stopwatch/

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-CART.MD
Last active June 8, 2026 15:45
Javascript Shopping Cart
@code-boxx
code-boxx / 0-NODE-CSRF.MD
Last active November 9, 2023 05:01
Simple CSRF With NodeJS Express

NODEJS EXPRESS CSRF EXAMPLE

https://code-boxx.com/simple-nodejs-express-csrf/

NOTES

  1. Run unpack.bat (Windows) unpack.sh (Linux/Mac). This will automatically:
    • Create public folder, move x-dummy.css inside.
    • Create views folder, move 1-form inside.
    • Install required modules - npm i express express-session ejs cookie-parser body-parser
    • Start the server - node 2-server.js
  2. Access http://localhost in your browser and submit the dummy form.
@code-boxx
code-boxx / 0-JS-ABORT.MD
Created June 27, 2023 02:54
Ways To Abort Javascript

WAYS TO ABORT JAVASCRIPT

https://code-boxx.com/abort-javascript-execution/

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-GROCERY.MD
Created June 27, 2023 02:47
Javascript Grocery List PWA