Thursday, August 27, 2009

new KDE 9.10 ^_^ and My Updated Project in PHP in Linux and Windows Platform

My Webform Admin Access Login Account





My PHP report generating Microsoft Excel .xls file report. ^_^






My Summary report within realtime of webform






My Reporting System Program that I Developed in PHP







Windows XP Service Pack 2 inside in Linux Kubunti 9.10(KDE) using Sun Microsystem Virtual Box. ^_^




Using MC console in Linux Kubuntu 9.10(KDE)




Memory status of linux Kubuntu 9.10 (KDE)





Filesystem Tree Using Bash Command "pstree" in Linux Kubuntu 9.10 (Kde) ^_^








New KDE 9.10 Desktop (jaunty version) ^_^

Saturday, August 15, 2009

Other Framework that i used to build a website



Joomla framwork that I used for developing a website.




My Other Tutorial Blog site using Drupal Framework for PHP.^_^

Saturday, August 8, 2009

Using Linux(Ubuntu) for Symbian.C++ 3rd edition application

Using Linux(Ubuntu) for Symbian.C++ 3rd edition application

Step 1: Setting "EPOCROOT" and Points where you have symbian tools.

a) export PATH=~/gnupoc:${PATH}

b) export EPOCROOT=~/symbian-sdks/s60_31/

Step 2: Compiling source code
a) cd ~/symbian-sdks/s60_31/s60ex/helloworldbasic/group

b) bldmake bldfiles

c) abld build gcce urel

Step 3: Create a .SIS File

a) cd ../sis

b) makesis helloworldbasic_gcce.pkg helloworldbasic.sis

Step 4: Genearet key and certificate pair for Symbian application

makekeys -cert myselfcer.key myselfcer.cer

Step 5: Signing .SIS App

signsis helloworldbasic.sis helloworldbasic.sisx myselfcer.cer myselfcer.key