
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.) ...
ادامه مطلب
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. git checkout 7.3.0 Step 2: Fix the bug in the code. Let's say it's a breaking change that's been fixed in the code. Step 3: Commit the changes with a version number that indicates the patch release. Commit the fix git commit -m "Fix bug in 7.3.0" Next, create a new tag git tag 7.4.0 Step 4: Push the changes to the remote repository. git push origin 7.4.0 Step 5: Create a new release for ...
ادامه مطلب
Ruing 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 a file ending in .http for example scratch.http You can name the file anything you like and have multiple files. The difference between having .http files in your project...
ادامه مطلب
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 docker-compose to be installed. Use brew to install docker-compose brew install docker-compose Once installed sail will function normally without any extra setup. بخوانید...
ادامه مطلب
This article answers a question from a visitor on how to display a sentence so that small (lowercase) letters are shown in capital letters, but have a height shorter than the actual capital (uppercase) letters....
ادامه مطلب
Press Release is the listed in top off page seo technique that use to distributing news about your business. Also it help when you relocate your business from one location to other, then you can write...
ادامه مطلب
I tried enabling the New Management flag and adding a supervised user. But the option to lock a user profile was not activated. Is there a way to password protect a chrome user profile or lock the whole browser(like firefox's master password) ...
ادامه مطلب
I try to set a root password as follows: mysqladmin -u root password "root"; Then I make a coection to my MySQL server, the following command: mysql -u root -p Enter password: **** enter image description here ...
ادامه مطلب
For the first time since Windows 95, Windows 8/8.1 ceased to offer the "Advanced Appearance Settings", which enabled the following customizations: screenshot of the "Window Color and Appearance" window That is a shame, not only because users lost customization power, but specifically because it made much more difficult for an user to set its own dark-theme version of the system. Is there any way to change such colors in Windows 8.1? Notice that I am not talking about merely doing this and I also am not talking about patching the Windows to use customized 3rd party themes. I talking about a way for users to customize the colors of the windows in Windows 8.1 (trough registry, trough hidden opt...
ادامه مطلب
I am facing problem while ruing tomcat server on 'windriver linux' when I start tomcat server as ./startup.sh And I go to 'serverip:8080' i don't get tomcat webpage everytime, sometime it takes lot of time to show tomcat home page or sometime it doesn't show up at all. I have checked ruing processes on windriver terminal but it shows tomcat is ruing in it. please help meThanks in advance Let's block ads! بخوانید...
ادامه مطلب
How to easily generate json out of a ruing instance for usage in run-instances --cli-input-json=? The purpose is to recreate instance without too much manual handling or too much json editing. I would be grateful for your answer. ...
ادامه مطلب
achieve more promising results without delivering any side eÙects. Exoslim price is a good recipe to decrease the amount of Exoslim price. Precautions to follow: Not for pregnant and lactating women. If you've read every Exoslim Review book then you should read this as well. It will suppress your appetite or those frequent hunger pangs and makes you feel full for the longer period. It helps in increase your endurance and makes you more energetic. Ah, but therein lies the rub when it's in the same class as Exoslim price. Where can outsiders run across killer Exoslim Review clues? Now you have the chance to try this pill to know it for you or not that too free of cost. Most of the people wants...
ادامه مطلب
Most web browsers will allow the user to specify: https://superuser.com/ or https://superuser.com But which is technically appropriate, and why? ...
ادامه مطلب
I am using Windows 10 (well, the version is irrelevant I believe) and I would like to execute my programs through 'Run' just for convenience. My problem is, where do I look for each software's Run keyword ? For example, to open paint, you can run 'mspaint', to open Notepad++ I luckily figured out you can run notepad++ but what about other processes ? For example, I have no clue how to open Sublime text 3 with Run or paint.net and many other software. If you are willing to help, please also provide a way to FIND the run keyword for any software. Maybe there is a way to see it through task manager ? Through cmd maybe ? There should be a way ! Ideally, I would love to have a solution that doesn...
ادامه مطلب
I installed Gnucash on my Mac OS X El Capitan, but I'm having problems with titles and headings on the interface and reports. By following the advice on here https://wiki.gnucash.org/wiki/FAQ#Q:_How_get_I_rid_of_strange_unreadable_characters_or_adjust_the_font_size I've managed to get rid of the problem on the interface and the headings on reports, but the problem still affects the titles of reports (see image below). Instead of getting the title Income Statement for ..., etc, I get a long list of numbers. Income Statement Report Regarding advice below (from the Gnucash wiki page) MacOs: Create a plain text file in your home folder (~ is unix shorthand for your home folder): X Window version...
ادامه مطلب
I have ASUS zenbook UX32VD (i5 version) and it only has 4GB of RAM preinstalled and while I originally thought that it has two RAM expansion slots it tued out it doesn't! So as I am on LINUX I used an lshw application to check this out and this is what it tued out: Program shows me that it still has an extra slot while I can't physically see it. Weird. Also 4GB of RAM are divided among two containers and I suspect that 2GB of RAM is solderd on the motherboard while 2GB resides in my expansion slot. The other expansion slot is somehow nonexistent... Can anyone confirm this and suggest me the best RAM I can buy to maximize my laptop RAM. Is it true that the max ammount of ram this motherboard...
ادامه مطلب
I have column 1 and it has dates. I have column 2 and it has inventory sold. The dates are duplicated from several systems - which means for a given date there are at least 7-10 numbers for inventory sold. We simply want to take the highest amount for a specific date and show the SUM of that column for inventory. Mean we are only adding 1 inventory amount per date. Let's block ads! بخوانید...
ادامه مطلب
I hope this is the right place to ask this. My University lets students download a preconfigured executable of OpenVPN, where the settings are already branded in. Once you installed it, you just enter your credentials and you are coected. However, I noticed that it doesn't work anymore after the system is has been installed on is rebooted. If I install it, I get a successful coection with the VPN and can use it. If I restart my Laptop, it does not work anymore, but the Icons in the Tray still show a green screen. If I then uninstall it and reinstall it, without rebooting, it works again. The only difference in the log window when it's coecting, I notice when it does not work, one of the line...
ادامه مطلب
enter image description herecan anyone pls help. I hv a list with Column A to C, Row unknown depends on condition. Column B contains either "A" "B" "C" I would a VBA code to copy all data from column a - c when Column B is "A" to sheet 1 and to sheet 2 when column B is "B" and so on, I know its using the For i = 1 to .End(xlUp).Offset(0), but then what should I do, I tried but wasn't working at all for me. can any one pls help Let's block ads! بخوانید...
ادامه مطلب
I'm trying to automate a backup script with attic, but I'm stuck on this issue: the actual attic command performs differently when executed from the script and when executed directly in the terminal. The script builds and executes the command: /usr/bin/attic create --stats --verbose --exclude '/home/.cache' /media/attic-backup/paolo.attic::2016-08-27 /home the command outputs the files backuped up from attic: /home /home/.attic /home/.attic/keys /home/.cache /home/git /home/git/.bash_history etc etc The /home/.cache directory should have been skipped... However, if I execute the same command from the terminal I get: $ /usr/bin/attic create --stats --verbose --exclude '/home/.cache' /m...
ادامه مطلب