In today’s world of web design, images play a major role. It is often said that images speak louder than words. This is especially true when it comes to e-commerce websites since the images are as important as the text and not displaying them is not an option. Images usually demand the most bandwidth. They…

The goal of a tester and a developer is the same: to provide the best solution to the client’s problem. However, the way each of them thinks and works is different. A developer tries to find the best possible solution. On the other hand, a tester thinks of the best possible scenarios to break the…

Quality serves as the backbone of excellence in an organisation. Trust is the building block of stature for an organization. In today’s world of globalization with highly skilled professionals, the customer’s focus is on a quality product, as quantity alone is not good enough. The organization’s profit relies solely on the quality of its product….

Nowadays we find everyone with smartphones and using social media accounts. Not having a social media account makes you feel outdated in today’s fast growing online world. We often see people wearing fitness bands to track their daily activities and even sharing the information with friends to see who is doing better. We think sharing…

Cross-site scripting (XSS) is a type of injection attack in which an attacker exploits vulnerabilities in a website to attack the users of the website. In cross-site scripting, the hacker includes malicious code in the website’s input source or URL links. This malicious code then executes itself without the knowledge of the user. There are…

When I was informed about my joining date for my first job, I was excited and nervous at the same time. Once I joined and days passed by, I became more acquainted and comfortable with the working environment. My first challenge was a new project assigned to me that required the use of Python Programming…

In reality, it is likely that humans and machines will work in unison. At the end of the day, humans and machines are good at fundamentally different things. As we know, concepts such as ambition, greed and love are not easy to replicate. Hence AI as of yet doesn’t have emotional intelligence, which is the…

Whenever you build web applications, there are times when you have to write similar code again and again. Frameworks provide you a starting block and minimize the amount of code you require to build a website. CodeIgniter is a powerful PHP framework used to build dynamic web sites and it is an open-source software. CodeIgniter…