Quantcast


Posts Tagged ‘open-source’

Wednesday, August 5th, 2009

Piwik : Open Source Web Analytics


Piwik is a downloadable, open source (GPL licensed) web analytics software program. It provides you with detailed reports on your website visitors: the search engines and keywords they used, the language they speak, your popular pages… and so much more.

Piwik is a very good alternative to other website tracking and counter programs as it is self hosted and maintained. As well as the table and data is also collected in one’s own database.

Piwik - Open Source Web Analytics

Piwik requires PHP 5.0 and MySQL to function. The tables and graphs are created as Flash (.swf) files.

Piwik : Home | Download | Demo

Popularity: 14% [?]


Sunday, August 2nd, 2009

Opentape : Mixtape Maker


Opentape is a free, open-source package that lets you make and host your own mixtapes on the web.

Using Opentape you can create a full playlist by uploading all the songs you want to you server.

Capture

It creates a list of all the songs uploaded and then plays them using an embeddable flash player when clicked.

It does not require any database and runs on PHP. Customization options are limited to the color scheme of the playlist.

Opentape : Home | Download | Demo

Popularity: 53% [?]


Thursday, July 30th, 2009

Vanilla : Forum Platform


Vanilla is an open-source, standards-compliant, multi-lingual, fully extensible discussion forum for the web. Anyone who has web-space that meets the requirements can download and use Vanilla for free!

Vanilla runs on MySQL and PHP. It is a very weight (386 KB only!) and compact yet powerful forum creating and managing platform. It is easy to use and maintain once installed.

vanilla

Its features include RSS 2.0/ATOM feeds of Discussions, Categories and the whole forum. It has an inbuilt WYSIWYG editor for comments and discussions. Various different add-ons and themes are also available for it.

Vanilla : Download | Demo

Popularity: 42% [?]


Monday, July 27th, 2009

Anunay’s Chat

I am introducing a new feature in my website called ‘Anunay’s Chat‘ where the visitors can chat with me whenever I am available online. This feature is a crude AJAX and JQuery based chat interface. It saves the chat logs as a (X)HTML file that can be deleted. It runs on PHP and does not require MySQL to function.

chat

The styling of the chat interface is done by CSS. The files needed for the system are very compact and it fits into about 7 KB. The source is attached at the bottom of the article. (I love Open Source.)

Anunay’s Chat : Home | Source

Popularity: 26% [?]


Saturday, July 25th, 2009

Using Permalinks in Wordpress (The coolest way!)

Today, I will show you how to use the ‘Permalinks’ feature in Wordpress. ‘Permalinks’ stand for Permanent Links to your posts. This feature can well be configured using the Permalinks Settings Option. It can be used to create a new URL structure, minimal or fancy looking or maybe a whacky word can be formed in the URL itself.

permalink

Permalinks are the permanent URLs to your individual weblog posts, as well as categories and other lists of weblog postings. A permalink is what another weblogger will use to link to your article (or section), or how you might send a link to your story in an e-mail message. The URL to each post should be permanent, and never change — hence permalink.

To configure the Permalinks goto the Permalink Box under the Settings tab. Go through. You will encounter a page displaying various permalink types including the default one for you to choose.

%year%
The year of the post, four digits, for example 2004
%monthnum%
Month of the year, for example 05
%day%
Day of the month, for example 28
%hour%
Hour of the day, for example 15
%minute%
Minute of the hour, for example 43
%second%
Second of the minute, for example 33
%postname%
A sanitized version of the title of the post.
%post_id%
The unique ID # of the post, for example 423
%category%
A sanitized version of the category name.
%tag%
A sanitized version of the tag name.
%author%
A sanitized version of the author name.

You can use the above mentioned snippets to create your own Permalinks. You may even try cool ones like,

  • /its%post_id%/ >> will give you something like >> http://domain.tld/its123/
  • /shownumber%post_id%/ >> will give you something like >> http://domain.tld/shownumber123/
  • /this/is/number/%post_id%/ >> will give you something like >> http://domain.tld/this/is/number/123

You can also create many cool and trendy custom Permalinks as you like.

Do Not Forget to post your cool and wacky Permalink as a comment. (Claim Bragging Rights!)

Popularity: 27% [?]


Monday, July 13th, 2009

CMS.txt

CMS.txt is a free, open-source, 6kb content management system which allows you to easily manage web pages. CMS.txt presently boasts a simple theme and templating system which can also be used to implement color schemes. Currently, CMS.txt fully supports PHP and HTML files with the ability to use <!– COMMENT TAGS –> for additional functionality.

cms

CMS.txt is a very small content management which can be used to create simple websites and the maintenance procedure is fairly simple once the site is setup. The PHP file in the CMS draws site contents from a simple text file named CMS.txt placed on the server. This file can be edited for changing the content of the site.

The CMS package comes with 8 preloaded themes, which can be used for building a simple, compact and clean web layout. Other themes can also be developed as per the requirement.

CMS.txt runs on PHP and does not require MySQL or any other technology.

CMS.txt : Home | Demo | Download | Source

Popularity: 100% [?]


Tuesday, June 30th, 2009

Coppermine Photo Gallery


Coppermine is a multi-purpose fully-featured and integrated web picture gallery script written in PHP using GD or ImageMagick as image library with a MySQL backend.

Coppermine is a photo gallery which I run on my website. I just installed it, used it, found it good, and so here is the post! It is a very flexible and compact photo gallery. It has notable features such as batch upload, forum integration, album categorization and more. It also comes with a easy installer to make life easier for the users.

It has multi lingual support and also features e-cards. Pictures can be resized and rotated. Albums can also be password protected.

Coppermine Photo gallery : Home | Download | Demo

Btw, the permalink for this post is 100! :D

Popularity: 15% [?]


Monday, June 29th, 2009

QRC – Wordpress Plugin

I was exploring Mofuse when I saw the QR Code for my blog and an idea struck me. It was of a plugin for Wordpress where the author can display the QR Code of the blog or any other URL.
So, I decided upon the name of the plugin – QRC and started some cool coding. It isn’t finished yet. I will make it available for download soon.

QR Code – Wikipedia | Creator | Reader

Popularity: 42% [?]


Sunday, June 28th, 2009

Customize Wordpress Admin Panel


Wordpress is all about cool customizations to tackle your needs.

Extending this idea, here I am posting on how to customize your admin panel and login screen.
I tried my best to make this post the simplest way to customizing your Wordpress experience.
First of all, download the login.css, wp-login.php and colors-fresh.css files to your computer from the Wordpress directory in your blog.
Edit login.css for changing the color of the login form and the displayed logo.
Edit colors-fresh.css for changing the whole look of your admin panel (on every page.)
And, edit wp-login.php for changing the links from the logo and the displayed text, along with the login form.

There it is. You wanted more? Perhaps its the Wordpress’ famous 5 minute customization!

Links : Screenshot | Related Articles

Popularity: 50% [?]



All content © Copyright 2010 by Perfectopedia.
Subscribe to RSS Feed – Posts or just Comments

Powered by WordPress, Anunay's Thoughts, Factopedia, Factowidget
Designed by Graph Paper Press.
Heavily modded by Anunay