News

As the name of this site implies, we’re big advocates of server-side technologies. But we also recognize that integrating client-side technologies into the web architecture can be advantageous as well ...
Web services standardize the format (XML) and the protocol (SOAP) for application-to-application communication. Such standardization spurs software vendors to create quality applications with ...
2-tier architecture is a client-server architecture where the server is versatile, meaning it can directly respond to all of the client's resource requests. In 3-tier architecture, however, the server ...
In the RESTful style, a client requests a resource using a conventionally formatted URL (a RESTful API) and receives back a conventionally formatted JSON response, which describes the resource ...
If you ask web professionals what their interpretation of the phrase information architecture is, you will get a wide variety of responses. A search engine optimization (SEO) professional might ...
Google Voice Search, which is a feature of the Google Search app, performs the voice recognition for each query on the client-side, while Apple's Siri processes these requests on the server-side ...