atlas news
    
HTML online
23  avril     12h12
The Evolution of HTML Editors
HTML Editor    HTML Hypertext Markup Language serves as the backbone of the World Wide Web, allowing developers to create and structure web pages. HTML editors have played a crucial role in facilitating this process by providing tools to write, edit, and manage HTML code. Over the years, HTML editors have...
29  mars     13h09
Simple Animated Dark-Light Theme Switch for Your Website
HTML Editor    In recent years, the demand for dark mode options in web design has surged, driven by its aesthetic appeal and potential benefits for user experience. Dark mode not only reduces eye strain, especially in low light environments, but it also conserves battery life on devices with OLED screens...
20  décembre     14h44
Major HTML Editor Facelift And New Features
HTML Editor    I gave the online HTML editor a major facelift and moved it to the home page. The navigation of the entire site has been changed and I cleaned up the articles. In this short article I’m going to present the most important recent changes on the website. As the year draws to a close, I am thrilled ...
11  décembre     15h27
Highlight Active Menu Item With jQuery Script
HTML Editor    We can improve the user experience highlighting the active menu item on our websites. This makes navigation easier because the visitor will know at the first glance which is the current page. This strategy also increases the amount of visited pages because the visitor will more likely click the...
22  novembre     21h30
The most clickbaity banner HTML and CSS only
HTML Editor    Interactive ad banners improve click through rates. In this article I’m going to present a HTML CSS only soluton that imitates a fly swatter game inviting the website visitor to click on the moving insect. The whole banner is a link tag that in fact redirects to another website. See the live demo...
    19h29
Drawing Animated 3D Cube With CSS3 Transform
HTML Editor    In this article I’m going to teach you how to draw a cube with CSS transitions. We will be able to rotate the cube with keyframes animation and JavaScript. See the examples below. We can use this to make an online Rubik’s Cube solver, for example. Iframes not supported Cube animated using CSS...
21  novembre     15h11
Website Search Box with Dropdown Tooltip Suggestions
HTML Editor    Search functionality is crucial to improve the user experience, making navigation on the website much easier. This functionality is built into WordPress and almost every other CMS, but in this article I’m going to present a custom and very lightweight HTML CSS JS jQuery solution that is very easy...
08  novembre     07h39
Free Online Multisport ScoreBoard
HTML Editor    Tracking sport event statistics and displaying the score has never been easier. With the new online scoreboard you don’t need an expensive equipment to count the score anymore. All you need is a laptop and a projector or a big screen to display the score and measure the time. The web based online...
06  novembre     23h36
Animated Smiley Face With HTML And CSS
HTML Editor    I have already presented how to draw faces with plain HTML CSS and we’ve also learned about CSS keyframes animation. Let’s combine these two and create a continuously moving face with blinking eyes looking around and with a smiling mouth. Let’s do this using nothing but plain HTML CSS Check out...
04  novembre     11h02
Get URL Parameters With JavaScript
HTML Editor    Using URL parameters is probably the easiest way of passing variables from one webpage to the other. In this article I’m going to present how to get a URL parameter with JavaScript. The image above presents how will the variables passed in the link. There’s a question mark at the start, then the...