Articles

Zyxware default image4
| 1 min read
I have used universal font WOFF also known as Oswald for one of Drupal sites header navigation menu bar links as font style. A font(WOFF) is truly universal means the availability is improved and also the font uses less bandwidth with compressed data, which loads the websites faster.
Zyxware default image1
| 3 min read
In one of the Drupal sites were working on, the members of the site frequently found that the nodes they had created were crashing. They would enter content into the node fields and try to save the node. The node would appear to save with apparently no error message. They found that it was not accessible at all afterwards. This wasn't occurring for everyone. We checked the dblog and we saw that the users were getting the error PDOException: SQLSTATE[HY000]: General error: 1366 Incorrect string value:. Read on to know how we solved this issue.
Zyxware default image1
| 2 min read
Views Bulk Operation module is helpful in the cases where we need to perform a particular operation for more than one row in a view. Some of the operations includes deleting multiple contents, publishing/un-publishing contents, change the author of the content, send email etc. In one of our Drupal project I need to perform a action to add a single field for all rows. Drupal provides a hook to declare the required operations and handle extra changes to the bulk operations settings.
Zyxware default image4
| 3 min read
For a long time I used to develop and maintained C++ applications. Sure the version is 98. But lot of things are happening in C++ community that I was not aware of. Now I got some free time I noticed those changes. The big change was a set of new standards are got approved(C++11. C++14) and few standards are waiting for approval.
Zyxware default image1
| 4 min read
Search engine optimization plays a crucial role in the success of a business. Search engine optimization or SEO refers to a set of rules that needs to be followed to optimize websites for search engines and to significantly improve search engine rankings. Moreover, it is also a wonderful way to enhance the quality of web sites by making them more user- friendly, and easier to navigate.
Zyxware default image4
| 5 min read
If you want to expand your in-house team or build a team of digital marketers, it is always best to hire people who have no experience in the field of digital marketing but a whole lot of potential and train them. However, this doesn't mean that just anyone can fit into an SEO role. There are certain unique skills and personality traits that can significantly contribute to success in digital marketing.
Zyxware default image4
| 4 min read
API is known as Application Programming Interface, it enables the exchange of data between two software systems.API testing is entirely different from GUI. GUI testing is working on Presentation layer (User interface) but the API testing is working on Business layer (Application user interface). Here testing would not concentrate on look and feel of the application.
Zyxware default image2
| 2 min read
In one of my Drupal projects, I was using metatag module to specify metatags in my entity. When I enabled the module in Drupal modules configurations and set metatgs in my contents, it was working perfectly. After some days I want to customize my content page, so I created a custom page template file for the content. Then onwards, in the Drupal site the metatgs I set is not showing in the content page.
Zyxware default image3
| 2 min read
Entities are very important thing in Drupal. Entity type is connected with lot of tables in data type. i.e entity is a object oriented concept. Entities are used to show thw relation ship with different field tables. An entity is a container for bundles. Entities can contain multiple bundles. Examples of an entity are Node, User, File, Taxonomy term, Taxonomy vocabulary.
Zyxware default image1
| 3 min read
Some alignment issues occurring in IE may be a test for your patience. We had once worked in a Drupal 6 site, and the design look well every where, but there is a small alignment problem shown up in IE. Applying a conditional style sheet saved our time. Read on to know about how to apply conditional css in a Drupal 6 site.
Zyxware default image2
| 3 min read
SimpleAds module allows advertisement in Drupal websites. I had a requirement in one of my Drupal sites to add advertisements in the site contents area. I came across a Drupal module- SImpleAds which helped me to solve the fix and the below the details on the configurations to done to use SimpleAds module
Zyxware default image3
jQuery is a famous javascript library used widely. It allows the developer to create very complex client side operational web tools easily. The jQuery is actually allows us to work on the DOM tree which has various html elements used in the webpages.
Subscribe to Subscribe to