<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss' xmlns:gd='http://schemas.google.com/g/2005' xmlns:thr='http://purl.org/syndication/thread/1.0'><id>tag:blogger.com,1999:blog-16995284</id><updated>2011-04-21T22:12:25.221-07:00</updated><title type='text'>Kimi's blog</title><subtitle type='html'>80% rules</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://devilkimi.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16995284/posts/default?max-results=100'/><link rel='alternate' type='text/html' href='http://devilkimi.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>kimi</name><uri>http://www.blogger.com/profile/07732286958537511258</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>9</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>100</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-16995284.post-114335595016869590</id><published>2006-03-25T22:45:00.000-08:00</published><updated>2006-04-14T20:49:35.610-07:00</updated><title type='text'>Why do software projects fail so often?</title><content type='html'>Why do software projects fail?&lt;br /&gt;1.Lack of User Inputs&lt;br /&gt;2.Incomplete Requirements &amp; Specifications&lt;br /&gt;3.Changing Requirements &amp;amp; Specifications&lt;br /&gt;4.Lack of Executive Support&lt;br /&gt;5.Technology Incompetence&lt;br /&gt;6.Lack of Resources&lt;br /&gt;7.Unrealistic Expectations&lt;br /&gt;8.Unclear Objectives&lt;br /&gt;9.Unrealistic Time Frames&lt;br /&gt;10.New Technology&lt;br /&gt;source:&lt;a href="http://www.stylusinc.com/Common/Concerns/SoftwareProjectsFailure.php"&gt;http://www.stylusinc.com/Common/Concerns/SoftwareProjectsFailure.php&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;What can we do to make them succeed?&lt;br /&gt;A formula for project success:success = planning * execution&lt;br /&gt;There are ten keys to make successful software projects:&lt;br /&gt;1. Clear vision&lt;br /&gt;2. Stable, complete, written requirements&lt;br /&gt;3. Detailed user interface prototypes&lt;br /&gt;4. Effective project management&lt;br /&gt;5. Accurate estimates&lt;br /&gt;6. Two-phase budgeting&lt;br /&gt;7. A focus on quality&lt;br /&gt;8. Technology expertise&lt;br /&gt;9. Active risk management&lt;br /&gt;10. Remember, software is created by humans&lt;br /&gt;source: &lt;a href="http://www.issre2001.org/10KeysToSuccess.pdf#search="&gt;http://www.issre2001.org/10KeysToSuccess.pdf#search=&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;What is the importance of software project management?&lt;br /&gt;Software Project Management is a sub-discipline of Project management in which software projects are planned, monitored and controlled.The purpose of Project Planning is to identify the scope of the project, estimate the work involved, and create a project schedule. Project planning begins with requirements that define the software to be developed. The project plan is then developed to describe the tasks that will lead to completion.The purpose of Project Monitoring and Control is to keep the team and management up to date on the project's progress. If the project deviates from the plan, then the project manager can take action to correct the problem. Project monitoring and control involves status meetings to gather status from the team. When changes need to be made, Change control is used to keep the products up to date.&lt;br /&gt;source: &lt;a href="http://en.wikipedia.org/wiki/Software_project_management"&gt;http://en.wikipedia.org/wiki/Software_project_management&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/16995284-114335595016869590?l=devilkimi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devilkimi.blogspot.com/feeds/114335595016869590/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16995284&amp;postID=114335595016869590' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16995284/posts/default/114335595016869590'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16995284/posts/default/114335595016869590'/><link rel='alternate' type='text/html' href='http://devilkimi.blogspot.com/2006/03/why-do-software-projects-fail-so-often.html' title='Why do software projects fail so often?'/><author><name>kimi</name><uri>http://www.blogger.com/profile/07732286958537511258</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16995284.post-114335498596186677</id><published>2006-03-25T22:31:00.000-08:00</published><updated>2006-03-25T22:38:39.236-08:00</updated><title type='text'>What is test-driven development?</title><content type='html'>&lt;a href="http://www.agiledata.org/images/tddSteps.jpg"&gt;&lt;img style="WIDTH: 400px; CURSOR: hand" alt="" src="http://www.agiledata.org/images/tddSteps.jpg" border="0" /&gt;&lt;/a&gt;&lt;br /&gt;&lt;a href="http://www.agiledata.org/images/tddSteps.jpg"&gt;&lt;/a&gt;&lt;br /&gt;What is the main idea of test-driven development?&lt;br /&gt;Test-driven development (TDD), is an evolutionary approach to development which combines test-first development where you write a test before you write just enough production code to fulfill that test and refactoring.&lt;br /&gt;&lt;br /&gt;What is the goal of test-driven development?&lt;br /&gt;One view is the goal of TDD is specification and not validation. In other words, it' s one way to think through your design before your write your functional code. Another view is that TDD is a programming technique. So, the goal of TDD is to write clean code that works.&lt;br /&gt;&lt;br /&gt;How does a test-driven development cycle look like?&lt;br /&gt;Please refer to the diagram above.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/16995284-114335498596186677?l=devilkimi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devilkimi.blogspot.com/feeds/114335498596186677/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16995284&amp;postID=114335498596186677' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16995284/posts/default/114335498596186677'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16995284/posts/default/114335498596186677'/><link rel='alternate' type='text/html' href='http://devilkimi.blogspot.com/2006/03/what-is-test-driven-development.html' title='What is test-driven development?'/><author><name>kimi</name><uri>http://www.blogger.com/profile/07732286958537511258</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16995284.post-114335463845477233</id><published>2006-03-25T22:30:00.000-08:00</published><updated>2006-03-25T22:30:38.896-08:00</updated><title type='text'>Software Design Patterns: How much do you understand?</title><content type='html'>i understandard adapter and bridge design pattern&lt;br /&gt;&lt;br /&gt;Bridge pattern:&lt;br /&gt;The bridge design pattern is meant to "decouple an abstraction from its implementation so that the two can vary independently"&lt;br /&gt;&lt;br /&gt;Adapter pattern:&lt;br /&gt;An adapter allows classes to work together that normally could not because of incompatible interfaces by wrapping its own interface around that of an already existing class.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/16995284-114335463845477233?l=devilkimi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devilkimi.blogspot.com/feeds/114335463845477233/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16995284&amp;postID=114335463845477233' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16995284/posts/default/114335463845477233'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16995284/posts/default/114335463845477233'/><link rel='alternate' type='text/html' href='http://devilkimi.blogspot.com/2006/03/software-design-patterns-how-much-do.html' title='Software Design Patterns: How much do you understand?'/><author><name>kimi</name><uri>http://www.blogger.com/profile/07732286958537511258</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16995284.post-114113032940964072</id><published>2006-02-28T04:32:00.000-08:00</published><updated>2006-02-28T04:44:30.790-08:00</updated><title type='text'>Stuff that lets agile software developers show off what they believe in</title><content type='html'>"JsUnit"&lt;br /&gt;&lt;br /&gt;JsUnit is a Unit Testing framework for client-side (in-browser) JavaScript. It is essentially a port of &lt;a href="http://www.junit.org/" target="_blank"&gt;JUnit&lt;/a&gt; to JavaScript. Also included is a platform for automating the execution of tests on multiple browsers and mutiple machines running different OSs. Its development began in January 2001.&lt;br /&gt;&lt;br /&gt;source : &lt;a href="http://www.edwardh.com/jsunit/introduction.html"&gt;www.edwardh.com/jsunit/introduction.html&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;"YAGNI "&lt;br /&gt;Extreme programming speak for You Aren't Going to Need It. XP promotes the idea that you do the simplest thing that works. You don't add additional capability to handle things that you might need in the future until you know that you do need it, because we are lousy at predicting the future and if we never need it we have wasted resources.&lt;br /&gt;&lt;br /&gt;source : &lt;a href="http://mindprod.com/jgloss/yagni.html"&gt;http://mindprod.com/jgloss/yagni.html&lt;/a&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/16995284-114113032940964072?l=devilkimi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devilkimi.blogspot.com/feeds/114113032940964072/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16995284&amp;postID=114113032940964072' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16995284/posts/default/114113032940964072'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16995284/posts/default/114113032940964072'/><link rel='alternate' type='text/html' href='http://devilkimi.blogspot.com/2006/02/stuff-that-lets-agile-software.html' title='Stuff that lets agile software developers show off what they believe in'/><author><name>kimi</name><uri>http://www.blogger.com/profile/07732286958537511258</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16995284.post-114112990940166706</id><published>2006-02-28T04:23:00.000-08:00</published><updated>2006-02-28T04:31:49.403-08:00</updated><title type='text'>Software quality: What makes a program code good?</title><content type='html'>1. Stable and reliable.&lt;br /&gt;&lt;br /&gt;2.Use less resources.&lt;br /&gt;&lt;br /&gt;3.Program code easy to read , then it is easy to implemantion and maintain.&lt;br /&gt;&lt;br /&gt;4.Simplicity and fewer exceptional rules.&lt;br /&gt;&lt;br /&gt;5.Type checking&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/16995284-114112990940166706?l=devilkimi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devilkimi.blogspot.com/feeds/114112990940166706/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16995284&amp;postID=114112990940166706' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16995284/posts/default/114112990940166706'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16995284/posts/default/114112990940166706'/><link rel='alternate' type='text/html' href='http://devilkimi.blogspot.com/2006/02/software-quality-what-makes-program_28.html' title='Software quality: What makes a program code good?'/><author><name>kimi</name><uri>http://www.blogger.com/profile/07732286958537511258</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16995284.post-114052982003141274</id><published>2006-02-21T05:44:00.000-08:00</published><updated>2006-02-21T05:50:20.033-08:00</updated><title type='text'>Software Engineering Certification Programs:What Can You Learn from Them?</title><content type='html'>1.Software Maintenance&lt;br /&gt;2.Software Quality&lt;br /&gt;3.Code Design&lt;br /&gt;4.Documentation&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/16995284-114052982003141274?l=devilkimi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devilkimi.blogspot.com/feeds/114052982003141274/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16995284&amp;postID=114052982003141274' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16995284/posts/default/114052982003141274'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16995284/posts/default/114052982003141274'/><link rel='alternate' type='text/html' href='http://devilkimi.blogspot.com/2006/02/software-engineering-certification.html' title='Software Engineering Certification Programs:What Can You Learn from Them?'/><author><name>kimi</name><uri>http://www.blogger.com/profile/07732286958537511258</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16995284.post-114052899425679261</id><published>2006-02-21T05:31:00.000-08:00</published><updated>2006-02-21T05:36:34.676-08:00</updated><title type='text'></title><content type='html'>UML Tools: What is your favorite?&lt;br /&gt;&lt;br /&gt;in the lesson i had tried Poseidon for UML Community Edition.i feel this is not very user friendly, it was not very easy to join the link between to classes or object.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/16995284-114052899425679261?l=devilkimi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devilkimi.blogspot.com/feeds/114052899425679261/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16995284&amp;postID=114052899425679261' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16995284/posts/default/114052899425679261'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16995284/posts/default/114052899425679261'/><link rel='alternate' type='text/html' href='http://devilkimi.blogspot.com/2006/02/uml-tools-what-is-your-favorite-in.html' title=''/><author><name>kimi</name><uri>http://www.blogger.com/profile/07732286958537511258</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16995284.post-112893591095161287</id><published>2005-10-10T01:25:00.000-07:00</published><updated>2005-10-10T02:18:31.100-07:00</updated><title type='text'>Software Engineering Skills</title><content type='html'>sorry for so late to update my blog , because i have a part-time job, so not many time to leave message.&lt;br /&gt;&lt;br /&gt;1.Analysis the project, managemnt the tasks time ,can complete the task on time&lt;br /&gt;&lt;br /&gt;2.using the limited resoures and budget to develop software&lt;br /&gt;&lt;br /&gt;3.We should break down the problem and solve the problem. if program have error&lt;br /&gt;step by step to solve&lt;br /&gt;&lt;br /&gt;4.Good Communication with client , we should know the clinet what's function they want.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/16995284-112893591095161287?l=devilkimi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devilkimi.blogspot.com/feeds/112893591095161287/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16995284&amp;postID=112893591095161287' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16995284/posts/default/112893591095161287'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16995284/posts/default/112893591095161287'/><link rel='alternate' type='text/html' href='http://devilkimi.blogspot.com/2005/10/software-engineering-skills.html' title='Software Engineering Skills'/><author><name>kimi</name><uri>http://www.blogger.com/profile/07732286958537511258</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-16995284.post-112737034742774907</id><published>2005-09-21T23:21:00.000-07:00</published><updated>2005-09-21T23:25:47.433-07:00</updated><title type='text'>PC-128</title><content type='html'>hihi&lt;br /&gt;this is my first Blog, create in first lesson.&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/16995284-112737034742774907?l=devilkimi.blogspot.com' alt='' /&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://devilkimi.blogspot.com/feeds/112737034742774907/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://www.blogger.com/comment.g?blogID=16995284&amp;postID=112737034742774907' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/16995284/posts/default/112737034742774907'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/16995284/posts/default/112737034742774907'/><link rel='alternate' type='text/html' href='http://devilkimi.blogspot.com/2005/09/pc-128.html' title='PC-128'/><author><name>kimi</name><uri>http://www.blogger.com/profile/07732286958537511258</uri><email>noreply@blogger.com</email><gd:image rel='http://schemas.google.com/g/2005#thumbnail' width='16' height='16' src='http://img2.blogblog.com/img/b16-rounded.gif'/></author><thr:total>0</thr:total></entry></feed>
