Quantcast
Channel: ASCII – ASP Free
Browsing all 20 articles
Browse latest View live

Image may be NSFW.
Clik here to view.

Strings and Characters, Part 2

This half of the chapter on Strings and Characters starts with how to return a byte[] consisting of characters instead of a string, and covers other topics such as converting string types to their...

View Article



SatView: Pointer Perfect, Part 1

If you code in C++, you will run into pointers sooner or later. They can be a great tool when implementing design patterns and building complex data structures. In this first of a series of articles...

View Article

ASP.NET Custom Server Controls: Extended Wordhack Control with Key Combination

This article further extends my previous article on “WordHack control” (belonging to the same series) with a few more enhancements, together with a flexible and understandable approach to JavaScript...

View Article

Image may be NSFW.
Clik here to view.

Encoding the Connection String

String connection information is used while connecting to databases, and sometimes stored in a web.config file. If that file is in clear text, it represents a security risk for the database. This...

View Article

Image may be NSFW.
Clik here to view.

Encoding/Decoding Web Service: Web Service Provider

This article gives you a brief introduction to web services. The tasks the service accomplishes are described, as well as some of its uses (such as Base64 encoding strings). A step by step method of...

View Article


Creating a Windows Service with C#, introduction

Windows Services handle a variety of tasks for your computer, usually by running quietly in the background. In this article, you will learn how to create and install a simple Windows Service. This is...

View Article

Creating a Windows Service with C#, continued

This article, the second in a three-part series, covers what you need to do to convert a console application into a Windows Service and install it. The Zip file containing the source code for this and...

View Article

Writing Text Files in WSH

Being able to write to text files can give your script a very powerful feature set.  Among other things this will enable you to edit many program configurations and system settings, log a script’s...

View Article


C: Strings

We left off in our last tutorial noticing that the creators of C geared it towards numerics, and made it difficult to handle text in the language. Being a writer, this offends me greatly, and so in...

View Article


Regular Expressions in VBScript

At this point in your scripting you’ve certainly come across VBScript’s InStr and Replace functions for searching and replacing within strings. While these string functions can come in pretty handy,...

View Article

Image may be NSFW.
Clik here to view.

Strings and Characters, Part 2

This half of the chapter on Strings and Characters starts with how to return a byte[] consisting of characters instead of a string, and covers other topics such as converting string types to their...

View Article

SatView: Pointer Perfect, Part 1

If you code in C++, you will run into pointers sooner or later. They can be a great tool when implementing design patterns and building complex data structures. In this first of a series of articles...

View Article

ASP.NET Custom Server Controls: Extended Wordhack Control with Key Combination

This article further extends my previous article on “WordHack control” (belonging to the same series) with a few more enhancements, together with a flexible and understandable approach to JavaScript...

View Article


Image may be NSFW.
Clik here to view.

Encoding the Connection String

String connection information is used while connecting to databases, and sometimes stored in a web.config file. If that file is in clear text, it represents a security risk for the database. This...

View Article

Image may be NSFW.
Clik here to view.

Encoding/Decoding Web Service: Web Service Provider

This article gives you a brief introduction to web services. The tasks the service accomplishes are described, as well as some of its uses (such as Base64 encoding strings). A step by step method of...

View Article


Creating a Windows Service with C#, introduction

Windows Services handle a variety of tasks for your computer, usually by running quietly in the background. In this article, you will learn how to create and install a simple Windows Service. This is...

View Article

Creating a Windows Service with C#, continued

This article, the second in a three-part series, covers what you need to do to convert a console application into a Windows Service and install it. The Zip file containing the source code for this and...

View Article


Writing Text Files in WSH

Being able to write to text files can give your script a very powerful feature set.  Among other things this will enable you to edit many program configurations and system settings, log a script’s...

View Article

C: Strings

We left off in our last tutorial noticing that the creators of C geared it towards numerics, and made it difficult to handle text in the language. Being a writer, this offends me greatly, and so in...

View Article

Regular Expressions in VBScript

At this point in your scripting you’ve certainly come across VBScript’s InStr and Replace functions for searching and replacing within strings. While these string functions can come in pretty handy,...

View Article
Browsing all 20 articles
Browse latest View live