Web Development

pligg, stories with no comments

Pligg is an open source digg clone. in addition to that, it is flexible and very easy to modify.
Pligg shows published stories in the front page, and it has a link to show the queued stories.
Today I am going to teach you the way to show both commented and not commented stories in the [...]

pligg avatar based on user id

hello, this is a simple trick to force  pligg avatar system to use user id instead of username.  the problem of pligg avatar system arise with non english letter. it happens when pligg try to write the avatar image file using the username_30.jpg which gives a wrong filename so pligg can not reuse the image [...]

write text on image using php

hello,
this is a simple method to write text on image using php. in fact, my friends asked me to create a php page that will take a specific information about their website visitors and return an image of a certificate with the visitor information written on it.
the logic of the program has three steps:

read input [...]

pligg rtl pagination

hello,
pligg is digg clone. it is a very famous one. i am working on converting its template from LTR to RTL. one of the problems is the pagination. it is can not be changed using CSS. so i opened html1.php and do the following.
first: open html1.php and find this line
for ($i=$start;$i<=$end &amp;&amp; $i<= $total_pages;$i++) {
if($i==$current) [...]

multi separators for pligg 1.0 tags

pligg is one of most promising content managment systems. it is an open source digg clone.  it has a very good development team. still it will need more time to reach its golden age.
i am using pligg for many of my web projects. this is one of them: http://www.alegabat.net/
it is working on an arabized version [...]

decompile wordpress mo to po

hi all,
wordpress is a very powerfull blog publishing application. it supports multilanguage. and its using (mo) and (po) files as languages files. po files are editable language file, where mo is a binary file.
normally language translation are prepared as po files. then they compiled to mo files. but today we will do the opposite thing. [...]

html tokenizer

Hypertext Markup Language (HTML), is the most predominant language for web development.

This articles aims to discuss a simple HTML Tokenizer design logic and implementation.
outline:

introduction to Tokenizers
Why html tokenizer?
Html tokens
Example of tokenizing
Prototype using Java

introduction to Tokenizers:
Tokenizers are tools used to tokenize tokens. Tokenize is the work of dividing a string into smaller pieces. Those pieces are [...]

See Whether IIS is Installed and Add Any Necessary Components

Click Start, point to Settings, and then click Control Panel.
Double-click Add/Remove Programs.
Click Add/Remove Windows Components in the left pane.
In the Windows Components Wizard, look for the Internet Information Services (IIS) entry in the list of components.
If IIS is already installed, the check box next to it is selected. To see what components are installed, click [...]

Dynamic Meta keywords and description,PhpNuke

Hi all,
Even that PhpNuke is a popular CMS, still it has not implemented in a way that it can generate dynamic Meta keywords or descriptions for its pages. Fortunately, there are many modules to deal with this problem. They are easy to install, but really I can not make them run properly on my site. [...]

Own a website in no time and with no fees

Hi,
Nowadays many people dream of making there own websites. Their aims are vary from one to one. But I am sure that all of them have the aim to share something with others. As one of those people, I want to make a home page for myself, a blog to write my ideas and forum [...]