C++
Project - Employees Management System in C++
Java
Count total number of occurences of a String in a text file in Java
PHP
Check that characters in a variable are alpha numeric using ereg in php
PHP
JPEG Directory thumbnail system in PHP
PHP
PHP Function to Encrypt-Decrypt a string without a known key
The string itself has his own different key for every character
C#
This Code Illustrates Actions
PHP
This function allows you to input your image , the percentage you wish
the width to be displayed at and the percentage you wish the height to be displayed at
imageresize.php code
PHP
An SQL Administration User Interface for the Web in PHP
JavaScript
This code block runs when specified is approached
C#
this code lets your project run only one instance at a time
Delphi
The following example demostrates the use of some advanced method in the Character unit. An edit box is configured to allow 2 unicode characters.
Java
Background tasks in Java
C#
get deserialized json object
Java
JTabbed pane example in Java
CSS
this is how to make shadow using css
C++
This Program Will Split And Join Any File in C++
Delphi
This example demonstrates how the AnimationType and Interpolation properties affect the rate at which the value of a property changes under their control. This is illustrated by controlling the X and Y of a TRectangle with TFloatAnimation instances.
The Interpolation properties on the TFloatAnimation objects are set to Linear, making the change of X and Y constant over time. The Interpolation and AnimationType properties of the TFloatAnimation instance can be set in the Object Inspector to any TInterpolationType and any TAnimationType.
Drawing of the path is done using the DrawLine method of the form's Canvas. Points are collected and drawn using a TPointF array in the animation's OnProcess event handler and then redrawn in the form's OnPaint event handler.
The TFloatAnimation instances have to be created as children of the TRectangle. Many of the TFloatAnimation properties can be set at design time.
To replicate this example, create a Multi-Device Application - Delphi and add the following components to the form:
A TRectangle--the animated object
Two TButton objects
Two TComboBox objects
Two TFloatAnimation objects
Rename the buttons to MoveRect and ReturnRect. Using the Object Inspector, add event handlers for the Form1.OnCreate, MoveRect.OnClick, ReturnRect.OnClick, FloatAnimation1.OnProcess, and Form1.OnPaint events. Fill in with the sample code below.
The form should look like the following image.
Java
Servlet context event notifications in Java
JavaScript
Requesting Data with JQuery
Contact Us