HS Banner
HS Codebank Articles
Page 6 of 9

Sitemaps XML format 04/23/2021

Description:

The Sitemap protocol format consists of XML tags. All data values in a Sitemap must be entity-escaped. The file itself must be UTF-8 encoded.

Author: Guitarman
Language: HTML, XML
Tags:
Read More249

Geo IP Filter 04/18/2021

Description:

This is a geo IP filter for a PHP website.

Author: Admin
Language: PHP
Tags:
Read More265

Webserver Class 04/15/2021

Description:

This is a simple http webserver class I found years ago.

Author: Guitarman
Language: C#
Tags:
Read More369



Redirect HTTP to HTTPS on IIS 04/10/2021

Description:

Add this to your web.config file to redirect users to HTTPS on IIS web servers. (ASP.Net and PHP)

Author: Guitarman
Language: HTML, XML
Tags:
Read More281

PHP Filesystem Security 04/03/2021

Description:

Anyone learning PHP should read this and the rest of the security section in the PHP manual.

Author: Admin
Language: PHP
Tags:
Read More298

TcpClient Class 04/01/2021

Description:

This is a class I've used on a network chat program I built.

Author: Guitarman
Language: C#
Tags:
Read More288

SHA512 Class 03/30/2021

Description:

This is the SHA512 HASH using the System.Security.Cryptography.HashAlgorithm.

Author: Admin
Language: C#
Tags: sha512
Read More306



Evaluate Math Expression 03/29/2021

Description:

Evaluate a math expression entered in a text box.

Author: Admin
Language: Visual Basic .NET
Tags:
Read More269

Find missing numbers in a sequence. 03/29/2021

Description:

Returns the missing numbers in a sequence.

Author: Admin
Language: Visual Basic .NET
Tags:
Read More351

DataRow.IsNull Method (DataColumn) 03/28/2021

Description:

Gets a value that indicates whether the specified DataColumn contains a null value.

Author: Admin
Language: Visual Basic .NET
Tags:
Read More209