According to my timeline, this week I had to work with ajaxify the options in table operations. Mainly this week I focused on ajaxify two option in the table options. Those options are Alter order byCopy table. For the "Alter order by" option I did following changes to handle the ajax request and the response. I added the "$("#alterTableOrderby.ajax").live('submit')" ...
The mind term evaluation for the GOSC 2011 with phpMyadmin was on this week and I was able to successfully get through the evaluation this time with the help of Marc and the other community members. In this week I worked with modifying the initTooltips() function which converts the footnotes to tool tips. I changed the logic by defining the ...
This week my target was to work with "ajaxify the Column->Change in Table->Structure" task. But at the beginning of the week Rouslan and Marc arose two issues regarding my previous modifications. Those areSet of issues with the "Ajaxified Index->Edit" optionAn issue of not appearing the date time pickers in "DB->Structure->Insert" With the issues in "Ajaxified Index->Edit" I had to rewrite ...
This week I mainly worked with three options in my project. Those are ajaxifying the following features. Continued with "Multi_row ->Export" in "Table->Browse""Indexes->Edit" in "Table->Structure""Hide/Show Indexes" in "Table->Structure" The first task is a continuation of the my forth week task. In this I tried to export the results to an external file and tried to do it with ajax. ...
After ajaxifying the table-> insert in db-> structure in last week, I had to fix some bugs in the same option this week also. Then I started applying ajax dialog for muti_row->change in the table->browse option. As Marc requested I have changed the name of the form "rowsDeleteForm" in to "resultsForm". Then I went through the code to find whether ...
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 ...
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: ...