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

May 9, 2017 Database / PHP Frameworks / Web Development

What is PDO? Why PDO should be used in PHP?

May 9, 2017 Database / PHP Frameworks / Web Development
Post Views: 4,415
| By Webner

PDO stands for PHP Data Objects. PDO is a consistent way to access databases. Today, mostly websites or desktop based applications store their data in databases. Therefore, PHP has also provided the way to connect with databases. PHP supports following

Read More
April 25, 2017 PHP Frameworks / Web Development

Moodle | Hyperlinks in course summary

April 25, 2017 PHP Frameworks / Web Development
Post Views: 6,073
| By Webner

In Moodle when we create a new course we have an option to add summary/description of course. We can use this summary anywhere while showing courses. This summary could be anything. It can be simple text, image, multimedia or hyperlinks.

Read More
April 25, 2017 PHP Frameworks / Web Development

How to send ical attachment via PHPMailer

April 25, 2017 PHP Frameworks / Web Development
Post Views: 26,219
| By Webner

We can send ical attachment in email using attach ical file (filename with .ics file extension). For example, following is the object containing the information about ical like event start date and time, location, event summary etc: $ical_content = “BEGIN:VCALENDAR

Read More
April 24, 2017 Web Development

Attach SVN Commit comments to JIRA tickets

April 24, 2017 Web Development
Post Views: 6,036
| By Webner

1.  How to see svn code committed in eclipse related to your Jira ticket? One of the important features of Jira is that you can see all your svn commit history related to a task in it. Steps that we

Read More
April 21, 2017 Web Development / Zoho

Zoho Integration with Dropbox

April 21, 2017 Web Development / Zoho
Post Views: 4,501
| By Webner

This post briefly describes how to connect to dropbox from Zoho CRM in Deluge script and create a folder in Dropbox. Further integration can be done as required according to your project. 1. Login into your Dropbox account and generate

Read More
April 21, 2017 Web Development

Perform Performance/Load Testing Using Selenium

April 21, 2017 Web Development
Post Views: 4,479
| By Webner

We can perform load testing in selenium using thread Pool Size and invocationCount attributes of Test annotation. ThreadPoolSize will create a pool of threads with the help of which test method can be run via multiple threads. For Example: if

Read More
April 19, 2017 PHP Frameworks / Web Development

PHP FPDF (To generate PDF files)

April 19, 2017 PHP Frameworks / Web Development
Post Views: 7,810
| By Webner

FPDF (To generate PDF files) Using PHP we can generate PDF files dynamically. FPDF is a free PHP class that contains a number of PHP functions with the help of which we can create and manipulate PDFs. To get started

Read More
April 18, 2017 Web Development

Adobe Captivate | Post Quiz results to custom LMS URL

April 18, 2017 Web Development
Post Views: 4,824
| By Webner

1. Open Adobe Captivate. 2. Go to Edit->Preferences. A screen will appear like this: 3. Now click on reporting and select LMS as Internal Server. 4. Now click on configuration. A new popup screen will be displayed like below: 5.

Read More
April 18, 2017 Database / Web Development

Postgresql | How to save default timestamp in unix format instead of yyyy-dd-mm hh:mm:ss

April 18, 2017 Database / Web Development
Post Views: 7,428
| By Webner

In Postgresql we can save the default timestamp with now() method: CREATE TABLE test ( id serial NOT NULL, name character varying(255), last_modified_time timestamp without time zone DEFAULT now() ) This will save the date timestamp in this format: If

Read More

Posts pagination

«Previous Posts 1 … 51 52 53 54 55 … 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