Skip to main content

Are Paperless things still present on Paper or Some things really changed?

Paperless Office


In the beginning of the professional career, I came across the book "Business @ The Speed of Thought" by Bill Gates in 1999. First time I learnt about the term "Paperless Office". I was very much impressed and decided to work where there was all the scope.

Y2K Changed the Scenario


In the 1995, it was the beginning of the  World Wide Web(WWW) in India. The terms Website, E-mail and Cyber Cafe  were new for everybody. Mobiles were not in the everybody's pocket. Y2K was an opportunity for so many to go for new Application Software as well as Hardware.In house development was not enough in the changed scenario.

On Premise Software


Using On Premise Software, everything is limited with Local Area Network (LAN). As speed is tremendous everything used is of higher side. Licensing policies for on premise software are costly affairs. Everything depends on operating systems started OS Independent. But fact remains with us is, that how much we dependent on every version of OS.

What are the options?


Truely OS Independent, Light Weight and Device Independent softwares which can be used everywhere where there are users. Cloud based ERP services has all these features and much more...


Popular posts from this blog

India's Top Sugar Companies by Net Profit

1. Balrampur Chini Mill http://www.chini.com 2. Dalmia Sugar 3. Dwarikesh Sugar http://www.dwarikesh.com 4. DCM Shriram http://www.dcmshriram.com/sugar

Saas - Software As A Service

SaaS is the concept of the Global Village SaaS is any software application that you run that is not located on your premises. It is a full-blown application, not a component part of something else. It is not a way to build applications. It is not a plug-in to other applications. It is never something that sits on your machines. Instead of having the application running on servers and data storage in your data center, it is running in the vendor's data center. Software is not the program but the service The way SaaS applications are licensed is different from on-premise applications. Instead of buying the license to use the application, and then paying for software maintenance to support it and keep it current, you "rent" the software over a period of time - usually monthly or yearly. Instead of buying and installing infrastructure and then paying ongoing operating and maintenance costs, the vendor runs the application on their infrastructure.   Co...

Use of Unicode in Application

Unicode is getting more acceptance Unicode (Universal Coded Character Set) is widely used on all the platforms. Unicode data is stored in multibyte pattern. Though all the operating systems supports UTF-8, some operating system supports UTF-16 and UTF-32 along with. UTF stands for Unicode Transformation Format. The number after UTF denote the bits block (Byte) to represent a character. One to four Bytes are used. For Devanagari script, code point U+0900 to U+097F are used. Indian languages are coming on the common platform For Devanagari character Om code point is U+0950. How it is stored in UTF-8 is interesting one. First Step – Convert it into simple binary number 0       9       5       0 0000 1001 0101 0000 Second Step – Make the group of Six from right 0000 1001 0101 0000 0000 100101 010000 Third Step – if the group is of six then concat 10 to left and for group of ...