Google summer of code 2010: 11th week

hi folks, Last week of coding have been finished and I found VERY  interesting things while working on EPS and MS Visio XML Schema’s. EPS Schema Export As you know I had installed xampp in Ubuntu. So, I could install PS PECL Extension to code EPS files. But damn, I got stuck while PECL INSTALL PS  package in xampp. I tried again a lot of forums/tutorials to get that working in xampp and put a lot of time on these issues. I also contacted PECL developer mailing lists and they suggested me to remove xampp and install lamp on...

read more

Google Summer of Code 2010: 10th week

hi, This week was very disappointed for me because my health was broken and 5 hours of work took more than 4 days to complete I had decided to go with manually creating EPS files by using POST SCRIPT commands. I had started very good but when I had to calculate the width of string I got stuck there and I realized that I must need to use PS Extension [0] to calculate the width of string. But there was no DLL for my wamp installation. So, I had two options. Create DLL or use the Linux and install PS Extension [0] and then use it. I am a...

read more

Google Summer of Code: 9th week

hi, 9th week  is gone  and I explored XML for MS Visio Schema, EPS Schema format and issues for making PDF, SVG and Dia Exports downloadable. I had coded pdf,svg and dia exports that these will be prompted for download. It was working on my local wamp installation but not on demo server. Unfortunately that issue is still not resolved and after putting a lot of time on it I forget it and moved on. For EPS schema, I found php extension pslib but unfortunately its DLL is not available. Though I can use this extension with Linux environment but...

read more

Google Summer of Code: Mid Term Evaluations

Hi, I am very delighted that I have passed the mid term evaluations of my project. So far, I have done PDF, SVG and DIA export relations schema’s. SVG and DIA export is done by using  [0] extension of php. It was not easy to use that library because there was not much support tutorials or documentation available even at [1]. But I worked hard on it to make it work finally. [0] gives us a superb support when we have to write/generate long length XML files. I am posting SVG  sample graphic generated from Skilla database. This SVG...

read more

Google summer of code | 6th week

During the 6th week of Google Summer of Code, I finally completed the structure of Relation Schema and PDF is successfully working now with the new OOP structure of Relation Schema.  SVG Schema structure is also ready to implement now. Dia structure is also inline ..  I documented some classes and renamed the methods/code according to PEAR standard naming conventions. I tried my best to do the best documentation. However, If I left anything I will ready to fix it. I got welcome package from Google and very happy for their gifts + specially...

read more

5th week

5th Week is over and I have committed what I have done so far. Following is the demo server URL http://demo.phpmyadmin.net/gsoc-adnan/ where you can see it in action. PDF is working fine with rewrite of some of its structure. while SVG is in process. waiting to hear the structural comments about my code from my mentor. In this weekend , I am exploring the DIA’s XML. so, I could finally make all these 3 Export Schema’s in action till the mid-terms. I am putting my days and night to achieve...

read more