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: PHP Frameworks

July 12, 2017 Java Frameworks / PHP Frameworks / Web Development

Compare Passwords in HTML5 form validation using Jquery

July 12, 2017 Java Frameworks / PHP Frameworks / Web Development
Post Views: 11,016
| By Webner

In one of our projects, requirement was to compare two password values using HTML5 form validation (display the message in the same format as regular HTML5 messages are displayed). Let us assume that we have a HTML5 form for change

Read More
July 11, 2017 Java Frameworks / PHP Frameworks

JavaScript and Jquery Best Practices

July 11, 2017 Java Frameworks / PHP Frameworks
Post Views: 4,630
| By Webner

1. Place Scripts at the Bottom of the Page: If we include script at the top, sometime page elements are not loaded completely and script starts working. So we need to include scripts after loading all the elements. Also if scripts

Read More
July 3, 2017 Database / PHP Frameworks / Web Development

Postgres | JSONB data type field in PostgreSQL(9.4) and using it in CakePHP

July 3, 2017 Database / PHP Frameworks / Web Development
Post Views: 6,477
| By Webner

JSONB (JSON Blob) datatype in Postgres is used to save JSON data. We can search on JSONB type of column after creating an index on it. For example: Usage in PostgreSQL: 1. Create table and index CREATE TABLE tests (

Read More
June 28, 2017 Java Frameworks / PHP Frameworks / Web Development

Handling twitter and google plus share button in wordpress

June 28, 2017 Java Frameworks / PHP Frameworks / Web Development
Post Views: 4,798
| By Webner

Handling content and image sharing with twitter and google plus share buttons in wordpress To achieve dynamic content(including image) sharing from a website with share buttons (or links) for share and likes on social sites like twitter and google plus,

Read More
June 22, 2017 PHP Frameworks / Web Development

Moodle | Writing HTML content into pdf file and sending the pdf file as attachment

June 22, 2017 PHP Frameworks / Web Development
Post Views: 6,642
| By Webner

To create a new customized plugin with email functionality and sending a pdf file as attachment requires some simple lines of code with TCPDF library file inside the library directory of moodle. And for performing file operations, filelib.php reference is

Read More
June 21, 2017 Java Frameworks / PHP Frameworks / Web Development

Using Google reCaptcha to authenticate user login on login form

June 21, 2017 Java Frameworks / PHP Frameworks / Web Development
Post Views: 14,032
| By Webner

Google reCaptcha is a free service API provided by Google to protect your site from unauthorized access, abuses and spam. The API uses advanced risk analysis technique to distinguish among a human being and a bot. The reCaptcha API comes

Read More
June 15, 2017 PHP Frameworks

Importance and Need of child theme in WordPress

June 15, 2017 PHP Frameworks
Post Views: 3,673
| By Webner

In wordpress, a child theme is a theme that inherits the functionality and styling of its parent theme. Child themes are the recommended way of modifying an existing theme (like inheritance in object oriented programming). If we have any theme

Read More
June 13, 2017 PHP Frameworks / Web Development

Heroku | Fatal error due to PHP 7 and old version of CakePHP

June 13, 2017 PHP Frameworks / Web Development
Post Views: 4,298
| By Webner

Fatal Error on website whenever we were pushing any code change to our website hosted on heroku. We were suddenly facing a fatal error (error 500) on our website. After making debugger on, it displayed the following error : After

Read More
June 13, 2017 PHP Frameworks / Web Development

Cakephp | How to send email using google api (gmail) in cakephp 2.x ?

June 13, 2017 PHP Frameworks / Web Development
Post Views: 6,871
| By Webner

How to send email using google api (gmail) in cakephp 2.x? Answer: When you send email using google api, you’ll need: 1. Cakephp 2.x 2. A Google account with Gmail enabled. 3. PHPMailer Library. Download PHPMailer library from below link:

Read More

Posts pagination

«Previous Posts 1 … 11 12 13 14 15 … 30 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