Articles

Zyxware default image4
| 4 min read
The realm of app development has grown tremendously in recent years, and the creation of an app is now well within the reach of any business, regardless of their size or budget. There are several mistakes that can potentially be made in the process that can lead to problems, costing a business time and money, among other things. Here are the top 8 mistakes that are most commonly made, so that you can become aware of them and learn how to avoid making these same mistakes.
Zyxware default image4
| 9 min read
Thanks to Artificial Intelligence, the systems in place today are well aware of the context in which a user is accessing a page and are able to recommend or show contents based on the user context. AI is revolutionizing the experience of the online shoppers and retailers. While shoppers benefit from seamless experience, personalized recommendations and efficient support, retailers are able to capture volumes of data which can be used to drive more sales.
Zyxware default image2
| 6 min read
While working on a project using git repository, if you want to create and switch to a new branch, then use: git checkout -b [my-branch-name] To simply checkout a branch, use: git checkout [my-branch-name] If you want to rename a branch when pointed to any other branch, you can type the following command: git branch -m [old-branch-name] [new-branch-name] To rename the current branch, use: git branch -m [new-branch-name]
Zyxware default image4
| 5 min read
Session hijacking is mimicking a different person by using that person’s session id. That is, if person A gets the session cookie information of person B and A stores that cookie in his web browser manually (similar to how B has stored the cookie in his browser). Then A can get the same access as that of B if that session file is present in the server. This is called session hijacking.
Zyxware default image1
| 7 min read
The concept of knowledge generation and dissemination is deeply embodied in the process of making a difference. Knowledge Partner Network will create an environment conducive to innovation, through research of new ideas and trends, consolidation of known systems and processes, personal interactions that instigate and forge inventive processes. Guidelines, use case scenarios, lessons learned, and good practice documents are the important content in the process of attempting to make knowledge expressible and applicable.
Zyxware default image3
| 3 min read
In one of my work, there was a requirement to uncheck the option for 'Generate automatic url alias' checkbox for all nodes. I used the Pathauto module with version 7.x-1.2 for handling standard urls in the site. When changing a node title, its URL automatically changes. In case one forgets to uncheck the option 'Generate automatic url alias' in the node editing form, you can uncheck the option with the following steps:
Zyxware default image4
| 3 min read
The last decade has seen the quickening in the maturation of E-Governance across the world. This has been supported by the rapid increase in internet accessibility, the emergence of a number of applications for Government to Citizen, Government to Government and Government to Business services. This brief note works out the key values...
Zyxware default image2
| 5 min read
Having taken care of the nitty-gritty details related to search in the previous article Search in E Commerce: The Vital Little Details, it is time to concentrate on some of the other important aspects - ‘faceted search’ being one of them. In this article, we will be explaining how facets can be used to provide relevant search results and thereby increase the conversion rate.
Hubspot Signup
| 4 min read
HubSpot CRM manage sales processes of organizations. We can create contacts, company, leads, tasks using direct HubSpot CRM UI or using APIs provided by HubSpot. Here we are going to look at the APIs to create, update and delete companies.Create a CompanyThis API is useful when we are integrating HubSpot with other site.https://api.hubapi.com/companies/v2/companies?hapikey=demo&portalId=62515Required Parameters to send Request
Zyxware default image4
| 3 min read
A patch is a small file which shows what was changed in a repository. It shows the new changes in an existing file, details of the new files in the current directory, file deletion details etc. A patch file can be pushed to the git repository so that it is useful in the future for updating the changes in the corresponding file. For creating a patch file in your current git repository, make changes in your files. Now open the terminal. For unstaged changes, type the following command,
Zyxware default image2
| 4 min read
To render a Drupal form to a node, drupal_build_form function is used. This function allows us to render all forms except the admin forms. Note that, admin forms didn't find success while rendering the same. In-order to render a form the following syntax is used,
Subscribe to Subscribe to