<?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[Applet and Servlet Communication]]></title>
<link>http://www.dotnetindex.com/articles/9186-Applet-and-Servlet-Communication.asp</link>
<description>
<![CDATA[
<font><font size="2">Java servlets provide a new and exciting method of developing
server-side solutions. Servlets provide the features of traditional CGI scripts with the
added benefits of efficiency and portability. Currently, major corporations are making the
migration from CGI scripts to Java servlets. As a result, the demand for applet and
servlet communication is on the rise.</font></font>
]]>
</description>
</item>
<item>
<title><![CDATA[Tagged and Bagged]]></title>
<link>http://www.dotnetindex.com/articles/9187-Tagged-and-Bagged.asp</link>
<description>
<![CDATA[
Ever since Sun Microsystems (aka &quot;the dot in dot-com&quot;) came up with
Java, the geeks have been screaming themselves hoarse about the wonders
of this technology. Terms like &quot;platform-independent code&quot; and &quot;write
once, run anywhere&quot; have been given so much airplay that even novice
Java developers are aware of them, and the language is also popular
with talk-show pundits and Internet consultants, who tout it as the
solution to almost all problems of cross-platform compatibility.
]]>
</description>
</item>
<item>
<title><![CDATA[Using Regular Expressions with Ruby]]></title>
<link>http://www.dotnetindex.com/articles/9185-Using-Regular-Expressions-with-Ruby.asp</link>
<description>
<![CDATA[
Ruby supports regular expressions as a language feature.  In Ruby, a regular expression is written in the form of /pattern/modifiers
where &quot;pattern&quot; is the regular expression itself, and &quot;modifiers&quot; are a
series of characters indicating various options. The &quot;modifiers&quot; part
is optional.
]]>
</description>
</item>
<item>
<title><![CDATA[Image manipulation and watermarking in PHP with GD2]]></title>
<link>http://www.dotnetindex.com/articles/9089-Image-manipulation-and-watermarking-in-PHP-with-GD2.asp</link>
<description>
<![CDATA[
The following functions are what I usually use to handle images in my projects. We&rsquo;ve got reScaleImage which will resize and save an image, keeping aspect ratio.<br />
<br />
We&rsquo;ve got constrainImage which will only get new width and height for an image if it is to be scaled using constraints in both x and y. Let&rsquo;s pretend we&rsquo;ve got an image that&rsquo;s 1000&times;500 and pass its filename and 500 and 500 as constraints on x and y. It should then return 500&times;250. This function will not actually do anything with the image itself, only get the new dimensions.
]]>
</description>
</item>
<item>
<title><![CDATA[Making A Cool Login System With PHP, MySQL & jQuery]]></title>
<link>http://www.dotnetindex.com/articles/9088-Making-A-Cool-Login-System-With-PHP-MySQL--jQuery.asp</link>
<description>
<![CDATA[
<p>
Today we are making a cool &amp; simple login / registration system.
It will give you the ability to easily create a member-only area on
your site and provide an easy registration process.
</p>
<p>
It is going to be PHP driven and store all the registrations into a MySQL database.
</p>
]]>
</description>
</item>
<item>
<title><![CDATA[Build a customizable RSS feed aggregator in PHP]]></title>
<link>http://www.dotnetindex.com/articles/9072-Build-a-customizable-RSS-feed-aggregator-in-PHP.asp</link>
<description>
<![CDATA[
RSS (Rich Site Summary, RDF Site Summary, or Really Simple Syndication)
has been around since the mid-1990s. Over the years, several variants
of the RSS format have popped up and several claims have been made
about its ownership. Despite these differences, RSS never ceased to
serve its usefulness in distributing Web content from one Web site to
many others. The popularity of RSS gave way to the growth of a new
class of Web software called the <em>feed reader</em>, also known as the <em>feed aggregator</em>.
Although there are several commercially available feed aggregators,
it's easy to develop your own feed aggregator, which you can integrate
with your Web applications. You'll appreciate this article's fully
functional PHP code snippets, demonstrating the use of PHP-based
server-side functions to develop a customizable RSS feed aggregator. In
addition, you'll reap instant benefits from using the fully functional
RSS feed aggregator code, which you can download from this article.
]]>
</description>
</item>
<item>
<title><![CDATA[Custom RSS 2.0 Content Feeds using OOP]]></title>
<link>http://www.dotnetindex.com/articles/9071-Custom-RSS-20-Content-Feeds-using-OOP.asp</link>
<description>
<![CDATA[
With WEB 2.0 fast approaching we are scurrying to make our sites ready
for the change. Adding syndicated content to get a deeper reach in to
this web is one way to get started. In this tutorial i will show you
how to make your own RSS 2.0 Content Feed using Object Orientated
Programming for your website. At the end of the tutorial there will
also be the full script for you to learn by example or just cut out the
middle man and use it.
]]>
</description>
</item>
<item>
<title><![CDATA[PHP Development: Getting Started]]></title>
<link>http://www.dotnetindex.com/articles/9057-PHP-Development-Getting-Started.asp</link>
<description>
<![CDATA[
It's been a few years since I echo'd my first HELLO WORLD script. PHP
has developed and evolved and yes, it has changed since it was first
devised as little Perl extensions on Rasmus Lerdorf's localhost. Still,
for a little Home Page script, it has grown into something that is now
used on over 200 million websites around the world. That is nothing to
be scoffed at. In this article we'll discuss the two most important
things we should try to remember when developing in PHP.
]]>
</description>
</item>
<item>
<title><![CDATA[How to Count all elements in an array]]></title>
<link>http://www.dotnetindex.com/articles/9056-How-to-Count-all-elements-in-an-array.asp</link>
<description>
<![CDATA[
PHP <a href="http://php.net/manual/en/function.count.php">Count function</a> can <span class="dc-title">count all elements in an array, or properties in an object. Counting an array gives us array kength which is </span>umber of elements it contains. 
]]>
</description>
</item>
<item>
<title><![CDATA[Building tiny web-applications in Ruby using Sinatra]]></title>
<link>http://www.dotnetindex.com/articles/9041-Building-tiny-web-applications-in-Ruby-using-Sinatra.asp</link>
<description>
<![CDATA[
<span style="border-collapse: separate; color: #000000; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px" class="Apple-style-span"><span style="color: #2c3b42; font-family: Arial,Helvetica,sans-serif; font-size: 13px; line-height: 16px" class="Apple-style-span">Sinatra is a library that allows you to build almost any kind of web-based in a very simple manner. When you code in Sinatra you&rsquo;re bound only by HTTP and your Ruby knowledge. You'll obviously want to start building tiny web-applications and small services, and that's just what we'll do in this article. By the end of this article by Satish Talim, you'll be able to understand how to install Sinatra and its dependencies and how to deploy the tiny web-app to Heroku.</span></span>
]]>
</description>
</item>
<item>
<title><![CDATA[HTML Default Hyperlink Colors]]></title>
<link>http://www.dotnetindex.com/articles/9040-HTML-Default-Hyperlink-Colors.asp</link>
<description>
<![CDATA[
<span style="border-collapse: separate; color: #000000; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px" class="Apple-style-span"><span style="color: #2c3b42; font-family: Arial,Helvetica,sans-serif; font-size: 13px; line-height: 16px" class="Apple-style-span">Ever work on hyperlinks on your webpage or blog and suddenly think, &quot;What are the default colors for HTML hyperlinks?&quot;. This tutorial answers this question with a handy reference on the default HTML hyperlink colors in their four states.</span></span>
]]>
</description>
</item>
<item>
<title><![CDATA[HTML 5 Tutorial – Rounded Corners]]></title>
<link>http://www.dotnetindex.com/articles/9039-HTML-5-Tutorial--Rounded-Corners.asp</link>
<description>
<![CDATA[
<span style="border-collapse: separate; color: #000000; font-family: 'Times New Roman'; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px" class="Apple-style-span"><span style="font-family: Calibri,Candara,Verdana,Arial,sans-serif; font-size: 14px; line-height: 22px" class="Apple-style-span">In a<span class="Apple-converted-space">&nbsp;</span><a style="border-width: 0px; margin: 0px; padding: 0px; outline-width: 0px; font-size: 14px; vertical-align: baseline; background-color: transparent; color: #004b91" href="http://www.spicywebdesign.com/html-5-tutorial-a-simple-web-page-layout/" target="_blank">previous tutorial</a>, we demonstrated a simple HTML 5 web page layout. In this tutorial, we will change the look of some of the HTML 5 elements and give them rounded corners using CSS (cascading style sheets) rules. We will also separate the elements using margins to give these elements a floating appearance.</span></span>
]]>
</description>
</item>
<item>
<title><![CDATA[Making A Cool Login System With PHP, MySQL & jQuery]]></title>
<link>http://www.dotnetindex.com/articles/9042-Making-A-Cool-Login-System-With-PHP-MySQL--jQuery.asp</link>
<description>
<![CDATA[
<span style="border-collapse: separate; color: #000000; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px" class="Apple-style-span"><span style="color: #2c3b42; font-family: Arial,Helvetica,sans-serif; font-size: 13px; line-height: 16px" class="Apple-style-span">We are developing a cool and simple login/registration system in a few easy to follow steps. You can download the complete source code and modify it to fit your own needs.</span></span>
]]>
</description>
</item>
<item>
<title><![CDATA[Connecting to a MySQL Database using Connector/J JDBC Driver]]></title>
<link>http://www.dotnetindex.com/articles/8867-Connecting-to-a-MySQL-Database-using-ConnectorJ-JDBC-Driver.asp</link>
<description>
<![CDATA[
In this tutorial following topics will be covered:
<p>
What are Database URLs in JDBC?<br />
Why and how to specify a JDBC Driver name?<br />
How to create a connection to a Database?<br />
An example on how to connect to a MySQL Database?
</p>
]]>
</description>
</item>
<item>
<title><![CDATA[5 Developing Java Stored Procedures]]></title>
<link>http://www.dotnetindex.com/articles/8868-5-Developing-Java-Stored-Procedures.asp</link>
<description>
<![CDATA[
<span style="border-collapse: separate; color: #000000; font-family: 'Times New Roman'; font-size: medium; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px" class="Apple-style-span"><span style="font-family: Tahoma,sans-serif; font-size: small" class="Apple-style-span">Oracle JVM has all the features you must build a new generation of enterprise-wide applications at a low cost. The most important feature is the support for stored procedures. Using stored procedures, you can implement business logic at the server level, thereby improving application performance, scalability, and security.</span></span>
]]>
</description>
</item>
<item>
<title><![CDATA[Introduction to VBScript and Windows Script Host]]></title>
<link>http://www.dotnetindex.com/articles/8866-Introduction-to-VBScript-and-Windows-Script-Host.asp</link>
<description>
<![CDATA[
<span style="border-collapse: separate; color: #000000; font-family: 'Times New Roman'; font-size: 16px; font-style: normal; font-variant: normal; font-weight: normal; letter-spacing: normal; line-height: normal; orphans: 2; text-indent: 0px; text-transform: none; white-space: normal; widows: 2; word-spacing: 0px" class="Apple-style-span">This is a brief introduction to the VBScript language under Windows Script Host (WSH). The target audience is community college students taking their first-year &quot;computer concepts&quot; classes, most of whom have not taken an operating systems class or formal programming language class. &nbsp;</span>
]]>
</description>
</item>
<item>
<title><![CDATA[Rolling with Ruby on Rails]]></title>
<link>http://www.dotnetindex.com/articles/8865-Rolling-with-Ruby-on-Rails.asp</link>
<description>
<![CDATA[
Maybe you've heard about Ruby on Rails, the super productive new way to develop web applications, and you'd like to give it a try, but you don't know anything about Ruby or Rails. This article steps through the development of a web application using Rails. It won't teach you how to program in Ruby, but if you already know another object-oriented programming language, you should have no problem following along (and at the end you can find links on learning Ruby).
]]>
</description>
</item>
<item>
<title><![CDATA[Four Days on Rails]]></title>
<link>http://www.dotnetindex.com/articles/8864-Four-Days-on-Rails.asp</link>
<description>
<![CDATA[
There have been many extravagant claims made about Rails. For example, Curt Hibbs' Rolling with Ruby on Railsclaimed that you could develop a web application at least ten times faster with Rails than you could with a typical Java framework... The article then goes on to show how to install Rails and Ruby on a PC and build a working &quot;scaffold&quot; application with virtually no coding.
<p>
&nbsp;
</p>
]]>
</description>
</item>
<item>
<title><![CDATA[Java file handling tutorial]]></title>
<link>http://www.dotnetindex.com/articles/8850-Java-file-handling-tutorial.asp</link>
<description>
<![CDATA[
One of the most frequently used task in programming is writing to and reading from a file. To do this in Java there are more possibilities. At this time only the most frequently used text file handling solutions will be presented
]]>
</description>
</item>
<item>
<title><![CDATA[Using the Ruby DBI Module]]></title>
<link>http://www.dotnetindex.com/articles/8836-Using-the-Ruby-DBI-Module.asp</link>
<description>
<![CDATA[
The Ruby DBI module provides a database-independent interface
for Ruby scripts similar to that of the Perl DBI module. This
document describes how to write Ruby DBI-based scripts. It is
an adjunct to and not a substitute for the Ruby DBI specification
documents. See the &quot;Resources&quot; section for a pointer
to the specifications and also for information about downloading
the example scripts used here.
]]>
</description>
</item>
<item>
<title><![CDATA[Using the Ruby MySQL Module]]></title>
<link>http://www.dotnetindex.com/articles/8835-Using-the-Ruby-MySQL-Module.asp</link>
<description>
<![CDATA[
Programs that access MySQL databases can be written in the Ruby
scripting language by using Tomita Masahiro's MySQL module. This
module provides a Ruby client API; it is implemented as a wrapper
around the MySQL C client API. This document describes how to
install the MySQL module and use it to write MySQL-based Ruby
scripts. A related document describes the Ruby DBI module that
provides a higher-level interface that is more abstract and database-independent.
See the &quot;Resources&quot; section for a pointer to that document
and also for information about downloading the example scripts
used here.
]]>
</description>
</item>
<item>
<title><![CDATA[A Simple Twitter App with Ruby on Rails – Messages With Ajax]]></title>
<link>http://www.dotnetindex.com/articles/8821-A-Simple-Twitter-App-with-Ruby-on-Rails--Messages-With-Ajax.asp</link>
<description>
<![CDATA[
Ruby on Rails is a web application framework that promotes rapid
development. Clients&rsquo; demands are ever increasing yet they still expect
the same quality of output.
]]>
</description>
</item>
<item>
<title><![CDATA[101 CSS Techniques Of All Time- Part 1]]></title>
<link>http://www.dotnetindex.com/articles/8820-101-CSS-Techniques-Of-All-Time--Part-1.asp</link>
<description>
<![CDATA[
<p>
CSS has fundamentally changed web design, it has provided designers
with a set of properties that can be tweaked to make various techniques
to make your pages just look right.
</p>
<p>
Today we are presenting a round-up of 101 CSS techniques designers
use all the time. Definitely worth taking a very close look at! This is
just the first series , the second part will be coming soon, stay tuned
and Enjoy!
</p>
]]>
</description>
</item>
<item>
<title><![CDATA[50+ Amazing Jquery Examples- Part1]]></title>
<link>http://www.dotnetindex.com/articles/8819-50-Amazing-Jquery-Examples--Part1.asp</link>
<description>
<![CDATA[
Many of us have been using a good deal of jQuery plugins lately. Below
I have provided a list of the 50 favorite plugins many developers use.
Some of these you may have already seen, others might be new to you.&nbsp;
This is just the first series , the second version will be coming soon,
stay tuned and Enjoy!
]]>
</description>
</item>
<item>
<title><![CDATA[Using datediff function in Sybase]]></title>
<link>http://www.dotnetindex.com/articles/8818-Using-datediff-function-in-Sybase.asp</link>
<description>
<![CDATA[
Returns
the difference between two dates. Datediff function calculates the
number of date parts between two specified dates. Function takes three
arguments. The first is a date part. The second and third are dates.
The result is a signed integer value equal to <em>date2</em>&nbsp;-&nbsp;<em>date1</em>, in 
date parts.
]]>
</description>
</item>
<item>
<title><![CDATA[Building Your First WebServer Application: A Tutorial]]></title>
<link>http://www.dotnetindex.com/articles/8817-Building-Your-First-WebServer-Application-A-Tutorial.asp</link>
<description>
<![CDATA[
DataCraft Paper: Building Your First WebServer Application: A TutorialAfter spending months building a 
moderate-size application with Oracle's WebServer 2.0 and 2.1, it seems to me 
there are a lot of things Oracle left out of the manuals.&nbsp; Not secrets, really, 
just omissions that would have made life easier if they'd been in there.&nbsp; The 
most frustrating part was getting started.&nbsp; Installation was easy enough - as 
long as you follow Oracle's instructions to the letter, and review all the log 
files - but after that I was clueless.&nbsp; Yes, I knew PL/SQL, plus I knew a fair 
amount about HTML and web servers in general, but there was a large gray muddle 
between the two that the docs didn't wipe away.&nbsp; (And in case you're wondering, 
I didn't have time to go to class, I had a deadline.)&nbsp; This paper contains the 
information I wish I had known when I was just starting.
]]>
</description>
</item>
<item>
<title><![CDATA[XHTML Tutorial Part III (Attributes)]]></title>
<link>http://www.dotnetindex.com/articles/8797-XHTML-Tutorial-Part-III-Attributes.asp</link>
<description>
<![CDATA[
<font face="Arial, Helvetica, sans-serif" size="2">In this part of the
XHTML tutorial, I will show you the changes to HTML attributes in
XHTML. HTML attributes are the extra parts you can add onto tags (such
as src in the img tag) to change the way in which they are shown. There
are four changes to the way in which attributes are changed.</font>
]]>
</description>
</item>
<item>
<title><![CDATA[XHTML Tutorial Part II (XHTML Tags)]]></title>
<link>http://www.dotnetindex.com/articles/8796-XHTML-Tutorial-Part-II-XHTML-Tags.asp</link>
<description>
<![CDATA[
<div align="left">
<font face="Arial, Helvetica, sans-serif" size="2">One of the major
changes to HTML which was introduced to XHTML is that tags must always
be properly formed. With the old HTML specification you could be very
sloppy in your coding, with missing tags and incorrect formation
without many problems but in XHTML this is very important.</font>
</div>
]]>
</description>
</item>
<item>
<title><![CDATA[Introduction to XHTML]]></title>
<link>http://www.dotnetindex.com/articles/8795-Introduction-to-XHTML.asp</link>
<description>
<![CDATA[
<font face="Arial, Helvetica, sans-serif" size="2">Although many people
have never heard of it, XHTML is really the future of the internet. It
is the newest generation of HTML (comming after HTML 4) but has many
new features which mean that it is, in some ways, like XML. In this
tutorial I will explain how XHTML differs from HTML and how you can
update your pages to support it.</font>
]]>
</description>
</item>
<item>
<title><![CDATA[Simple Perl Database Program?]]></title>
<link>http://www.dotnetindex.com/articles/8771-Simple-Perl-Database-Program.asp</link>
<description>
<![CDATA[
<p>
 One of the most common questions I receive nowadays is how to make
a simple database program in perl. Therefore, I have decided to make a
step-by-step tutorial on how to do so. 
</p>
 
<p>
Before I continue though, the text file containing the full script is available at <a href="http://bytes.com/serversidescripting/perl/tutorials/asimpledatabaseprogram/database.txt">database.txt</a> 
</p>
 
<p>
Though
it is very possible (and common) to create powerful database programs
using SQL, this tutorial will be based on using pipe-delimited flat
file databases. What does all this jargon mean? It just simply states
that records in the database will be separated by newlines, and each
'column' in each line is separated using a pipe, or the &quot;|&quot; character.
These files are just simple text files as well. 
</p>
]]>
</description>
</item>
<item>
<title><![CDATA[Short guide to DBI (The Perl Database Interface Module)]]></title>
<link>http://www.dotnetindex.com/articles/8770-Short-guide-to-DBI-The-Perl-Database-Interface-Module.asp</link>
<description>
<![CDATA[
<p>
 Relational databases started to get to be a big deal in the 1970's,
andthey're still a big deal today, which is a little peculiar, because
they're
a 1960's technology.
</p>
   A relational database is a bunch of rectangular tables. Each row of a table
is a record about one person or thing; the record contains several pieces
of information called <em>fields</em>. 
]]>
</description>
</item>
<item>
<title><![CDATA[Database Programming with Perl]]></title>
<link>http://www.dotnetindex.com/articles/8769-Database-Programming-with-Perl.asp</link>
<description>
<![CDATA[
I'd like to think that I'm a reasonably decent Perl programmer now. I'd
like to think that I have a good grasp of how to solve relatively
common problems in Perl. But, you know, it hasn't always been this way.
Oh no.
<p>
A long, long time ago, when I was a tiny little programmer, I worked as
a trainee Perl coder and systems administrator for a large database
company. Naturally, at a database company, a lot of what we had to do
was talking to databases in Perl. As a fresh-faced programmer, the only
way I knew to interface with databases was through a command-line SQL
client.
</p>
]]>
</description>
</item>
<item>
<title><![CDATA[Perl Regular Expressions]]></title>
<link>http://www.dotnetindex.com/articles/8768-Perl-Regular-Expressions.asp</link>
<description>
<![CDATA[
What are
regular expressions and what are they good for? This article covers the very first
steps in understanding the concept of regular expressions and their use in Perl.
]]>
</description>
</item>
<item>
<title><![CDATA[Multiplexing filhandles with select() in Perl]]></title>
<link>http://www.dotnetindex.com/articles/8767-Multiplexing-filhandles-with-select-in-Perl.asp</link>
<description>
<![CDATA[
Sometimes, especially when writing network services, it is
necessary to be able to multiplex between several filehandles instead of
blocking on read/write operations on them. This article explains how to
do this using Perl's select() and the IO::Select module. 
]]>
</description>
</item>
<item>
<title><![CDATA[Perl File Handling: open, read, write and close files]]></title>
<link>http://www.dotnetindex.com/articles/8766-Perl-File-Handling-open-read-write-and-close-files.asp</link>
<description>
<![CDATA[
This article describes the facilities provided for <strong>Perl file</strong> handling. 
The command above will associate the FILE filehandle with the file
filename.txt. You can use the filehandle to read from the file. If
the file doesn't exist - or you cannot read it for any other reason - then
the script will die with the appropriate error message stored in the
$! variable.
What if you wanted to <strong>modify the file</strong> instead of just reading from it? Then
you'd have to specify the appropriate mode using the three-argument form of
open. 
]]>
</description>
</item>
<item>
<title><![CDATA[Realtime Form Validation Using Ajax]]></title>
<link>http://www.dotnetindex.com/articles/8729-Realtime-Form-Validation-Using-Ajax.asp</link>
<description>
<![CDATA[
If you've ever entered form data on the Internet, you've likely
encountered cases where server-side processing is used to validate that
the data meets a specified set of criteria. JavaScript may be used on
the client-side to validate the format of simple data such as email
addresses, phone numbers, dates, or credit card numbers. However,
client-side processing is limited in that it cannot apply business
rules or access server-side data sources to perform that validation.
]]>
</description>
</item>
<item>
<title><![CDATA[Screen capture with PHP and GD]]></title>
<link>http://www.dotnetindex.com/articles/8709-Screen-capture-with-PHP-and-GD.asp</link>
<description>
<![CDATA[
Pierre shows you how to get a screen-shot of a site using PHP and GD2 on Windows. The examples he's presented shows you how to get a screen shot of IE, and goes on to show how to get a site loaded into IE and capture the screen only after the page loads completely on the browser.
<p>
This method can be used to capture any kind of window.
</p>
 
]]>
</description>
</item>
<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>
</channel>
</rss>
