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: Web Development

April 10, 2017 Database / Web Development

MySQL | Enable/Disable Auto Commit

April 10, 2017 Database / Web Development
Post Views: 7,243
| 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,834
| 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
April 7, 2017 Database / Web Development

AWS | Upgrading mysql version

April 7, 2017 Database / Web Development
Post Views: 3,552
| By Webner

AWS: Upgrading MySQL version Below are few step to upgrade Mysql version very easily on AWS-RDS: 1. Log on to AWS console. 2. Open AWS RDS from Database section: 3. Click on Instances: 4. Select the Database Instance which you

Read More
April 3, 2017 Cloud / Linux, Windows, Mac / Web Development

Configuring Web Distribution and Load Balancer in AWS

April 3, 2017 Cloud / Linux, Windows, Mac / Web Development
Post Views: 7,360
| By Webner

Using tools and steps listed below we can implement web distribution and Load balancer in AWS and also this will save cost of buying ssl certificate from CA authorized vendors. Instead, it will use certificates provided by Amazon server. Tools

Read More
March 31, 2017 Web Development

C# – Convert output of a Web request into an object list

March 31, 2017 Web Development
Post Views: 7,883
| By Webner

WebRequest gives response in the form of Stream. In order to use it further in the form of c# object, I have used below code: Sample code : WebRequest requestHttp = WebRequest.Create(reqURL); using(WebResponse responseHttpRequest = requestHttp.GetResponse()) { Stream responseStream =

Read More
March 30, 2017 Java Frameworks / Web Development

Java | Achieving Immutability using Final keyword

March 30, 2017 Java Frameworks / Web Development
Post Views: 7,250
| By Webner

Problem: What is the difference between using the final keyword with a primitive versus an object? What is immutability and can final assure that? Final: Final is a keyword in java which is used to make variable, methods, classes immutable.

Read More
March 30, 2017 Web Development

Docusign: Save docusign FormData in CSV

March 30, 2017 Web Development
Post Views: 6,236
| By Webner

Platform: DocuSign Problem: How to download form data (i.e. Data filled by the client in docusign document) in csv? Solution: For downloading the Docuform data as CSV file follow these steps: 1. Open your docusign account. 2. From the Documents

Read More
March 28, 2017 Linux, Windows, Mac / PHP Frameworks / Web Development

Cakephp 3.3 |How to execute script using Console

March 28, 2017 Linux, Windows, Mac / PHP Frameworks / Web Development
Post Views: 6,669
| By Webner

In Cakephp, console applications are useful in running background processes and can be run without access to web browser. The CakePHP console provides a framework for creating shell scripts.To run the cakephp functions, first of all create a shell to

Read More
March 27, 2017 Java Frameworks / Web Development

How to use Random Emails while testing Registration forms

March 27, 2017 Java Frameworks / Web Development
Post Views: 6,540
| By Webner

While testing Registration form, the best way is to use automation script rather than manual testing which is time consuming. Automated script helps to get better results in shorter time. Like we can generate random users with the script and

Read More

Posts pagination

«Previous Posts 1 … 53 54 55 56 57 … 107 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