Fiverizer: convert a website from XHTML 1.0 to HTML5 - تاریخ: 1403/4/30 ساعت: 23:24
If you have one or more websites written in XHTML 1.0, this program (which may be downloaded and used free of charge) lets you convert them to HTML5 without having to muck around with rewriting HTML and adding CSS.
How to Convert Your Website from XHTML 1.0 to HTML5 the Quick and Easy Way - تاریخ: 1403/4/30 ساعت: 23:24
This guide takes you through the process of converting a website from XHTML 1.0 to HTML5 using the Fiverizer software. (Fiverizer is a program that I wrote to convert my own websites, all of which were also in XHTML 1.0. It may be downloaded and used free of charge.)
DC Blog RSS Feed - تاریخ: 1403/1/31 ساعت: 19:31
DC Blog RSS Feed https://dcblog.dev DC Blog RSS Feed EN Composer Scripts: Boosting Your Team's Efficiency https://dcblog.dev/composer-scripts-boosting-your-teams-efficiency https://dcblog.dev/composer-scripts-boosting-your-teams-efficiency Fri, 12 Apr 2024 11:26:00 GMT How to disable Laravel console...
[Updated] Free Mobile-Friendly Layout Wizard - تاریخ: 1403/1/31 ساعت: 19:31
Updated: The Free Mobile-Friendly Layout Wizard has been updated. It will now place the meta charset tag before the title in the head section (so that it will be in the first 1 KB of your page even if you have a long title). In addition, if you select HTML5 as the output type, the shorter meta chars...
[Fixed] Feedback Form Wizard - تاریخ: 1403/1/31 ساعت: 19:31
The Feedback Form Wizard has been fixed so that it can now, once again, create the CAPTCHA versions (ReCAPTCHA and hCaptcha) of the script. Apparently, somewhere along the line, I seem to have broken it during one of my inte al updates. I'm very sorry for the inconvenience. Note: you do not have to ...
GitHub patch release previous version - تاریخ: 1402/12/6 ساعت: 15:58
On Github you way from time to time need to patch release the previous version of a published release.  This took me longer than I care to admit to understand the steps involved. Hence I'm documenting them in this post. Step 1: Check out the branch corresponding to the previous version of your code....
15 years of blogging 500 posts later - تاریخ: 1402/12/6 ساعت: 15:58
You know, it's funny how the big milestones can sneak up on us. Just as I was putting the finishing touches on my recent Headless Hashnode tutorial, I realized it's been 15 years since I started this blogging jou ey—and what's more, I was just 1 post away from blog update 500! It got me thinking abo...
How to disable Laravel console commands - تاریخ: 1402/12/6 ساعت: 15:58
Suppose you find yourself in a situation where you need to disable or intercept a console command in Laravel. This tutorial will primarily focus on how to intercept the php artisan migrate command. We'll delve into the command method app/Console/Ke el.php and explore how to prevent the migrate comma...
Vue show and hide form elements - تاریخ: 1402/7/25 ساعت: 14:14
Introduction When working with forms, it is common to display or conceal various fields based on the options selected. I'll use Vue to conditionally show or hide form elements. In this example, I'm going to use an SFC (Single File Component) for ease of us. You'll see this in full in the putting it ...
Extracting a time into select menus with PHP - تاریخ: 1402/7/25 ساعت: 14:14
That begs the question how do you separate the time into seperate elements? Making use of explode can work. Exploding where there a : so: $parts = explode(':', '14:25:00'); This would result in an array: [ "14", "25", "00", ] To use an element you can refer to its index for example $parts[0] would c...
Running HTTP requests in PhpStorm - تاریخ: 1402/7/25 ساعت: 14:14
Running API tests you may be tempted to open PostMan or another API client, did you know, you can run HTTP requests from inside PhpStorm directly? When developing a new API, you will want to run the API endpoints. Being able to run them without leaving PhpStorm speeds up your workflow. To start a re...
VIM shortcuts - تاریخ: 1402/7/10 ساعت: 21:15
VIM Modes There are multiple modes in vim, normal mode is loaded by default. Command mode. Press : from normal mode, This mode is used when escape is pressed. Insert mode. Press i to enter insert mode, from here typing is allowed within the file. Visual mode. Press v to enter visual mode from here y...
My PhpStorm Setup - تاریخ: 1402/7/10 ساعت: 21:15
I've documented my PhpStorm setup, what theme I use, plugins, and keybindings. Theme I use the New UI which is located at Appearance & Behaviour -> New UI Once tu ed on I use the Light Theme: I like to keep things minimal, in fact, I tu off the toolbars and status bars by toggling distraction-free m...
I'm writing a new Laravel book on testing called Laravel Testing Cookbook - تاریخ: 1402/1/7 ساعت: 17:53
Laravel Testing Cookbook will cover common use cases and will be ready in a few months time. Sign up for the waitlist to be notified when it's ready! The book will cover both PestPHP and PHPUnit. Use the book as a reference for practical examples of testing URLs, Forms, Interactions, Transactions, u...
Laravel Extract Language to lang files - تاریخ: 1402/1/7 ساعت: 17:53
If you've already used JSON lang in your views, here's a handy package to extract all lang keys to language files. The package exports all your __(‘some text’) calls to language files. https://github.com/kkomelin/laravel-translatable-string-exporter Here's a video demo. [embedded content] Adblock te...
[Updated] Feedback Form Wizard: improved PHP 8 (8.0, 8.1, etc) compatibility - تاریخ: 1401/12/9 ساعت: 16:53
The script generated by the Feedback Form Wizard has been updated to improve compatibility with PHP 8 (eg, 8.0, 8.1, etc). Note: if you have generated your form and script after 1 January 2023, you already have this version (ver 3.2.0).
Upload images in Ckeditor 5 with Laravel - تاریخ: 1401/11/24 ساعت: 21:10
CKeditor 5 out of the box does not come with upload capabilities. Uploading is supported with its plugins, some are official paid plugins that require subscriptions. There are a few free options. Base64 upload adapter This plugin allows uploads that will convert an uploaded image into base64 data. V...
Laravel Livewire Resources - تاریخ: 1401/11/24 ساعت: 21:10
Tools Livewire dev tools AlpineJS dev tools Livewire Kit Livewire Demos WireUI Wire-elements Raycast - Livewire docs Packages Laravel Livewire Wizard Filament Laravel AdminTW  Laravel Livewire Tables Laravel Modules with Livewire Livewire - a Statamic addon Courses Livewire courses on Codecourse.com...
Adding pinned posts with Laravel - تاریخ: 1401/11/24 ساعت: 21:10
Let's say you have a blog and have posts ordered by their published date. Later you decide you want to pin certain posts. Pinned posts should be displayed before any other posts regardless of their published date. The Solution You can accomplish this by modifying the order clause in the query. Take ...
Running Docker on M1 Mac - docker: compose is not a docker - تاریخ: 1401/9/19 ساعت: 20:58
When upgrading from an Intel mac to an Apple Silicone I noticed docker fails to run. I'm using Laravel Sail when Sail is installed or when a sail up command is attempted I get an error:  docker: 'compose' is not a docker command The reason for this is a docker-compose is now a plugin. Docker needs d...

برچسب‌های مرتبط

onedrive for business | onedrive for business download | onedrive for business mac | onedrive for business sync client | onedrive for business sync | onedrive for business not syncing | onedrive for business app | onedrive for business update | onedrive for business pricing | onedrive for business 2016