You Are Viewing Posts Under Category: HTML-CSS-PHP-JavaScript

Responsive Collapsible Sidebar In Desktop & Tab Navigation In Mobile
| October 30th, 2022 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesBuilding responsive navigations for mega sites is never an easy task. If you’re working on an admin panel, chances are you’ll need to design and develop a vertical menu, with plenty of sub-categories. That’s why we decided to share today’s snippet! Our Sidebar navigation can make your li...
Pure HTML5 Collapsible Accordion Multi-Tabs Without CSS And JavaScript
| October 29th, 2022 | 0 Comments | HTML Codes / HTML-CSS-PHP-JavaScriptUsing the Details and Summary tags it is possible to create a collapsible accordion with no JavaScript code or CSS. Check out the Codepen post below for an interactive demo. Use the web for a short amount of time and you’ll no doubt bump into an accordion, one of those collapsible elements th...
How To Create Resizable Split DIVs Using Pure JavaScript?
| October 9th, 2022 | 0 Comments | HTML-CSS-PHP-JavaScript / JavaScript CodesResizable containers empower different users to customize a UI to emphasise what they find most important. A basic implementation of this is a split view or split pane, allowing users to enlarge content that is more relevant to them. When you needed to add support for a resizable panel-based layout ...
How To Encrypt Secure Passwords In New PHP And Store In Database?
| October 6th, 2022 | 0 Comments | HTML-CSS-PHP-JavaScript / PHP CodesHi! Here let’s see how to secure passwords in PHP. Developers have a huge responsibility when handling sensitive user data, such as passwords. They must take necessary precautions to store passwords and other sensitive information in a secure manner. Old-school methods use the md5 algorithm t...
How To Embed PDF File In Your WebPage Using Pure HTML5?
| September 26th, 2022 | 0 Comments | HTML Codes / HTML-CSS-PHP-JavaScriptIt’s time to know that how to embed a PDF file in an HTML page directly. Some websites tend to show pdf files directly on their site’s webpages instead of giving a download link for the files. Thanks to HTML5, you can also do the same with simple HTML code without using any third-party solut...










