Drupal Solution
| 4
min read
Migrating or upgrading a Drupal website is a relatively easy process. But to any change there is a certain risk associated with it, more so in this case depending on the variability of content and complexity of theme. The least troublesome to migrate would be a site with little to no custom code or modules. But this wasn't the case for zyxware.com. This article outlines the migration process and links will be provided to detailed descriptions from all of these outlines.
Drupal Solution
| 2
min read
This article is prepared with the experience of migration on zyxware.com and I have tried my best to generalize it to migrate any Drupal 6 website to Drupal 7. The issues mentioned in these articles, although common in sites that have been migrated, need not be present in yours. Please learn from these articles and keep these articles as a safe practice, not as a guide to migration. Migration is different for every website!
Drupal Solution
| 3
min read
This step may seem irrelevant, but is absolutely necessary as the minor versions may have database changes which maybe reflected in major upgrade. (Minor upgrade example : 6.11 to 6.19 and major upgrade example : 6.19 to 7.34). If you are using git, make sure to checkout a new branch before updating code so that the code is backed up and take a dump of the local database you are working on.
Drupal Solution
| 3
min read
This is probably the part that will crash your site, so proceed with extreme caution! Migration actually starts here. Unlike the previous steps you will not be able to use drush to overwrite your core to Drupal 7. This has to be done manually. You have to download the latest stable version of Drupal 7 and paste into the root folder of your website. Make sure to not overwrite .htaccess and robots.txt. When you overwrite, merge into the folders and replace the files. That being said, there are some prerequisites to this step.
News
| 9
min read
It all started when Yaser sent a mail to the team about an upcoming Technopark event “Prathidhwani Football League” organized by Prathidhwani, a non-profit, voluntary, socio-cultural organization of Technopark employees. When I received this mail, I was very excited because of my passion for football, and immediately went to talk to Yaser about it. My enthusiasm and confidence motivated him to join me in putting together a team for the tournament. And THAT was quite a difficult task!
HR
| 24
min read
Mr.Thomas P. Thomas, CEO, Zyxware Technologies, is a man of strategy and vision, as is evident from his love for the game of cricket. Those who have been in meetings with him would have heard him talk very passionately about cricket. After Lakshya 2015, each team had meetings with him to further clarify on the presentations that had taken place. Our team had one too. After the meeting, we came up on the following conclusions:
Drupal Solution
| 3
min read
This article describes a checklist on some of the important data to be collected before migration and how to collect the data. This may seem like a trivial task but just like it is important to have a manual for an electronic device before you take it apart and put it back, it is important to have a technical manual of the site. If it is a complex site, with a lot of data, then this is mandatory.
News
| 12
min read
Usually, when we talk about women who are going great guns in the corporate world, what comes into our minds is Indra Nooyi or Kiran Mazumdar Shaw - women who have conquered male bastions, women whom we admire and look upon with a sense of awe, women who literally have it all. Now, what if we have someone amidst us who has carved a niche for herself in her own small way; a woman who is capable of making it big in the corporate world?
Drupal Technical
| 10
min read
Drupal, up until now a PAC (Presentation Abstraction Control) architecture, has taken a step closer to MVC (Model View Controller) architecture. Although nowhere have they mentioned about MVC, the new Drupal 8 is strictly object oriented. Another feature in Drupal 8, that is different from the existing versions of Drupal is that it is not entirely Drupal. Drupal 8 uses many components in symfony like it's ClassLoader, YAML file structure, twig and so on. For a detailed description please visit the Drupal 8 home page.