The Evolution of Tech Companies Logos
You’ve seen these tech logos everywhere, but have you ever wondered how they came to be? Did you know that Apple’s original logo was Isaac Newton under an apple tree? Or that Nokia’s original logo was a fish? Let’s take a look at the origin of tech companies’ logos and how they evolved over time: [...]
How to setup Virtual Hosting with Apache
Web servers are hosts that deliver files to applications or web pages to browsers via the HTTP protocol. The interaction of the web server with the browser is termed as host-client relationship. If the web server is used only to host a single site it is called a dedicated server. Dedicated servers are used for [...]
Server Side Includes in Apache
Server Side Includes (SSI) directives are a type of HTML comment that instructs the web server to generate data dynamically for the web page or the client when it is requested. SSI directive is an effective method in case of adding small amount of dynamic contents to HTML pages.More>>
How to setup PHP module into Apache server
Apache web server is an open source web server that can be freely downloaded from http://httpd.apache.org/download.cgi . A web server is a program that delivers files to the application or web pages to the browsers via HTTP protocol. PHP, an acronym for PHP: Hypertext Preprocessor, is a open source server-side scripting language that is designed [...]
Introduction to Java Server Faces(JSF) Core Tags Library
This article introduces about the various Core Tags that are available in JSF. Tags represent some set of Actions that will be executed in the Server. This article assumes the reader to have a fair bit of knowlege in Java Server Faces. If not, then they can visit the Introductory Article in JSF in javabeat. [...]
Ajax support in struts 2.0
Ajax or Asynchronous JavaScript and XML was introduced by Jesse James Garrett in 2005. He is called the “Father of Ajax” .Ajax is a collection of concepts and technologies that allows richer and more interactive user interaction with the web applications. The Ajax engine allows the user’s interaction with the application to happen asynchronously — [...]
Struts 2.0 Introduction and Validations using Annotations
This article provides an introduction to Struts 2.0 and its new Validation Features. Since Struts 2.0 is new, the first few sections of the article discusses in brief about the basics of Struts 2.0, its architecture and its various New Features. The rest of the article is dedicated towards explaining about the new Validation Features [...]
Introduction to Java Server Faces
Java Server Faces (JSF) simplifies the development of User Interfaces in a typical Web application. It provides a Component-based Pluggable Architecture for developing and representing User Interface Components. Also bundled with JSF is a whole set of various new features like Event Handling Mechanism, Page Navigation, Input Validation and Conversion. This article provides an overview [...]
