Blog

Zyxware default image3
| 4 min read
Social media is a really good tool for any organization as it provides enhanced visibility and generates plenty of traffic to your website. Although social media certainly provides more flexibility in content compared to traditional marketing platforms, you have to be extremely cautious when publishing a new post. Please do not share Facebook status updates or Tweets that are controversial or might not be useful to your company as it could hurt the brand reputation.
Zyxware default image1
| 4 min read
I had a chance to work on the Drupal-8 environment with its development version only released. I could able to design a simple site using the same and got stuck with some issues on the flow.The following are some release issue i faced during the design of the same.
Zyxware default image1
| 4 min read
Bitcoin is the most popular cryptographic currency. Unlike traditional currencies, bitcoin is not centrally controlled. It’s a truly distributed online currency. It’s backbone is cryptography. Bitcoin exchange rate, as of now, is $234 for 1 BTC (Bitcoin). Bitcoin is accepted in only a few online spaces.
Zyxware default image2
| 5 min read
Guys, as all of you know, I am from Kasaragod (even though some of you call it ‘Kozhikode’), the northern end of Kerala. The distance from Kasaragod to Trivandrum is around 469 kms, covering almost 10 districts of kerala. I prefer to travel by train especially in the evening since I can reach home after a good night’s sleep. Yeah, its really like I have reached my dream destination after a long, sweet dream.
Zyxware default image3
| 10 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!
Zyxware default image2
| 5 min read
Content marketing is one of the most affordable and effective ways to drive traffic to website and build awareness and reputation for your business. Content marketing basically involves preparation and distribution of content in order to attract, retain, and engage your target audience. Some of the most popular types of content include publishing status updates and photos on Facebook and Twitter, posting Q&As, blog posts, how-to articles, and posting videos on YouTube.
Zyxware default image2
| 5 min read
Command line provides a platform to that takes input from keyboard to interact with the operating system. In Linux Operating System's, the Command line is often referred to bash. MySQL in Command Line
Zyxware default image2
| 3 min read
Suppose you have Drupal website where user can purchase ticket through online ticket platform. It allows two types of users such as Registered user and guest user. System will automatically create an account for guest user using email address. Registered users have the permission to manage personal profile.
Zyxware default image1
| 4 min read
A constant is a name for a simple value, which will not change at the time of execution. The main advantages are ranges from setting configuration values to saving integer values to be checked as strings (like status codes). PHP provides functions for constant values, which make the usage more easier. These functions are important in Drupal too, since we may need those when working in Drupal projects.