DevPinoy.org
A Filipino Developers Community
            

Browse Site by Tags

Showing related tags and posts accross the entire site.
  • Design patterns are NOT from hell

    I saw this somewhere in my daily reading list (I religiously browse my Google Reader at the start of the day). I thought to myself that the blog author probably had negative experiences with programmers or architect types who place too much emphasis on design patterns. I agree that people who give too...
    Posted to cruizer (Weblog) by cruizer on 05-01-2008
  • Model View Presenter

    Here is a link to an article about the model view presenter design pattern . The article was created by one of the gurus in the field , Rod Cerrada. Read More on this Article.
    Posted to M3X Interface (Weblog) by trashVin on 04-03-2008
  • Of SOAP, Design Patterns and JAVA

    1. SOAP and XML Web Services is not simple. MS Visual Studio, Disco.exe and WSDL.exe makes it simple but it's not simple.(who the hell said it's simple) 2. I just finished reading this Thread at the Microsoft Community Forums and all I can say is...Patterns provide repeatable solutions but it's...
    Posted to Implementing INosebleed (Weblog) by Agile_ph on 07-30-2007
  • This is how your code smells when it's rotting

    This list is not only for Java but is also applicable to other languages. http://wiki.java.net/bin/view/People/SmellsToRefactorings
    Posted to Java (Forum) by keithrull on 03-27-2007
  • Ajax Anti-Patterns

    I've been working with alot of Ajax lately(this includes code and laundry :P) and just realized that i've been doing some unecessary code after reading this article . I think I got hooked so much with the Ajax-hoopla that I forgot that not everything should be done via Ajax. Below is an outline of what...
    Posted to Keith Rull (Weblog) by keithrull on 03-23-2007
  • FluentInterface

    So that's what they call it, FluentInterface . I've noticed this when i first encountered query construction in NHibernate in constructing a query using a criteria: IList cats = sess.CreateCriteria(typeof(Cat)) .CreateAlias("Kittens", "kt") .CreateAlias("Mate", "mt") .Add( Expression.EqProperty("kt.Name...
    Posted to jokiz (Weblog) by jokiz on 01-08-2007
  • Pluggable HelloWorld in Java

    Here is my version of Hello World. I call this, Pluggable HelloWorld! :) Greeting.java, which all Classes must implement to be a plug-in. 1 2 3 4 5 6 package ph.devpinoy.helloworld; public interface Greeting { public String sayGreeting(); } HelloWorld.java 1 2 3 4 5 6 7 8 9 package ph.devpinoy.helloworld;...
  • Introduction to Design Patterns slides and code

    from Jean-Paul Boodhoo: http://www.jpboodhoo.com/blog/NovemberMSDNMiniTourContent.aspx
    Posted to .NET (Forum) by cruizer on 11-19-2006
  • script.aculo.us

    I'm really feeling so tired as I'm writing this post. But that's not to stop me as I am very happy to have learned something new. While I was studying client's code, Converting from PHP to Java. I didn't quicly realize the how script.aculo.us and Prototype.js makes your javascripting life so much faster...
  • Implementing the ListCollectionView

    The ListCollectionView is a WPF wrapper for an IList. When you add or remove something from the IList, the ListCollectionView must be notified of the change by calling its OnCollectionChanged method so it can sync with the IList. The problem is, OnCollectionChanged is a protected method i.e. we can't...
    Posted to Driving .NET (Weblog) by smash on 10-06-2006
Page 1 of 2 (13 items) 1 2 Next >

Copyright DevPinoy 2005-2008
Powered by Community Server (Commercial Edition), by Telligent Systems