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

March 9, 2017 PHP Frameworks / Web Development

Allowing PHP cURL to access self-signed websites without verifying the SSL certificate

March 9, 2017 PHP Frameworks / Web Development
Post Views: 26,323
| By Webner

By default, each cURL request can access only SSL certified websites. However, at times it is required to access those sites which are self-signed. To verify that your cURL request is able to access self-signed websites or not, use below

Read More
March 9, 2017 Salesforce / Web Development

Salesforce | How to access CLIENT_ID, CLIENT_SECRET in salesforce

March 9, 2017 Salesforce / Web Development
Post Views: 5,792
| By Webner

Problem: How to access CLIENT_ID, CLIENT_SECRET in salesforce. We can access the ClientID and ClientSecret by creating Connected app in Salesforce. Solution: Follow these Steps to create a new app in salesforce. 1. Click on setup then under Build click

Read More
March 8, 2017 PHP Frameworks / Web Development

WordPress | Developing Custom scheduler in WordPress

March 8, 2017 PHP Frameworks / Web Development
Post Views: 4,168
| By Webner

Suppose you want to design a custom scheduler in wordpress plugin instead of using wordpress scheduler which has fixed values of recurrence which are ‘hourly’, ‘twicedaily’,’daily’. And if you want to make the scheduler dynamic instead of making it static

Read More
March 7, 2017 Salesforce / Web Development

Salesforce | Send daily emails using workflows till the status changes

March 7, 2017 Salesforce / Web Development
Post Views: 5,739
| By Webner

We have a custom object Survey and it has a status field with the values: New, Pending and Purchase. When Survey is in Pending status we want to send email to the user on every second day till the status

Read More
March 6, 2017 Java Frameworks / Web Development

Java Struts | How to remove the action extension in Struts 2 framework

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

In struts.xml file of your web project, replace value for constant named “struts.action.extension” to as shown below : <struts> <constant name = “struts.action.extension” value=”,”> </constant> <!– we have set value for this constant to comma that means no extension as

Read More
March 6, 2017 Salesforce / Web Development

Salesforce | Editing a task assigned to another user by task owner

March 6, 2017 Salesforce / Web Development
Post Views: 14,029
| By Webner

Problem: Task owner was not able to edit the task which is assigned to other user. I have a situation where a system admin assigns a standard user as an owner of the lead. Like in my case Abc is

Read More
March 2, 2017 Java Frameworks / PHP Frameworks / Web Development

Adding custom merge tags to the Gravity forms

March 2, 2017 Java Frameworks / PHP Frameworks / Web Development
Post Views: 12,107
| By Webner

Merge Tags in gravity forms are the tags that are used to dynamically populate the field values in the form content in gravity forms like IP address, browser name, logged in user name etc . There are many merge tags

Read More
March 2, 2017 PHP Frameworks / Web Development

WordPress | How to retrieve query variables in plugins

March 2, 2017 PHP Frameworks / Web Development
Post Views: 7,243
| By Webner

Suppose the URL contains query string for example www.mywebsite.com/sme_page?q=12 then the value of query variable can be retrieved in PHP using the get method such as: <?php echo $_GET[‘q’];   ?> While creating a plugin for WordPress, to retrieve a

Read More
March 1, 2017 Web Development

Jquery | Perform dynamic operation on load of Datatable

March 1, 2017 Web Development
Post Views: 5,715
| By Webner

Functionality needed : Once the datatable is completely loaded using ajax, I want to show second column only if role of the logged-in user is admin, else hide it. What we need to do is, call API “initComplete” in datatable’s

Read More

Posts pagination

«Previous Posts 1 … 55 56 57 58 59 … 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