<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="2.0">
<channel>
<title>Dotnetindex.com JSP, ASP, ASP.NET,PHP, VBSCRIPT, RUBY, JAVA, SECURITY</title>
<link>http://www.dotnetindex.com</link>
<generator>http://www.gazatem.com/</generator>
<item>
<title><![CDATA[C# Basics: switch control statement]]></title>
<link>http://www.dotnetindex.com/articles/8473-C-Basics-switch-control-statement.asp</link>
<description>
<![CDATA[
We will look up Switch statement in C#. Switch statement is another
control statement that handles multiple selections and enumerations. It
could be replace with IF statement.
]]>
</description>
</item>
<item>
<title><![CDATA[Database driven web counter with PHP/mySQL]]></title>
<link>http://www.dotnetindex.com/articles/8465-Database-driven-web-counter-with-PHPmySQL.asp</link>
<description>
<![CDATA[
This simpel script stores page hits on a database file. In every visit, script counts the hits and updates database. To drive this PHP script , you need PHP, mySQL. You may setup script easily, just copy and paste following code into a page. 
]]>
</description>
</item>
<item>
<title><![CDATA[Email validation using regular expressions]]></title>
<link>http://www.dotnetindex.com/articles/8460-Email-validation-using-regular-expressions.asp</link>
<description>
<![CDATA[
This ASP.net code validates any input string that was email address or
not. First script checkes all charcters are alphanumeric values such as
(a-z,A-Z), numbers (0-9), hyphens (-), underscore (_) and periods (.).
Our first rule is to check any un-allowed characters exists. Second
step to search an @ sign.
]]>
</description>
</item>
<item>
<title><![CDATA[Learn to Program using Python: Lesson 1, Getting Started]]></title>
<link>http://www.dotnetindex.com/articles/8446-Learn-to-Program-using-Python-Lesson-1-Getting-Started.asp</link>
<description>
<![CDATA[
This is the first
in a series of online tutorial lessons designed to teach you how to
program using the Python scripting language. 
<p>
There
is something for just about everyone here.&nbsp; Beginners start at the
beginning, and experienced programmers jump in further on.&nbsp; You simply
need to enter the series of lessons at the point that best fits your
prior programming knowledge. 
</p>
]]>
</description>
</item>
<item>
<title><![CDATA[Learn to Program Using Python: Indexing Nested Tuples]]></title>
<link>http://www.dotnetindex.com/articles/8452-Learn-to-Program-Using-Python-Indexing-Nested-Tuples.asp</link>
<description>
<![CDATA[
A tuple is an immutable ordered list of objects.&nbsp; It can contain references to any type of object.&nbsp; See
<a href="http://www.developer.com/article/1,,629291,00.html">Learn to Program using Python: Nested Tuples</a>
for a more detailed description. 
]]>
</description>
</item>
<item>
<title><![CDATA[Learn to Program using Python: Unpacking Tuples]]></title>
<link>http://www.dotnetindex.com/articles/8451-Learn-to-Program-using-Python-Unpacking-Tuples.asp</link>
<description>
<![CDATA[
<p>
You may find it
useful to open another copy of this lesson in a separate browser
window.&nbsp; That will make it easier for you to scroll back and forth
among the different listings, without losing your place, while you are
reading about them. 
</p>
<p>
Beginners start at the beginning, and experienced programmers jump in further along. 
<a href="http://www.developer.com/open/article.php/625901">Learn to Program using Python: Lesson 1, Getting Started</a>
, provides an overall description of this online programming course. 
</p>
]]>
</description>
</item>
<item>
<title><![CDATA[Learn to Program Using Python: Empty and Single-Item Tuples]]></title>
<link>http://www.dotnetindex.com/articles/8450-Learn-to-Program-Using-Python-Empty-and-Single-Item-Tuples.asp</link>
<description>
<![CDATA[
<p>
Beginners start at the beginning, and experienced programmers jump in further along. 
<a href="http://www.developer.com/open/article.php/625901">Learn to Program using Python: Lesson 1, Getting Started</a>
provides an overall description of this online programming course. 
</p>
<p>
<strong>Viewing tip</strong> 
</p>
<p>
You
may find it useful to open another copy of this lesson in a separate
browser window.&nbsp; That will make it easier for you to scroll back and
forth among the different code fragments, without losing your place,
while you are reading about them. 
</p>
]]>
</description>
</item>
<item>
<title><![CDATA[Learn to Program using Python: Nested Tuples]]></title>
<link>http://www.dotnetindex.com/articles/8449-Learn-to-Program-using-Python-Nested-Tuples.asp</link>
<description>
<![CDATA[
This lesson will expand your knowledge of tuples by teaching you about nesting tuples within other tuples. 
]]>
</description>
</item>
<item>
<title><![CDATA[Learn to Program Using Python: Variables and Identifiers]]></title>
<link>http://www.dotnetindex.com/articles/8448-Learn-to-Program-Using-Python-Variables-and-Identifiers.asp</link>
<description>
<![CDATA[
<p>
I am taking it slow
and easy for the first few lessons.&nbsp; My informal discussion is designed
to familiarize you with the Python interactive programming environment 
</p>
This
lesson provides an introduction to the use of variables, and the
required syntax of the identifiers used to represent variables.
]]>
</description>
</item>
<item>
<title><![CDATA[Learn to Program using Python: Let's Do Numbers]]></title>
<link>http://www.dotnetindex.com/articles/8447-Learn-to-Program-using-Python-Lets-Do-Numbers.asp</link>
<description>
<![CDATA[
<p>
This document is
part of a series of online tutorial lessons designed to teach you how
to program using the Python scripting language. 
</p>
<p>
<strong>Something for everyone </strong> 
</p>
There
is something for just about everyone here.&nbsp; Beginners start at the
beginning, and experienced programmers jump in further along. <a href="http://www.developer.com/article/1,,625901,00.html">Learn to Program using Python: Lesson 1, Getting Started</a>
provides an overall description of this online programming course.
]]>
</description>
</item>
<item>
<title><![CDATA[Firebird Create Table]]></title>
<link>http://www.dotnetindex.com/articles/8424-Firebird-Create-Table.asp</link>
<description>
<![CDATA[
The Firebird Create Table Tool allows users to visually create tables.  After entering 
in the table name and the number of columns, the tool allows the user to enter the following
information for each column of the table ...
]]>
</description>
</item>
<item>
<title><![CDATA[Checking if a record exists in Firebird (EXISTS function)]]></title>
<link>http://www.dotnetindex.com/articles/8423-Checking-if-a-record-exists-in-Firebird-EXISTS-function.asp</link>
<description>
<![CDATA[
If you need to check whether certain record exists the usual way is to
execute the following command and then check if the :idexists variable
is greater than zero (this is an example from a stored procedure
]]>
</description>
</item>
<item>
<title><![CDATA[Getting Started with MySQL Stored Procedures]]></title>
<link>http://www.dotnetindex.com/articles/8422-Getting-Started-with-MySQL-Stored-Procedures.asp</link>
<description>
<![CDATA[
<p>
In this tutorial, you will write the first simple stored  procedure and invoke it from command line of MySQL.
</p>
<p>
The first stored procedure is very simple. It retrieves all  products from <em>products </em>table. First let's  take a look at the stored procedure source code bellow...
</p>
]]>
</description>
</item>
<item>
<title><![CDATA[PL/SQL Tutorial]]></title>
<link>http://www.dotnetindex.com/articles/8421-PLSQL-Tutorial.asp</link>
<description>
<![CDATA[
PL/SQL is a database-oriented programming language that extends Oracle
SQL with procedural capabilities. We will review in this lab the
fundamental features of the language and learn how to integrate it with
SQL to help solve database problems.
]]>
</description>
</item>
<item>
<title><![CDATA[Introduction to Oracle & Java]]></title>
<link>http://www.dotnetindex.com/articles/8420-Introduction-to-Oracle--Java.asp</link>
<description>
<![CDATA[
The <em>Java DataBase Connectivity</em> API is a set of classes
allowing a straightforward and vendor-neutral access to database
management systems. We will review the basic features of JDBC and their
use with Oracle.
]]>
</description>
</item>
<item>
<title><![CDATA[Handle Error simple way in ASP.NET]]></title>
<link>http://www.dotnetindex.com/articles/8279-Handle-Error-simple-way-in-ASPNET.asp</link>
<description>
<![CDATA[
ASP.NET is more easier than other development technologies and
languages. While working on asp.net platform, you may access to system
windows event log. Using System namespace you retrieve messages.
]]>
</description>
</item>
<item>
<title><![CDATA[Create tables in PostgreSQL]]></title>
<link>http://www.dotnetindex.com/articles/8262-Create-tables-in-PostgreSQL.asp</link>
<description>
<![CDATA[
<p>
Creating tables in PostgreSQL simiar like other SQL databases. Following code creates an table:
</p>
<pre class="PROGRAMLISTING">
CREATE TABLE weather (
city            varchar(80),
temp_lo         int,           -- low temperature
temp_hi         int,           -- high temperature
prcp            real,          -- precipitation
date            date
);
</pre>
<p>
White space (i.e., spaces, tabs, and newlines) can be used freely in
SQL commands.PostgreSQL supports the standard SQL types int, smallint,
real, double precision, char(N), varchar(N), date, time, timestamp, and
interval, as well as other types of general utility and a rich set of
geometric types.
</p>
]]>
</description>
</item>
<item>
<title><![CDATA[Create and retrieve cookies]]></title>
<link>http://www.dotnetindex.com/articles/8223-Create-and-retrieve-cookies.asp</link>
<description>
<![CDATA[
ASP is very powerful while managing cookies. It's so easy to create a cookie. You may use response object and cookie property to create it. Again request object used to retrieve cookie. Cookies must be written before header sent to client by server. This means you should write and send cookie befre any HTML opening tag.
]]>
</description>
</item>
<item>
<title><![CDATA[Best C++ IDE on windows: Bloodshed Dev-C++]]></title>
<link>http://www.dotnetindex.com/articles/8208-Best-C-IDE-on-windows-Bloodshed-Dev-C.asp</link>
<description>
<![CDATA[
Bloodshed Dev-C++ is a full-featured Integrated Development Environment (IDE) for the C/C++ programming language. It uses Mingw port of GCC (GNU Compiler Collection) as its compiler. It creates native Win32 executables, either console or GUI. Dev-C++ can also be used in combination with Cygwin. 
]]>
</description>
</item>
<item>
<title><![CDATA[Beginning C++ and Array]]></title>
<link>http://www.dotnetindex.com/articles/8207-Beginning-C-and-Array.asp</link>
<description>
<![CDATA[
C++ Arrays are the data structures which can be used to store consecutive values of the same data types. C++ Arrays can be declared for all c++ data types viz., int, float, double, char, struct, char etc., All the values are stored in consecutive memory locations. The values can be accessed by using the position of the stored value.
]]>
</description>
</item>
<item>
<title><![CDATA[C++ Tutorial - Data types]]></title>
<link>http://www.dotnetindex.com/articles/8206-C-Tutorial---Data-types.asp</link>
<description>
<![CDATA[
C++ practically offers most of the necessary data types except for a basic data type string. This is a big trouble in C++ without such a good feature. <br />
<br />
Anyway, this c++ tutorial will discuss the basic data types necessary for c++ programming. 
]]>
</description>
</item>
<item>
<title><![CDATA[Easy Error Handling in C#]]></title>
<link>http://www.dotnetindex.com/articles/8204-Easy-Error-Handling-in-C.asp</link>
<description>
<![CDATA[
<p>
Windows evet log is also very hellpfull while developing projects for web. Floowing code sample will get and display error message from evet log.We'll need to include Diagnostics namspace to our web form. Later we need to create our own an Eventlog object.&nbsp; 
</p>
]]>
</description>
</item>
<item>
<title><![CDATA[interactiveonline web hosting is on sale]]></title>
<link>http://www.dotnetindex.com/articles/8205-interactiveonline-web-hosting-is-on-sale.asp</link>
<description>
<![CDATA[
Interactive Online is a privately held company dedicated to helping
individuals and businesses create a powerful online presence easily and
economically. Founded in 1997, Interactive Online has grown
considerably by providing a comprehensive array of web services backed
by superior service and the latest technology.<br />
]]>
</description>
</item>
<item>
<title><![CDATA[PHP mail() function]]></title>
<link>http://www.dotnetindex.com/articles/8203-PHP-mail-function.asp</link>
<description>
<![CDATA[
&nbsp;Following example uses PHP builtin function mail(). Function gets
three parameter. Target email, subject and message. Default type is
text. But you can enter custom headers: From, Cc, and Bcc. Multiple
extra headers should be separated with a CRLF (\r\n). 
]]>
</description>
</item>
<item>
<title><![CDATA[Filtering results from database]]></title>
<link>http://www.dotnetindex.com/articles/3113-Fistering-results-from-database.asp</link>
<description>
<![CDATA[
Filter method is very useful working with large datasets. You might need to put only some records from your database but you should select all data from database. Fileter method is advantage working on recordsets after querying on SQL command.
]]>
</description>
</item>
<item>
<title><![CDATA[Workingwith Arrays in PHP]]></title>
<link>http://www.dotnetindex.com/articles/3236-Workingwith-Arrays-in-PHP.asp</link>
<description>
<![CDATA[
Arrays are a large collection of key/value pairs can stores multible variables in a single variable. Arrays are an ordered map which each key could be mapped to a value. 
]]>
</description>
</item>
<item>
<title><![CDATA[GNews Publisher And Portal Software]]></title>
<link>http://www.dotnetindex.com/articles/1286-GNews-Publisher-And-Portal-Software.asp</link>
<description>
<![CDATA[
GNews Publisher is a perfect solution to manage customizable content, article or news driven web site. This powerful ASP news management software keeps your time and solves all problems in publishing.
]]>
</description>
</item>
<item>
<title><![CDATA[Starting to work with JSP Sessions]]></title>
<link>http://www.dotnetindex.com/articles/2157-Starting-to-work-with-JSP-Sessions.asp</link>
<description>
<![CDATA[
Session are very helpful  to associate some data with each visitor.  You may pass and retrieve values in diffrent page using sessions. All sessions are an object associated with each web client. In this sample code we will create a session named `username` and later put a value inside our new Session object. On next step we will get our session value.
]]>
</description>
</item>
<item>
<title><![CDATA[Getting Values From Web Forms]]></title>
<link>http://www.dotnetindex.com/articles/2178-Getting-Values-From-Web-Forms.asp</link>
<description>
<![CDATA[
We continue to study on JSP basics with HTML coding. Now in this page we will create a basic web form and in next page we will get form results.
]]>
</description>
</item>
<item>
<title><![CDATA[Check if the domain name exists]]></title>
<link>http://www.dotnetindex.com/articles/8202-Check-if-the-domain-name-exists.asp</link>
<description>
<![CDATA[
This simple code checks that domain name exist. Only enter any URL in variable $URL and run php code. 
]]>
</description>
</item>
<item>
<title><![CDATA[Filling Data into Select List]]></title>
<link>http://www.dotnetindex.com/articles/2176-Filling-Data-into-Select-List.asp</link>
<description>
<![CDATA[
In this short ASP source code, we will pull some data from a database and fill it into a select list. We will create a custom and dynamic output.
]]>
</description>
</item>
<item>
<title><![CDATA[Working with Array   Remove An Item]]></title>
<link>http://www.dotnetindex.com/articles/3232-Working-with-Array---Remove-An-Item.asp</link>
<description>
<![CDATA[
Working with arrays could be painful if you could not remove any item after adding them in an array. Arrays are very helpful in programming languages, but in ASP it is not so easy.  VBScript does not contains strong functions to remove any item form your array list. Here there is a good ASP code block will be helpfull for your to remove and re-organized your array.
]]>
</description>
</item>
<item>
<title><![CDATA[AJAX Repeater control]]></title>
<link>http://www.dotnetindex.com/articles/1780-AJAX-Repeater-control.asp</link>
<description>
<![CDATA[
Repeater control with ItemTemplate, HeaderTemplate, FooterTemplate, AlternatingItemTemplate and SeperatorTemplate created using JavaScript for binding data from XMLHTTP request.
]]>
</description>
</item>
<item>
<title><![CDATA[Custom Paging in ASP   Fast And Easy]]></title>
<link>http://www.dotnetindex.com/articles/40-Custom-Paging-in-ASP---Fast-And-Easy.asp</link>
<description>
<![CDATA[
This source code displays results dividing to pages. Code provides Next Previous page links with numeric page numbers. You may modify source code to use with MS SQL or MS Access database. For this example, we have used MS SQL Server using sample database Northwind.
]]>
</description>
</item>
<item>
<title><![CDATA[Writing binary files using BinaryWriter]]></title>
<link>http://www.dotnetindex.com/articles/3555-Writing-binary-files-using-BinaryWriter.asp</link>
<description>
<![CDATA[
In this source code we will look at anyother new focus on ASP.NET. We could write binay files using BinaryWriter class. Let's see it on a sample code.
]]>
</description>
</item>
<item>
<title><![CDATA[Sending Emails in JSP]]></title>
<link>http://www.dotnetindex.com/articles/2158-Sending-Emails-in-JSP.asp</link>
<description>
<![CDATA[
Before to start to examine this sample code, you need a SMTP server. If you know your mail server name you could easily use this sample code in a real website. We will use JavaMAIL API. You must put j2ee.jar under WEB-INF/lib folder in your web work folder. Our testing system is Red Hat Linux with Tomcat 5.
]]>
</description>
</item>
<item>
<title><![CDATA[ASPNET Error Fix  for  ASP.NET4013 Unauthorized Due to ACL on Resource]]></title>
<link>http://www.dotnetindex.com/articles/1914-ASPNET-Error-Fix--for--ASPNET4013-Unauthorized-Due-to-ACL-on-Resource.asp</link>
<description>
<![CDATA[
If you developed an ASP.NET page and receive an error page form your locale ISS, you should check your setup. Cause, ISS tries to validate web clients for authorized. Normally a web client 's session sets Anounymous account. So you should check NTFS permissions and set correct permissions for .NET setup directory.
]]>
</description>
</item>
<item>
<title><![CDATA[Display Top N records from MS Access]]></title>
<link>http://www.dotnetindex.com/articles/1403-Display-Top-N-records-from-MS-Access.asp</link>
<description>
<![CDATA[
This sample ASP code will give us a good idea how to display top 10 records, if we are using MS Access. Because MS Access database has got some limitations which we can not choose a limited data rows from complete database table. Of couse if you using SQL server, there is no any limitations.
]]>
</description>
</item>
<item>
<title><![CDATA[Using GetRows To Get All Records From Table]]></title>
<link>http://www.dotnetindex.com/articles/74-Using-GetRows-To-Get-All-Records-From-Table.asp</link>
<description>
<![CDATA[
Following example,  extracts all of the records in a database table and stores into a 2-dimensional array. This gives you an advantages to modify and work on data.
]]>
</description>
</item>
<item>
<title><![CDATA[VBScript Functions  The Len   Function]]></title>
<link>http://www.dotnetindex.com/articles/3233-VBScript-Functions--The-Len---Function.asp</link>
<description>
<![CDATA[
In this series of our ASP Developer Articles, we will examine a new VbScript function called as ' The Len() Function'. With LEN functions you can calculate the length of the string. Following function calculates the length of a string taken from input area.
]]>
</description>
</item>
<item>
<title><![CDATA[Free User Registration Form]]></title>
<link>http://www.dotnetindex.com/articles/54-Free-User-Registration-Form.asp</link>
<description>
<![CDATA[
This script lest you to build a registration form for your clients. A visitor can create a username and password filling this form. All usernames and passwords stored in a MS-Access database.
]]>
</description>
</item>
<item>
<title><![CDATA[Copying Folders  using File System Object]]></title>
<link>http://www.dotnetindex.com/articles/57-Copying-Folders--using-File-System-Object-.asp</link>
<description>
<![CDATA[
If you want to copy some foldes to another folder, first create a File System Object. CopyFolder method will help you to copy folder ot another folder.
]]>
</description>
</item>
<item>
<title><![CDATA[How to set cookies]]></title>
<link>http://www.dotnetindex.com/articles/2175-How-to-set-cookies.asp</link>
<description>
<![CDATA[
You can put client's browser a cookie in JSP easily. Following example displays how to create cookie and set target browser.
]]>
</description>
</item>
<item>
<title><![CDATA[Generating random strings within PHP]]></title>
<link>http://www.dotnetindex.com/articles/8191-Generating-random-strings-within-PHP.asp</link>
<description>
<![CDATA[
You may use this code snips to make your own random passwords or any
other random strings. In this tutorial we need to use two functions of
PHP: rand() and chr() .
]]>
</description>
</item>
<item>
<title><![CDATA[Encode/Decode an ISO-8859-1 string to UTF-8]]></title>
<link>http://www.dotnetindex.com/articles/8112-EncodeDecode-an-ISO-8859-1-string-to-UTF-8.asp</link>
<description>
<![CDATA[
<p>
PHP can encode or decode any string easily. <span class="methodname"><strong><strong>utf8_encode</strong></strong></span> function encodes the string <em>data</em>
to
<em>UTF-8</em>, and returns the encoded version. In other hand <span class="refname"><strong>utf8_decode</strong> c</span><span class="dc-title">onverts a string with ISO-8859-1 characters encoded with UTF-8
to single-byte ISO-8859-1.</span>
</p>
]]>
</description>
</item>
<item>
<title><![CDATA[Creating error pages using .htaccess]]></title>
<link>http://www.dotnetindex.com/articles/8113-Creating-error-pages-using-htaccess.asp</link>
<description>
<![CDATA[
We can create custom Error Pages using .htaccess file. Still you've a
chance to update error pages, updating apache configuration.
]]>
</description>
</item>
<item>
<title><![CDATA[ArrayList object usage with example]]></title>
<link>http://www.dotnetindex.com/articles/8111-ArrayList-object-usage-with-example.asp</link>
<description>
<![CDATA[
Following example is about to usage of ArrayList object. To use ArrayList in your applications, you should import System.Collections namespace. IList interface dynamically increase and decrease array. So you do not worry about array size. Our examples are in C# 
]]>
</description>
</item>
<item>
<title><![CDATA[Filter Data Using the Having Clause]]></title>
<link>http://www.dotnetindex.com/articles/8110-Filter-Data-Using-the-Having-Clause.asp</link>
<description>
<![CDATA[
The reason for having a database is to have vast amounts of data organized and readily available. SQL is the means by which we can communicate with the database and tell it to find exactly what we need. From thousands of records, we can filter it down to precisely what we are searching for, granted if the database schema was created efficiently. <br />
<br />
Let&rsquo;s look at an example, using the HAVING clause. Let&rsquo;s say we wanted to search for all employees who have an average salary of $50,000.<br />
]]>
</description>
</item>
<item>
<title><![CDATA[Beginning Ajax and ASP.NET 3.5]]></title>
<link>http://www.dotnetindex.com/articles/8098-Beginning-Ajax-and-ASPNET-35.asp</link>
<description>
<![CDATA[
<p>
Ajax is a great helper to us while developing rapid applications without worrying us at power of asynchronous. In Visyal Web Developer 2008 comes with builtin Atlas and ASP.NET3.5 . In this tutorial, I try to show you what's ajax and database querying at same time. 
</p>
]]>
</description>
</item>
<item>
<title><![CDATA[Using SUM Function in An SQL Statement]]></title>
<link>http://www.dotnetindex.com/articles/71-Using-SUM-Function-in-An-SQL-Statement.asp</link>
<description>
<![CDATA[
Sum function can be used for to get the sum of a numeric expression evaluated over a set. This function must be placed in an SQL statement. Following example will return the sum of ratings in articles.
]]>
</description>
</item>
</channel>
</rss>
