viernes, 19 de marzo de 2010
Guillermo: Santi, Diego puede no estar en la WIF, que yo puedo con mucho esfuerzo lograr medianamente sus maquetaciónes, pero vos.. sos unico en el equipo, así que cuida lo que comes, no tomes cafes publicos y usa chaleco viteh
AMIGOCAMINO: JAJAJAJAJ CAFES PUBLICOS!!!!! ASI NOS TENDRIAMOS QUE LLAMAR
Guillermo: Cafes Publicos
AMIGOCAMINO: SIIII
Lo meti en: Micro posts
jueves, 11 de marzo de 2010
Esta aplicación te permitirá conocer quienes quieren pasar a visitarte próximamente.
Accediendo a Mis Friendly Hostel podrás ver quienes te han ofrecido gentilmente alojamiento en su morada. Recuerda ser considerado y tener a bien informarles que piensas alojarte en sus casas. Puede sonar obvio pero las visitas inesperadas siempre son un contratiempo. La educación nunca está de más y ayuda a fortalecer las amistades.
Lo meti en: Programación, Tambien hablo en serio
miércoles, 24 de febrero de 2010
Wtf!... dialogo que se me cruzó mientras preparaba el arroz.
Lo meti en: Chamullo barato, Desconexión lógica total
jueves, 11 de febrero de 2010
lunes, 28 de diciembre de 2009
Una joven esposa cayo enferma y estaba a punto de morir. "Te amo tanto", le dijo a su marido, "no quiero dejarte. Si yo falto, no quiero que busques a ninguna otra mujer. Si lo haces, volvere como un fantasma y te hare la vida imposible".
La mujer no tardo en fallecer. El marido respeto su voluntad los tres primeros meses, pero luego conocio otra mujer y cayo profundamente enamorado. Se prometieron en matrimonio.
Inmediatamente despues de comprometerse, el fantasma de la mujer se le aparecio cada noche al hombre, echandole en cara el no haber cumplido su promesa. El fantasma era muy listo. Ella podia decirle con exactitud todo lo que habia entre el y su nuevo amor. Si el le hacia un regalo a su amada, el fantasma lo podia describir con detalle. Podia repetir conversaciones enteras una y otra vez durante toda la noche, impidiendole conciliar el sueño. Le aconsejaron preguntar a un maestro Zen que vivia cerca e la aldea. Al final, desesperado, acudio al maestro en busca de ayuda.
"Tu antigua mujer se ha convertido en un fantasma y sabe todo lo que haces.", comentaba el maestro. "Hagas lo que hagas y digas lo que digas, ella lo sabe. Cualquier regalo que le hagas a tu nuevo amor, ella lo conoce. Debe de ser un fantasma muy sabio. Deberias admirarla. La proxima vez que se te aparezca, dile que ella sabe tanto que no puedes esconderle nada, y que si te responde a una sola pregunta, romperas tu compromisio y permaneceras soltero."
"¿Que pregunta debo hacerle?", pregunto el hombre.
El maestro contesto: "Mete la mano en un saco de lentejas y saca un buen puñado. Entonces preguntale cuantas lentejas tienes en tu puño. Si no s capaz de contestarte, sabras que ella no es mas que una imaginacion tuya, y no te molestara mas."
La siguiente noche, cuando el fantasma se le volvio a aparecer, el hombre le dijo que ella sabia tanto que no podia esconderle nada.
"Claro que si,", respondio el fantasma, "de hecho se que fuistes a ver a ese maestro zen hoy."
"Y ya que sabes tanto," dijo el hombre, "¡dime cuantas lentejas tengo en mi mano!
Y ya no hubo fantasma para responder la pregunta.
Lo meti en: Tambien hablo en serio
jueves, 24 de diciembre de 2009
Lo meti en: Videos
jueves, 17 de diciembre de 2009
The model is the part of the component that encapsulates the application's data. It will often provide routines to manage and manipulate this data in a meaningful way in addition to routines that retrieve the data from the model. In our case, the model will contain methods to add, remove and update information about the books in the database. It will also contain methods to retrieve the list of books from the database. In general, the underlying data access technique should be encapsulated in the model. In this way, if an application is to be moved from a system that utilizes a flat file to store its information to a system that uses a database, the model is the only element that needs to be changed, not the view or the controller.
View
The view is the part of the component that is used to render the data from the model in a manner that is suitable for interaction. For a web-based application, the view would generally be an HTML page that is returned to the data. The view pulls data from the model (which is passed to it from the controller) and feeds the data into a template which is populated and presented to the user. The view does not cause the data to be modified in any way, it only displays data retrieved from the model.
Controller
The controller is responsible for responding to user actions. In the case of a web application, a user action is a page request. The controller will determine what request is being made by the user and respond appropriately by triggering the model to manipulate the data appropriately and passing the model into the view. The controller does not display the data in the model, it only triggers methods in the model which modify the data.
Lo meti en: Programación





