Skip to content
  • Audio Video Downloader
  • YouTube to Audio converter
W3 Programmings

W3 Programmings

Tutorials & Snippets

  • What’s New?
  • Frontend
    • HTML
    • CSS
    • jQuery
    • Bootstrap
    • JavaScript
  • Backend
    • PHP
    • MySQL
  • CMS
    • WordPress
    • WooCommerce
    • DIVI
  • Contact
    • Contact Us
    • Privacy Policy

Month: May 2018

  • Home
  • 2018
  • May
change bootstrap navbar breakpoint to medium or custom screen size
Bootstrap CSS HTML

How to change bootstrap navbar breakpoint to medium or custom screen size

May 12, 2018January 31, 2021 Hamza Mehmood

Change bootstrap navbar breakpoint to custom width or medium device

Read More
create progress timer bar using Bootstrap and jQuery
Bootstrap CSS HTML JavaScript jQuery

How to create progress timer bar using Bootstrap and jQuery

May 11, 2018January 31, 2021 Hamza Mehmood

How to create a progress fluid bar using Bootstrap and jQuery and get event to be triggred when the bar is completed.

Read More
How to get current page URL in PHP
PHP

How to get current page URL in PHP

May 9, 2018January 31, 2021 Hamza Mehmood

Use the PHP snippet to create the current page URL. It will check if the URL is on a secure URL (https) or not (http). The code gets server name and port number if needed and the current page URL.

Read More
redirect 404 of custom posts type in WordPress
WordPress

How to redirect 404 of custom posts type in WordPress

May 8, 2018January 31, 2021 Hamza Mehmood

Redirect 404 pages of your custom post types in WordPress using its builtin function and redirect() function

Read More
How to redirect a post having “Draft” status to home page
PHP WordPress

How to redirect a post having “Draft” status to home page

May 8, 2018January 31, 2021 Hamza Mehmood

If the search engine crawler is picking your posts or pages having status to be “Draft” and you wish to redirect those posts and pages to home page? this article is has the best guidance

Read More
Get current page URL in WordPress – The WordPress solution
PHP WordPress

Get current page URL in WordPress – The WordPress solution

May 8, 2018January 31, 2021 Hamza Mehmood

Get current post or page URL in WordPress using WordPress native functions.

Read More
What is PHP round() function and how to round off the value
PHP

What is PHP round() function and how to round off the value

May 7, 2018January 31, 2021 Hamza Mehmood

float round ( float $val [, int $precision = 0 [, int $mode = PHP_ROUND_HALF_UP ]] ); Returns the rounded value of val to specified

Read More
Display a numeric string with 2 decimal places in PHP
PHP

Display a numeric string with 2 decimal places in PHP

May 7, 2018January 31, 2021 Hamza Mehmood

It can be done as: $foo = “105”; echo number_format((float)$foo, 2, ‘.’, ”); The output of above code is:  105.00 The same can be achieved as:

Read More
How to execute SQL file in PHP web applications
MySQL PHP

How to execute SQL file in PHP web applications

May 3, 2018January 31, 2021 Hamza Mehmood

In PHP development when we are dealing with dynamic applications we need to work with SQL and to execute SQL file in PHP. Sometimes it

Read More

Search

Recent Posts

  • Date range filters in server side jQuery dataTables using PHP and AJAX
  • Detect any browser using JavaScript
  • How to use ACF Advanced custom fields plugin in WordPress
  • Apply CSRF in the php application to prevent CSRF attacks
  • Detect which submit button is clicked when a form is submitted

Categories

  • .htaccess
  • Bootstrap
  • cPanel
  • CSS
  • DIVI
  • HTML
  • JavaScript
  • jQuery
  • MySQL
  • PHP
  • WooCommerce
  • WordPress

Tags

.htaccess ACF Ajax Arrays Bootstrap Browser cPanel Credit Card CSS DataTables DIVI DIVI Builder DIVI Theme Email Featured Forms HTML https JavaScript jQuery Masking Menu Bar MySQL Payment PHP Plugins Products Scroll SKU SQL SSL WooCommerce WordPress

Archives

  • February 2021
  • January 2021
  • November 2020
  • June 2020
  • March 2020
  • February 2020
  • October 2019
  • September 2019
  • August 2019
  • July 2019
  • January 2019
  • November 2018
  • October 2018
  • September 2018
  • August 2018
  • July 2018
  • May 2018
  • April 2018
  • February 2018
  • November 2017
  • August 2017

Copyright © 2021 w3programmings.com
All rights are reserved.

JOIN OUR NEWSLETTER

And get notified everytime we publish a new blog post