Blog

Zyxware default image3
| 2 min read
We are happy to announce total support for Ubuntu for users across India. We have been successfully offering this to our customers in Trivandrum for the last one year and we would like to extend it to all Ubuntu Users in India. Our technical team will assist you over the internet either via chat, telephone or ssh to troubleshoot your Ubuntu related issues.
Zyxware default image2
| 2 min read
Ubuntu 6.10 had complete multimedia support including mp3, video cds, dvds. This was taken out in 7.10 because of license restrictions on the decoders and their incompatibility with the GNU GPL under which Ubuntu is being released. Enabling multimedia support for formats requiring non-GPL codecs in Ubuntu 7.04 was a pain. This is now child's play in Ubuntu 7.10
Zyxware default image4
| 3 min read
We install Ubuntu on all systems manufactured at our firm. In addition to the default set of applications that come with Ubuntu we normally install other applications depending on the type of end user and the nature of their requirements. Selecting and installing these applications manually using synaptic takes a lot of effort. With this in mind we have created a script to install these additional packages.
Zyxware default image2
| 3 min read
We are very happy to announce the launch of our new website for serving the domain registration market. You can visit the new site at http://domains.zyxware.co.in. We are offering highly competitive rates for all the TLDs (Top Level Domains). The site currently allows users to check availability of domain names and register them online. Online payment feature will soon be made available. As of now users will have to make a payment through ICICI Bank, SBI, Demand Drafts or Cheques.
Zyxware default image2
| 4 min read
One of the supposed limitations of Linux touted by the opponents of this wonderful operating system is again its supposed hardware incompatibilities. This is far from the reality but it has to be stated that there are indeed some hardware that are not fully compatible with Linux. If you happen to accidentally buy a computer that is not fully Linux supported or one that has to be configured manually and if you are not fluent in Linux you might find it very difficult to get your hardware working in Linux. But not anymore, we are proudly offering our computers built with fully Linux compatible hardware and pre-installed with the latest release of Ubuntu.
Zyxware default image1
One of the most important tasks in running a business is letting your potential customers know about the existence of your business and your value proposition for them. Traditionally this meant depending on advertisements - physical and electronic media based - which would result in you having to channel reasonably good percentages (especially when you are a small or medium sized company) of your revenues in creating and deploying them. The scenario changed with the advent of internet.
Zyxware default image1
| 5 min read
A Letter of Appointment is the confirmation about a job in a given company. After recruitment, the person is appointed on probation for a specific period (eg: 6 months), as per company policy. Upon successful completion of probationary period, he/she will be appointed as a permanent employee. While confirmation, the employee will be given a Job Confirmation Letter. Given below is the format that we use at Zyxware.
Zyxware default image2
| 4 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 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 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
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.