Category: Web Development
How to change DevExtreme column captions in run time without grid Refresh
How to change language of DevExtreme grid column captions without reload the page DevExtreme is a powerful Component Suite designed by DevExpress that can be used with many languages (javascript, jquery,angularJs, angular, Vue, Knockout, react) to get the desired UI.
How to run CakePHP 3.7 Shell Commands in Heroku console
Learn how to run CakePHP 3.7 Shell Commands in Heroku console 1. Create myCommandShell.php file in src/Shell folder with below content <?php namespace App\Shell; use Cake\Console\Shell; use App\Controller\PagesController; class myCommandShell extends Shell { public function main() { // do your
The page was not displayed because the request entity is too large
Issue “The page was not displayed because the request entity is too large” while uploading a file. This error occurs when you try to upload large size of files but it extends the limits for the number of bytes allowed
Visual Code to AzureDevops | Visual Code to Salesforce
Visual Code to AzureDevops | Visual Code to Salesforce Steps to connect local project from VS Code to Azure DevOps: 1. Install Visual Code. 2. Install all the salesforce extensions. 3. Install Git on your system. 4. Go to your
Add Text to Image with Php and Python
How to add Text to Image with Php and Python Step 1: Call the python file from PHP with the following arguments. $ filePathForPython: Specify the location of the python file. $imageName: Dynamic name of the image. $ imageText: Text
Clear HTML cache programmatically
How to clear HTML cache programmatically HTML automatic caching is one of the popular features provided in HTML5 which makes the application page loading faster as the same page is not freshly loaded every time from the server. An issue
How to update NPM?
Learn how to update NPM? NPM stands for Node Package Manager. It makes it easier for JavaScript developers to share and reuse the code. NPM is installed with Node and it is distributed with Node.js which means that when you
ondragenter and ondragleave events
Customize UI to indicate drag drop effect using events ondragenter and ondragleave Html5 provides us one of the most useful features of drag-drop. The dragging and dropping of files from OS to your web application becomes very easy using drag-drop
Integration of .NET with SharePoint
SharePoint and .NET Integration Create a .Net Web Api Application and then follow the below steps: Step 1. Open “Tools” from menu and select “NuGet Package Manager” and then click on “Manage NuGet Packages for Solution”. Here is the screenshot:
