Old List updated on Feb 2010, 7 Broken, 7 New Added.
| sql |
structured
query language. |
| cms |
content
management systems. |
| lamp |
linux,
apache, mysql, php. |
| wamp |
windows,
apache, mysql, php. |
| xamp |
mac-osx,
apache, mysql, php. |
| bb |
bulletin
board forum. |
| cgi |
common
gateway interface. |
| os |
operating
system. |
| perl |
most
popular cgi language. |
| css |
cascading
style sheets. |
| html |
hyper
text markup language. |
| js |
java
script.
|
| dhtml |
dynamic
html, js, css, layers, iframe, div. |
| php |
hypertext
preprocessor, personal home page. |
| Apache |
a
patchy webserver, the best on earth. |
| cbt |
computer
based training. |
| xml |
extensible
markup language. |
| rss |
rich
site summary. |
| pdf |
portable
document format. |
| ftp |
file
transfer protocol. |
| kb |
kilo
byte. |
| png |
portable
network graphic. |
| blog |
web log, online
diary. |
| wysiwyg |
what
you see is what you get. |
posted Aug 6, 2011 9:05 AM by Anantha Narayan
DokuWiki is a standards compliant, simple to use Wiki, mainly aimed at creating documentation of any kind. It is targeted at developer teams, workgroups and small companies. It has a simple but powerful syntax which makes sure the datafiles remain readable outside the Wiki and eases the creation of structured texts. All data is stored in plain text files – no database is required. Super-Simple DokuWiki - No Database- Simple syntax
- Unlimited page revisions
- Colored side by side diff support
- Uploading and embedding of images and other media
|
posted Aug 6, 2011 8:01 AM by Anantha Narayan
[
updated Aug 6, 2011 8:19 AM
]
A Content Management System, or "CMS", is an application built to help
users create, arrange and edit their web content without having to learn
the underlying coding languages and standards.

gpEasy is a complete Content Management System (CMS) that can help you create rich and flexible web sites with a simple and easy to use interface. gpEasy CMS - Free and EasyAnanth Notes This is an unique approach, it is something i have not experienced before. I have installed and tested over a 1000 web apps now. This cms may not suit everyone. But its attitude to usability in the web-gui is not anything you can ignore. All the important aspects of a page is taken care without making it a heavy-scripted page. So it will load very fast. No Sql only PHP (4.3 onwards). |
posted Aug 6, 2011 7:56 AM by Anantha Narayan
[
updated Aug 6, 2011 8:35 AM
]
Tiki is the ideal tool for you to build and maintain your
Website/Wiki/Groupware/CMS/Forum/Blog/Bug Tracker or any other
project you can imagine running in your browser window.
- Wikis (like Wikipedia)
- Forums (like phpBB)
- Blogs (like WordPress)
- Articles (like Yahoo News)
- Image Gallery (like Flickr)
- Link Directory (like DMOZ)
Tiki Wiki CMS Groupware
|
posted May 12, 2010 3:13 AM by Anantha Narayan
CMSimple - Content Management System
CMSimple is a simple content management system; for the smart maintenance of small commercial or private sites.
The WYSIWYG editor is supported by IE on Win, and Mozilla on Linux, Win and MacOS. Read
more here...
-
Small - The complete content management system is less than 100 KB.
-
Simple - simple to install and easy to modify. The entire site is stored in a single HTML-file - no database is
needed. You edit your entire site with your favorite HTML-editor, upload the content file and get a dynamic website!
-
Smart - There is an integrated online WYSIWYG (What-You-See-Is-What-You-Get) editor with link validation, image
handling, online editing of system files and an automatic backup on logout. These features that makes CMSimple simply smart!
Tags - lcms |
posted May 10, 2010 2:34 AM by Anantha Narayan
b2evolution - Multi blog Blogging Software
b2evolution is a medium scale CMS centered around the Blog concept,
fully featured with multiple blogs, content/presentation separation,
full user management, full internationalization (i18n), workflow
management... and extending towards features normally provided by
Wikis, Trackers or hierarchy driven CMSes.
It's free as free can be! (GNU General Public License). It runs on your own domain/website. That means you need a host which can run web applications written in PHP. See requirements. You can also find such hosts for free. However for best performance we recommend a few cheap web hosting solutions as well as quality web hosting solutions.
All the features you can expect are included:
- Advanced browsing (paged, calendar, categories, search...)
- Extended & multipaged posts
- Image/file upload & management
- Multiple and sub-categorie
- Draft and quick publishing
- RSS & Atom feeds
- Automatic pinging of blog directories
- Skins / Themes
- Plugins
- (more below...)
As you will find out, b2evolution goes beyond most other blog tools. Check out the features! Tags - lcms
|
posted May 10, 2010 2:32 AM by Anantha Narayan
Joomla - Award-winning CMS

"Joomla is designed to be easy to install and set up even if you're
not an advanced user. Many Web hosting services offer a single-click
install, getting your new site up and running in just a few minutes.
Since Joomla is so easy to use, as a Web designer or developer, you
can quickly build sites for your clients. Then, with a minimal amount
of instruction, you can empower your clients to easily manage their own
sites themselves." Tags - lcms
|
posted Mar 26, 2010 12:17 AM by Anantha Narayan
[
updated Mar 26, 2010 5:30 AM
]
eCommerce
Content Management
Blog CMS
Image Galleries
Admin
Forum Apps
|
posted Mar 26, 2010 12:15 AM by Anantha Narayan
[
updated Mar 26, 2010 5:34 AM
]
Setup phpmyadmin for managing your database (phpperl has it built in) phpmyadmin.net. After
every change in config files of mysql, php, apache shutdown and restart all services.
Also you should double check security issues of each application. ensure all install and update scripts are removed after install, also
remove sql files. and you should have htaccess disabled. you can do it by doing a ftp of a .htaccess file to root with a statement IndexIgnore
* some examples are given in the same zip file.
You will need a ftp, use filezilla Filezilla and enable passive transfer, this
will work with secure servers too. In mysql for testing root and blank password will work for testing but for server this is not safe.
but use this for testing if you do not have phpmyadmin.
When editing templates and skins use irfanview for images, 1st
page 2000 for templates and a topstyle style
lite editor for css . In most applications - admin panel , enable gzip so that your regular sql backup is faster, use phpmyadmin to backup restore entire database. also enable gd for
thumbnail creation for jpg and png in most panels.
You may have to set some folders, like image uploads, to 777 attribute using filezilla,
so that your application can write into that folder, put an empty index.html or .htaccess to prevent data theft.
Give unique passwords to each application, database, ftp to enhance security. Use zip genius to unzip .tar and .gz archives set
options-use subfolders info ZipGenius or 7zip.
All php files will run only thru http like http://localhost/test.php do not double click it it will not run like a exe. mysql,
php, apache must be setup and started for these to work.
|
posted Mar 26, 2010 12:13 AM by Anantha Narayan
Linux <:--o--:> APACHE <:--o--:> MySQL <:--o--:> php
I think there are three ways of making web applications ie SUN one, Dotnet and Lamp of Sun, Microsoft and OpenSource or (free software)
respectively .
Lamp Stands for Linux - OS, Apache - webServer, MySql - database server and PHP as cgi scripts. Ms has
windows,iis,ms-sql,asp (in the same order) and more for dotnet. SUN one has Java,jdbc,jsp,ejb etc. and Oracle has its combination with
java etc.
Now Lamp can be used very easily by many it is both free and powerful and good for most of present day web applications both intranet
and internet. Many people use windows computer but their website may be hosted in a Lamp server. and some on broadband may want to make
their computer a web server, for them Wamp is a solution W stands for windows xp or win98/95, 'amp' remain the same. X stands
for Mac OS X.
To do all this some minimum capability is required, the ability to use a text editor and ftp client and webpage building and say some
html-js at least to use some ready-made scripts that are done, no point reinventing the wheel they say, so we can start. If you are a
c++ expert then you should try these things at once as Lamp is the future. i am not a programmer but i used to build electronic gadgets
and some assembly language, but i learnt some on these things like visual basic, sql and c++ and tinker with them.
The PHP Resource Index Site with complete script, code snippets, documentation and other PHP
related resources. see proxy2.de too.
Now you need a color syntax php - sql editor which is free, Context ConText use the options to make
php sql default for context. mysql-php sites also have a helpfile chm format for SQL reference and PHP help. A good place to look for
Lamp Applications is HotScripts.
If you are using windows and new to LAMP then use this single install phpperl this will
install and configure apache, mysql and php for 6 websites in your pc. to find out what applications i have tested or tried see Lamp Apps.
In apache configuration you should add index.php, in php.ini you need to add gd config as this gives graphics capability to LAMP.
Also some LAMP applications will need you to enter absolute path in config.php, a script i found is included in this which will do this.
Most applications will install with a install.php or setup.php all you need to know is database name and user and password.
(my old noes, edited revised many times -ananth)
|
|