Skip to main content

Posts

Login Page Source Code

Click the "Download Now" button above. The ZIP file will be saved to your computer. Extract the contents of the ZIP file to your desired location. Open the project files in your preferred code editor. Start exploring and working with the code! Download Source File

Photoshop Text Effect Mockup PSD1

  3D Text Effect Mockup PSD File PSD mockups are  pre-made Photoshop templates that are intended to give your designs a real-world look and feel . All you have to do is open the PSD template with Photoshop, drop your own design into the Smart Layer, then let the template work its magic in applying your design to the product. Download Mockup File-  Download

Qr Code Generator

Qr Code Generator Source Code    With HTML CSS and JavaScript HTML Code View Color Selection For Customize  Download This Source Code ---  QR Generator Source Code

Chatgpt Hai Kya?

 क्या है Chatgpt ? चैटजीपीटी एआई तकनीक द्वारा संचालित एक प्राकृतिक भाषा प्रसंस्करण उपकरण है जो आपको चैटबॉट के साथ मानव जैसी बातचीत और बहुत कुछ करने की अनुमति देता है। भाषा मॉडल सवालों के जवाब दे सकता है और ईमेल, निबंध और कोड लिखने जैसे कार्यों में आपकी सहायता कर सकता है इसे किसने बनाया ChatGPT को OpenAI, एक AI और शोध कंपनी द्वारा बनाया गया था। कंपनी ने 30 नवंबर, 2022 को चैटजीपीटी लॉन्च किया। लोग चैटजीपीटी का उपयोग कैसे कर रहे हैं? सरल सवालों के जवाब देने के अलावा मॉडल के कई कार्य हैं। ChatGPT निबंध लिख सकता है, कला का विस्तार से वर्णन कर सकता है, AI कला संकेत बना सकता है, दार्शनिक वार्तालाप कर सकता है, और यहां तक ​​कि आपके लिए कोड भी

Drawing Source Code

Create New Drawing Box With HTML CSS and JavaScript  now we code javascript for Drawing App. we use canvas in code so we can draw anything. we define size, color, linewidth so that   HTML Source Code   <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" /> <link rel="stylesheet" href="style.css" /> <title>Drawing App</title> </head> <body> <canvas id="canvas" width="800" height="700"></canvas> <div class="toolbox"> <button id="decrease">-</button> <span id="size">10</span> <button id="increase">+</button> <input type="color" id="color"> <button id="clear">X</button> </div> <script src="script.js">