Sunday, October 17, 2010

My Baby Is Really Wheezy And Has A Bad Cough



the moment when you think nothing is important
the moment that you have the time in solitude

you hate the moment that makes you hate yourself
the time when you have not realized what I was going
the moment when someone thanked
the moment when you said thanks to someone, but that does not I heard
the time when you have greeted someone who did not know
time you
that marked the day when you smiled
the moment when you feel stronger than before and move on when the

you get up again the moment when you realize the
to be bigger when you hold in your arms someone
the moment when you feel good about yourself
the time when you do a favor to others
the moment in early to love

Thursday, July 22, 2010

E133 Error Baxi Boiler

embed youtube video

a new way to embed a web page of your video youtube

\u0026lt;iframe class = "youtube-player" type = "text / html" width = "640" height = "385" ; src = "http://www.youtube.com/embed/VIDEO_ID" frameborder = "0">
\u0026lt;/ iframe>

you avoid using the iframe incopatibilità with w3c and in my opinion much more elegant and the usual crazy intersection

Best Floor Plan For Granny Flat

four good tips

1. If one of your return values \u200b\u200bare the status codes that indicate the success or failure of the method, remove immediately. Replace them with exception handling that throws an exception if the method is not completed successfully. The exception is a standard way to handle error conditions, can be more expressive, and removes one of your return values.
2. Find related groups of values \u200b\u200breturned encapsulated in objects that contain every piece of information as fields. classes for these objects can be expanded to encapsulate their behavior as a result, to further improve the design of the code. Each set of values \u200b\u200brelated to repatriation that are enclosed in an object removes the values \u200b\u200breturned by the method, increasing the level of abstraction interface of the method. For example, instead of passing the X and Y with respect to enable them to be returned, create a class variable Point, pass a reference to an object by value and update the values \u200b\u200bof the object within the method.
3. If you are passing in an object and then return a new version of that object and the object is mutable, then consider moving the method to a class member of that we passed. This can improve the encapsulation of design and to simplify the interface.
4. If, after all the steps above, you are still left with more returns to a method, the method of division into different methods that each return a part of the answer. Using this set of methods from client code will be much lighter than a mega-way.

Friday, July 16, 2010

God Parents Insert Card

java design pattern

http://msdn.microsoft.com/it-it/library/cc185081.aspx
simple introduction to the world of design patterns, but it's something many of you use them but do not realize it (eg $ db in a PHP application used to access a database throughout the code of the application is a singleton, ie a particular type of design pattern).