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

May 30, 2017 Cloud / Database / Linux, Windows, Mac / Web Development

How to create AWS OpsWorks Stack

May 30, 2017 Cloud / Database / Linux, Windows, Mac / Web Development
Post Views: 6,341
| By Webner

Purpose is to automate most of recurring processes like creating user, installing application (apache, apache-tomcat, mysql-server …etc), and modifying security file to hardening Linux machines in AWS environment. 1. Click AWS OpsWorks option from AWS console panel: 2. Now click

Read More
May 29, 2017 PHP Frameworks / Web Development

CakePHP | Send Email using SMTP in cakephp 3

May 29, 2017 PHP Frameworks / Web Development
Post Views: 13,896
| By Webner

1. Open config/app.php file inside your project and then modify the default email configuration and setup your SMTP account there: ‘EmailTransport’ => [ ‘default’ => [ ‘className’ => ‘SMTP’, // The following keys are used in SMTP transports ‘host’ =>

Read More
May 26, 2017 Web Development

Slider Revolution Plugin | Keep text while background images change

May 26, 2017 Web Development
Post Views: 12,157
| By Webner

Slider revolution plugin is used to create the slider to be used in the wordpress website through its shortcode. We can create as many slides as we want and can design each slide very easily by adding layers above layers.

Read More
May 26, 2017 Web Development

Split large CSV into multiple smaller CSV files with Python script

May 26, 2017 Web Development
Post Views: 26,494
| By Webner

Problem: If you are working with millions of record in a CSV it is difficult to handle large sized file. Solution: You can split the file into multiple smaller files according to the number of records you want in one

Read More
May 24, 2017 Cloud / Database / Web Development

Configuring AWS WAF (Web Application Firewall)

May 24, 2017 Cloud / Database / Web Development
Post Views: 6,357
| By Webner

AWS WAF web application firewall service is built to protect cloud apps from web attacks like DDoS attacks, SQL injections, Cross site scripting. Below are the steps involved in configure AWS WAF security: Step.1 Open CloudFormation and click on create

Read More
May 24, 2017 Salesforce / Web Development

Queues in salesforce

May 24, 2017 Salesforce / Web Development
Post Views: 5,015
| By Webner

One primary purpose of creating the queue in salesforce is to manage particular object records. For example in lead queue, the queue is created to automatically assign the lead to particular user of the lead queue. As new lead enters

Read More
May 24, 2017 Software Testing / Web Development

Software Testing | Understanding Severity & Priority

May 24, 2017 Software Testing / Web Development
Post Views: 5,424
| By Webner

While testing the Web applications, Software and Projects, sometimes we cannot perform the full test scenarios and bug fixes due to shortage of time or due to project running out of time. A lot of bugs and errors could be

Read More
May 23, 2017 Mobile / PHP Frameworks / Salesforce / Web Development / Zoho

PHP | Send mail through Gmail SMTP server and phpmailer

May 23, 2017 Mobile / PHP Frameworks / Salesforce / Web Development / Zoho
Post Views: 6,494
| By Webner

We have mail() function to send emails in PHP. It uses built in sendmail command that uses local mail server to send emails. PHPMailer, on the other hand, is very different. Rather than relying on sendmail, it communicates directly with

Read More
May 22, 2017 Salesforce / Web Development

Salesforce | Dynamic table column headings in a VisualForce page

May 22, 2017 Salesforce / Web Development
Post Views: 8,638
| By Webner

In VisualForce Page I wanted to have different column headings, like this: I tried it using tag and tag but you can not display header value using tag as well as <apex:facetname=”header” > tag. <apex:repeat value=”{!prolist}” var=”ls” > <apex:column headerValue=”Producer

Read More

Posts pagination

«Previous Posts 1 … 50 51 52 53 54 … 106 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