<rss version='2.0'>
<channel>
<title>WebDevelopment Scripts</title>
<link>https://www.webdevelopmentscripts.com</link>
<description>Web development scripts, tips and tricks. Collection of php,html,css,sql,javascript,jquery,ajax scripts and tutorials with examples.</description>
<language>en-us</language>
<item>
<title>Balancing DataTables Responsiveness and Footer Calculations</title>
<pubDate>February 04, 2024</pubDate><description>When using DataTables with the responsive feature enabled, a common challenge arises when attempting to calculate footer sums. The responsive design converts row data into child rows, making it challenging for the callback function to identify column locations and rendering footer calculations invisible.</description>
<link>https://www.webdevelopmentscripts.com/111-balancing-datatables-responsiveness-and-footer-calculations</link>
</item>
<item>
<title>Retrieving RAM Information on Windows Using PowerShell</title>
<pubDate>October 22, 2023</pubDate><description>Detailed instructions on how to create a PowerShell script that can access and parse SMBIOS data in order to retrieve memory information.When you run the script, we'll show you how to interpret and understand the data it returns, such as memory size, type, form factor, and speed. We'll also show you how to ensure a secure script execution</description>
<link>https://www.webdevelopmentscripts.com/109-retrieving-ram-information-on-windows-using-powershell</link>
</item>
<item>
<title>Does laravel 8 requires php 8.1?</title>
<pubDate>April 13, 2023</pubDate><description>No, Laravel 8 has a minimum PHP version requirement of php 7.3, as stated in the server requirements. However, if you are downgrading from higher version of laravel then you have some works todo.</description>
<link>https://www.webdevelopmentscripts.com/108-does-laravel-8-requires-php-8-1</link>
</item>
<item>
<title>SQLSTATE[42S01]: Base table or view already exists - Laravel</title>
<pubDate>April 10, 2023</pubDate><description>SQLSTATE[42S01]: Base table or view already exists: 1050 Table 'xxxx' already exists. This error comes up when you try to run the migration when the table already exists in the database.</description>
<link>https://www.webdevelopmentscripts.com/107-sqlstate42s01-base-table-or-view-already-exists-laravel</link>
</item>
<item>
<title>Allow ampersand (&) and question mark (?) in the mailto link</title>
<pubDate>April 08, 2023</pubDate><description>If you require the ability to create an email link that, when clicked, will open a new email window (using the default email program) with the necessary fields pre-populated, such as To, CC, Bcc, Subject, and Body then you can use "mailto" feature.</description>
<link>https://www.webdevelopmentscripts.com/106-allow-ampersand-and-question-mark-in-the-mailto-link</link>
</item>
<item>
<title>Set header conditionally if certain word present in the url - htaccess</title>
<pubDate>April 08, 2023</pubDate><description>You can set headers conditionally if certain word present in the URL using .htaccess. This can be completed by using the Header directive and the "IF" conditional directive.</description>
<link>https://www.webdevelopmentscripts.com/105-set-header-conditionally-if-certain-word-present-in-the-url-htaccess</link>
</item>
<item>
<title>What is named arguments in php?</title>
<pubDate>March 27, 2023</pubDate><description>Named arguments is a feature introduced in PHP 8 that allows developers to pass arguments to functions or methods by specifying their names explicitly, instead of relying on their position. This makes it easier to understand the code and prevents errors that may occur when the order of the arguments changes.</description>
<link>https://www.webdevelopmentscripts.com/104-what-is-named-arguments-in-php</link>
</item>
<item>
<title>How to split zip files into parts with specific size in linux command</title>
<pubDate>March 26, 2023</pubDate><description>To split/archive files into a zip file with multiple parts of same size, you can use file compression software such as WinZip or 7-Zip. You can use the "zip" command to do the same in Linux.</description>
<link>https://www.webdevelopmentscripts.com/103-how-to-split-zip-files-into-parts-with-specific-size-in-linux-command</link>
</item>
<item>
<title>How to clear too many login attempts timeout in laravel command line</title>
<pubDate>March 26, 2023</pubDate><description>By default, if a user fails to log in five times within one minute, they will receive the error message "Too many login attempts. Please try again in X seconds." This restriction is lifted after X seconds, which is set to 60 by default. However, in some cases, it may be necessary to clear this timeout restriction in the local environment.</description>
<link>https://www.webdevelopmentscripts.com/102-how-to-clear-too-many-login-attempts-timeout-in-laravel-command-line</link>
</item>
<item>
<title>Laravel middleware: Trying to get property headers of non-object</title>
<pubDate>March 25, 2023</pubDate><description>This error occurs generally when redirects are not properly handled in the laravel middleware</description>
<link>https://www.webdevelopmentscripts.com/101-laravel-middleware-trying-to-get-property-headers-of-non-object</link>
</item>
</channel>
</rss>