Latest Articles

Clear
jQuery Plugins Sep 19, 2021 2 min read

peekABar - jQuery plugin for a Notification Bar

In this post, I'm sharing how to implement a peekABar Simple Customizable jQuery plugin for a sticky notification bar. This is useful to implement in...

Javascript Sep 19, 2021 4 min read

How To Get TinyMCE Content When Submitting the Button?

In this post, I'm going to share how to get the TinyMCE content when submitting the button. After processing your content we need to save it to our da...

Javascript Sep 19, 2021 9 min read

TinyMCE: Add Custom Button Example

In this post, I'm sharing a custom button for your TinyMCE Editor. If you want to add a custom button with your own styles and design then this code i...

Javascript Sep 19, 2021 4 min read

TinyMCE: Add Code Sample Example

In this post, I'm sharing how to add code sample examples in TinyMCE. If you are doing a blog functionality that same with codeanddeploy.com that is a...

Javascript Sep 19, 2021 3 min read

TinyMCE: Add Custom/Content CSS Example

In my previous posts, I have several tutorials of TinyMCE. Now if you want a custom style inside to your WYSIWYG Editor. Usually, I apply a custom CSS...

Javascript Sep 19, 2021 4 min read

TinyMCE Select box on Custom Dialog Box Example

In my previous post, I shared about the custom dialog box on TinyMCE. Now I will share how to add a select box to your custom dialog box on TinyMCE. I...

Javascript Sep 19, 2021 5 min read

TinyMCE Custom Dialog Box Example

In this post, I'm sharing how to add a custom dialog box in the TinyMCE WYSIWYG HTML editor. Adding a dialog box will able you to input dynamic record...

Javascript Sep 19, 2021 3 min read

TinyMCE Basic Example

In this post, I'm sharing how to install TinyMCE with a basic example also interesting with Bootstrap 5. TinyMCE is the most advanced WYSIWYG HTML edi...

PHP Sep 16, 2021 2 min read

PHP Keyword or Shortcode Extractor Class

In this post, I'm sharing how to extract a keyword or shortcode that starts and ends with specific characters. In my current project with Laravel, I'm...

Laravel Mar 30, 2022 3 min read

Laravel 9 User Impersonation Example

Learn how to implement the Laravel 9 user impersonation. Using this feature able to log in on behalf of admin users and check the user account.

Laravel May 30, 2022 2 min read

Laravel 9 whereIn() Query Example

I'm sharing how to use Laravel 9 whereIn() query from Eloquent and query builder. This method will able us to search using an array of a single query.

Laravel Jun 14, 2022 2 min read

Laravel 9 Eloquent Query first() and firstOrFail() Example

In this Laravel example, I'm sharing the first() and firstOrFail() methods on the Laravel 8 Eloquent query. And show you how this is important in doin...

We use cookies to personalize your experience. By continuing to visit this website you agree to our use of cookies

More