Author Archives: Tech Admin

Participating in Firefox Download Day 2008

Download DayFirefox so far has helped me during the development of web application, especially its Firebug extension and Session manager and also give me the notion of standardized views of W3-compliant pages. There are some drawbacks though, which one of them might be clear and settled for a while, the increasing memory footprint while running Firefox for significant time.

While the Firefox devs have promised to address the problems and envisioned a better browsing experience, I was informed about their campaign entitled “Firefox Download Day 2008” which is aimed to break the world record of total downloads in a day.

As my gratitude for what Firefox has given me and what Firefox devs have done so far, I decided to participate in this program.

And if you are also a Firefox fan and want to join this campaign, feel free to visit the page: http://www.spreadfirefox.com/en-US/worldrecord/

Voluntary Work Infers No Copyright?

As a developer, what makes you decide to get involved in a project? Is it the financial benefit after accomplishing the project? In term of commercial project, this might be true because executing project is another means to make a living, hence financial income is reasonable outcome. However, in non-commercial projects which are usually open source and the project takers are not paid on monthly basis, paid on a little sum of money, or even unpaid at all, it’s apparently unreasonable to lean on immediate financial benefit such that it’s practical to draw conclusion that the involvement is based on other motive.

There are various reasons why somebody decides to chime in a non-commercial project. While the list of specific reasons may bubble up, I summarize that it’s mainly personal interest. Spending significant time in an activity without tangible profit while there is clear acknowledgement that the time slot is convertible into tangible profit, it’s not logical to take such decision, given that there are options to go through and choices are freely made. Thus, there has to be illogical reason to make it logical and it comes from personal interest, emotional binding, a part of human nature, that can not be simply formulated into a set of theorems.

Continue reading

Whitepaper: Brief Overview on Web Scripting Languages

Summary:

As web is gradually changing how we interact with others, choosing a preferred platform for web development is also critical. In this paper, you will find a brief overview of popular web scripting languages currently used by individuals to companies, schools to research institution.

Download whitepaper:

Brief Overview on Web Scripting Languages (7414 downloads )

New Section Added: Whitepapers

Spending my recent days reading more academic writings and books has brought some enlightenment and gradually changed how I think and approach a solution for certain problem. To some extent, I have to admit that technical skills and experiences may not always solve the problem. In certain cases, they may but when it comes to fundamental issues which require solid understanding of the concept and bearing novel ideas, technical skills and experiences will only play their roles as validation tool, a method of realizing the concept and ideas into (imperfect) implementation or solution. A flaw in the concept may result in fragile implementation which is a patient of endless technical hacks and fixes.

Realizing this, I’d like to share what I’ve got so far, random reading and thought about technology, mainly web related. The articles written will be arranged as whitepapers with necessary technical aspect and general language which is easily understandable (hopefully). I hope they will be useful for you and surely they are useful for me as connecting path to my search of novel ideas that will bring impact to larger audience.

A Glimpse of Evolving Zend Framework 1.5

Fellow developers may have noted that Zend released their Zend Framework 1.5 (including the 1.5.1 branch) last March. As a person who was away from ZF development milestone for a while (and when i was back i noticed bunches of emails in the mailing list), it’s interesting for me to see the changes made in the framework. I come up with a slideshow presentation which is grabbed from the ZF homepage.

Interesting feature sets from this release are Open ID integration and the availability of Zend_Form. When I was building my application on the beta platform or the first stable release, creating advanced form with complex view was quite a problem. I will delve more into current source code and documentation and see the logic and approach behind this component. It will also be interesting in finding the approach for ajax interaction model. Regarding Open ID, it’s great that it’s finally bundled in the framework. I believe, Open ID will be more widely adopted and Zend has played its role by supporting the technology in its Framework.

Congratulations to all Zend Framework developers. I hope I will start contributing especially on solving the performance issues.