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.
October 9, 2017 Salesforce

Salesforce | Toggle button to let TinyMCE editor switch between text or html mode

October 9, 2017 Salesforce
Post Views: 7,918
| By Webner

Situation: We need to use tinyMCE editor for the rich text field so that user can switch from Visual to html editor. It means he can also use html coding or add effects from UI as required. As we know

Read More
October 9, 2017 Database

Azure | Consumer Web application to crerate copy of SQL Database

October 9, 2017 Database
Post Views: 5,798
| By Webner

Azure provides various rest apis to perform different actions and operations that are possible in the azure server like to create web applications, databases and many more. User can design their own simplified UI to perform actions, instead of logging

Read More
October 5, 2017 Software Testing

Run Apache Tomcat server via cron job and notify an email id

October 5, 2017 Software Testing
Post Views: 8,541
| By Webner

Below is the shell script which can start Apache Tomcat server via cron job and send notification to defined email is: #!/bin/sh RESULT=`netstat -na | grep 8009 | awk ‘{print $7}’ | wc -l` if [ “$RESULT” != 0 ];

Read More
September 27, 2017 Database

MySql | Display Latest entries of two columns of two rows into single row

September 27, 2017 Database
Post Views: 7,387
| By Webner

Suppose we have two tables : articles and article_comments CREATE TABLE articles( `id` INT( 11 ) NOT NULL AUTO_INCREMENT , `title` VARCHAR( 200 ) NOT NULL , `content` VARCHAR( 500 ) NOT NULL , `author_name` VARCHAR( 20 ) DEFAULT 1

Read More
September 27, 2017 Cloud

Salesforce | Get the field list recursively of related objects

September 27, 2017 Cloud
Post Views: 4,635
| By Webner

To implement RabbitMQ in our project we need to write the code for producer and consumer. What is Producer? Producer produces the messages and sends it to exchange. Exchange receives the messages and routes it to the corresponding queue. What

Read More
September 26, 2017 Salesforce

Salesforce | Get the field list recursively of related objects

September 26, 2017 Salesforce
Post Views: 5,752
| By Webner

If you want to fetch the Field names recursively of Related objects up in Salesforce how to do this? Solution: You have to first fetch the field names of one Object Name and scan the list to find the field

Read More
September 25, 2017 eLearning

How to enable the settings to run the cron using browser in Moodle/Totara

September 25, 2017 eLearning
Post Views: 6,029
| By Webner

Description: If you need to run the moodle cron job to test any task which will be executed by the cron job then you can do so by typing the following url in the address bar of your browser: http://localhost/your-moodle-site-name/admin/cron.php

Read More
September 22, 2017 Cloud

AWS | How to start/stop Amazon EC2 server using Lambda Services

September 22, 2017 Cloud
Post Views: 7,078
| By Webner

If you want to improve utilization of your Amazon EC2 machine instances by stopping and starting instances at specific time intervals then you have to use a CloudWatch Event to trigger a Lambda function to start and stop your EC2

Read More
September 21, 2017 Zoho

Zoho CRM | How to hide some account records from view

September 21, 2017 Zoho
Post Views: 5,661
| By Webner

Zoho does not provide any direct mechanism to hide or unhide account information of any user. However, we have an alternative solution for this problem. We can use a listview to solve this problem. The List view can be used

Read More

Posts pagination

«Previous Posts 1 … 98 99 100 101 102 … 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