My methods to boost up my programming speed (implementation level)
Mar 11th
As the time goes, programmers learn new methods and tricks to reduce time needed for starting new projects. Such thing makes programmers focus on problems instead of codes.
Today I am going to share with you some of the methods I am using to reduce time required to build new projects:
Practice typing
Keep this in your [...]
Web page invoker using java
Mar 11th
Hi,
as a programmer there are a lot of problems to face. Fortunately, solutions exist no matter how big is the problem. In my case efficiency is not that big deal, so please ignore the algorithms complexity and other geekly stuff
The problem that made me write this article is:
We have a folder (A) [...]
Binary, Octal, Decimal and Hexadecimal converter(Java)
Feb 22nd
I was working on a simple project that simulate CPU registers, where users can use an assembly-like commands to issue some process while watching changes on the virtual CPU registers.
you may visit it using this link: http://www.doitmyway.net/2010/02/21/cpu-registers-simulator-educational-project/
In fact CPU data are in binary, although users may want to read those data in different format. So [...]
CPU registers simulator (educational project)
Feb 21st
Computer organization and assembly course was one of the best courses I took. As a computer scientist it opens the world of imagination in my mind so I started to see bits dancing in front of my eyes
3 years passed since that day, I still can remember how our doctor was explaining the [...]
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, 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 [...]