Community Server

The platform that enables you to build rich, interactive communities
Welcome to Community Server Sign in | Join | Help

Front Page News

  • jQuery for your website

    We started using jQuery about a year ago, with little knowledge and much bitter relationship with javascript. jQuery made javascript more loveable, The selectors is one of the most interesting bit in jQuery, as well as there are tones of freely and useful...
    10-30-2008, 7:06 AM by erymuzuan to erymuzuan
    Filed under:
  • SQL Injection : The good , the bad and the ugly

    You can download our presentetation slide at http://www.bespoke.com.my/sql_injection.zip . We welcome any comment, critics. You'll need Microsoft Visual Studio, I use Professional Edition, but you can download free edition of Visual Studio Express...
    10-29-2008, 8:41 PM by erymuzuan to erymuzuan
    Filed under:
  • Using Windows Forms DateTime picker in WPF

    WPF is great piece of technology coming out from Redmond , it's kinda of really good when you're building nice presentation, that really shines. But for most enterprise developer, who needs to deal with data frequently, the lack of certain data...
    04-22-2007, 7:14 AM by erymuzuan to hakimin
    Filed under:
  • Creating a Form

    Here i will write an example doin a form programming. No more such bull *** of explaination. I Will give an example and it will make you all more easy to understand. Example : From last blog we have create a simple form application. Today is some but...
    11-03-2006, 5:12 PM by hakimin to hakimin
  • Form.Show or .ShowDialog or .Application.Run(Form)

    Chapter 1 in Window Forms 2.0 Programming. What the book talk about. Ermmm from the reading, i got a very clear view of Windows Form 2.0 programming. As example have been show, i know a little bit basic of Form under System.Windows.Form. So for today,...
    11-02-2006, 4:31 PM by hakimin to hakimin
  • Agile charts

    Conventional software project management uses Gantt Chart to plan task activities and estimate how long it will take to complete a project. However, it is hard to maintain and overshadow the the big picture with details. The most 2 important things to...
    11-02-2006, 1:29 PM by nazura to agile
  • Windows Form

    Tomorrow i start to write a blog post about windows form programming. I will write all about it every day maybe or evry time if lucky to tell to all of you abou window form programming so you also can learn about. Today i'm not ready and don't...
    11-01-2006, 4:24 PM by hakimin to hakimin
  • Event Publication and Subscription on SCFC or CAB

    On SCSF and CAB there two things that for me is new. First is Event Publication. Event Publication is the publisher of event where the event if fire. As example i have this kind of code: public void item_clicked(object sender, EventArgs e) { this.Clicked();...
    11-01-2006, 3:48 PM by hakimin to agile
    Filed under:
  • Smart Client Software Factory and CAB

    What CAB? CAB is short term for Composite UI Application Block. This is realase by Microsoft to solve proble of many developer face when try to copy cat on wincontainer like Outlook. Using CAb, all proble of share state, transfering data and so on we...
    10-06-2006, 4:19 PM by hakimin to agile
    Filed under:
  • Estimating point size on User Stories

    Why it is important to clearly estimate point size of user stories. It is important because if we are over estimate the user stories point it will give a bad result on velocity and burdown chart. Over estimate is have to but if we are over2 estimate,...
    10-06-2006, 4:13 PM by hakimin to agile
    Filed under:
  • Dealing with user proxies

    User proxies are representative of the real user. It needs careful consideration to pick appropriate user proxies that really understands the goal of the project and view the the system similarly to domain experts. Although user proxy will be the decision...
    10-05-2006, 2:48 PM by nazura to agile
  • Principles behind the Agile Manifesto

    We follow these principles: Our highest priority is to satisfy the customer through early and continuous delivery of valuable software. Welcome changing requirements, even late in development. Agile processes harness change for the customer's competitive...
    10-05-2006, 9:45 AM by m_sahrizal to agile
  • Prioritize the User Story

    Now you have a list of user stories to be implemented. Before you could assigns all the stories to iteration, you need to identify the risk and value of stories to customers so that you can prioritize which story to be done first. A risk is any probable...
    10-04-2006, 2:36 PM by nazura to agile
  • 5 factor why planning a projects fail

    After i read about Planning and Estimates in Agile there a 5 factors why planning a projects is fail. And i thinking about it.. Is it true.. Is it happen if i'm apply it into my development of products... Ermmmm... it maybe happen.. So here i want...
    10-04-2006, 1:18 PM by hakimin to agile
  • Test Driven Development (TDD)

    This TDD is the best development process i have been involved to. The "Red, Green and Refactor" is the most esiest way i have ever exprienced when develop a system. Before this, i majorly use Waterfall model which get a bussines requirement...
    10-03-2006, 3:39 PM by hakimin to agile
  • Themes and Epic in User Stories

    What is themes and what is epic? Someday before, i dont know about these 2 kind of type in user stories. First, i want to start with Epic . Epic is actually a large user stories which we can break apart of it. We can break it up into smallest user stories....
    10-03-2006, 3:35 PM by hakimin to agile
    Filed under:
  • User Story "Epics"

    The word epic usually refers to the brave action or excitement or the films about the deeds of gods and great man. From it's literal meaning, we can conclude that user story epics is a great, large and complex set of user story. User role must be...
    10-03-2006, 3:14 PM by nazura to agile
  • To fake it or not

    Continuation from my 1st blog about Fake/Mock object. With the availbility of Dependency Injection framework(Microsoft Pattern and Practice ObjectBuilder, Spring Framewrok and StructureMap). We could easily swicth the implemetation of our interface. In...
    10-03-2006, 2:57 PM by erymuzuan to agile
    Filed under:
  • Roy Osherove said he was not a political blogger..

    but when this blog entry http://weblogs.asp.net/rosherove/archive/2006/09/27/U2U-refuses-to-work-with-Israelis-due-to-_2600_quot_3B00_War-crimes-and-apartheid_2600_quot_3B00_-in-Israel.aspx?CommentPosted=true appeared, he just like many othe Jews. Israel...
    09-27-2006, 8:00 AM by erymuzuan to erymuzuan
  • Agile Methodology

    Agile methodology is a conceptual framework for undertaking software development project. Software is developed in short time line called iterations . One iteration includes overall process of software development from user requirements, analysis, design,...
    09-25-2006, 2:10 PM by nazura to nazura
  • To fake or not to fake

    Fake objects or most commonly known as Mock are widely used to decople your component with it's depency , thus allowing it to be tested independently with the rest of it's dependencies. Let's take a look at a simple code .csharpcode, .csharpcode...
    09-03-2006, 3:39 PM by erymuzuan to erymuzuan
    Filed under:
  • Auto update your version with Subversion revision number

    Since we run Subversion for our source control system , there's need for us to identify a build with subversion revision number and the build date, this allowing us to track for bugs and related issues down to every single branch. What we have is...
    08-29-2006, 4:43 PM by erymuzuan to erymuzuan
    Filed under: ,
  • First Day in blog

    Today is my first day to have a blog. So for purpose, my blog is to share a knowledge of your all about .Net technology. For your information, i'm new in this arena so maybe i will post a lot a question and solution from my observation and also my...
    08-29-2006, 4:38 PM by hakimin to hakimin
    Filed under:
Powered by Community Server, by Telligent Systems