Training
| 1
min read
CSI Trivandrum and Zyxware conducted a one day workshop on Python on 28th July at Hotel Keys. The workshop was targeted at new developers who are interested in learning python. The full day workshop was attended by 28 participants from across different organisations in Trivandrum.
Announcements
| 2
min read
CSI Trivandrum Chapter and Zyxware is jointly conducting a One Day workshop on Javascript and jQuery on the 15th of September 2012. The workshop will be held at Hotel Keys, Trivandrum from 9AM to 5PM. Entry is limited to 30 participants only. You can - register online and reserve a seat for yourself for the workshop.
Announcements
| 2
min read
Zyxware had been working with Computer Society of India(CSI) Trivandrum Chapter to organise workshops and training programs on various technologies. To take this relationship forward, Zyxware Technologies and CSI, Trivandrum Chapter have entered into an MoU. Through this MoU Zyxware and CSI Trivandrum will be partnering with each other to offer training programmes in Information Technology.
News
| 1
min read
Zyxware was invited to participate in the recently conducted ICFOSS Interaction with Small and Medium Enterprises on SME IT Requirements and FOSS. The meeting was organized at Kochi for SMEs in Central Kerala. At the interaction we presented our ideas about how a Small business can take the first steps towards enabling their businesses with IT.
You can see our presentation at the following URL
IT Enabling SMEs with FOSS - an introductory presentation
News
| 3
min read
A Drupal website can be improved with lessened rate of defects and increased usability, when quality assurance is well implemented. Once you validate your Drupal site against the following checkpoints, you can assure a quick remedy for any glitches or compatibility issues that might occur:
Quality Assurance
Technical Solution
| 2
min read
A web developer’s life becomes much saner if he/she has easy access to all page header information. Firefox offers you PLUGIN-NAME that helps you inspect headers.
Here is something for the terminally inclined ones among you - wget. To view the http headers give the following command in gnome terminal :
wget -S --spider www.example.com
Drupal Technical
| 2
min read
For any site - be it Drupal or non-Drupal, this is most probably due to simple mistakes made while entering attributes. Let us see one very common case where a simple mistake can cause glaring issues:
We usually see the css given something like this. We do not see any glaring issue in the class defined below.
#header {
background:url("images/headback.png")repeat-x;
width:1020px;
height:120px;
font-family:arial;
position:relative;
}
Drupal Technical
| 2
min read
A white screen shows up while submitting a form in your Drupal Site?
There could be many possible causes for WSODs (White Screen of Death) in Drupal, such as PHP error reporting settings, memory exhaustion, etc. If the exact reason could be figured out, fixing becomes much easier.
For treating this specific WSOD issue on form submit, check for the following symptoms:
Drupal
| 3
min read
To ensure the security of confidential data in your Drupal site, testing has to be done to determine whether it protects its data and at the same time maintains its functionality. Web applications are always prone to unauthorized access to or modification of sensitive information. The testing done on the applications to remove such anomalies is called security testing.
The following are some of the test cases for assuring the security of a Drupal website
Authentication
Testing
| 4
min read
Here are some basic SEO tests that you can perform on your Drupal/Non-Drupal website. Whenever a change is made in your site, run these tests for better results and for good SEO ranking.
All these test cases points out to possible problems in the Drupal/Non-Drupal website. The observations and results of these tests can then be passed on to the web developer for updations.