Introduction To Scratch Programming in Tamil

Introduction to Scratch Programming in Tamil Programming language மற்றும் programming concept பற்றிய முந்தைய knowledge  இல்லாவிட்டாலும் எவரும்    புதிதாக programming  கற்க தொடங்கலாம்.இதன் அடிப்படைக் கருத்துக்கள் கற்றல் நோக்கத்திற்காக உருவாக்கப்பட்டுள்ளது. இது இலவச platform  ஆகும். வீடியோ கேம்கள், அனிமேஷன்கள், கதைகள்,  sound போன்ற பல அம்சங்கள்  scratch- இல் உருவாக்க முடியும். Introduction to Scratch programming in Tamil. Scratch Features:  Elements: There are four main …

Introduction To Scratch Programming in Tamil Read More »

QR CODE GENERATOR USING JAVASCRIPT

SOURCE CODE: <!DOCTYPE html> <html lang=”en”> <head>     <meta charset=”UTF-8″>     <meta http-equiv=”X-UA-Compatible” content=”IE=edge”>     <meta name=”viewport” content=”width=device-width, initial-scale=1.0″>     <title>Document</title>     <style> body{     background: rgb(7, 7, 7); }         .form {   font-family: Helvetica, sans-serif;   max-width: 400px;   margin: 100px auto;   text-align: …

QR CODE GENERATOR USING JAVASCRIPT Read More »

Benefits of optimizing your code

Optimizing your code offers numerous benefits that can significantly improve your web development process and the overall performance of your applications. Here are the key advantages of optimizing your code: By focusing on optimizing your code, you can not only improve the technical aspects of your applications but also deliver a better overall experience to …

Benefits of optimizing your code Read More »

Essential JavaScript Tips and Tricks

JavaScript is a powerful programming language widely used for web development. Whether you’re a beginner or an experienced developer, mastering JavaScript requires continuous learning and practice. In this blog post, we’ll explore essential tips and tricks to enhance your JavaScript skills. By following these essential JavaScript tips and tricks, you can accelerate your learning journey, …

Essential JavaScript Tips and Tricks Read More »

CSS Border Radius Property

SOURCE CODE: <!DOCTYPE html> <html lang=”en”> <head> <meta charset=”UTF-8″> <meta name=”viewport” content=”width=device-width, initial-scale=1.0″> <title>CSS Border Radius</title> <style>   .box {     width: 100px;     height: 100px;     background-color: #3498db;     margin: 20px;     display: inline-block;     border: 2px solid #080808;   }   .border-radius-1 {     border-radius: 0; …

CSS Border Radius Property Read More »

List of JavaScript event listeners

JavaScript event listeners play a crucial role in web development by allowing developers to respond to user interactions and create dynamic, interactive web experiences. In this blog post, we’ll delve into a comprehensive list of essential JavaScript event listeners that every developer should be familiar with. By mastering these essential JavaScript event listeners, developers can …

List of JavaScript event listeners Read More »