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

Tag: webner

August 9, 2018 Linux, Windows, Mac / PHP Frameworks / Web Development

PHP script scheduling without cron jobs

August 9, 2018 Linux, Windows, Mac / PHP Frameworks / Web Development
Post Views: 20,449
| By Webner

PHP script scheduling without cron job Sometimes a website built in php needs to schedule a script on daily or hourly basis – for example, Reminder Emails, Newsletter emails or Database backups to be taken automatically. Normally, these types of

Read More
July 17, 2018 Salesforce

Formula Field as a Custom LookUp field in Salesforce object

July 17, 2018 Salesforce
Post Views: 9,309
| By Webner

How to use a Formula Field as a Custom LookUp field in a Salesforce object In Salesforce we have 40 lookup field limit per object. Sometimes we need a field which behaves like a Lookup field. We can create a

Read More
June 21, 2018 Others (General) / Others (Technical) / PHP Frameworks

Integrate Laravel web service with custom alexa skill

June 21, 2018 Others (General) / Others (Technical) / PHP Frameworks
Post Views: 10,616
| By Webner

Steps for integrating Laravel web service with custom alexa skill: Step 1: Your web service should be on secure HTTP connection and should have SSL/TLS. Alexa strictly enforces for this to protect the confidentiality and integrity of your data. Step

Read More
June 18, 2018 Linux, Windows, Mac / Others (General) / Others (Technical)

Install node.js on Linux and Windows

June 18, 2018 Linux, Windows, Mac / Others (General) / Others (Technical)
Post Views: 6,084
| By Webner

How to Install node.js on Windows: You can install node.js for windows from Node.js website as they had provided the installer there. You need to run the .msi installer that is downloaded. Then Restart your computer as you won’t be

Read More
June 14, 2018 Others (General) / Others (Technical) / Web Development

Bootstrap Alert Types

June 14, 2018 Others (General) / Others (Technical) / Web Development
Post Views: 4,333
| By Webner

How to create alerts in Bootstrap: Bootstrap provides an easy way to display the information or create predefined alert messages on the screen. In Bootstrap alert is created using .alert class for example : <div class=”alert alert-success”> </div> Bootstrap alert

Read More
May 29, 2018 Others (Technical) / Web Development

How to use Bootstrap pagination

May 29, 2018 Others (Technical) / Web Development
Post Views: 4,146
| By Webner

How to use Bootstrap pagination Steps to use Bootstrap pagination: 1. Create a simple html file. 2. Include bootstrap css and js CDN link in html file. Example : <!doctype html> <html lang=”en”>  <head>    <!– Required meta tags –>    <meta

Read More
May 24, 2018 Others (Technical) / Web Development

Drag and Drop in Jquery UI

May 24, 2018 Others (Technical) / Web Development
Post Views: 6,778
| By Webner

Drag and Drop in Jquery UI Problem: Jquery UI provides APIs to make DOM elements draggable and droppable. We can do some things out of the box by using its APIs. I have written a Jquery code below in which

Read More
May 23, 2018 Others (Technical) / Software Testing

Steps to configure Selenium webdriver in Eclipse

May 23, 2018 Others (Technical) / Software Testing
Post Views: 5,301
| By Webner

Before we download and install selenium webdriver and eclipse, we need java which is prerequisite that must be installed in our system. Following activities need to be performed during configuration: 1. Steps for configuration of eclipse IDE: 1.1. Go to

Read More
May 22, 2018 Others (Technical) / Salesforce

Create Salesforce Custom Object Using Apex Code

May 22, 2018 Others (Technical) / Salesforce
Post Views: 19,917
| By Webner

Salesforce custom object using apex code There are two ways of creating a custom object and its related fields in Salesforce. The first and the easiest way is to go to the Objects link beneath Create tab, click on the new

Read More

Posts pagination

1 2 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