EXEIdeas | August 18th, 2023 | 0 Comments | CSS Codes / HTML Codes / HTML-CSS-PHP-JavaScriptThere are so many tutorials on the internet which help you to create custom checkboxes and radio buttons, but almost all of them use JavaScript or jQuery, which is totally redundant nowadays. If you want to give radio buttons and checkboxes a custom style but only want to use HTML and CSS (so no Jav...
EXEIdeas | January 29th, 2023 | 0 Comments | HTML Codes / HTML-CSS-PHP-JavaScriptYou probably see words cache and cookies on daily basis. When you visit a website for the first time, your browser saves (caches) pieces of this site. That’s why every time you click Back or Forward, your browser doesn’t need to pull fresh files from a server. Caching is a usefu...
EXEIdeas | 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...
EXEIdeas | 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...
EXEIdeas | June 17th, 2022 | 0 Comments | CSS Codes / HTML Codes / HTML-CSS-PHP-JavaScriptCSS is a beast, especially when you are in a learning phase, it is fun to practice different properties. CSS webkit animation properties are interesting to play around with for creating attractive animations for your site. This article will create a simple CSS rotating cube widget using keyframes. W...
EXEIdeas | June 11th, 2022 | 0 Comments | CSS Codes / HTML Codes / HTML-CSS-PHP-JavaScriptYou may have lot of requirement to display structured content in a HTML CSS. It could be an organization chart or a Sitemap of your site which you want to showcase to the users. Though no one does offer any default apps or elements so that you can easily add custom organization chart in web site ...
EXEIdeas | October 18th, 2020 | 6 Comments | CSS Codes / HTML Codes / HTML-CSS-PHP-JavaScriptTables are a nice way to display tabular information – like finance reports. Unfortunately, they are structured and designed with this in mind and come with some severe limitations in terms of what one can do with their layout. Still, large tables aren’t always a great experience on mobile s...