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.
March 16, 2017 Web Development

Jquery | Check if image exists for the url created at runtime

March 16, 2017 Web Development
Post Views: 13,411
| By Webner

Suppose a website page displays the list of subjects along with information and corresponding image. Html “div” with classname “.subjects” are generated dynamically in accordance with database records of subjects with custom attribute assigned as “data-subjectid” to each div which

Read More
March 15, 2017 PHP Frameworks

Add virtual field in cakephp 2.* in find methods

March 15, 2017 PHP Frameworks
Post Views: 6,767
| By Webner

How to specify an extra field (not existing in the table) while fetching data from database using find method? Solution is explained below. Assign value to virtual field before find function call: $this->virtualFields[‘virtual_field_name’] = ‘any value’; Use virtual field in

Read More
March 15, 2017 Web Development

Selenium IDE: Locate and verify GUI and CSS Elements

March 15, 2017 Web Development
Post Views: 5,492
| By Webner

While using Selenium Ide, It is very hard to verify the GUI and CSS elements using record and run method. In record and run method you will not be able to use all of the commands due to lack of

Read More
March 14, 2017 Web Development

RESTFul architecture best practices

March 14, 2017 Web Development
Post Views: 4,574
| By Webner

1. Restful web service has its specific set of standard methods like: GET, POST, DELETE, PUT, OPTIONS. We should use HTTP methods as per standard. For example: use “Delete” method to delete the resource not for any other task. 2.

Read More
March 14, 2017 Linux, Windows, Mac

Ubuntu | Unable to login, failed to start session

March 14, 2017 Linux, Windows, Mac
Post Views: 11,026
| By Webner

Description:  I am trying to login in my Ubuntu machine. I entered my correct password and it didn’t login me. It showed me “failed to start session” message in red color. I am also not able to login with guest

Read More
March 10, 2017 Web Development

Quickbook Webconnector queue concept with Job priorities

March 10, 2017 Web Development
Post Views: 6,463
| By Webner

Queue plays very important role in Quickbook integration via Web connector. Each new job is created in the queue with priority level according to which it is executed. For example when we add a new user or new product than

Read More
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,921
| 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: 6,179
| 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,503
| 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

Posts pagination

«Previous Posts 1 … 114 115 116 117 118 … 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