interactive metadata
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 190
Interactive calendar
This great Calendar lets you and your visitors keep track of birthdays, events, meetings, appointments, and special occasions, right from your website more>> This great Calendar lets you and your visitors keep track of birthdays, events, meetings, appointments, and special occasions, right from your website<<less
Added: 2004-11-25 License: Freeware Price: 0.00
29 downloads
Interactive DHTML art-demos
DHTML art: Interactive computer generated visual effects created by using only dynamic html animation. Source code available for anyone and free of use. more>> DHTML art: Interactive computer generated visual effects created by using only dynamic html animation. Source code available for anyone and free of use.<<less
Added: 2004-03-22 License: Freeware Price: 0.00
14 downloads
What is .NET metadata? 1.0.0
In the past, a software component (.exe or .dll) written in one language could not easily use a software component written in another language. COM provided a step forward in solving this problem. The .NET Framework makes component interoperation even more>> In the past, a software component (.exe or .dll) written in one language could not easily use a software component written in another language. COM provided a step forward in solving this problem. The .NET Framework makes component interoperation even easier by allowing compilers to emit additional declarative information into all modules and assemblies. This information, called metadata, helps components to seamlessly interact.<<less
Added: 2007-06-07 License: Freeware Price: $0.00USD
13 downloads
Other version of What is .NET metadata
License:Freeware
PHP Interactive 0.2
PHP Interactive is a web based interactive shell for PHP. more>>
PHP Interactive 0.2 serves as an application functioning as a web based interactive shell for PHP for users to write code in a text area (actually multiple text areas, with tabs to switch), and see the output of the code just pressing the update button. A raw and html output mode are supported to see the raw script output or to interpret it as html.
Major Features:
- PHP Interactive is free software under the terms of the GPL license. Its also freeware, you dont need to pay to use it.
- You can install it on a server, in a password protected folder in order to have a little development system that works on-line, this way its possible to continue a program from everywhere if there is a browser.
- No database required, just a simple PHP installation.
- Multiple scripts at the same time, with tabbing support.
- Multi-user, as long as different users work on different tabs.
- Its a simple PHP script, you will find very easy to modify and adapt this script for your needs.
Added: 2008-04-15 License: Freeware Price: Freeware
10 downloads
Dawson Interactive
Dawson Interactive offers quality front-end web design and development, and online marketing. Our specialties include: Typo3 content management system consulting, PHP and MySQL application integration more>> Dawson Interactive offers quality front-end web design and development, and online marketing. Our specialties include: Typo3 content management system consulting, PHP and MySQL application integration, and search engine marketing - including search engine optimization and paid search management.<<less
Added: 2007-07-13 License: Freeware Price: Free
836 downloads
Webberize Interactive Preloaders 1.0
Five amazing Flash preloaders compiled in a .mxp file. Auto installing extension for Flash MX. Really out of the box: -Download the mxp file > -Install it > -Open the Component Panel > -Drag your favourite loadbar on to the stage more>> Five amazing Flash preloaders compiled in a .mxp file. Auto installing extension for Flash MX. Really out of the box: -Download the mxp file > -Install it > -Open the Component Panel > -Drag your favourite loadbar on to the stage > -Publish... and you are done!<<less
Added: 2004-10-27 License: Price: 0.00 Price: 0.00
10 downloads
Other version of Webberize Interactive Preloaders
License:Not Specified
Interactive flash content box
Using this detailed tutorial, you will learn how to create interactivity flash content box using the action script. You can use this content box for any web site. more>> Using this detailed tutorial, you will learn how to create interactivity flash content box using the action script. You can use this content box for any web site.<<less
Added: 2007-04-24 License: Freeware Price: Free
942 downloads
What the Metadata stores? 1.0.0
Metadata stores the following information: Description of the assembly. Description of types. Attributes. more>> Metadata stores the following information: Description of the assembly. Description of types. Attributes.<<less
Added: 2007-06-06 License: Freeware Price: $0.00USD
10 downloads
Other version of What the Metadata stores
License:Freeware
The interactive Graphic Novel pre-alpha
Powered by PHP and JavaScript. Back boned by MySQL. This script, although still in development, is designed to allow users to create interactive visual stories for the MS-IE browser. The script itself will allow users to upload images and to create more>> Powered by PHP and JavaScript. Back boned by MySQL. This script, although still in development, is designed to allow users to create interactive visual stories for the MS-IE browser. The script itself will allow users to upload images and to create and view story nodes. This version of the script has been tested on linux and windows for the server side of the scripting. Missing functionality is currently being worked upon. The only thing that is currently missing is the ability to link story nodes from within. Note- This is still in its early stages. Feed back is apreciated. This version is only for developers. DL and view at your own frustation.<<less
Added: 2005-07-25 License: PHP Price: $0.00USD
14 downloads
Other version of The interactive Graphic Novel
Price: FreeAdditionalInfobasiclyfollowthephplicense
License:PHP License
License:PHP License
Interactive Efficient Frontier Viewer
Interactive Efficient Frontier Viewer - Efficient Frontier Viewer using nested functions more>>
Interactive Efficient Frontier Viewer offers you a powerful tool using nested functions which allows you to create graphical tools with little coding. This example creates an efficient frontier from supplied data (or generates random returns if no inputs are supplied) and then allows the user to move a crosshair along the efficient frontier to view the weights for the selected portfolio.
This example is similar in functionality to "Efficient Frontier GUI" but the code is less intimidating for new users. It invokes the "portopt" function from MATLABs Financial Toolbox to create the efficient frontier.
Added: 2007-08-15 License: Freeware Price: Freeware
12 downloads
Metadata 0.24
Metadata 0.24 is a smart and easy module that represents the base class for metadata. more>> Metadata 0.24 is a smart and easy module that represents the base class for metadata.<<less
Added: 2007-06-25 License: Other Free / Open Source License Price: OtherFreeOpenSourceLicense
1 downloads
What are the Benefits of Metadata? 1.0.0
Metadata provides the following major benefits: Self-describing files ? Common language runtime modules and assemblies are self-describing. A modules metadata contains everything needed to interact with another module. Metadata automatically provides more>> Metadata provides the following major benefits: Self-describing files ? Common language runtime modules and assemblies are self-describing. A modules metadata contains everything needed to interact with another module. Metadata automatically provides the functionality of IDL in COM, allowing you to use one file for both definition and implementation. Runtime modules and assemblies do not even require registration with the operating system. As a result, the descriptions used by the runtime always reflect the actual code in your compiled file, which increases application reliability.<<less
Added: 2007-06-07 License: Freeware Price: $0.00USD
13 downloads
Other version of What are the Benefits of Metadata
License:Freeware
Get metadata on MySQL databases
Getting information about databases if essential if you want to write generic and scalable applications. This code shows you how to get information such as all databases on the server, all tables in e more>> Getting information about databases if essential if you want to write generic and scalable applications. This code shows you how to get information such as all databases on the server, all tables in each database and all field and field info for each table. Even if you do not need to build on this code, you might want to copy the code which prints out all databases, tables and field information plus examples. Its a great way to get an overview of the tables you are working on for a project.<<less
Added: 2007-01-25 License: Freeware Price: Free
1009 downloads
Interactive Tag, CSS2, and DOM2 Javascript Reference 62
The site for web developers, especially those who need full cross reference of HTML elements, attributes and CSS style sheet attributes. The reference of this site is fundamentally based on W3C HTML4.01 and CSS2 specification, mostly the appendices more>> The site for web developers, especially those who need full cross reference of HTML elements, attributes and CSS style sheet attributes. The reference of this site is fundamentally based on W3C HTML4.01 and CSS2 specification, mostly the appendices at the end of the specifications.<<less
Added: 2005-02-10 License: Freeware Price: $0.00USD
15 downloads
How metadata is stored? 1.0.0
Assemblies contain tables of metadata. These tables are described by the CIL specification. The metadata tables will have zero or more entries and the position of an entry determines its index. When CIL code uses metadata it does so through a metadata more>> Assemblies contain tables of metadata. These tables are described by the CIL specification. The metadata tables will have zero or more entries and the position of an entry determines its index. When CIL code uses metadata it does so through a metadata token. This is a 32-bit value where the top 8 bits identify the appropriate metadata table, and the remaining 24 bits give the index of the metadata in the table. The Framework SDK contains a sample called metainfo that will list the metadata tables in an assembly; however, this information is rarely of use to a developer.<<less
Added: 2007-06-07 License: Freeware Price: $0.00USD
14 downloads
Other version of How metadata is stored
License:Freeware
Secleted [ 0 ] software to compare
Copyright Notice:
Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future software development. The above interactive metadata search only lists software in full, demo and trial versions for free download. Download links are directly from our mirror sites or publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed