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 19, 2017 Database

Timestamp issue while upgrading to MySQL 5.7

April 19, 2017 Database
Post Views: 5,025
| By Webner

Problem: In our application, we have created the session token to provide secure access. We were using current system time stamp in our token as one of the key component. But after upgrading MySQL 5.5 to MySQL 5.7, we were

Read More
April 18, 2017 Web Development

Adobe Captivate | Post Quiz results to custom LMS URL

April 18, 2017 Web Development
Post Views: 5,221
| By Webner

1. Open Adobe Captivate. 2. Go to Edit->Preferences. A screen will appear like this: 3. Now click on reporting and select LMS as Internal Server. 4. Now click on configuration. A new popup screen will be displayed like below: 5.

Read More
April 18, 2017 Database / Web Development

Postgresql | How to save default timestamp in unix format instead of yyyy-dd-mm hh:mm:ss

April 18, 2017 Database / Web Development
Post Views: 7,784
| By Webner

In Postgresql we can save the default timestamp with now() method: CREATE TABLE test ( id serial NOT NULL, name character varying(255), last_modified_time timestamp without time zone DEFAULT now() ) This will save the date timestamp in this format: If

Read More
April 14, 2017 Web Development

Adding images and links in Jira

April 14, 2017 Web Development
Post Views: 8,019
| By Webner

Adding images and links in Jira 1. Adding an image in Jira comment: There are two ways using which we can insert an image in Jira: User can specify various attributes to the image such as height, width, horizontal space,

Read More
April 13, 2017 Java Frameworks / PHP Frameworks / Web Development

An example of Ajax to display dyanamic images and text on webpage

April 13, 2017 Java Frameworks / PHP Frameworks / Web Development
Post Views: 3,917
| By Webner

Whenever the situation occurs to rerender the page contents without reloading the whole page, we use ajax in it. By using ajax we get the response data back in the success function which we will show on the screen. Let’s

Read More
April 11, 2017 Web Development

AWS | How to share snapshot with another aws account?

April 11, 2017 Web Development
Post Views: 4,395
| By Webner

1. Log on to AWS console account. 2. Click on Snapshot option:  3. Right Click on the desired snapshot ID and select Modify permissions: 4. Select the option whether to share it publicly or you can share it in

Read More
April 11, 2017 PHP Frameworks

Floating Point issue in Programming Languages

April 11, 2017 PHP Frameworks
Post Views: 3,982
| By Webner

When we pass a floating point value to a variable, then the value which we store in the variable is not the actual value but it is something approximately near to that number which transfers to that variable. Let us

Read More
April 10, 2017 Database / Web Development

MySQL | Enable/Disable Auto Commit

April 10, 2017 Database / Web Development
Post Views: 7,380
| By Webner

How to enable or disable autocommit of changes in MySQL using MySQL workbench? Go to Edit->Preferences->SQL Editor->SQL Execution and check your current settings: Also commit/rollback can be done with the buttons on SQL tab:

Read More
April 10, 2017 Salesforce / Web Development

Salesforce | Set custom RecordType in case of web to lead

April 10, 2017 Salesforce / Web Development
Post Views: 5,995
| By Webner

Situation:  We have a web to lead form and every time we create a lead it always takes “Personal” as record type which is default record type in our org. We want to set another recordType like Agentco or Trucking

Read More

Posts pagination

«Previous Posts 1 … 110 111 112 113 114 … 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