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 15, 2017 Web Development

HTML | Make HTML table sortable on column click

June 15, 2017 Web Development
Post Views: 3,769
| By Webner

When we need to sort an HTML table on click of any of its column headers then we can use sortable.js: Download library file sorttable.js. Add this js file to the current page. Add sortable class to the table for

Read More
June 15, 2017 PHP Frameworks

Importance and Need of child theme in WordPress

June 15, 2017 PHP Frameworks
Post Views: 4,148
| By Webner

In wordpress, a child theme is a theme that inherits the functionality and styling of its parent theme. Child themes are the recommended way of modifying an existing theme (like inheritance in object oriented programming). If we have any theme

Read More
June 13, 2017 PHP Frameworks / Web Development

Heroku | Fatal error due to PHP 7 and old version of CakePHP

June 13, 2017 PHP Frameworks / Web Development
Post Views: 4,956
| By Webner

Fatal Error on website whenever we were pushing any code change to our website hosted on heroku. We were suddenly facing a fatal error (error 500) on our website. After making debugger on, it displayed the following error : After

Read More
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,579
| 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,657
| 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,958
| 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,408
| 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,647
| 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,401
| 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

Posts pagination

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