Archive

VMware

VMware Inc. is a well-known company which deals in software related to virtualization. Virtualization is a variation of cloud computing. To understand software provided by VMware better, hardware virtualization must be understood completely. The concept of hardware virtualization is making computers and even operating systems available on a remote location. Hardware virtualization can be used to alter the characteristics or hide them from specific users. Platform virtualization is a branch of virtualization and is executed by a host software. This software creates a virtual platform for software called guest software. The guest software can be a simple application or...

Read more

The concept of Virtualization before Cloud Computing

In today’s world of Cloud Computing, we often hear a lot about virtualization. It sounds like a latest buzz word, but is virtualization really a new concept?  To answer this question we’ll have to take a look at what really is meant by virtualization.

The term virtualization is usually defined as the abstraction of computing resources. What it means is that the real physical characteristics of computing resources are kept well hidden from the users by virtualization. This includes making a single virtual resource available...

Read more

Windows Mobile OS

The windows mobile operating system is a mobile operating system that was designed by Microsoft for use in mobile devices, particularly smart phones. This operating system has been losing its popularity in the mobile arena over the last few years.

Nevertheless it is still a great mobile OS which is enjoyed by many persons and advancements in the technology and version of the windows mobile OS makes it a great choice for a mobile operating system.

This Os started out with the earliest version in 2000(Pocket PC) to...

Read more

Top 4 Instant Messengers

Instant messaging is a part of the daily life of almost all Internet users across the globe. This is so because of the fact that instant messengers such as Yahoo and Skype are offering features that speed up conveying of messages and files free or at low cost. Instant messaging connects people and enables them to see their friends on the other end live and clear. Means of communications are being continuously enhanced by the development of various instant messengers. The top messengers used by majority of Internet users and web mail account owners are the...

Read more

Tips on Making Articles Better

Writing articles for websites, online employers or for promotional purposes is a really tough job. It may take several hours to complete just one great article, which may be classified as "better".  Well, in order to become a professionally successful, online article writer, you have to go through some guidelines or tips that are followed all over the world.

According to a recent survey, professional writers take almost half an hour to write a good article. So, if you want...

Read more

TERMINAL SERVICES IN OPERATING SYSTEMS

Terminal Services are services that enable users to access computers remotely by allowing computers to execute desktop and other applications on a server as if they were running locally. These services involve allowing the client to act as the end recipient by providing user interface to the client side. The client responds by issuing instructions of tasks to be processed by the server. Terminal Services include support of terminal server which allows several users to log into the computer and access the desktop on the end server. This feature allows users to create, install and...

Read more

Technical differences between SQL and Oracle

Oracle DB: Oracle Corp is the leading supplier for s/w products, headquartered in Redwood shores, California, USA. Now they have 43000 Employees in 150 countries. Oracle is the first s/w company to develop and deploy 100 % Internet-enabled enterprise Software. Oracle refers to the method used to create the graphical user interface rather than writing numerous lines of code to describe the appearance and location of interface elements. Oracle is fastest and easiest way to create application in MS windows with the ability to store and access data. Whether you are professional or new to...

Read more

SQL-related Stored Procedures (SP)

Normally, a stored procedure is said to be an independent module of programming instructions accessible to submissions getting into a ‘relational’ DB scheme. Stored procedures, which are also known as sproc, proc, StoPro, SP or StoredProc, are retained in the data dictionary of your database.

Typical uses for stored procedures include data authentication, which is incorporated into the DB or get access to command mechanisms. Besides, stored procedures are utilized to consolidate and centralize logic, which was initially applied in the applications. Widespread or complex processing, which needs implementation of...

Read more

SQL, How To Select Columns, Rows And Join Tables

Selecting Specific Columns From a Table: SELECT command, used to retrieve information from the database, allows you to select the columns to be including in a query. A query is a request for information, and one of the most common DB operations. Queries are performed by the SELECT command. A SELECT command must have at least two clauses; the first one is SELECT (the columns to retrieve) and second is FROM (the tables which contains those columns). You may place the clauses on the same line or on separate lines but...

Read more

Software as a Service (SaaS) and Its Usage

Basically there are four layers in the model of cloud computing:
  1. Business Process as a Service
  2. Software as a Service
  3. Platform as a Service
  4. Infrastructure as a Service

In this article we are going to discuss Software as a Service (SaaS) layer of cloud computing model. Software as a Service i.e. SaaS actually refers to the situation where the service provider provides customer the software applications by means of deployment over the internet. Sometimes SaaS is also called software on demand. History: Software as a service actually existed before cloud the...

Read more