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.478.045 Times

Movable Type freeware
Filter: All | Freeware | Demo
 

Movable Type

< 1 2 3 4 5 > 
Added: January 25, 2010 | Visits: 501

iCal2blog X iCal2Blog can publish events in your iCal calendar(s) to your weblog via XML-RPC. The README contains usage instructions. Note that you'll need to modify Movable Type slightly to allow setting the Authored On field through XML-RPC methods--instructions on doing so are also in the README. Platforms: Mac

License: Freeware Size: 2 KB Download (89): iCal2blog X Download

Released: September 22, 2012  |  Added: September 22, 2012 | Visits: 386

MarsEdit for Mac OS A weblog editor that makes weblog writing as simple as writing email, with spell-checking, drafts, multiple windows, and even AppleScript support. Works with WordPress, Blogger, Tumblr, Squarespace, TypePad, Movable Type and dozens more through standard MetaWeblog and AtomPub interfaces.... Platforms: Mac

License: Freeware Size: 6.1 MB Download (434): MarsEdit for Mac OS Download

Released: July 06, 2012  |  Added: July 06, 2012 | Visits: 269

EspressoBlog 2.2.3 About EspressoBlog Ever wanted to write in your Blogger, MovableType, or otherwise-created weblog without going to the web interface? Want a convenient way to make a post to your page - right from your Dock or Desktop? Now you can, with EspressoBlog. Features include: * Engineered especially for... Platforms: Mac, locally or remotely in

License: Freeware Size: 522.24 KB Download (50): EspressoBlog 2.2.3 Download

Added: May 10, 2013 | Visits: 358

Crispy_RSS Crispy_RSS is a simple RSS parser built for PHP. It allows you to display syndicated RSS feeds from Movable Type blogs and LiveJournal sites. Crispy_RSS is good solution for custom Blog Rolls, portal sites and web based RSS aggregators. Platforms: Windows, Mac, *nix, PHP, BSD Solaris

License: Freeware Download (54): Crispy_RSS Download

Added: March 31, 2013 | Visits: 530

Core Tweaks WordPress Setup This plug-in completely automates the proper setup of your WordPress blog for search engine optimization.Primarily for use in new WP installations, the steps are based on an employee checklist from Search Commander, Inc. for setting up new blogs.Almost everything is covered, from changing the... Platforms: PHP

License: Freeware Size: 368.64 KB Download (47): Core Tweaks WordPress Setup Download

Added: June 27, 2013 | Visits: 488

Static Feed Improve the performance of your site by serving your feeds as static (XML) files.WARNINGIf you are not confident with creating/editing files or changing file permissions on your web server, this plugin may not be for you.Advantages * Reduces server processing load (reduces PHP and MySQL... Platforms: PHP

License: Freeware Size: 10 KB Download (42): Static Feed Download

Added: May 16, 2010 | Visits: 1.393

XML::Schema::Type::Simple XML::Schema::Type::Simple is a base class for simple XML Schema datatypes. SYNOPSIS package XML::Schema::Type::whatever; use base qw( XML::Schema::Type::Simple ); use vars qw( @FACETS ); @FACETS = ( minLength => 10, maxLength => 30, otherFacet => { value => $n, fixed => 1,... Platforms: *nix

License: Freeware Size: 143.36 KB Download (107): XML::Schema::Type::Simple Download

Added: May 26, 2010 | Visits: 1.673

XML Schema Standard Type Library XML Schema Standard Type Library, in short XSSTL, is a collection of universally-useful data types defined in the W3C XML Schema language. The provided types describe concepts such as email address, IP address, phone number, country code, US states, etc. To make all the types from XSSTL... Platforms: *nix

License: Freeware Size: 11.26 KB Download (97): XML Schema Standard Type Library Download

Added: March 03, 2010 | Visits: 1.127

Class::Meta::Type Class::Meta::Type is a Perl module for data type validation and accessor building. SYNOPSIS package MyApp::TypeDef; use strict; use Class::Meta::Type; use IO::Socket; my $type = Class::Meta::Type->add( key => io_socket, desc => IO::Socket object, name => IO::Socket Object ); This... Platforms: *nix

License: Freeware Size: 61.44 KB Download (93): Class::Meta::Type Download

Added: July 15, 2010 | Visits: 1.341

Audio::File::Type Audio::File::Type represents an audio filetype. An instance of an object inherited from Audio::File::Type is returned by the constructor of Audio::File. This object currently provides access to the audio files information like its audio properties (bitrate, sample rate, number of channels, ...)... Platforms: *nix

License: Freeware Size: 74.75 KB Download (110): Audio::File::Type Download

Added: April 27, 2010 | Visits: 921

File type determination File type determination is a little KDE Service Menu that calls the GNU file command to retrieve Mime information from files, and presents it inside a standard KDE dialog.. Platforms: *nix

License: Freeware Download (98): File type determination Download

Added: April 14, 2010 | Visits: 1.004

Hash::Type Hash::Type module contains pseudo-hashes as arrays tied to a "type" (list of fields). SYNOPSIS use Hash::Type; # create a Hash::Type my $personType = new Hash::Type(qw(firstname lastname city)); # create and populate some hashes tied to $personType tie %wolfgang, $personType, "wolfgang... Platforms: *nix

License: Freeware Size: 8.19 KB Download (97): Hash::Type Download

Added: March 12, 2010 | Visits: 1.106

Data::Type::Docs Data::Type::Docs is a Perl module with the manual overview. MANUALS Data::Type::Docs::FAQ Frequently asked questions. Data::Type::Docs::FOP Frequently occuring problems. Data::Type::Docs::Howto Point to point recipes how to get things done. Data::Type::Docs::RFC Exact API... Platforms: *nix

License: Freeware Size: 70.66 KB Download (88): Data::Type::Docs Download

Added: July 14, 2010 | Visits: 1.225

Data::Type Data::Type is a Perl module with versatile data and value types. SYNOPSIS use Data::Type qw(:all); use Error qw(:try); try { verify $email , EMAIL; verify $homepage , URI(http); verify $cc , CREDITCARD( MASTERCARD, VISA ); verify $answer_a , YESNO; verify $gender , GENDER; verify... Platforms: *nix

License: Freeware Size: 22.53 KB Download (97): Data::Type Download

Added: November 06, 2010 | Visits: 1.022

File::Type::Builder File::Type::Builder is Perl module to parse mime-magic and generate code. SYNOPSIS my $build = File::Type::Builder->new(); while ( ) { chomp; my $parsed = $build->parse_magic($_); my $code = $build->string_start($parsed); (or string_offset or beshort) } Reads in the mime-magic... Platforms: *nix

License: Freeware Size: 153.6 KB Download (93): File::Type::Builder Download

Added: August 23, 2010 | Visits: 821

Tangram::Type::Extending Tangram::Type::Extending is a Perl module for teaching Tangram about new types. Tangram::Type is the root of a hierarchy of classes that are responsible mapping individual field to SQL entities (columns in the simplest cases). There is one Type object per persistent field. Adding support for... Platforms: *nix

License: Freeware Size: 153.6 KB Download (94): Tangram::Type::Extending Download

Released: December 30, 2010  |  Added: January 10, 2011 | Visits: 1.230

See-and-Type See-and-Type is a series of virtual keyboard models (Standard, Compact, and UltraCompact) that assist people to enter text with the mouse, without a conventional keyboard. See-and-Type uses a special color scheme for easy identification of the text keys. See-and-Type is designed to facilitate... Platforms: Windows

License: Freeware Size: 2.88 MB Download (299): See-and-Type Download

Released: December 21, 2012  |  Added: December 21, 2012 | Visits: 1.100

Free True Type Fonts 000+ Free True Type Fonts 1000+ is a pack of more then 1000 true type fonts! Completely free! Platforms: Windows

License: Freeware Size: 15.65 MB Download (181): Free True Type Fonts 000+ Download

Released: September 15, 2012  |  Added: September 15, 2012 | Visits: 885

Type TV Show See your Personality Type, understand yourself and others better. The Type TV Show animates Carl Jung’s Psychological Types and the 16 MBTI Personality Type Codes. The game helps you to master the basics, and contains hidden doors to deeper levels of play for those that dare to dive deeper into... Platforms: Windows

License: Freeware Size: 1.69 MB Download (532): Type TV Show Download

Released: January 11, 2013  |  Added: January 11, 2013 | Visits: 784

MB My Body Type MB My Body Type Software is just the very right tool for you if you want to gain an attractive and healthy body, maintain it and improve upon it. This wonderful tool helps you find your body type and suggests the proper diet and exercises on the basis of your body type. If you follow the... Platforms: Windows

License: Freeware Size: 632 KB Download (519): MB My Body Type Download

< 1 2 3 4 5 >