Windows 7: Copy list of files using clip
Dec 21st
This is a very simple easy and small thing to explain, but in certain situations it can help a lot. since many of my articles here are simple and small PC tips i would like to add this too, although it is much more simple than the others.
Well if you use your PC a lot [...]
pligg avatar based on user id
Aug 15th
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
Aug 10th
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 [...]
my own geek smiley
Aug 7th
hello,
i designed my own geek smileys.They are simple, however they are just similar to my face expressions. you may get a PSD copy from this link:
pligg rtl pagination
Aug 5th
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 && $i<= $total_pages;$i++) {
if($i==$current) [...]
Firefox Tabs Organization
Aug 4th
are you like me opening millions of tabs in one firefox window !
well it is kind of annoying to have all these tabs unorganized inside one single window. Maybe the better way would be saperating the tabs into different firefox windows.
But my way of doing this is a bit different
to be able to explain it [...]
Ever Needed to find similler pictures ?!
Jul 24th
I think it is common problem that sometimes you have a picture but it is low quality and you start searching for higher quality pictures on the net (isn’t hard !!)
isnt easier if you can just upload your picture to a search engine and let the search engine do the hard work of finding similler [...]



pligg, stories with no comments
Aug 22nd
Posted by AHMED AL YAMANI in Web Development
17 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 [...]