myspace blog
Sponsored Links
Sponsored Links
Secleted [ 0 ] software to compare
Results 1 - 15 of about 268
MySpace Blog Editor 0.3
MySpace Blog Editor is an extension which allows you to post directly from within Firefox to your MySpace blog. more>>
MySpace Blog Editor is an extension which allows you to post directly from within Firefox to your MySpace blog.
The MySpace Blog Editor allows you to post directly from within Firefox to your MySpace blog aswell as save notes, drag and drop formatted text from webpages, handle images and much more.
<<lessThe MySpace Blog Editor allows you to post directly from within Firefox to your MySpace blog aswell as save notes, drag and drop formatted text from webpages, handle images and much more.
Download (0.030MB)
Added: 2007-04-10 License: MPL (Mozilla Public License) Price:
975 downloads
My Blog 1.7
My Blog script will quickly and easily allow you to post articles and comments for your readers to keep up with. more>>
My Blog project is a script that will quickly and easily allow you to post articles and comments for your readers to keep up with.
You can select an image to go along with your entry and even attach files. Your readers can also leave comments on entries they feel strongly about. RSS feed generated automatically, and CSS makes custom formatting easy.
Main features:
- Readers can leave comments about your posts.
- Picture is automatically resized when uploaded.
- RSS feed generated automatically.
- CSS makes customizing format and style easy.
- Admin gets emailed when visitors leave comments.
- Post to your blog from your email or cell phone. You can even attach pictures taken with your camera phone. This feature is still being tested.
- Specify how many blog entries to display on one page.
- Plugins available for use with My Calendar and My Photo Gallery. More coming!
- You set how many characters from each entry are posted on front page. The full entry is viewable by clicking "Read More" link. You can also set to view all on front page.
- Full Administration Script makes setup easy. Edit or delete your blogs or your settings from here.
<<lessYou can select an image to go along with your entry and even attach files. Your readers can also leave comments on entries they feel strongly about. RSS feed generated automatically, and CSS makes custom formatting easy.
Main features:
- Readers can leave comments about your posts.
- Picture is automatically resized when uploaded.
- RSS feed generated automatically.
- CSS makes customizing format and style easy.
- Admin gets emailed when visitors leave comments.
- Post to your blog from your email or cell phone. You can even attach pictures taken with your camera phone. This feature is still being tested.
- Specify how many blog entries to display on one page.
- Plugins available for use with My Calendar and My Photo Gallery. More coming!
- You set how many characters from each entry are posted on front page. The full entry is viewable by clicking "Read More" link. You can also set to view all on front page.
- Full Administration Script makes setup easy. Edit or delete your blogs or your settings from here.
Download (0.83MB)
Added: 2007-08-01 License: GPL (GNU General Public License) Price:
816 downloads
Free Myspace Layouts 1
Myspace layouts, free myspace layouts with myspace codes at Acelayouts.com. We offer a very fantastic collection of myspace layouts, free myspace layo... more>> <<less
Download (41KB)
Added: 2009-04-08 License: Freeware Price: Free
206 downloads
MySpace Feed 1.01
MySpace Feed tool lets you important headlines from your blog, LiveJournal, a news feed, or other source into your MySpace. more>>
MySpace Feed tool lets you important headlines from your blog, LiveJournal, a news feed, or other source into your MySpace (or Friendster) page.
MySpace Feed converts the headline text into an image. We have a script that updates the images once a day.
<<lessMySpace Feed converts the headline text into an image. We have a script that updates the images once a day.
Download (0.072MB)
Added: 2006-09-07 License: GPL (GNU General Public License) Price:
1146 downloads
WWW::Myspace 0.60
WWW::Myspace is a Perl module to access MySpace.com profile information from Perl. more>>
WWW::Myspace is a Perl module to access MySpace.com profile information from Perl.
WARNING - DO NOT USE THIS MODULE FOR MASS MESSAGING OR COMMENTING.
Myspace will cripple or disable your account:
Older accounts:
Messages will appear in your Sent folder but not in the receivers inbox, although theyll be able to see it if theyre paging through from another message. The receiver will get a "New Comments" notification and be able to see your comment, but it wont appear on the profile page.
Newer accounts:
If you created your myspace account in or after June 2006 (approximately), and you use a "bot" (including this module) to send messages, your message sending ability will be disabled and your account may be deleted. This is due to security features myspace has implemented to prevent spam abuse by people using multiple accounts.
SYNOPSIS
WWW::Myspace.pm provides methods to access your myspace.com account and functions automatically. It provides a simple interface for scripts to log in, access lists of friends, scan users profiles, retreive profile data, send messages, and post comments.
use WWW::Myspace;
my $myspace = WWW::Myspace->new ($account, $password);
OR
my $myspace = new WWW::Myspace; # Prompts for email and password
unless ( $myspace->logged_in ) { die "Login failed: " . $myspace->error }
my ( @friends ) = $myspace->get_friends();
This module is designed to help you automate and centralize redundant tasks so that you can better handle keeping in personal touch with numerous friends or fans, or coordinate fan communications among multiple band members. This module operates well within MySpaces security measures. If youre looking for a spambot, this aint it.
WWW::Myspace works by interacting with the site through a UserAgent object, using HTTP::Request::Form to process forms. Since by nature web sites are dynamic, if you find that some interaction with the site breaks, check for a new version of this module (or if you go source diving, submit a patch). You can run "cpan -i WWW::Myspace" as a cron job or before running your scripts, if appropriate, to make sure you have the latest version.
<<lessWARNING - DO NOT USE THIS MODULE FOR MASS MESSAGING OR COMMENTING.
Myspace will cripple or disable your account:
Older accounts:
Messages will appear in your Sent folder but not in the receivers inbox, although theyll be able to see it if theyre paging through from another message. The receiver will get a "New Comments" notification and be able to see your comment, but it wont appear on the profile page.
Newer accounts:
If you created your myspace account in or after June 2006 (approximately), and you use a "bot" (including this module) to send messages, your message sending ability will be disabled and your account may be deleted. This is due to security features myspace has implemented to prevent spam abuse by people using multiple accounts.
SYNOPSIS
WWW::Myspace.pm provides methods to access your myspace.com account and functions automatically. It provides a simple interface for scripts to log in, access lists of friends, scan users profiles, retreive profile data, send messages, and post comments.
use WWW::Myspace;
my $myspace = WWW::Myspace->new ($account, $password);
OR
my $myspace = new WWW::Myspace; # Prompts for email and password
unless ( $myspace->logged_in ) { die "Login failed: " . $myspace->error }
my ( @friends ) = $myspace->get_friends();
This module is designed to help you automate and centralize redundant tasks so that you can better handle keeping in personal touch with numerous friends or fans, or coordinate fan communications among multiple band members. This module operates well within MySpaces security measures. If youre looking for a spambot, this aint it.
WWW::Myspace works by interacting with the site through a UserAgent object, using HTTP::Request::Form to process forms. Since by nature web sites are dynamic, if you find that some interaction with the site breaks, check for a new version of this module (or if you go source diving, submit a patch). You can run "cpan -i WWW::Myspace" as a cron job or before running your scripts, if appropriate, to make sure you have the latest version.
Download (0.13MB)
Added: 2006-12-18 License: Perl Artistic License Price:
1044 downloads
Scroll Blog r17
Scroll Blog is a simple yet powerful blog system written in Python using Django. more>>
Scroll Blog project is a simple yet powerful blog system written in Python using Django.
Leveraging the Django framework, one can quickly spin up new modules.
Enhancements:
- This release moves closer to PEP8, adds a simple resume module, and starts a really simple schedule module.
- It has been tested with Django-0.96.
<<lessLeveraging the Django framework, one can quickly spin up new modules.
Enhancements:
- This release moves closer to PEP8, adds a simple resume module, and starts a really simple schedule module.
- It has been tested with Django-0.96.
Download (MB)
Added: 2007-04-15 License: GPL (GNU General Public License) Price:
925 downloads
LaTeBlog 1.0
LaTeBlog provides a Makefile, a LaTeX document class, and HTML sniplets to publish your blog in PDF created with pdflatex. more>>
LaTeBlog project provides a Makefile, a LaTeX document class and HTML sniplets to publish your blog in PDF created with pdflatex.
Gives excellent readibility and proper footnotes.
A blog is a website in which journal entries are posted on a regular basis and displayed in reverse chronological order. The term blog is a shortened form of weblog or web log.
Authoring a blog, maintaining a blog or adding an article to an existing blog is called "blogging". Individual articles on a blog are called "blog posts," "posts" or "entries". A person who posts these entries is called a "blogger".
A blog comprises hypertext, images, and links (to other webpages and to video, audio and other files). Blogs use a conversational style of documentation. Often blogs focus on a particular "area of interest", such as Washington, D.C.s political goings-on. Some blogs discuss personal experiences.
Blogs can be hosted by dedicated blog hosting services, or they can be run using blog software on regular web hosting services. In the early 21st Century, blogging has quickly emerged as a popular and important means of communication.
<<lessGives excellent readibility and proper footnotes.
A blog is a website in which journal entries are posted on a regular basis and displayed in reverse chronological order. The term blog is a shortened form of weblog or web log.
Authoring a blog, maintaining a blog or adding an article to an existing blog is called "blogging". Individual articles on a blog are called "blog posts," "posts" or "entries". A person who posts these entries is called a "blogger".
A blog comprises hypertext, images, and links (to other webpages and to video, audio and other files). Blogs use a conversational style of documentation. Often blogs focus on a particular "area of interest", such as Washington, D.C.s political goings-on. Some blogs discuss personal experiences.
Blogs can be hosted by dedicated blog hosting services, or they can be run using blog software on regular web hosting services. In the early 21st Century, blogging has quickly emerged as a popular and important means of communication.
Download (0.004MB)
Added: 2006-01-25 License: Freely Distributable Price:
1367 downloads
Poster blog 1.0.9
Poster blog is a software which allows you to create a blog without the need of a database. more>>
Poster blog is a software which allows you to create a blog without the need of a database: all you need is an hosting (even a free one) with PHP support, FTP access and you must be able to chmod files.
Posting is really easy, thanks to a nice web interface which makes no use of JavaScript, so you can use it also on old browsers or even textual ones. I wrote down a list of Poster powered blogs (really short, at the moment, but I hope it will grow soon).
Poster blog works on plain text files and doesnt require a database.
Main features:
- Posting, obviously :)
- Comments
- Trackbacks (recieve and send)
- Multiple authors. There are granular permissions to define exactly what an user can and cannot do
- Categories
- Permalinks for posts, comments, trackbacks, categories and also authors
- Modular and scriptable template. You can insert PHP code in the template, and that code will be executed on the fly. The template uses special entities (for example, is replaced with the title of the blog)
- RSS feed. Future versions will have also an Atom feed
Enhancements:
- The most important change is that the the spam filters were integrated into the core.
<<lessPosting is really easy, thanks to a nice web interface which makes no use of JavaScript, so you can use it also on old browsers or even textual ones. I wrote down a list of Poster powered blogs (really short, at the moment, but I hope it will grow soon).
Poster blog works on plain text files and doesnt require a database.
Main features:
- Posting, obviously :)
- Comments
- Trackbacks (recieve and send)
- Multiple authors. There are granular permissions to define exactly what an user can and cannot do
- Categories
- Permalinks for posts, comments, trackbacks, categories and also authors
- Modular and scriptable template. You can insert PHP code in the template, and that code will be executed on the fly. The template uses special entities (for example, is replaced with the title of the blog)
- RSS feed. Future versions will have also an Atom feed
Enhancements:
- The most important change is that the the spam filters were integrated into the core.
Download (0.046MB)
Added: 2007-05-17 License: GPL (GNU General Public License) Price:
890 downloads
Typeface 0.71
Typeface is blogging software geared toward developers who wish to blog about their development cycle. more>>
Typeface is blogging software geared toward developers who wish to blog about their development cycle.
This blog makes it easy to convey thoughts and ideas about programming by posting syntax highlighted code snippets.
The project supports the metaweblog API, extensive caching for speed, and captcha image verification to fight against comment spam.
Enhancements:
- A category editor was added.
- Minor code cleanup was done.
- A possible memory leak was fixed.
- The order of how archived lists display was fixed.
- Page titles are set depending on the subject or page name.
- A few missing dependencies were fixed.
<<lessThis blog makes it easy to convey thoughts and ideas about programming by posting syntax highlighted code snippets.
The project supports the metaweblog API, extensive caching for speed, and captcha image verification to fight against comment spam.
Enhancements:
- A category editor was added.
- Minor code cleanup was done.
- A possible memory leak was fixed.
- The order of how archived lists display was fixed.
- Page titles are set depending on the subject or page name.
- A few missing dependencies were fixed.
Download (1.1MB)
Added: 2007-01-28 License: GPL (GNU General Public License) Price:
999 downloads
phpBB Blog 2.3
phpBB Blog is a blog tool for phpBB. more>>
phpBB Blog is a blog tool for phpBB. The basic idea is this: you have a phpBB installation already running, youve set up a forum for your posts, and now you want to have a blog-ish page and RSS file to show off each post.
There are 3 major ways to use this product. Youll have to decide which one you want to pursue. First, there is the default setup, which uses the provided index.php file to display the blog. Second, there is the option to bypass the provided index.php file, and simply embed the blog display into your pre-existing home page. The third option is to embed a mini-blog into your pre-existing home page. All this displays is the title of recent posts.
Features include an RSS 2.0 feed for syndication; full support for BBCode, smileys, and avatars; permalinks with first/next/previous navigation; trackbacks; 7 different stylesheets to choose from; and as many Geo-URL settings as possible (so you can get listed in all those blog indexes that categorize you by location and/or language). Oh, and it integrates with phpBB Podcast, too.
<<lessThere are 3 major ways to use this product. Youll have to decide which one you want to pursue. First, there is the default setup, which uses the provided index.php file to display the blog. Second, there is the option to bypass the provided index.php file, and simply embed the blog display into your pre-existing home page. The third option is to embed a mini-blog into your pre-existing home page. All this displays is the title of recent posts.
Features include an RSS 2.0 feed for syndication; full support for BBCode, smileys, and avatars; permalinks with first/next/previous navigation; trackbacks; 7 different stylesheets to choose from; and as many Geo-URL settings as possible (so you can get listed in all those blog indexes that categorize you by location and/or language). Oh, and it integrates with phpBB Podcast, too.
Download (0.055MB)
Added: 2006-01-11 License: GPL (GNU General Public License) Price:
1387 downloads
Monster Blog Sack 0.2.3
Monster Blog Sack Firefox extension is a toolbar that allows users to surf blogs, sack, tag, search, share, and add blogs to fav more>>
Monster Blog Sack Firefox extension is a toolbar that allows users to surf blogs (according to your categories of interest,) sack (a MBS rating system,) tag, search, share, and add blogs to favorites.
Sacking a blog shares your opinion on its quality, and lets other community members who share your interests surf your favorite blogs.
The Site is a unique directory and community for blogs. This toolbar is highly recommended but not necessary to be able to use the Site Monster Blog Sack.
<<lessSacking a blog shares your opinion on its quality, and lets other community members who share your interests surf your favorite blogs.
The Site is a unique directory and community for blogs. This toolbar is highly recommended but not necessary to be able to use the Site Monster Blog Sack.
Download (0.025MB)
Added: 2007-06-05 License: MPL (Mozilla Public License) Price:
875 downloads
WWW::Myspace::Data 0.13
WWW::Myspace::Data is a WWW::Myspace database interaction. more>>
WWW::Myspace::Data is a WWW::Myspace database interaction.
SYNOPSIS
This module is the database interface for the WWW::Myspace modules. It imports methods into the callers namespace which allow the caller to bypass the loader object by calling the methods directly. This module is intended to be used as a back end for the Myspace modules, but it can also be called directly from a script if you need direct database access.
my %db = (
dsn => dbi:mysql:database_name,
user => username,
password => password,
);
# create a new object
my $data = WWW::Myspace::Data->new( $myspace, { db => %db } );
# set up a database connection
my $loader = $data->loader();
# initialize the database with Myspace login info
my $account_id = $data->set_account( $username, $password );
# now do something useful...
my $update = $data->update_friend( $friend_id );
<<lessSYNOPSIS
This module is the database interface for the WWW::Myspace modules. It imports methods into the callers namespace which allow the caller to bypass the loader object by calling the methods directly. This module is intended to be used as a back end for the Myspace modules, but it can also be called directly from a script if you need direct database access.
my %db = (
dsn => dbi:mysql:database_name,
user => username,
password => password,
);
# create a new object
my $data = WWW::Myspace::Data->new( $myspace, { db => %db } );
# set up a database connection
my $loader = $data->loader();
# initialize the database with Myspace login info
my $account_id = $data->set_account( $username, $password );
# now do something useful...
my $update = $data->update_friend( $friend_id );
Download (0.016MB)
Added: 2007-07-26 License: Perl Artistic License Price:
824 downloads
MySpace Data Mining Tools 1.1
MySpace Data Mining Tools are a set of Java classes designed to mine information from MySpace profile and blog pages. more>>
MySpace Data Mining Tools are a set of Java classes designed to mine information from MySpace profile and blog pages using a multi-threaded Web page access method.
Enhancements:
- Direct database connectivity via JDBC was implemented for data storage.
- A basic user profile class was created to handle both user data compression and database access.
- Minor bugs were fixed for some of the raw data accessing routines.
<<lessEnhancements:
- Direct database connectivity via JDBC was implemented for data storage.
- A basic user profile class was created to handle both user data compression and database access.
- Minor bugs were fixed for some of the raw data accessing routines.
Download (0.035MB)
Added: 2006-07-30 License: GPL (GNU General Public License) Price:
1191 downloads
Gnome-Blog 0.9.1
Gnome-blog project is a panel applet that can post to BloggerAPI compatible blogs. more>>
Gnome-blog project is a panel applet that can post to BloggerAPI compatible blogs.
* Clean interface doesnt get in the way of what youre writing
* WYSIWYG styled text support
* Entries can be written gradually over the course of a day, popping gnome blog open and closed as you have thoughts to jot down and then posting at the end of the day
* Operates as a panel object/applet or a standalone application
* Supports many different kinds of blogs
* New Spell checking
* New Drag and drop images into your blog entry (if your blog supports it)
Supported Blogs:
* Blogger.com / Blogspot.com
* Advogato.org
* Movable Type
* New WordPress
* New LiveJournal.com
* Pyblosxom
* Any other blog using bloggerAPI or MetaWeblog
<<less* Clean interface doesnt get in the way of what youre writing
* WYSIWYG styled text support
* Entries can be written gradually over the course of a day, popping gnome blog open and closed as you have thoughts to jot down and then posting at the end of the day
* Operates as a panel object/applet or a standalone application
* Supports many different kinds of blogs
* New Spell checking
* New Drag and drop images into your blog entry (if your blog supports it)
Supported Blogs:
* Blogger.com / Blogspot.com
* Advogato.org
* Movable Type
* New WordPress
* New LiveJournal.com
* Pyblosxom
* Any other blog using bloggerAPI or MetaWeblog
Download (0.19MB)
Added: 2006-06-22 License: GPL (GNU General Public License) Price:
1220 downloads
Plone Blog 2.5.2 Beta
Plone Blog provides an improved blogging tool for Plone based on refactored SimplBlog product. more>>
Plone Blog provides an improved blogging tool for Plone based on refactored SimplBlog product.
Plone Blog (qPloneBlog) based on SimpleBlog product. It is enhanced with ping abilities, RSS2 support altogether with audio and video enclosures, Technorati tags, TrackBacks.
qPloneBlog bundle includes:
- SimpleBlog v.qg2.5
- qPingTool v.0.3
- qRSS2Syndication v. 0.5
- XMLRPCMethod, v.XMLRPC Method-1-1
- RPCAuth v.0.1.0-final
- qTrackSpam v.0.2
- adsenseproduct v.0.1
Enhancements:
- pinging functionality with enhanced options.
- RSS2 support altogether with audio and video enclosures
- Technorati tags
- TrackBack functionality
- Google AdSense management included into blog layout
- blogging APIs support
- trackbacks blacklisting control
- included popular bookmarklets icons layout
<<lessPlone Blog (qPloneBlog) based on SimpleBlog product. It is enhanced with ping abilities, RSS2 support altogether with audio and video enclosures, Technorati tags, TrackBacks.
qPloneBlog bundle includes:
- SimpleBlog v.qg2.5
- qPingTool v.0.3
- qRSS2Syndication v. 0.5
- XMLRPCMethod, v.XMLRPC Method-1-1
- RPCAuth v.0.1.0-final
- qTrackSpam v.0.2
- adsenseproduct v.0.1
Enhancements:
- pinging functionality with enhanced options.
- RSS2 support altogether with audio and video enclosures
- Technorati tags
- TrackBack functionality
- Google AdSense management included into blog layout
- blogging APIs support
- trackbacks blacklisting control
- included popular bookmarklets icons layout
Download (0.13MB)
Added: 2007-03-29 License: ZPL (Zope Public License) Price:
941 downloads
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 myspace blog 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