After successfully completing my first task which is Ajaxify the "Create Table" option in the navigation panel last week, I moved to the second task of the schedule. It is applying ajax behavior to the "Add a new User" option in the db->privileges tab. Initially I went through the implementation of "Add a new User" option in host->privileges which is ...
This is the fist week of coding time period in my gsoc 2011 project with phpMyAdmin(PMA). On 23rd of May the official coding time started. Since there were some free time with my in the community building period I started my works on before hand. It made me easy to be familiar with the code base and style which is ...
This time my proposal on "AJAXify phpMyAdmin Interface" got accepted for Google Summer of Competition with phpMyAdmin (PMA). Marc Delisle, Michal Čihař and Ninad Pundalik who is the last year Gsoc contributor helped me a lot when I improve my patches and the proposa
Since I was very busy with my final year stuff I could not write a blog post for months. But today I got some time to introduce an amazing tool for you, which will help you when dealing with the Optical Character Recognition(OCR) domain. Lets get a basic knowledge on the OCR domain, before moving to Tesseract. What is OCR?"Translating ...
This is my first post after about 8 months from my last post. Since I was very busy on the training period and the Gsoc competition I was unable to write a post o my blog. How ever again I managed to find some time to write a blogpost fortunately. So I decided to continue the blogpost on SahanaOCR ...
I have explained about the Sahana project I my previous blog post. So today I'm going to explain about the Sahana OCR project which is an sub module in the main Sahana project. You can refer my research paper about the extension I did for this project. Sahana Ocr project was done to automate the data entering process to ...
In last post I have describe the way to link your public_html folder to the www folder. To I will describe a simple way to link a folder to your /var/www to make easy your web developing stuff on linux. 1.To do that first you have to make a folder in your favorite place using mkdir command. mkdir /home/abc/myFolder 2.Then ...
If you are working with any kind of web server on linux operating system you might have suffered enough from the warning massages saying “This is write disabled file, please make the file write enable”, “Cannot move the file in to www folder” so on. So is it a headache for you. Here is an great and simple solution ...
Sahana is an open source disaster management system which is deployed to manage number of disaster situations all over the world. Initially it was developed to manage the situation occurred in the Indian Ocean tsunami disaster which was occurred in the 26th of December in 2009. Lank
Since I have couple of accounts in various community sites and in the mail servers I had a problem of sing in to all those accounts and check whether there are any mails have dropped for me or there are any updates in my profile. But now I found a solution to that which helps me to get all the ...
Hi friends. Do you know how to insert a gadget to your blog to keep track of the visitors who visited to your blog. There are lots of web sites which are offers this facility freely. statcounter.com is a good web site for that. You can make your own account in that and after that you can choose the gadget ...
I’m at my level two-semester two of my university life. Last month I was very busy after my new year vacation because I had to implement a search engine for Algorithm subject which was conducted by Madam Upuli and Sir Saliya. We had taught several types of algorithms and data structures before this project and we had to apply ...
Why people prefer XML XML stands for Extensible Markup Language and that was design to transfer and store data. But we can display data in XML by using style sheets (CSS, XSLT). Not like in HTML the tags are not predefined in XML and you must define your own tags as you wish. Ex: ...