Adding and removing users version 2.0 Added: sort and search Java Script code: HTML code: CSS code: Continue reading “Adding and removing users version 2.0”…
Adding and removing user Task: make a simple form for adding a user with delete action Java Script code: HTML code: CSS code: Result: Continue reading “Adding and removing user”…
Java Script Array modification and output Task: create a function of adding numbers into array, sort function and display result on the screen Java Script code:… Continue reading “Java Script Array modification and output”…
Java script: Button form Task: create a simple popup window Java Script code: HTML code CSS code Result Continue reading “Java script: Button form”…
Javascript: Configure web page to open it in fullscreen mode Task: Add configuration to webpage to open it in fullscreen mode Implementation: 1. add manifest.json file with: 2. add using… Continue reading “Javascript: Configure web page to open it in fullscreen mode”…
Display youtube video inside the image (as a border) Task: Display youtube video inside (over) the image as a border. Implementation: Note: set different border values (paddings and margins)… Continue reading “Display youtube video inside the image (as a border)”…
Howto add YouTube video on you page with responsive design Task: Add YouTube video on your web page with responsive design Solution: Note: Please set your correct YouTube video id… Continue reading “Howto add YouTube video on you page with responsive design”…
Howto change divs order Task: Change divs order for mobile design Implementation: Style definition you can add in the css file. Done. Continue reading “Howto change divs order”…
Selenium get WebElement HTML body Task: get body of Web Element Solution (java): String body = elem.getAttribute(“innerHTML”); Done. Continue reading “Selenium get WebElement HTML body”…
QRcode get service Task: Generate QR code by text value as an image Implementation: https://scalan.com/apps/phpqrcode/get.php?data=textValue Result: Done. Continue reading “QRcode get service”…
How to disable parent page scrolling I have iframe html5 game with arrow keys control. Task is to disable parent page scrolling when arrow keys pressed.… Continue reading “How to disable parent page scrolling”…