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.
June 13, 2017 PHP Frameworks / Web Development

Cakephp | How to send email using google api (gmail) in cakephp 2.x ?

June 13, 2017 PHP Frameworks / Web Development
Post Views: 7,395
| By Webner

How to send email using google api (gmail) in cakephp 2.x? Answer: When you send email using google api, you’ll need: 1. Cakephp 2.x 2. A Google account with Gmail enabled. 3. PHPMailer Library. Download PHPMailer library from below link:

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

Jquery : Filter array by applying AND & OR logic on checkboxes

June 13, 2017 Java Frameworks / PHP Frameworks / Web Development
Post Views: 6,495
| By Webner

In one of our projects we have multiple groups of checkboxes and corresponding divs with id as checkbox label. Now we want our checkboxes to perform AND and OR logic . For Example: <html> <div id=”_Java_less than 1500_Basic_Dennis Ritchie” class=”6″

Read More
June 13, 2017 Database

MySQL Access Denied due to wrong column name

June 13, 2017 Database
Post Views: 5,777
| By Webner

MySQL access Denied for user while Username and password is correct. I got this error when I named one of my table columns as “order” which is also a mysql keyword. When tried to rename it, I got the following

Read More
June 8, 2017 Salesforce / Web Development

Salesforce | Creating communities in Salesforce

June 8, 2017 Salesforce / Web Development
Post Views: 4,258
| By Webner

Steps to create the communities in Salesforce: 1. Click on Setup: 2. Under customize click on communities. Click on all communities: 3. Click on New community button: 4. Choose your template according to your requirements. There are 5 templates provided

Read More
June 8, 2017 Java Frameworks / Salesforce / Web Development

Salesforce: Call Apex Class on Click of Custom Button

June 8, 2017 Java Frameworks / Salesforce / Web Development
Post Views: 18,424
| By Webner

1. Create apex class that you want to call (it should be declared global): Global class Test { Webservice static void testMethod() { //do something. } } Note: Webservice method must be static: Global class Test { Webservice static void

Read More
June 7, 2017 Java Frameworks / Web Development

Java Spring | Verifying against WhiteList IP Addresses (spring 4.0.4)

June 7, 2017 Java Frameworks / Web Development
Post Views: 12,185
| By Webner

While designing RESTful web services in a Spring-based web application, we may have a requirement that some web services should be allowed to run only from specific IP addresses. Spring framework provides a simple procedure to verify if the incoming

Read More
June 7, 2017 Salesforce

Salesforce | System.LimitException: Too many SOQL queries: 101

June 7, 2017 Salesforce
Post Views: 6,966
| By Webner

You may face this exception sometimes in Salesforce: System.LimitException: Too many SOQL queries: 101 There can be multiple reasons for this exception: Check if SOQL queries are not written in loops Check if DML are not called inside a loop.

Read More
June 5, 2017 Linux, Windows, Mac / Web Development

Website Performance Testing using Apache Jmeter

June 5, 2017 Linux, Windows, Mac / Web Development
Post Views: 5,763
| By Webner

Performance testing is used to determine that the web application under test will satisfy high load. Apache Jmeter can be used to analyze overall server machine performance under heavy load. Apache Jmeter Performance test includes: * Load Test * Stress

Read More
June 5, 2017 Java Frameworks / PHP Frameworks / Web Development

What is Ajax? How to send the request using different Jquery methods?

June 5, 2017 Java Frameworks / PHP Frameworks / Web Development
Post Views: 4,531
| By Webner

What is Ajax? How to send the request using different Jquery methods? Ajax: Ajax stands for Asynchronous JavaScript and XML. Ajax is a technique for creating fast and dynamic web pages. Ajax allows web pages to be updated asynchronously by

Read More

Posts pagination

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