General

Zyxware default image2
| 2 min read
An offer letter is the first document using which a company contacts the employee who is selected for appointment. It contains the designation offered, general terms, salary figures, payment details, working hours etc. The employee can either accept or reject the offer. If he agrees to the conditions given in the Offer Letter, he will inform a convenient joining date. Then the company issues the Appointment Letter as a confirmation of his job.
Zyxware default image2
| 3 min read
After giving the Offer Letter, an Appointment Letter is the next step of interaction between a company and an employee. For him/her, a Letter of Appointment is a guarantee about the given job and position in that company. There are various formats available. Given below is the one which we use at Zyxware.
Zyxware default image1
| 3 min read
One of the simplest HR issues that a company has to handle is managing leaves. Initially we did not have a fixed leave policy and leaves and holidays were granted on a need basis and on short notice. However as we grew we realized the need for systematizing this to be able to manage and plan our activities and projects. Creating a leave policy might sound easy but we had to put a lot of thought into this. We wanted it to be as flexible as possible but with enough rigidity to have a predictable system. Company Leave Policy Document v1.0
Zyxware default image2
| 3 min read
A general issue faced by many of our customers is that they forget the administrator password which is required to login to the computer. Without this password, there is no way a normal user can gain access to the computer system and its contents. Most of us will end up formatting the hard disk or installing a fresh copy of Windows as a remedy. As a result, we make an unwanted payment for the service provider for both formatting and installing Windows. There is always a remedy for gaining access to the computer system without formatting or installing new copy of Windows.
Zyxware default image4
| 3 min read
Efficient programming requires a comfortable editor or a development environment. The definition of comfortable would vary with the developer. The requirements would vary with the programming language also. For web application development in PHP some of the nice little features that helps in development are listed below.
Zyxware default image4
| 4 min read
Mircosoftpowerpoint.exe is a file that is created by a virus named w32.USBWorm. This virus is an epidemic and spreads very rapidly through USB drives. When a USB drive is connected to a computer which is already affected by this virus, it gets affected. The virus in the computer will transfer all its files into the drive. When this USB drive is connected to another unaffected computer, it will transfer all the required files to the computer's hard drive.
Zyxware default image4
| 4 min read
When you are posting a blog on your blogspot, blogger automatically uses your title to create a url for your post. This happens only if you have enabled post pages in the Settings » Archives » Enable post pages setting to true. However if you are using a fairly long title, blogger will simply truncate at the end of the last complete word so that the total remains within 40 characters.
Zyxware default image1
| 2 min read
Ubuntu installation on a system which already has other operating systems is simple. Ubuntu will automatically detect other operating systems already installed on the computer and enable booting into them from the grub boot menu. However if you install Windows on a system which already has Ubuntu installed on a partition other than the partition on to which you install windows then you will inevitably lose the option to boot into the Ubuntu installation. There is a simple way to rectify this issue.
Zyxware default image1
| 4 min read
One of the most common support requests we receive from our customers is for clearing their computers of viruses. Most of the infections that we see are by viruses that spread by capitalizing on the ignorance of the users. A few smart steps, if taken by the users, could easily prevent infection from some of the more common viruses that float around in the cyber-universe.
Zyxware default image3
| 5 min read
Ubuntu has a very user-friendly installation interface. The whole installation takes only a few mouse-clicks and takes only around 15-20 minutes on almost any new system. We have not had any complications in Ubuntu Installations until recently when we had to Install Ubuntu on an Intel 945GCNL motherboard with Intel Dual Core processor.
Zyxware default image2
| 2 min read
We are happy to extend phone-based support for all Ubuntu users in Kerala. We have been providing at-site support for Ubuntu Users in Trivandrum for the last one year and we would like to offer this service to all existing Ubuntu users and prospective Ubuntu users in Kerala.
Zyxware default image4
| 3 min read
When we started Zyxware we had no clue as to how to start a company, how to and what to document, how to do our accounting and stuff. We had to undergo a process of trial and error to figure out what are the things we were supposed to do as a company. We don't want another entrepreneur to waste his/her time in doing what we have done. With this view we have created our Open Documentation Policy.
Zyxware default image3
| 4 min read
One of the most common questions we hear from potential customers who come to buy PC's or Laptop's is whether we will be installing Windows XP on the computers we assemble. Our answer has been the same - "Yes we will, if you pay for it". We would like to clarify our policy regarding piracy. We understand that piracy is illegal and we will not be doing anything to promote piracy.
Zyxware default image3
| 5 min read
When retrieving large number of records from a database table it becomes essential to do some kind of pagination while presenting the data to the end user. There are two ways of doing this. One is a server side implementation and another is a client side implementation. Here we are presenting a completely dynamic server side pagination implementation where the client only has to tell the server the number of records the server has to return and the starting record number.
Zyxware default image3
| 4 min read
We were working on an online billing application for a small charity firm when we came upon this problem. The application was developed and tested under Firefox. However we got the error when we tested it on Internet Explorer 6 (6.0.2900.2180). There was a simple window.open javascript call to open a popup window. The window was opening fine but it remained blank and the parent window showed the javascript error Error: Class not registered.
Zyxware default image4
| 4 min read
A majority of people still look at Linux as something where you have to type everything in consoles, where view documents in consoles and runs applications from consoles. This was the case several years ago. Not anymore. Desktop Linux has arrived. Almost all the major distros(distributions) come with at least one of the many window managers (the graphical user interface you see as the desktop) available in the OSS marketplace. Each distribution differs from others in one way or other; some for the better while some for the worse.
Zyxware default image2
| 4 min read
If your blog supports UTF-8 encoding then it is very easy to write and comment in Malayalam in your blog. This method should also be applicable for any of your sites that support UTF-8. Your website should support storage of UTF-8 characters in your application's database and also you should have a <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> in your pages where you want to read or write Malayalam
Zyxware default image1
| 3 min read
Zyxware Technologies was started with a strong vision to promote Linux and Open Technologies across India and make people aware of its advantages over proprietary softwares. As the first step towards it, we started our operations in Trivandrum. We have been installing and supporting Ubuntu on all computers sold by our company. We are happy to extend this support for Ubuntu to all its existing users and to those who would like to try out Ubuntu in and across the the city of Trivandrum.
Zyxware default image4
| 4 min read
Linux has been growing in leaps and bounds in terms of internationalization. Setting up a Linux box for Reading and Writing in Malayalam has become pretty straightforward, thanks to passionate promoters like Peringodan, Cibu and Suresh and the countless others who have contributed through their efforts.
Zyxware default image4
| 4 min read
It is one thing to learn languages from a book and it is a totally different thing to try out these languages on your PC. Once you get feel of the languages and the technologies the next step is to set up the development and testing environment on your PC. Since we are focusing on web based application development using mostly open technologies we will be covering only these relevant areas. Editor