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

Author: Webner

We are a software development company in India.
April 20, 2018 Others (Technical) / Web Development

GrapesJS – Storing HTML on server side

April 20, 2018 Others (Technical) / Web Development
Post Views: 14,259
| 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 19, 2018 Linux, Windows, Mac / Mobile / Salesforce / Web Development / Zoho

Zoho CRM Editions Comparison Table

April 19, 2018 Linux, Windows, Mac / Mobile / Salesforce / Web Development / Zoho
Post Views: 7,164
| By Webner

Editions Free Edition Standard Edition Professional Edition Enterprise Edition CRM Plus Edition Pricing Monthly pricing (Billed annually) Free for 10 users $12 /user / month $20 /user / month $40 /user / month/td> $50 /user / month Monthly pricing (Billed

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: 14,519
| 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,849
| 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 13, 2018 Web Development

Cloudfront cache issues when content updates to new version

April 13, 2018 Web Development
Post Views: 5,857
| By Webner

Problem: Cloudfront caches most of the objects and it becomes a problem when content updates to a new version of the origin server. CloudFront doesn’t retrieve the latest version of objects instantly from the origin server, it generally takes 24

Read More
April 12, 2018 Web Development

Preserving Local Storage Data Across DataTable Pages In Javascript

April 12, 2018 Web Development
Post Views: 5,432
| By Webner

When we write data in local storage it is not kept between dataTable pages. It will overwrite the old data with a new one on each page, means your previous data will be lost on a new dataTable page. The

Read More
April 10, 2018 Web Development

Jquery Datatable Callbacks

April 10, 2018 Web Development
Post Views: 10,420
| By Webner

Jquery data table callbacks are used when you want to perform some action on a certain event in the data table. For eg. when you want to modify a particular row or cell every time the table is redrawn. List

Read More
April 9, 2018 Salesforce

Make VisualForce Page externally accessible by non-salesforce Users

April 9, 2018 Salesforce
Post Views: 11,759
| By Webner

Steps to make VisualForce Page externally accessible by non-salesforce Users/External Users: 1. Create a VisualForce page that you want to make externally accessible by non-salesforce Users/External Users. Here, I’ve created a VisualForce Page named as ‘Multi-Select List’. I’ve also created

Read More
April 4, 2018 Linux, Windows, Mac

Linux Truncate (Log)File

April 4, 2018 Linux, Windows, Mac
Post Views: 4,988
| By Webner

Commands to empty logfile : 1. :>logfile – If logfile does not exist, this will create an empty log file, otherwise it will empty the existing file. 2. cat /dev/null > logfile – This is equivalent to above command. Command

Read More

Posts pagination

«Previous Posts 1 … 85 86 87 88 89 … 171 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