web

Top 10 VS Code Extensions That Will Make Your Coding Easier and Faster for 2023

Submitted by rems on
VS Code, or Visual Studio Code, is a popular and free code editor used by software developers for writing and editing computer programs. Developed by Microsoft, this code editor is designed to enable developers to write, organize, and understand their code more efficiently and effectively. It offers features like auto-completion, debugging tools, and extensions that provide additional benefits. VS

Javascript - Simple Currency Converter

Submitted by razormist on
Learn on how to create a Simple Currency Converter using Javascript. JavaScript is a scripting or programming language that allows you to implement complex things on web pages. It can renders web pages in an interactive and dynamic fashion. It is widely used in designing a stunning website. This code can be used as your converter to your mathematical problem

Simple Dynamic Web Site

Submitted by Chinthaka Deshapriya on
Welcome --------------- Hi Guys! I am Chinthaka Deshapriya from Sri Lanka. I am going to give some valuable source code for beginners of dynamic web developers. Installation ---------------- 01. Extract all content into your host. 02. Create New Database Name "maindb" 03. Import Database from your content in DB folder. Fine! It will work well. Good Luck!

Linux On Making Computer Use A Lot Easier

Submitted by Van Ledesma on
Computer usage is like counting 1,2,3 for some while for others it's a whole new thing to be learned. Most especially to those who were not used to it, it's going to be a crack on the nutshell that a friendly operating system would really be a big help. Linux has recently been reported as a system that provides freedom, security, and easy access. Way back in 1991, mixed-up with the GNU software of

How to Create a Web Browser in Visual Basic

Submitted by GeePee on
Introduction: Welcome to my tutorial on how to create a web browser in Visual Basic. Steps of Creation: Step 1: First we want to create a form with; Button1 - Go button2 - home button3 - back button4 - forward textbox1 - address/url webbrowser1 - web browser Step 2: Next we want to go in the Go button and check if the url is valid, if it is we want to navigate to it through the web browser.

How to Create a Any Page Web Scraper in Visual Basic

Submitted by GeePee on
Introduction: Welcome to a tutorial on how to make a visual basic program which will scrape between two given points from a given page and create a list of output. Pre-Creation: My form will have: Textbox1 Extract From Textbox2 Extract To Textbox3 Page to extract from Button1 Begin extraction Steps of Creation: Step 1: First we want some imports and a function.

Creating a Web Radio in VB.NET

Submitted by donbermoy on
Today, I will teach you how to create a web radio in vb.net. What is a web radio? I call it a web radio because this application has its radio to be played using the web. So now i will going to teach you how to do this. 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2.

Load Web Browser HTML Source in Notepad

Submitted by donbermoy on
In this article, we will create a program that can load the HTML source code of a website into the notepad. Now, let's start this tutorial! 1. Let's start with creating a Windows Form Application for this tutorial by following the following steps in Microsoft Visual Studio: Go to File, click New Project, and choose Windows Application. 2. Next, add only one Button named Button1 and labeled it as "Save HTML source in Notepad".