
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 charset tag will be used....
ادامه مطلب
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 contain 14 Using them by their index is fine to do but kinda messy. I prefer to give each element a name using the list function li...
ادامه مطلب
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 request file, you can either select a HTTP Request file when using the new file or create a new scratch file. For a scratch file select the HTTP Request type. In either case ...
ادامه مطلب
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 tued 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 mode Plugins .env file support Environment variables completion based on .env, Dockerfile and docker-compose.yml files. Go to declaration(in .env ...
ادامه مطلب
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). ...
ادامه مطلب
I wanted to create a table of contents from the post's heading tags automatically without having to change the headings like adding an id or anchor. I started to look at existing solutions and came across this custom function on Stackoverflow by sjaak-wish function generateIndex($html) { preg_match_all('/<h([1-6])*[^>]*>(.*?)</h[1-6]>/',$html,$matches); $index = "<ul>"; $prev = 2; foreach ($matches[0] as $i => $match){ $curr = ...
ادامه مطلب
The entire BlueGriffon Tutorial has been updated for the version 3 series of BlueGriffon. Those thinking of using it to create a website can find the complete series online....
ادامه مطلب
For the sake of completeness (and also because a visitor requested it), the Layout Wizard has been updated to support one column websites as well. As a result, it can now create one, two and three column websites (depending on which you prefer). The generated web page is mobile-friendly and completely customizable. There are no advertisements, and nothing you enter into the Wizard is recorded anywhere. And it's free....
ادامه مطلب
If you are thinking of designing a website, whether a business or hobby site, read How to Create a Website. The article has been updated with the latest developments on the Inteet. ...
ادامه مطلب
The article on how to add a CAPTCHA to your contact form has been updated to include information on how you can use the newest CAPTCHA option (the one that potentially pays you for using them) of the Feedback Form Wizard. ...
ادامه مطلب
The Feedback Form Wizard has been updated to include an additional CAPTCHA option. This one is not only free, it apparently even pays you when your visitors solve the CAPTCHA challenges. For those wondering, CAPTCHAs are those "I am not a robot" or "I am human" checkboxes on forms, used to make sure that a human is at the helm, and not some spam robot....
ادامه مطلب
I have a room full of machines that I have been upgrading from home to pro (Windows 10). All machines that are NOT anniversary update 1607 can be joined to a domain with no issues. All that are the anniversary update will allow me to join to the domain and it restarts and asks for the useame and password. Put in my credentials and it provides a generic "cannot log you in" error message. I've also noticed lusrmgr.msc is missing (Local users and groups) in all of these 1607 upgrades. The earlier b...
ادامه مطلب
Just bought this printer, everything works well wirelessly except airprint from my iPad. Hardware: HP m201dw printer, initially configured to a Windows 10 PC through USB to select wifi network, but now running wirelessly only on the main network on a dhcp-given ipv4. All default protocols enabled, including Airprint, Bonjour and IPP. Tried enabled IPPS, disabling ipv4, switching ePrint (web services), but nothing made a difference on airprint. Windows 10 PC connected to router on etheet. Prints ...
ادامه مطلب
Why Windows 10 asks user to update their computer also if they are under domain with GPO set to automatically update? This did not happen with Win 7 and I did not change any GPO about updates. ...
ادامه مطلب
Windows Update stalls on Windows 7 SP1 is installed Will update Security Essentials definitionsa scan found no problemscomputer has never had a virus that I know of The hard drive had not been used for a couple yearsIt did install 4 old update that had been downloaded but not yet installedIt is a sister to an identical computer that had a failed mother boardThe hard drive failed so I just took the hard drive from the bad mother boardBut that does not seem to be a problem - it Activated and every...
ادامه مطلب
When I try to update to the Anniversary Update it gives me after first reboot 0xc1900101-0x20017 before the copying files thing. Can anyone help me fix this issue? I can't afford to perform a clean install, too much to back up I have a Dell Inspiron 5537 15R with WIndows 10 Home 10586.545. Let's block ads! بخوانید...
ادامه مطلب
I've got an old laptop (Thinkpad T60, 32 bit, 7 years old) running Linux Mint, on which I'd like to install Windows as well. However, I can't get it to boot from the flash drive containing the Windows installation image: After writing the Windows installation image to the flash drive (dd if=win.iso of=/dev/sdc bs=1M), it is being displayed as a UDF device. GParted is not able to read any information ("Waing: unrecognised disk label"), but contents can be accessed after mounting. When restarting ...
ادامه مطلب
After installing the Windows 10 anniversary update, my computer boots very slow. The first part of booting (bios, loading Windows) is as fast as it used to be, but after logging in I'm stuck on a black screen with just my cursor for over a minute before it seems to continue with the login. I made a video to explain what I mean. Also, when I shutdown, Windows says that Spotify is blocking the shutdown - Which is strange because why would Spotify do this? It will stay on this screen for about a mi...
ادامه مطلب
I'm using grub 2.02 beta2 with Ubuntu 16.04 and Windows 10 [ device : samsung 2015 artiv notebook 15inch ] Problem is after update windows to redstone ver, windows bootloader doesn't operate. It's just only my laptop problem, or grub doesn't support windows 10 major update? Let's block ads! بخوانید...
ادامه مطلب
In my php.ini, I see this option called Command buffer size, which is set to 4096. However, what is this and what exactly does this do? In what cases would you want to increase (or decrease) this limit? I tried googling around but came up empty. ...
ادامه مطلب