Ibexoft

Ibexoft

Your Technology Partner!

  • About
  • Services
  • Partners
    • WP Engine
    • Shopify
    • Amazon AWS Startups
  • Contact
  • Blog
Get a Quote

HomeWeb

Posts in category: Web

Agile Testing Quadrants
June 21, 2024
by Laiba Khan

Mastering Agile Testing: A Comprehensive Guide to Brian Marick’s Testing Quadrants.

Agile testing is a critical component of modern software development, guaranteeing that solutions fulfill technical and commercial requirements in a fast-paced, iterative setting. Brian Marick's Testing Quadrants is a major Agile testing framework. ...

WBS diagram
June 4, 2024
by Laiba Khan

WBS Breakdown: A Powerful Strategy for Project Scope Planning

Work break-down structure, In simple words, it is a visual representation of the answer to the question, "what needs to be done?". In a broader sense,WBS can also be understood as a document that effectively communicates tasks and project deliverabl ...

Exploring Laravel Advantages and Core Concepts
May 31, 2024
by Hamza Bham

Exploring Laravel: Advantages and Core Concepts

Are you looking to streamline your web development process and create efficient and powerful applications? Look no further than Laravel, a widely popular PHP framework that has gained immense recognition for its elegant syntax, robust features, and ...

SOLID principles in software development
May 25, 2024
by Faiz Ahmed

SOLID Principles in Software Development: Key Benefits

Imagine you’re part of a team working on a complex software project. The initial excitement is soon overshadowed by the growing complexity and difficulty of managing the codebase. This is where SOLID principles in software development come into play ...

Comparison of best frontend frameworks 2024 - React, Angular, and Vue.js
May 23, 2024
by Muhammad Maaz Faisal

Best Frontend Frameworks in 2025: React vs Angular vs Vue

Introduction When it comes to building web applications, selecting the best frontend framework for 2024 is crucial. It sets the tone for your development process and impacts the user experience. With so many options available, it’s essential to u ...

1.Print_
May 13, 2024
by Laiba Khan

The QA mindset: Contemplating the mindset of a tester at each testing level in SDLC.

In the intricate world of software development, testing plays a pivotal role in ensuring the reliability, functionality, and quality of the end product. Testing isn't just about finding bugs; it's a structured process that involves various levels, e ...

image
December 18, 2023
by Laiba Khan

On AI: Breaking through the noise:

Ever since the beginning of time, the human race has been dependent on each other for services, knowledge, legal and personal advice, support and acknowledgment. We observe that people had many means of achieving these sorts of dependencies by havin ...

1_hVEJ0vZZe_5FmkTYyJPjXA.jpeg-1024×576-Google-Chrome-24_11_2023-8_20_06-pm
November 24, 2023
by Laiba Khan

Basics on how to be a Virtual Assistant.

Today’s fast paced age does not know any boundaries for earning and accomplishment. Dozens of people are earning huge sums of money independently and on their own terms. Being a virtual assistant is one of those side hassles in which anyone can make ...

web banner with online information on computer
September 15, 2023
by Muhammad Jawaid Shamshad

How To Develop Cloud-based Fullstack Application From Scratch?

So, from today we are going to start developing a personal finance system from the ground up where we can track our expenses, income, get an idea of where our money goes, have a birds-eye view of our financial status, and generate some statistical r ...

theme
May 30, 2022
by Muhammad Maaz Faisal

How to choose a WordPress Theme?

When it comes to choosing a theme for their websites, most newcomers are overwhelmed. There are thousands of themes available, both free and paid. Each theme appears to be superior to the others. How do you pick the best WordPress theme? As a res ...

chrome-material-design-redesign-1-810x298_c
July 11, 2018
by Muhammad Jawaid Shamshad

Google Chrome: How to change the look & feel?

This is a quick post about how to change the look & feel of the Google Chrome browser. Just open a new tab and browse to: chrome://flags/#top-chrome-md There you will see different options. Each option has a different UI. The refresh option i ...

WordPress
March 29, 2018
by Muhammad Jawaid Shamshad

Mark parent category menu active on single custom post view in WordPress

Recently I developed a theme for one of my clients and I had to highlight the menu item of the parent category in the main menu when one of its associated single custom posts was viewed. For that, I had to add an action in my functions.php file for n ...

open shift vs google cloud
March 7, 2018
by Muhammad Jawaid Shamshad

Why we moved from OpenShift to Google Cloud

The good old days When OpenShift was in its version 1 it was great from the customer's point of view with a low budget. OpenShift v1 had free offers to deploy apps and add a custom domain to it. There was no SSL support but it could be handled via th ...

WordPress Multiline Title
February 16, 2018
by Muhammad Jawaid Shamshad

Displaying Multiline Title in WordPress

In WordPress when the title is written it is usually displayed in a single line on front-end until it is too long to display in one line. But if you want to write the title in multiline and want to line break the title after a certain word how can yo ...

CSS Selectors
February 14, 2018
by Muhammad Jawaid Shamshad

Different color for each menu item in WordPress

In a recent project, I got a requirement that each menu item should be highlighted in a different color when visited. The menu items and their required active colors were: Home - Green Portfolio - Blue Team - Yellow Contact - Red These colo ...

Change Image on Mouse Hover
February 14, 2018
by Muhammad Jawaid Shamshad

Rollover image – Change image on hover/mouse over

Often when designing websites static or dynamic, PHP or ASP.Net, Laravel or WordPress, you have to design in a way that if the user hovers an image it gets changed and an alternate image is displayed. This can be easily achieved via simple HTML event ...

Angular Laravel
November 8, 2017
by Muhammad Jawaid Shamshad

Sharing data between Laravel and Angular

When building applications with Laravel and Angular you might come across a problem where you want to print data using AngularJS brackets {{}} but before it can be parsed by Angular, Laravel blade engine parses it and tries to replace the value if it ...

laravel key too long
October 20, 2017
by Muhammad Jawaid Shamshad

Laravel: Specified key was too long error on migration

When you install a new Laravel project with 'laravel new' and run the migration that comes with it you might get the following error: #php artisan migrate Migration table created successfully. SQLSTATE: Syntax error or access violation: 1071 Spe ...

CodeIgniter Docker
March 11, 2017
by Muhammad Jawaid Shamshad

Setup CodeIgniter Docker container for development

Docker Docker is the world’s leading software container platform. Developers use Docker to eliminate “works on my machine” problems when collaborating on code with co-workers. Operators use Docker to run and manage apps side-by-side in isolated conta ...

openshift
February 24, 2017
by Muhammad Jawaid Shamshad

How to use wildcard domain with OpenShift hosting?

If you have a domain name and want to use OpenShift for hosting then using a wildcard domain name is a bit tricky with some domain registrars like GoDaddy. The reason is IP address of the app on OpenShift doesn't remain the same and to use the wildca ...

visual studio
February 16, 2017
by Muhammad Jawaid Shamshad

Visual Studio 2017 is coming in March

Microsoft has announced that Visual Studio 2017 will be available for download on Tuesday, March 7, 2017. Microsoft is also celebrating a launch event. You can join at 8:00 AM PST on March 7th and 8th for a two-day online event celebrating the launch ...

vue.js
February 11, 2017
by Muhammad Jawaid Shamshad

How To: Offline access to Vue.js documentation

If you are working with Vue.js Javascript framework to build your next generation web apps then you might be frequently visiting the Vue.js guide section (https://vuejs.org/v2/guide/) to see how certain things work in Vue.js. Most of the time you go ...

working desk
January 19, 2017
by Muhammad Jawaid Shamshad

List of FREE services & tools Startups should be using

I have curated a list of free tools, services, and apps that startups could and in fact should use to grow at the initial stage. Free doesn't mean they lack quality, instead, these free tools are from top-notch companies like RedHat, Google, Asana, a ...

vue.js
January 18, 2017
by Muhammad Jawaid Shamshad

Event handling with custom components in Vue.js

If you've been working with Vue.js lately and developing custom components to build your apps you might come across how to communicate from child component to parent. There are couple of scenarios here. Immediate parent child components If you want i ...

LOAD MORE
LOADING
ARE YOU READY?

Tell us about your next big thing

demo-attachment-1304-Group-11-1
START HERE
Ibexoft

We build scalable, intelligent and professional web & mobile applications to simplify lives of different businesses and people.

Company
  • Services
  • About us
  • Contact us
  • Blog
  • Privacy Policy
Contact
info@ibexoft.com
Linkedin-in X-twitter Facebook-f Github Auxicon-email-plane
Sign Up

Keep me up to date with content, updates, and offers from Ibexoft.

© 2025 . All rights reserved. Ibexoft
Shopping Basket