Articles

Zyxware default image1
| 3 min read
MoSCoW is a method used for identifying main concerns. It is used in software development to reach an understanding with stakeholders on the significance they place on the delivery of each specific requirement.At Risk and Requirement Based Testing (RRBT), a MoSCoW concern is given to each of the specifications and risks. The abbreviation is based on four terms measuring the priority: Must-Should-Could-Won't. The o's were included to create a phrase that is simpler to articulate.
Zyxware default image4
| 2 min read
If you are a GNU Linux user it is very likely that you would already know about the command top that allows you to see the memory and processor usage by each process in your system. However you would see multiple processes for applications like Chromium or Firefox for each of the tabs that are open in them. Similarly you could see apache run multiple processes if you have it configured to do so. What if you want to see the total memory usage for each application and not by each process. Here is a small bash script to help you do the same.
Zyxware default image4
| 3 min read
GIMP is a powerful tool for editing images but did you know that you could edit PDF files with GIMP? You can import a PDF document into GIMP as multiple layers. However the default export to PDF option would only allow you to export the document as a one page PDF as if it was an image. Here is a plugin that would allow you to export all the layers in your GIMP XCF file as a multi-page PDF document. You can use this not just for editing PDF documents but also for any xcf file where you want to export layers into a PDF document.
Zyxware default image1
| 2 min read
Zyxware conducted a 2 day workshop on Requirement Analysis for its team members. As part of the workshop there was a session on how to manage digital communication. Digital communication is very important a business where the service provider and client could be in different continents and in different timezones. The session covered aspects that software engineers have to be aware about when it comes to digital communication.
Zyxware default image3
| 8 min read
Zyxware Technologies is engaged in the business of web applications development services. Its chosen technology platform is Drupal, a Free Software. It is one of the largest code contributors to Drupal from India. We are looking for a Business Development Associates who can help us position ourselves in the web applications development services market, acquire projects from across the world and play a role in building sustained relationships with clients.
Zyxware default image1
| 3 min read
International Centre for Free and Open Source Software (ICFOSS) and Free Software User Group, Trivandrum are hosting a Software Freedom Day celebration event on Saturday, 20th of September, 2014 at the Main Hall, Trivandrum Press Club between 3:00 PM and 6:00 PM. Zyxware Technologies is coordinating and sponsoring the event.
Zyxware default image3
| 3 min read
We are looking for a creative Graphic Designer who will be responsible for creating compelling design solutions for our internal and external requirements. The person will be responsible for visualizing, conceptualizing and developing excellent graphics for web applications and web portals. The candidate will also support the development team and the corporate branding team by giving creative inputs.
Zyxware default image2
| 4 min read
We are organizing a company wide blood donation drive at Zyxware to celebrate India's 68th Independence day. We will be going to Sree Chithira Thirunal hospital (SCTIMST) at around 11AM on 16th Aug, 2014. We invite people who are interested in donating blood to come and join us. We can meet in front of SCTIMST and then go to the blood bank from there. SCTIMST is a Government of India institute and is a prestigious educational institution. (Google Maps)
Zyxware default image2
| 5 min read
Building a brand in new geographies, identifying opportunities, nurturing channels, structuring relations and creating true value through business development. That is your job description. The management with a commitment to vision and values, insistence on quality and patience to build for excellence is your ally. A brand built over 8 years delivering true value to over 120 clients over the world, a respected firm in our technology community, subsidiary in Australia, partners in US and UK are the assets you have to build on. If these sound like a promising opportunity to you, read on.
Zyxware default image4
| 4 min read
If you have been using Skype on Ubuntu and you have been unable to login to Skype recently then it is only that the old version of Skype for Linux is no longer supported on Skype servers. You can solve this problem by purging the existing skype installation on your system and then re-installing the latest version of Skype from skype.com Do the following to fix this problem
Zyxware default image2
| 2 min read
We are looking for more Mobile Application Developers to join our mobile application development operations. Selected candidates will be expected to develop mobile based applications using iOS/ Android. They will also have to interact with clients and analyse requirements as and when needed. They will also get opportunities to mentor new developers. It is an opportunity to evolve as a well rounded software professional. They will be placed at either of our offices in Kochi or Thiruvananthapuram.
Zyxware default image2
| 3 min read
Zyxware Technologies are looking for a Test Manager who can lead our team of talented software testers towards delivering true value to our clients. The Test Manager will be managing a team of approximately 10 - 15 testers with the assistance of Testing Team Leads. The Test Manager is accountable for achieving client satisfaction and ensuring the overall quality of testing phase. We expect the Test Manager to have the ability to identify and work with metrics to ensure that testing process satisfies the organisational and project requirements. The Test Manager is also responsible for contributing to development of the organisation by upholding our values and being focused on our vision and mission. They will be placed at our office in Thiruvananthapuram.
Zyxware default image4
| 4 min read
I was deep stuck in a Requirement Analysis, when one of my colleagues came to me asking about a feature in Apache Solr search. You may be wondering why she came to me, Trust me that was the exact thought I had at that time. Well, then I realized that the reason she came to me was because I had previously built a website using the Apache solr search with the help of Facet API. While doing that project I had thought of documenting some of the tasks which I had done, but couldn't do so.
Zyxware default image2
| 2 min read
We are looking for User Interface Developers to join our fast growing web application development operations. Selected candidates will be responsible for designing, marking up, developing the user interface of websites or web applications. They are also responsible for meeting expectations and deliverables on time and in high quality. Should be able to demonstrate creative, technical and analytical skills. They will be placed at either of our offices in Kochi or Thiruvananthapuram. APPLY ONLINE We are looking for the following attributes
Zyxware default image3
| 1 min read
We are looking for more Software Engineers to join our fast growing web application development operations. Selected candidates will be expected to develop web based applications using Drupal, a PHP/MySQL based CMS. They will also have to interact with clients and analyze requirements as and when needed. They will also get opportunities to mentor new developers. It is an opportunity to evolve as a well rounded software professional. They will be placed at either of our offices in Kochi or Thiruvananthapuram. APPLY ONLINE
Zyxware default image2
| 2 min read
Zyxware Technologies,a leading Indian Drupal service provider are looking for Drupal Developers to join our fast growing web application development operations. They will also have to interact with clients and analyze requirements as and when needed. They will also get opportunities to mentor new developers. It is an opportunity to evolve as a well rounded software professional. They will be placed at either of our offices in Kochi or Thiruvananthapuram. APPLY ONLINE We are looking for the following attributes
Zyxware default image3
| 1 min read
One of our clients was trying to upload a pdf file on a node page in their Drupal website. The file was more than 25 MB in size and Drupal was not allowing them to upload the file as it had crossed the max file upload limit and they needed this to be done very quickly. As we were in charge they requested to come up with an easy way to do that. If you want to now the easiest way to set the max file upload size in a Drupal site read on to know more.
Subscribe to Subscribe to