Wednesday, December 31, 2008


How r looking?

Just a momentary look of election,2008 in Bangladesh!


Can You Imagine that age do not a factor!
This is the symbol that every people are conscious about their duty and some one has come by helping other person. This is one picture that I shoot indicate about this fair election.

Early morning voter are present in foggy weather!

Tuesday, December 30, 2008

It’s the first time discipline election that I observe



After two years of army-backed emergency rule voters thronged the polls to choose their next government in a largely peaceful and in many places festive atmosphere. I am so much satisfied to observe it those voters are so responsible about their duty and they have maintained line to enter the booth. The authorities are so helpful and they are controlling everything very strictly. There is I have surprised to observe that women’s voters enthusiasm to give their decision.

My observation of election, 2008 in Comilla-7


It’s the First time fair election in Bangladesh!
In this election I am a member of Election Working Group (EWG) and for that reason I have opportunity to observe the election so closely. I have seen first time so fair election in Bangladesh. In my observation session I have visited 25 centers and talked various people and voter. Every person is so much satisfied about this election and there has noting happen illegally. I have talked the candidate from different parties and they have no serious objection about the election. Everything is my personal observation and I am also satisfied and happy for this election.

Friday, December 26, 2008

Convocation of ADUST



Athis Dipankar University of Science of Technology has just finished its first convocation at 22nd December, 2008 in Bangladesh-China Friendship Conference Center. Chief Guest was Honorable President Dr. Iazuddin Ahmed and speaker was S.A.M Faiez, other honorable guest was present. Every student are very happy to get their graduation. Now they are preparing for enjoy their achievement. I wish everyone for their Graduation.


Here is some of my friend and their face says that they are so much happy.

Thursday, December 25, 2008

Mufazzal Husain


This is my Personal Picture.

Wednesday, December 24, 2008

Try to Learn Linux for our improvment

Operating System is so much important for computer. Without operating system its not possible to run any computer. Now most of users are using the windows operating system but most of users don’t know that this system is not free for us. We have to pay for using it and for our (Bangladeshi) this payable amount are so high for ours. After some days it will not possible to use windows free. Because of piracy law. So what should we do? My personal answer is Linux. Linux is only operating system which is totally free and updating per day. Now lets a tour about Linux.
Linux is an operating system that was initially created as a hobby by a young student, Linus Torvalds, at the University of Helsinki in Finland. Linus had an interest in Minix, a small UNIX system, and decided to develop a system that exceeded the Minix standards. He began his work in 1991 when he released version 0.02 and worked steadily until 1994 when version 1.0 of the Linux Kernel was released. The kernel, at the heart of all Linux systems, is developed and released under the GNU General Public License and its source code is freely available to everyone. It is this kernel that forms the base around which a Linux operating system is developed. There are now literally hundreds of companies and organizations and an equal number of individuals that have released their own versions of operating systems based on the Linux kernel. More information on the kernel can be found at our sister site, LinuxHQ and at the official Linux Kernel Archives. The current full-featured version is 2.6 (released December 2003) and development continues.
Apart from the fact that it's freely distributed, Linux's functionality, adaptability and robustness, has made it the main alternative for proprietary Unix and Microsoft operating systems. IBM, Hewlett-Packard and other giants of the computing world have embraced Linux and support its ongoing development. Well into its second decade of existence, Linux has been adopted worldwide primarily as a server platform. Its use as a home and office desktop operating system is also on the rise. The operating system can also be incorporated directly into microchips in a process called "embedding" and is increasingly being used this way in appliances and devices.
Throughout most of the 1990's, tech pundits, largely unaware of Linux's potential, dismissed it as a computer hobbyist project, unsuitable for the general public's computing needs. Through the efforts of developers of desktop management systems such as KDE and GNOME, office suite project OpenOffice.org and the Mozilla web browser project, to name only a few, there are now a wide range of applications that run on Linux and it can be used by anyone regardless of his/her knowledge of computers. Those curious to see the capabilities of Linux can download a live CD version called Knoppix . It comes with everything you might need to carry out day-to-day tasks on the computer and it needs no installation. It will run from a CD in a computer capable of booting from the CD drive. Those choosing to continue using Linux can find a variety of versions or "distributions" of Linux that are easy to install, configure and use. Information on these products is available in our distribution section and can be found by selecting the mainstream/general public category.
For More Information Visist: www.linux.org

Friday, December 5, 2008

What are SSI?

SSI (Server Side Includes) are directives that are placed in HTML pages, and evaluated on the server while the pages are being served. They let you add dynamically generated content to an existing HTML page, without having to serve the entire page via a CGI program, or other dynamic technology.
The decision of when to use SSI, and when to have your page entirely generated by some program, is usually a matter of how much of the page is static, and how much needs to be recalculated every time the page is served. SSI is a great way to add small pieces of information, such as the current time. But if a majority of your page is being generated at the time that it is served, you need to look for some other solution.

Introduction to Server Side Includes

This article deals with Server Side Includes, usually called simply SSI. In this article, I'll talk about configuring your server to permit SSI, and introduce some basic SSI techniques for adding dynamic content to your existing HTML pages.

In the latter part of the article, we'll talk about some of the somewhat more advanced things that can be done with SSI, such as conditional statements in your SSI directives.

Quickstart: Setting Up a Joomla! Site in 20 Minutes

Joomla installation can be a tricky process, because it leverages the operating system’s
security functions as well as three independently developed server systems: web server,
code execution engine (PHP), and MySQL. Running into at least one problem during
installation is more likely than not.
For this reason, I’ve tried to include as many screen shots as possible in this Quickstart
chapter, so you can see what’s going on at each step of the process. If you encounter
a problem, please take a deep breath and don’t worry—you won’t be left to your own
devices. If you can’t find the solution to your problem in the “Troubleshooting” section of
the next chapter, you can turn to the thousands of people on the Joomla forums (http://
forum.joomla.org) for help. It’s been my experience that if you do so, you’ll receive a quick
and clear answer.
The figures included here are mostly from an installation performed on the Windows
platform. Joomla is cross-platform, however, so regardless of whether your final deployment
server runs Windows, you can execute design and development experiments on
a different operating system.