Perl Lists: More Functions and Operators

Monday, March 31st, 2008

We left off covering the splice function which can be used for adding and removing elements from a list. We also spoke about four other functions pop push shift and unshift which are all ...

Python Operators

Monday, January 14th, 2008

In the previous two articles on Python I promised to tell you about Operators but I lied. Instead I covered such things as conditionals sets lists dictionaries and so forth. Now at last I am going to cover the various operators that ...

Python Conditionals, Lists, Dictionaries, and Operators

Monday, November 26th, 2007

In our last article we learned how to get input from the user store data in a variable and work with some basic operators to manipulate that data. In this article we will learn to use Conditional Statements and possibly create functions. So wipe that mustard off your ...

PHP Operators

Wednesday, October 31st, 2007

What can you do without operators Not much if you re trying to do without them in a programming language and PHP is no exception. On Monday we barely had time to show you a long list of the operators in PHP. Today we re ...

Conditionals, Expressions and Other Java Operators

Tuesday, October 23rd, 2007

In our last article we left off with Operators. Since then a strange time fluctuation has occurred and that is exactly where we pick up. So keep reading to learn about exotic things like conditionals expressions and more.... Refurbished and Used Networking Equipment Network Liquidators sells refurbished and ...

Java Operators

Monday, October 22nd, 2007

It s been about a month or so since we finished our beginning Java series so I m sure you re ready for more. This time I am going to teach you to work with operators in Java. When I am finished you will be able to ...

Perl: More on Data Types and Operators

Monday, October 15th, 2007

So when we last left off I left you lost in a tumultuous sea of data types variables and strings. Fortunately for you you have the black Perl the world s fastest ship and a magical compass to point you in the right direction. ...

Using Boolean Operators for Full Text and Boolean Searches with MySQL

Wednesday, June 20th, 2007

Implementing full text searches with MySQL can improve the execution of queries against specific database tables. If you want to put this useful feature to work for you start reading this article now Welcome to the final tutorial of the series that began with Performing Full Text ...

Optimizing Queries with Operators for Date, Time and Other Functions

Thursday, April 13th, 2006

This article will give you a good grounding in operators branching and functions in MySQL so you can make the database instead of your own code do the bulk of the work. It is the third of three parts and excerpted from chapter four of ...

Optimizing Queries with Operators, Branching and Functions, continued

Thursday, April 6th, 2006

This article will give you a good grounding in operators branching and functions in MySQL so you can make the database instead of your own code do the bulk of the work. It is the second of three parts and excerpted from chapter four of ...

Optimizing Queries with Operators, Branching and Functions

Thursday, March 30th, 2006

This article will give you a good grounding in operators branching and functions in MySQL so you can make the database instead of your own code do the bulk of the work. It is the first of three parts and excerpted from chapter four of ...