Download Shareware and Freeware Software for Windows, Linux, Macintosh, PDA

line Home  |  About Us  |  Link To Us  |  FAQ  |  Contact

Serving Software Downloads in 956 Categories, Downloaded 50.389.476 Times

Simple Scroller Xml Flash freeware
Filter: All | Freeware | Demo
 

Simple Scroller Xml Flash

1 2 3 4 5 > 
Added: July 07, 2010 | Visits: 720

XML::Genx XML::Genx is a simple, correct XML writer. SYNOPSIS use XML::Genx; my $w = XML::Genx->new; eval { # < foo >bar< /foo > $w->StartDocFile( *STDOUT ); $w->StartElementLiteral( foo ); $w->AddText( bar ); $w->EndElement; $w->EndDocument; }; die "Writing XML failed: $@" if $@; This...



Platforms: *nix

License: Freeware Size: 37.89 KB Download (107): XML::Genx Download

Released: October 24, 2012  |  Added: October 24, 2012 | Visits: 508

Simple Drop-Down Flash Menu Flash menu for Dreamweaver MX 2004 (or 8). Integrate power of Dreamweaver and beauty of Flash. If you want easy and fast build navigation on your site we suggest to try this flash menu extensions. The flash menu is Dreamweaver version. You can download Flash or Standalone(XML) version of the menu...





Platforms: Windows, Mac

License: Freeware Size: 203 KB Download (410): Simple Drop-Down Flash Menu Download

Added: April 08, 2010 | Visits: 1.140

FlashUnity FlashUnity project is a channel based approach to a XML Flash communications server and Chat room. The CyberSS project this spawned from was originally nothing more then a simple PHP socket server example with a simple chat frontend as a proof of concept. FlashUnity however was built from the...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (99): FlashUnity Download

Added: September 20, 2010 | Visits: 1.180

FlashUnity Client FlashUnity is a channel-based approach to an XML flash communications server and chat room. Using the concept of channels and filters the FlashUnity server becomes extremely flexible and very easy to extend. Also, by using channels it is possible to run multiple modular functions within the...


Platforms: *nix

License: Freeware Size: 481.28 KB Download (100): FlashUnity Client Download

Added: February 18, 2010 | Visits: 897

RDF::Simple::Parser RDF::Simple::Parser is a simple RDF/XML parser that reads a string containing RDF in XML. SYNOPSIS my $uri = http://www.zooleika.org.uk/bio/foaf.rdf; my $rdf = LWP::Simple::get($uri); my $parser = RDF::Simple::Parser->new(base => $uri) my @triples = $parser->parse_rdf($rdf); # returns...


Platforms: *nix

License: Freeware Size: 17.41 KB Download (104): RDF::Simple::Parser Download

Added: August 27, 2010 | Visits: 816

Tree::Simple::SAX Tree::Simple::SAX is a set of classes for using Tree::Simple with XML. SYNOPSIS use Tree::Simple::SAX; use XML::SAX::ParserFactory; my $handler = Tree::Simple::SAX::Handler->new(Tree::Simple->new()); my $p = XML::SAX::ParserFactory->parser(Handler => $handler); $p->parse_string(...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (94): Tree::Simple::SAX Download

Added: July 13, 2010 | Visits: 2.076

XML::Parser::YahooRESTGeocode SYNOPPSIS use LWP::Simple use XML::Parser; use XML::Parser::YahooRESTGeocode; #connect to yahoo geocode service my $url = http://api.local.yahoo.com/MapsService/V1/geocode; my $get = appid=YahooDemo&street=701+First+Street&city=Sunnyvale&state=CA; #call yahoo geocode service my $xml =...


Platforms: *nix

License: Freeware Size: 4.1 KB Download (116): XML::Parser::YahooRESTGeocode Download

Added: May 10, 2013 | Visits: 541

Custom Flash Charts This module displays selected MySQL table and numerical two-fields query result into a simple but customizable Flash Chart. Suitable for displaying numerical statistics as object hits.


Platforms: Windows, *nix, PHP, BSD

License: Freeware Download (50): Custom Flash Charts Download

Released: August 17, 2012  |  Added: August 17, 2012 | Visits: 674

JEX - Java Easy XML editor Simple Java XML editor, with easy hierarchy manipulation


Platforms: Windows, Mac, Linux

License: Freeware Size: 644.94 KB Download (56): JEX - Java Easy XML editor Download

Added: May 10, 2013 | Visits: 437

Sock4Log Sock4Log is a simple java xml server. Sock4Log is a small server application which are listening for client connections on the specified port number. It is created for retrieving xml log data from Flash Swf aplications which are using XmlSocketConnection, but you can use Sock4Log for other...


Platforms: Windows, Mac, *nix, Java, BSD Solaris

License: Freeware Download (55): Sock4Log Download

Added: May 15, 2013 | Visits: 609

HBorn pages generator for HTML Tools HBorn provides you a way to generate HTML/javascript pages from simple files as flash movie, text document, video clip, audio file... the file type is autorecognized.You can modify a lot of options in a simple configuration file, in order to determine the aspect of generated pages.


Platforms: JavaScript

License: Freeware Size: 81.92 KB Download (41): HBorn pages generator for HTML Tools Download

Released: November 19, 2012  |  Added: November 19, 2012 | Visits: 311

koalaXML Extremely simple Java XML data type, very useful as a parameter/return type, as well as a class property type.


Platforms: Windows, Mac, Linux

License: Freeware Size: 27.79 KB Download (47): koalaXML Download

Added: May 10, 2013 | Visits: 484

HBorn pages generator HBorn provides you a way to generate HTML/JavaScript pages from simple files as flash movie, text document, video clip, audio file... the file type is autorecognized. You can modify a lot of options in a simple configuration file, in order to determine the aspect of generated  pages.


Platforms: Windows, Mac, *nix, JavaScript, BSD Solaris

License: Freeware Download (58): HBorn pages generator Download

Added: October 28, 2013 | Visits: 147

Simple Scroller This snippet allows one to use an animated scroll-to-anchor effect on any page.


Platforms: Mac

License: Freeware Size: 10.24 KB Download (41): Simple Scroller Download

Added: August 19, 2010 | Visits: 698

XML::SimpleObject::LibXML XML::SimpleObject::LibXML is a Perl extension allowing a simple(r) object representation of an XML::LibXML DOM object. SYNOPSIS use XML::SimpleObject::LibXML; # Construct with the key/value pairs as argument; this will create its # own XML::LibXML object. my $xmlobj = new...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (94): XML::SimpleObject::LibXML Download

Released: August 01, 2012  |  Added: August 01, 2012 | Visits: 1.290

Class::XML Class::XML is a Perl module for simple XML Abstraction. SYNOPSIS package Foo; use base qw/Class::XML/; __PACKAGE__->has_attributes(qw/length colour/); __PACKAGE__->has_child(bar => Bar); package Bar; use base qw/Class::XML/; __PACKAGE__->has_parent(foo);...


Platforms: *nix

License: Freeware Size: 18.43 KB Download (97): Class::XML Download

Added: February 05, 2010 | Visits: 850

XML::NamespaceSupport XML::NamespaceSupport is Perl module a simple generic namespace support class. SYNOPSIS use XML::NamespaceSupport; my $nsup = XML::NamespaceSupport->new; # add a new empty context $nsup->push_context; # declare a few prefixes $nsup->declare_prefix($prefix1, $uri1);...


Platforms: *nix

License: Freeware Size: 8.19 KB Download (94): XML::NamespaceSupport Download

Released: April 04, 2004  |  Added: November 20, 2006 | Visits: 7.178

Amara Flash News Ticker Amara Flash News Ticker creates news tickers instantly. It only takes a few minutes to create a complete Flash news scroller. This Flash news scroller lets you create impressive and professional Flash Tickers for your web site or Flash project. Amara Flash News Ticker saves your settings. All...


Platforms: Windows

License: Freeware Size: 653 KB Download (929): Amara Flash News Ticker Download

Added: November 23, 2010 | Visits: 1.351

Template::Plugin::XML Template::Plugin::XML is a XML plugin for the Template Toolkit. SYNOPSIS [% USE XML; dom = XML.dom(foo.xml); xpath = XML.xpath(bar.xml); simple = XML.simple(baz.xml); rss = XML.simple(news.rdf); %] [% USE XML(file=foo.xml); dom = XML.dom xpath = XML.xpath # ...etc... %] [% USE...


Platforms: *nix

License: Freeware Size: 26.62 KB Download (107): Template::Plugin::XML Download

Added: April 23, 2010 | Visits: 816

XML::Literal XML::Literal is a Perl module with syntax support for XML literals. SYNOPSIS # This is not a source filter: it just augments glob(). use XML::Simple; use XML::Literal &XMLin; # Simple element my $xml1 = < hr/ >; # With variable interpolation my $xml2 = < input value=$ARGV[0] / >; #...


Platforms: *nix

License: Freeware Size: 24.58 KB Download (94): XML::Literal Download

1 2 3 4 5 >