Author: admin
The Pitfall of Feature Bloat: Tips for your first app launch.
Designing and launching the first version of an app requires careful planning and consideration. The goal is to create an app that appeals to users and successfully converts them into loyal customers. In this article, we will explore effective strategies for planning the initial version of your app to maximize its appeal and ensure its…
Enhancing Design Control: Styling Inner Blocks in WordPress
Discover two powerful approaches to update the style of inner blocks in WordPress and achieve greater control over their design. The first method involves utilizing React to programmatically modify the styles of individual components, allowing for customized interactions and dynamic styling. The second option focuses on CSS styling in the master block, employing CSS variables…
WordPress Sidebar Nested Menu with Tailwind CSS
Demo : Multi Level Menu. Building the Menu Structure in the Backend. 1. Go to Menus — WordPress 2. Click on Menus 3. Click on create a new menu 4. Type “Demo Menu” 5. Click on save_menu 6. Check Sample Menus 10. Click on add-post-type-menu-item 11. Drag highlighted element to form Sub-tiem 14. Click on…
Steps to Build a Tailwinds Theme for WordPress
What are you going to Learn ? Why should we use Tailwind CSS for WordPress Tailwind CSS is an excellent CSS Utility library and since I have started using it I could never go back to Bootstrap CSS Framework. The top Reasons why I love Tailwind CSS. When I first used Bootstrap CSS and many…
How to build a Settings Page in WordPress.
Outline To build a WordPress settings page, you can follow these steps: Example for Single Text Field Here is an example of a basic plugin that adds a menu page and displays a form with a single text field:
Power Up Your Browser with Bookmarklets
What are Bookmarklets Bookmarklets are browser bookmarks that execute JavaScript instead of opening a webpage. Bookmarklets are natively available in all major browsers, including Mozilla Firefox and Chromium-based browsers like Chrome or Brave. Bookmarklets are small pieces of JavaScript code that can be saved as a bookmark in a web browser. When clicked, a bookmarklet…
Name your Chrome Windows for Easy Identification when switching between windows – Google Chrome Productivity Tip.
What for I should Name a Google Chrome Window? Where is it helpful? Useful when you work with multiple Chrome Window and get Lost when pressing Alt + Tab. Results : On Hover of Tab in Task bar. Results : On Alt+Tab when you switch windows. How to Name a Google Chrome window Method 1…
An easy method to write Blocks in WordPress (for Patterns)
What needs to be achieved? Short Answer 😊 Building and Saving new patterns is difficult if your are building complex structures. Long answer (TLDR) 🥱 I am building a Tailwind Theme and want to style some pre-saved blocks into my theme. Now the process of creating these it to create a Nested Structure with the…