Skip to content
Webner Logo
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection

Webner Blogs – eLearning, Salesforce, Web Development & More

Category: Others (Technical)

April 23, 2018 Others (Technical) / Web Development

Sort list 1 by sorting 2nd list using Jquery UI sortable

April 23, 2018 Others (Technical) / Web Development
Post Views: 7,208
| By Webner

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

Read More
April 20, 2018 Others (Technical) / Web Development

Node.js introduction and configure a test project in Eclipse

April 20, 2018 Others (Technical) / Web Development
Post Views: 4,259
| By Webner

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

Read More
April 20, 2018 Others (Technical) / Web Development

GrapesJS – Storing HTML on server side

April 20, 2018 Others (Technical) / Web Development
Post Views: 13,219
| By Webner

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

Read More
April 17, 2018 Others (Technical) / Web Development

Handling browser back or forward button clicks for ajax content

April 17, 2018 Others (Technical) / Web Development
Post Views: 13,111
| By Webner

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

Read More
April 16, 2018 Others (Technical) / Web Development

Recreate graphic animations on Jquery datatable refresh

April 16, 2018 Others (Technical) / Web Development
Post Views: 4,413
| By Webner

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

Read More
April 2, 2018 Others (Technical) / Web Development

Cross Domain XMLHttpRequest problem and some solutions

April 2, 2018 Others (Technical) / Web Development
Post Views: 9,408
| By Webner

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

Read More
March 29, 2018 Others (Technical) / Web Development / Zoho

Schedule CSV Import from Google Drive to ZOHO reports

March 29, 2018 Others (Technical) / Web Development / Zoho
Post Views: 3,760
| By Webner

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.

Read More
March 28, 2018 Others (Technical) / PHP Frameworks

Migrate codeigniter (2.0.3) from php 5.3 to php 5.6 or higher version – conflicts

March 28, 2018 Others (Technical) / PHP Frameworks
Post Views: 5,292
| By Webner

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

Read More
March 27, 2018 Others (Technical) / Web Development

Send email using html template in Laravel

March 27, 2018 Others (Technical) / Web Development
Post Views: 16,485
| By Webner

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

Read More

Posts pagination

«Previous Posts 1 … 11 12 13 14 15 … 20 Next Posts»

Google ad

Copyright 2022 - 2023 | Webner Blog by Webner Solutions Pvt Ltd. | All Rights Reserved.
MENU
  • Blog Home
  • Categories
    • Web Development
    • Salesforce
    • Big Data
    • Cloud
    • Database
    • PHP Frameworks
    • eLearning
    • Insurance
    • Java Frameworks
    • Linux, Windows, Mac
    • Mobile
    • Others (General)
    • Others (Technical)
    • Software Testing
    • Zoho
  • About Us
  • Contact Us
  • StudySection