Website

Simple Dynamic Website using PHP

This simple dynamic website has been written using PHP. The admin can add, update and delete products, upload image products and add announcements for the website. If you want to go to the admin page just type /admin in the URL. The users can view the products, location, announcements and leave a message to the website. database name: midori.sql Admin username: admin password: admin

How to Create a Website URL Verifier in Visual Basic

Introduction: Welcome to a tutorial on how to create a website/url verifier and checker in Visual Basic. Steps of Creation: Step 1: First we want to create a form with a textbox to contain the website url, button1 to verify the url format and button2 to check the website response. Step 2: First lets make a function to check the url and return the correctly formatted url.
  1. Private Function doCheck(ByVal s As String)

How to Create a Any Page Web Scraper in Visual Basic

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.

Online Video Player:Share Your Videos with the World

This is a video sharing website. Any user having an account can upload a videos. User can also edit/delete/private/public their videos. This videos can be watched by all the user who access the website but only those user who have an account can rate, comment and subscribe videos/channel. It also recommends similar videos that your watching and more videos of that uploader. I have used here auto

View Source of a Website using C#

This is a simple tutorial in which we are going to create a program that views a source of a website using C#. So, now let's start this tutorial! 1. Let's start with creating a Windows Form Application in C# for this tutorial by following the following steps in Microsoft Visual Studio 2010: Go to File, click New Project, and choose Windows Application. 2. Next, add two TextBoxes named TextBox1 for inputting a URL from the site, and TextBox2 for viewing the page source of the site.

Basic HTML/CSS Web Page Part 2 - CSS

Introduction: This tutorial is going to be the second of two basic parts on how to create a basic web page with the essential components using pure HTML and CSS. The Structure: Our web page is going to consist of a header covering the full width of content at the top of the page, a body section covering most of the wide from header to fairly far down the page, a side bar containing widgets on the right hand side of the page - next to the main body section of the page, and a foot covering the same width (and probably height) as the header section; underneath o