How to fix Illegal string offset in Php

Illegal string offset

How to Rectify Warning “Illegal String Offset” in PHP In the PHP programming, the “Illegal string offset” error can often be a head-scratcher. This error can occur when you’re working with strings and mistakenly use array indexing syntax to access characters. $text … Read More

How to make a group chat on snapchat

How to make a group chat on snapchat

Snapchat is one of the most used social media app that allows people to share photos and short videos. The app is popular for its special features like disappearing messages which solves the issues of some privacy concerns. Additionally, it has cool filters which can enhance … Read More

jQuery Numeric Keypad Plugin with Example

jQuery Numeric Keypad Plugin with Example

A custom on-page numeric keypad is a useful component to enter digits input. It is most commonly used on webpages/apps to enter pin code,  small digits input, and any kind of numbers. It allows users to input number values using … Read More

jQuery Top Notification Bar with Auto Hide

jQuery Top Notification Bar with Auto Hide

The “peekABar” is a lightweight jQuery plugin to create a customizable top notification bar with auto hide option. The plugin allows you to create a dynamic notification bar with a custom background, padding, CSS class, and callback functions. Therefore, you … Read More

jQuery Slider with 3 Images at a Time

jQuery Slider with 3 Images at a Time

Are you looking for an image slider that shows 3 images at a time? Well, here is a lightweight jQuery slider plugin to create an image slider with 3 images in view. The plugin renders images in CSS-designed cards that … Read More

Mobile-friendly Image Carousel in jQuery

Mobile-friendly Image Carousel in jQuery

Yet another jQuery plugin to create a mobile-friendly image carousel. The “carouselLineArrow” is a lightweight jQuery image carousel plugin that comes with arrows button navigation and an autoplay feature. It helps you to play multiple images/slide items with a progress … Read More

Convert Number to String in JavaScript

Convert Number to String in JavaScript

The “numberToString” JS is a vanilla JavaScript plugin that helps you to convert a number to a string value. The plugin gets the value of the number (as input) and displayed the output in the string format. It is useful … Read More

jQuery Progress Bar Countdown Timer

jQuery Progress Bar Countdown Timer

The “CircleBar” is a lightweight jQuery plugin that helps you to develop a progress bar with a countdown timer. You just need to create a container in HTML where the plugin renders a circular progress bar with a timer. The … Read More