Ibexoft

Ibexoft

Your Technology Partner!

  • About
  • Services
  • Free Tools
    • DailyWins
    • SpendLess Price Tracker
  • Partners
    • WP Engine
    • Shopify
  • Contact
Get a Quote

HomeTechnology

Posts in category: Technology

top view photo of person holding earphones
December 23, 2022
by Muhammad Jawaid Shamshad

Awesome list of FREE tools Startups should be using

This is a curated list of free tools for everything from productivity to hosting to development tools to designing. These tools are all digital i.e., either app, online service, or downloadable software. Most of them are either free or have limited ...

Windows NFS Mount
July 4, 2018
by Muhammad Jawaid Shamshad

Mounting NFS Share on Windows 10 & 11 with Write Access

It is easy to mount a drive from Linux NFS share on Windows 10 & 11 machines. To do that make sure you have NFS Client (Services for NFS) installed from Programs and Features. Following is the command to mount the NFS drive. Note that this comman ...

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 ...

e-commerce business
July 30, 2017
by Muhammad Jawaid Shamshad

How to start E-commerce business in Pakistan? Part-1

It is very impressive how Pakistan is progressing in the field of IT, telecom and broadband penetration. Pakistan’s e-commerce market is growing tremendously and presents great opportunities for everyone. Pakistan’s broadband penetration has grown to ...

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 ...

Laravel Docker
March 10, 2017
by Muhammad Jawaid Shamshad

Setup Laravel with Docker containers

Docker Docker has captured my attention lately and has been growing exponentially for last few years. Docker has revolutionized the virtualization space and has given DevOps engineers and developers a new set of tools that can ease their development ...

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 ...

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 ...

appharbor asp.net
January 20, 2016
by Muhammad Jawaid Shamshad

Deploy your first ASP.Net MVC App to AppHarbor

Our focus is to deploy our ASP.Net MVC app built using new Visual Studio 2015 MVC template to AppHarbor via GitHub.

entrepreneur
December 18, 2015
by Muhammad Jawaid Shamshad

1 reason why you shouldn’t be an Entrepreneur?

There has been a lot of buzz about entrepreneurship in recent years and a lot of people have come up as great entrepreneurs and have set a trend for others to pursue in this direction. This term was not very common in the past and due to this lot of ...

Microsoft SQL Server
September 18, 2015
by Muhammad Jawaid Shamshad

How to Find a Stored Procedure in all the Databases?

When working with MS SQL Server sometimes you need to find a stored procedure in the databases and all that you know is the name of the stored procedure that your teammate told you that he had used but couldn't remember in which database it was. All ...

MS SQL Server Logo
September 17, 2015
by Muhammad Jawaid Shamshad

Searching Lowercase data in MS SQL Server

A few days back I came across a requirement to fetch the records from the table having all lowercase letters. This was an interesting scenario. The SQL Server database by default is set for case-insensitive. But, I need to do a case-sensitive search. ...

startup
March 21, 2015
by Muhammad Jawaid Shamshad

Stop before start – Startup lessons learned!

I have gone through several experiences and ups and downs in my career. One was launching a startup which had a significant impact and the reason for me to write this post and to share the lessons learned and why we should stop on a starting line for ...

ruby
March 6, 2015
by Muhammad Jawaid Shamshad

Resolving error in installing any gem by Ruby

After installing the Ruby installer you might need to install some gems. For example, if you are developing with RedHat OpenShift you want to install 'rhc' gem to access remote files on OpenShift. To install 'rhc' you would run the following command. ...

WordPress Shortcode
January 16, 2015
by Muhammad Jawaid Shamshad

Override parent shortcodes in your WordPress Child Theme

Overriding shortcode defined in WordPress parent theme is pretty easy. Just use a after_theme_setup section in functions.php of the child theme; example: add_action( 'after_setup_theme', 'my_child_theme_setup' ); function my_child_theme_setup() { ...

HTC Bootloader
November 2, 2014
by Muhammad Jawaid Shamshad

Unlocking HTC Sensation Z710e Bootloader for Android

Take the following steps to Unlock your Device's Bootloader. Step 1  After powering down, press Volume Down and while pressing Volume Down, press Power holding both buttons to start the device into Bootloader mode. If you have difficulty, power u ...

git
November 1, 2014
by Muhammad Jawaid Shamshad

git – the simple guide

setup Download git for OSX Download git for Windows Download git for Linux create a new repository create a new directory, open it and perform a git init to create a new git repository. checkout a repository create a working copy of a loca ...

AngularJS
October 30, 2014
by Muhammad Jawaid Shamshad

AngularJS vs BackboneJS vs EmberJS? What I decided and why?

What I was looking for that framework should be easy to learn and should be integrated in the project easily. Keeping in that mind I searched a little bit about each and went through some reviews. What I concluded I’ll just say it in one line for each.

windows10_windows_product_family_9-30-event-100464966-orig
October 3, 2014
by Muhammad Jawaid Shamshad

Microsoft Windows 10 Great UI Changes

My first experience with Windows 8 inspired bafflement and frustration. But I walked away from my first few minutes with Windows 10 with a sense of jealousy. It looks like a significant improvement, and I want it on my PC right now. Microsoft is lau ...

LOAD MORE
LOADING

ARE YOU READY?

Tell us about your next big thing

START HERE
Ibexoft

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

Company

  • Services
  • Pricing
  • About us
  • Contact us
  • Blog
  • Privacy Policy
  • Refund Policy
  • Terms and Conditions

Contact

[email protected]

Linkedin-in X-twitter Facebook-f Github Auxicon-email-plane

Sign Up

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

© 2026 . All rights reserved. Powered by Phlox Theme
Shopping Basket