LESS

LESS extends the CSS with dynamic behavior, It’s an language for CSS ,Which you can extend and simplify way of writing style sheet for web pages LESS runs on both client side (chrome , safari ,Firefox ) and Server Side like node.js Less has more functionality like Variables Mixins Nested…

Continue reading

Self-Executing Functions

Instead of manually calling a function, you can automatically run it as soon as the page loads using an Immediately Invoked Function Expression (IIFE). Here’s the syntax: (function helloWorld() { alert(“Hello World”); // Add your custom functionality here })(); This pattern is useful for initialization code or running scripts right…

Continue reading

Digital Diary

Want a simple way to keep a daily log or journal? Try this Notepad trick: Open Notepad. Type .LOG (in all caps, without quotes). Save the file as mydiary.txt. Now, every time you open mydiary.txt, Notepad will automatically insert the current date and time — ready for you to start…

Continue reading