Categoria: Programação
-
Smart Clients
Managing Offline Clients with the Smart Client Offline Application Block Smart Client Application Model and the .NET Framework 1.1
-
SOA 101
J2EE vs .Net: The choice depends on your needs Software object reuse has never really lived up to the hype. There are a lot of reasons, but one of the biggest is that objects live on platforms that change too quickly. When the platform changes, the objects written on that platform have to change too.…
-
User Interface Design for Programmers
User Interface Design for Programmers, By Joel Spolsky
-
User Expectations in a World of Smart Devices
User Expectations in a World of Smart Devices This, in turn, raises several questions for experience designers: Under what circumstances do people trust or mistrust objects? Do the walls really have ears? If I sit on that park bench, will it tell my student loan officer how much money is in my pocket? What kinds…
-
Programming language
Programming language Lectures in the History of Computing Mother Tongues of Computer Languages history of programming languages concepts History of Programming Languages A Brief History of Programming Languages The History of Computer Programming Languages Computer Languages Timeline How Object-Oriented Programming Started Functional Programming Languages Why I am called “the Father of Visual Basic”
-
Paging Infragistics Webgrid
HOWTO:Handling paging events HOWTO:How can I use custom paging to create a “First”, “Prev”, “Next”, “Last” style pager?
-
Moodle Documentation
Moodle Documentation > Philosophy 4. Connected and Separate This idea looks deeper into the motivations of individuals within a discussion. Separate behaviour is when someone tries to remain ‘objective’ and ‘factual’, and tends to defend their own ideas using logic to find holes in their opponent’s ideas. Connected behaviour is a more empathic approach that…
-
What Is Web 2.0
What Is Web 2.0 – Design Patterns and Business Models for the Next Generation of Software
-
NHibernate 1.0-rc1
NHibernate 1.0-rc1 was released today, along with the same version of NHibernateContrib. What does this mean? We ported almost all of the features of Hibernate 2.1 and now we are going to stabilize NHibernate to make the 1.0 release. From this point on we will focus on fixing any remaining bugs in NHibernate and adding…
-
global vs local variable
Global Variables on a VB.NET Web Page “…Microsoft, in its’ wisdom, has made it easier for VB developers to migrate by automatically translating the “Dim” syntax, when used at class level, to “Private” without even telling you. As you can see, I’m not all that thrilled about it, as it doesn’t help the VB developer…