Main > Free Download Search >

Free falling objects for myspace script

falling objects for myspace

Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 938
Using Object in ASP

Using Object in ASP


To use an object in ASP, you should create an instance of an object. We use CreateObject method creating object. Lets see it on an real application. . more>> To use an object in ASP, you should create an instance of an object. We use CreateObject method creating object. Lets see it on an real application. .<<less
Added: 2006-09-18 License: Freeware Price: Free
1132 downloads
Analysing PHP Objects and Classes

Analysing PHP Objects and Classes


Due to the dynamic nature of PHP as a programming language it can be quite difficult to determine what is happening. This is then even harder if you don?t have access to debugging tools such as those in Zend Studio. more>> Due to the dynamic nature of PHP as a programming language it can be quite difficult to determine what is happening. This is then even harder if you don?t have access to debugging tools such as those in Zend Studio.<<less
Added: 2008-05-28 License: Other Price: $0.00USD
13 downloads
Changing object color on click

Changing object color on click


In this step by step tutorial, you will see how to change a object color using the action script code and color buttons. more>> In this step by step tutorial, you will see how to change a object color using the action script code and color buttons.<<less
Added: 2007-09-03 License: Freeware Price: $0.00USD
12 downloads
Change the object size

Change the object size


Use this tutorial to see how to change the object size in flash 8, using the Action Script. more>> Use this tutorial to see how to change the object size in flash 8, using the Action Script.<<less
Added: 2006-11-04 License: Freeware Price: Free
1096 downloads
Falling Snow Effect

Falling Snow Effect


Create a new document<br> Create a new document. Set background color to #FFEAF4. Set the width and height of your movie to be 400(width) by 300(height). You can define your document size depending on more>> Create a new document
Create a new document. Set background color to #FFEAF4. Set the width and height of your movie to be 400(width) by 300(height). You can define your document size depending on background image you are using. Here I am using snow-house image (see figure - snow-house.jpg) whose size is 400px by 300px. So I have kept my document size as per size of image I am using.
<<less
Added: 2007-05-05 License: Freeware Price: Free
771 downloads
falling snow javascript 3

falling snow javascript 3


Javascript falling snow script. Falling snow javascript with background music and some depth to it. You can set this script to literally fill your entire browser screen with snow. Enjoy. more>> Javascript falling snow script. Falling snow javascript with background music and some depth to it. You can set this script to literally fill your entire browser screen with snow. Enjoy.<<less
Added: 2007-10-03 License: Freeware Price: $0.00USD
12 downloads
FlippingBook SWF Object

FlippingBook SWF Object


FlippingBooK SWF Object - is a ready-to-use SWF file that you simply integrate into your HTML page. We have developed the object for users who do not have Macromedia Flash. The object cannot be contro more>> FlippingBooK SWF Object - is a ready-to-use SWF file that you simply integrate into your HTML page. We have developed the object for users who do not have Macromedia Flash. The object cannot be controlled with ActionScript. It can work only with external files and set up only through an XML file.<<less
Added: 2007-06-14 License: Commercial License Price: $25.00AdditionalInfoNolimitations
649 downloads
Erp Objects SDK 1.0.2408.7111

Erp Objects SDK 1.0.2408.7111


Erp Objects is a set of tools and controls which allows you to write erp applications very quickly by making Erp Object Sets, which are replacement to conventional datasets of ASP.NET. Intellisense, Typed Queries (Yes Typed Queries e.g. more>> Erp Objects is a set of tools and controls which allows you to write erp applications very quickly by making Erp Object Sets, which are replacement to conventional datasets of ASP.NET. Intellisense, Typed Queries (Yes Typed Queries e.g. Customers.GetObjects( CustomerSchema.FirstName. StartsWith("Marc") ); Typed queries are converted to SQL queries, which makes your business logic independent of underlying sql. Your code will run on any database if you use Erp Objects. facility of stored procedures and support for mysql is coming soon.<<less
Added: 2006-08-08 License: Freeware Price: $0.00USD
13 downloads
 
Other version of Erp Objects SDK
Erp Objects SDKapplications very quickly by making Erp Object Sets, which are replacement to conventional ... any database if you use Erp Objects. facility of stored procedures and support for mysql is
License:Freeware
Download
1189 downloads
Added: 2006-08-08
The Navigator object of JavaScript

The Navigator object of JavaScript


A look at the Navigator object of JavaScript and a list of useful visitor browser information returned. more>> A look at the Navigator object of JavaScript and a list of useful visitor browser information returned.<<less
Added: 2005-08-08 License: Freeware Price: $0.00USD
10 downloads
Object Extensions for PHP 0.1-beta

Object Extensions for PHP 0.1-beta


The Object Extensions for PHP provides several classes with the following functionality: Object Extensions adds of new functionality to PHP objects such as: * Add methods and properties to an object at runtime by dynamically extending by another object * more>> The Object Extensions for PHP provides several classes with the following functionality: Object Extensions adds of new functionality to PHP objects such as: * Add methods and properties to an object at runtime by dynamically extending by another object * Create object property lists that allow for dynamic setting/getting of values in a similar fashion to JavaScript objects (eg. {paramter: value, ...}) * Object property lists support basic value checking and defaults to easily check for valid input * Conveniently create function and method callbacks o Method callbacks can be defined by using $this->_callback()->metho dName(args, ...) o If callbacks are defined for object property lists, callback can be called using $propertyList->callbackNa me()<<less
Added: 2006-04-30 License: Other Price: $0.00USD
14 downloads
Understanding Session Object in ASP.NET 2.0

Understanding Session Object in ASP.NET 2.0


In this article, I would like to share and explain about Session objects in ASP.NET 2.0. How it is used and what new features has been introduced. I will also list out all the type of Session objects that you can use and the best practices for every more>> In this article, I would like to share and explain about Session objects in ASP.NET 2.0. How it is used and what new features has been introduced. I will also list out all the type of Session objects that you can use and the best practices for every Session objects type. In classic ASP, the Session object was held in process (as was everything) to the IIS process and therefore any crash to the IIS or apps pool being reset will cause the whole Session object being resetted. Hence this will make the Session objects not reliable at all and cannot be used to stored important data especially if your website is dealing with client login information or e-commerce type of website. In ASP.NET 2.0, new features has been introduced to make the Session objects more reliable and robust.<<less
Added: 2007-09-04 License: Free Non-Commercial Price: $0.00USD
16 downloads
Fading objects with actionscript code Actionscript 2

Fading objects with actionscript code Actionscript 2


While working with movie clips on stage, we you might want to fade the movie clip in or out instead of toggling its _visible property. There are two procedures to animate a movie clip By using onEnterFrame event handler By using set interval() more>> While working with movie clips on stage, we you might want to fade the movie clip in or out instead of toggling its _visible property. There are two procedures to animate a movie clip By using onEnterFrame event handler By using set interval() function<<less
Added: 2009-03-25 License: Freeware Price: $0.00USD
15 downloads
Introduction to Built-in Objects in ASP Pages

Introduction to Built-in Objects in ASP Pages


This tutorial helps you understand: How ASP server presents the programming environment to ASP pages with a number of run-time objects. Basic properties and methods of run-time objects: request, respo more>> This tutorial helps you understand: How ASP server presents the programming environment to ASP pages with a number of run-time objects. Basic properties and methods of run-time objects: request, response, server, application, and session.<<less
Added: 2006-10-30 License: Free for non-commercial use Price: Free
1092 downloads
Object follow the mouse on click

Object follow the mouse on click


Learn how to create that any object, follow the mouse on click using the Action Script. more>> Learn how to create that any object, follow the mouse on click using the Action Script.<<less
Added: 2006-11-02 License: Freeware Price: Free
1125 downloads
LINQ with C# Objects, Collections and Arrays 1

LINQ with C# Objects, Collections and Arrays 1


Language integrated query (LINQ) in .NET 3.5 provides querying capabilities to Object Oriented programming languages like C# or VB.NET. This tutorial explains LINQ architecture and common examples when using it with C#. more>> Language integrated query (LINQ) in .NET 3.5 provides querying capabilities to Object Oriented programming languages like C# or VB.NET. This tutorial explains LINQ architecture and common examples when using it with C#.<<less
Added: 2008-11-09 License: Freeware Price: $0.00USD
15 downloads
Secleted [ 0 ] software to compare
  • Page: 1 of 5
  • 1
  • 2
  • 3
  • 4
  • 5