Monday, April 18, 2005
Direct Manipulation Using JavaScript and CSS
Interesting implementation on drag and drop inside a browser done via Javascript and CSS.
Direct manipulation, particularly drag and drop, is under utilized in desktop applications and is almost non-existant in web applications. The following examples demonstrate that direct manipulation is possible in modern browsers.
Each example is a proof of concept. I'm answering the question Can I do this? without considering the question Should I do this?. That said, some of these examples are pretty impressive, so it's nice to think that sometimes the answer will be Yes, you should.
Friday, April 15, 2005
Google Sightseeing
Google Sightseeing takes you to the best tourist spots in the world via Google Maps' satellite imagery.
Wednesday, April 13, 2005
Left or right brained?
| You Are 75% Left Brained, 25% Right Brained |
| The left side of your brain controls verbal ability, attention to detail, and reasoning. Left brained people are good at communication and persuading others. If you're left brained, you are likely good at math and logic. Your left brain prefers dogs, reading, and quiet. The right side of your brain is all about creativity and flexibility. Daring and intuitive, right brained people see the world in their unique way. If you're right brained, you likely have a talent for creative writing and art. Your right brain prefers day dreaming, philosophy, and sports. |
Wednesday, March 02, 2005
Tuesday, February 15, 2005
Javascript Triggers
This article provides a new pattern into using Javascript validations. Very interesting concept.
Tuesday, February 01, 2005
Refactoring
After reading this article, there are a few things that I would hope to propose for my current project. My current project is quite an old web application that is developed with little interest to patterns or best practices. Refactoring the entire project to current practices would take years to complete. Therefore, the sugggested method is to do minor and preventive refactoring whenever we have the chance to do it. It will not be wise to request for more time and resources on a LIVE project(from a business point of view). Taking a little time and effort on the developers' side to do preventive maintenance/refactoring will also enhance their lives as future change request/bug fixes will also be much more simpler.
Real Life Project Management: Managing the Project Scope
An interesting article on project management, how to control the scope of a project, plan properly, control changes and deliver on time. Being involved on projects which had nearly failed due to improper planning, I seriously feel that scope and change control are really essential to the health of a project.
Subscribe to:
Posts (Atom)