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.
May 26, 2017 Web Development

Split large CSV into multiple smaller CSV files with Python script

May 26, 2017 Web Development
Post Views: 26,851
| 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,611
| 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 PHP Frameworks

Cakephp 3.0 | Methods to get base and application url

May 24, 2017 PHP Frameworks
Post Views: 6,769
| By Webner

In cakephp we do not need to set hard coded relative paths.There are methods by calling which we can build the url dynamically. use Cake\Routing\Router; To get the base url use Router::fullBaseUrl(); => http://localhost //Output To get the Application Url

Read More
May 24, 2017 Salesforce / Web Development

Queues in salesforce

May 24, 2017 Salesforce / Web Development
Post Views: 5,212
| 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,638
| 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,734
| 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,819
| 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
May 18, 2017 Web Development

Stripe Gateway Payments | Some important points

May 18, 2017 Web Development
Post Views: 4,193
| By Webner

Important points about Stripe Gateway payments In Test Mode: Below are some very useful points that you must know if are going to use Stripe as your payment gateway: 1. There is no limit on the payments for a stripe

Read More
May 15, 2017 Web Development

Moodle: Checking visibility of Specific activity to users

May 15, 2017 Web Development
Post Views: 4,518
| By Webner

In moodle, there can be various conditions based on which we can restrict visibility of an activity to all or some specific users even when activity has been created in course and is available to users. First Red Box area

Read More

Posts pagination

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