Search For:
- Home
- Search For:
This article will guide you on how to #optimize the #image on upload in #PHP. #TinyPNG uses smart lossy compression techniques to reduce the file size of your PNG files. By selectively decreasing the number of colors in the image, fewer bytes are required to store the data. The effect is nearly invisible but it makes a very large difference in file size.
To optimize images for the web:
1. Name your images descriptively and in plain language.
2. Optimize your alt attributes carefully.
3. Choose your image dimensions and product angles wisely.
4. Reduce the file size of your images.
5. Choose the right file type.
6. Optimize your thumbnails.
7. Use image sitemaps.
The draggable global attribute is an enumerated attribute that indicates whether the element can be dragged, either with native browser behavior or the #HTML Drag and Drop API. #draggable can have the following values: true : the #element can be dragged. false : the element cannot be dragged.
If you apply draggable() to the modal dialog element, the browser window scroll bars will drag around the screen as you drag the modal dialog. The way to fix that is to apply draggable() to the modal-dialog class instead: $(". modal-dialog").
This article will guide you on steps to enable firewalld on #centos 7 servers for our customers. The firewall is one of the most important features of webservers. The #firewalld supports both IPv4 and IPv6 #firewall #settings.
Never run the iptables service and FirewallD service at the same time! The #iptables service is now provided by a separate package called iptables-services: Stop and disable the firewalld service first. # systemctl stop firewalld.
The firewalld daemon manages groups of #rules using entities called "zones". Zones are basically sets of rules dictating what traffic should be allowed depending on the level of trust you have in the networks your #computer is connected to.
To use FirewallD:
1. Installing and Managing FirewallD.
2. To start the service and enable FirewallD on boot: sudo systemctl start firewalld sudo systemctl enable firewalld.
3. Check the firewall status.
4. To view the status of the FirewallD daemon: sudo systemctl status firewalld.
5. To reload a FirewallD configuration: sudo firewall-cmd --reload.
This article will guide you on methods to resolve SQL server error 1326 which occurs due to the IIS Service not having any rights to use the named pipe.
If the SQL server resides on a separate server from IIS, then the IUSR_machinename account needs to be validated on the Windows NT server that SQL resides on.
#SQL #SERVER – Fix : Error : 1326 Cannot connect to #Database Server Error: 40 – Could not open a connection to SQL Server.
Now if SQL Server can be connected perfectly from #local system, but cannot be connected from a remote system, in that case firewall on the server where SQL Server is installed can be issued.
Follow instructions below to fix the issue:
1. Go to control panel >> #Firewall Settings >> Add SQL Server’s Port to Exception List.
2. Now try to connect to SQL Server again. It will allow you to connect to the server successfully.
This article will guide you on how to #install .NET framework 4.8 on windows server 2016.
Can't install .NET Framework 3.5 #Windows 10 0x800f0954?
NET Framework 3.5 or Any Optional #Feature. If the error 0x800f0954 occurs installing optional Windows features, it may be because the system is unable to access the Windows Update server. This is especially true in case of domain-joined computers which is configured to downloads updates from a WSUS server.
By using the Windows server 2016, we can install . NET Framework 3.5 which can be easily installed through Server Manager.
i) Open the 'Server Manager' and navigate to the 'Manage' and then select 'Add Roles and Features'.
ii) Click next to 'Features' section and select the option '.
To install Microsoft . #NET Framework 3.5. 1 on Windows Server 2012 R2:
1. Open Server Manager and select Features.
2. Select Add roles and features to launch the Add Roles and Features wizard.
3. In the Add Roles and Features wizard, click.
4. In the Confirm Installation Selections dialog box, click Install.
When you try to install the Microsoft . NET Framework 4.7 on a #computer that runs Windows 7 Service Pack 1 (SP1), Windows Server 2008 R2 SP1, or Windows Server 2012, the setup is blocked and cannot continue.
This issue occurs when the computer does not have the update for D3DComplier (D3DCompiler_47. dll) installed.
This article will guide you on different methods to fix #PHP #curl #error which can occur due to syntax errors, mod_security issues, and also due to incorrect coding issues. A 403 #error indicates that the user cannot access certain web pages. It is a generic error that says: "You do not have permission to view this page".
The "Access Denied" error appears when your Mozilla Firefox browser uses a different proxy settings or VPN instead of what's really set on your Windows 10 PC. Thus, when a #website detected that there is something wrong with your browser cookies or your network, it blocks you which is why you can't open it.Typically, the error is caused by an issue with the #URL or with cached files within the browser.
To fix 403 #forbidden:
1. What is a 403 Forbidden Error?
2. Refresh the Page.
3. Double Check the Address.
4. Clear Your Browser Cookies and Cache.
5. Check if You Have Permission to Access the URL.