Web Links [Tag : Generating]
Sort By :
1. Generating weighed random numbers in JavaScript
Learn how to generate weighed random numbers in JavaScript, so some show up more often than others.
Category:   JavaScript > Tutorials > Randomizing

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

2. Generating Serial Code For Your Applications
In this article we will generate a random serial code for our applications. The script will generate a similiar serial code to use in a real application.
Category:   ASP.NET > Tutorials

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

3. Generating Random Number Using RND Function And Randomize Statement
We will use RDN function to generate a random number. Our first example generates a random number between 1 ~ 10.
Category:   ASP.NET > Tutorials

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

4. RSS generating PHP script
A simple and fast script which can be used on a supported server to create dynamic XML RSS feeds using a backend database.
Category:   PHP > Scripts and Programs > XML and PHP

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

5. Generating Forms Authentication Compatible Passwords (SHA1)
In this article we will take a quick look at two methods for creating SHA1 passwords for use on the web using .NET. It is dangerous to store passwords anywhere in plain text!! SHA1 gives a quick and easy way to encode a password into a non-human readable form. This means it is safer to store in a database, and should the database be viewed by anyone who shouldnt know the passwords, it will be much more difficult for them to work out what a users password is.
Category:   ASP.NET > Tutorials

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

6. Generating a random number in JavaScript
A random number is useful- if not required- in the creation of many popular JS applications, such as a dice, random image script, or random link generator. Learn how to generate a random number in JavaScript.
Category:   JavaScript > Tutorials > Randomizing

Hits: 3    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

7. Generating Text Images on the Fly with ASP.NET
Have you ever needed to have an image of some text generated dynamically on the fly? There are tons of possible applications for this type of thing, but prior to ASP.NET it was a relatively difficult thing to do. This article explains how to generate text images on the fly using ASP.NET. Source code available for download.
Category:   ASP.NET > Tutorials

Hits: 3    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

8. Generating Images on the Fly With PHP
One of the most popular features of PHP is real-time image generation. That is, we can create a new image canvas, "paint" it, and either save it to a file, or send it directly to the browser. This article will show you how to create an image in real-time with PHP.
Category:   PHP > Tutorials > Image Manipulation

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

9. Generating RSS with ASP
RSS files can be generated using Active Server Pages (ASP). It is OK for an RSS file to have a .asp suffix. In this example an RSS 0.91 file is generated, but it could easily be applied to other RSS versions. Similarly in this case the site stores its articles in a Microsoft Access database, but the database connection could be changed to reflect a Microsoft SQL Server database.
Category:   ASP > Tutorials > XML and ASP

Hits: 4    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

10. Generating Advanced Web Page Statistics using PHP
This tutorial is intended for the PHP programmer interested in gathering and analyzing Website statistics in a presentable format using MySQL and PHP. It will show how to: Display number of hits by Year, Month and Week, Display the last seven Daily average hits, Display the number of visitors using a broader number of browsers and operating systems, Calculate the top ten visitors to your site and their frequency, Calculate the top ten referring sites, and Create a statistical analyzing system complete with dynamically generated numbers. It requires a moderate understanding of PHP and a limited knowledge of MySQL, including how to create a MySQL table using the MySQL client.
Category:   PHP > Tutorials > Web Traffic Analysis

Hits: 2    Rating: 0.00    Votes: 0
Member Reviews Visitor Ratings Google PR

Pages: 1 2 [Next >]