- PHP
(35)
- PHP Form Tutorial - Validates Data

Tutorial on create a simple form that will validate the user input using PHP. This tutorial assumes the audience knows how to create a working form and discusses more of the PHP code required.
- Error while connect to network services in PHP

Error when you connect to network service is another runtime error in PHP.
When you connect other machines using a network we can imagine how the other hardware fails.
- Call to undefined function and wrong parameters in function.

In this tutorial we will discuss runtime errors in PHP caused by functions.
If your script call to undefined function or the function does exist, but the number of parameters is wrong you will receive an error.
- Runtime errors in PHP

In a previous tutorial we discussed PHP syntax errors description , and now we will talk about Runtime errors in PHP.
- PHP syntax errors description

Every programming language has number of rules, called syntax, which must be followed in the constructions in order to be valid.
- Complete PHP CURL, JSON and Google Maps API Example

The aim of this tutorial to show how you can combine, CURL, JSON and the Google Map API to create a widget that displays your browser position (internet connection) on a map.
- PHP script sending with external SMTP authentication

In my work I often have clients calling with the following statement: "My PHP script which is sending with external SMTP authentication is not working.
- PHP Errors, Warning, Notices

Did you receive this kind of PHP errors or something similar ?
Parse error: syntax error, unexpected T_ECHO in .
- PHP GD Display Watermark with PNG Alpha Blending

If you have a web gallery with truly your copyrighted image like photography, paintings, illustrations, drawings, etc.
- PHP GD Image Resize to Create Thumbnail

When we work on some website where the user or administrator of the website can upload new images by some CMS (Content Management System), we can think on this, how the pictures will be organized.
- more >>
-
- Flash Action Script
(2)
- How to build a dynamic news nugget

In this tutorial we will create a dynamic news nugget that reads the text from an xml file. It`s very useful when you want to read some rss feeds into a flash file.
- How to create a Flash text scroller with no coding

In this tutorial we will create a basic Flash text scroller using vertical and horizontal scrollbars without coding.
-
- Java script
(6)
- jQuery for Beginners - Step by Step Tutorial (Part 3)

.
- jQuery for Beginners - Step by Step Tutorial (Part 2)

Here we will continue from previous part of jQuery for Beginners Tutorial.
Selectors
The selectors in jQuery seems like this: $(.
- jQuery for Beginners - Step by Step Tutorial (Part 1)

jQuery is JavaScript framework, which makes very easy development of JavaScript applications. Moreover jQuery will guaranty you that your application will work on most popular web browsers used today.
- Debug Java Script Applicatons with Firebug

Java Script is very popular scripting language tool, because he use small source code, cross platform within many browser and the execution of the script is fast for this, because calculation of the script is made on user's computer and your server will stay available for main applications.
- Change IMG SRC picture with Java Script Dynamically

If you have some photo gallery, with many folders of your events and each folder give to user a list with all photos you probably want to display one large photo and the others are small (thumbnails) in some list bar.
- Create JavaScript Testimonials

Many websites have special section for displaying Testimonials and other greetings from visitors, users, clients, partners, etc .
-
- AJAX
(9)
- Editable Datagrid for Ruby on Rails Built with dhtmlxGrid

This tutorial shows how to display tabular data in Ruby on Rails environment within editable datagrid, using dhtmlxGrid.
- Paging using PHP & MySQL with AJAX

Most users when works with large databases for websites with much more records in it and when want to list all results, experiencing problems how to display the data and how to keep small and nice looking web page with fast page load time.
- AJAX Drop Down Select

If you are developing WEB application which need two inputs, and the list options of second depends from the first choose, it is good to be used AJAX.
- AJAX POST Method Request

All AJAX Application are based on small requests of data between client and server. Like in the standard HTML form requests, in this AJAX requests have two types of requests - GET and POST.
- Google-like AJAX Progress Bar

Each AJAX applications interact between server and client browser on small parts of data. Even this data is small, user have to be informed about progress of operation.
- MySQL PHP AJAX Query

We will continue with our AJAX Tutorials and make small AJAX Application using AJAX PHP MySQL Query to edit data in MySQL Database.
- Prevent AJAX scripts from caching

AJAX is modern new technology which gives you an advanced way to improve the quality, speed and interactivity of internet applications.
- AJAX Tutorial

To see how AJAX works, we will develop small AJAX Web Application.
First of all we need some HTML file with forms to input data.
- What is AJAX

This AJAX tutorial will teach you what is AJAX and how to use AJAX programming tools.
AJAX is coming from Asynchronous JavaScript And XML.
-