Category: Others (Technical)
Sort list 1 by sorting 2nd list using Jquery UI sortable
How to sort the 1st list of HTML elements by sorting the 2nd list of HTML elements using Jquery UI sortable? Problem: I am creating two HTML lists using Div elements in my project and I want to change the
Node.js introduction and configure a test project in Eclipse
Node.js is an open-source, cross-platform runtime environment used for development of server side applications and networking applications. Basic features of Node.js are : 1. Most of its modules are written in JavaScript. 2. It is mostly used in real time
GrapesJS – Storing HTML on server side
In GrapeJS to save html code of document in database use your own save function (like saveContent() in this example) inside editor’s ‘storage:store’ event method. Example: editor.on(‘storage:store’, function(e) { saveContent(); //your method where you store html content of document in
Handling browser back or forward button clicks for ajax content
In Jquery / Javascript how to handle updates for partial (nested) web page view Inside a single View on browser back, forward & refresh button events? Or simply put how to handle browser back or forward button clicks for content
Recreate graphic animations on Jquery datatable refresh
When we refresh Jquery datatables (like through sorting or searching) the graphic animations like progress circle-bars etc do not redraw correctly. The distorted images appear instead of graphics. This is how progress circles look initially: On sorting/searching the dataTable, the
Cross Domain XMLHttpRequest problem and some solutions
Cross-domain request: Cross-domain request is requesting the content from another host. When we request to a third party site to get content that is called cross-domain request. By default XMLHttpRequest (XHR) request allows transferring data only if both parties have the
Schedule CSV Import from Google Drive to ZOHO reports
Zoho reports have the feature to import data into a table from cloud storage like Google Drive. We can also schedule the import at a specific interval. Here in the example below, we are importing the data from Google Drive.
Migrate codeigniter (2.0.3) from php 5.3 to php 5.6 or higher version – conflicts
I am working on a client project which is using Codeigniter running on version 2.0.3 and PHP 5.3. I got a requirement from client to upgrade the PHP version from 5.3 to 5.6 or higher. While I tried to upgrade
Send email using html template in Laravel
Laravel provides us a facility to send email with custom html template. In order to achieve it, kindly follow the steps below: 1. Open your mail.php file from config folder and add these details: 2. After that open your gmail