Skip to content

Vinod Ram Blog

Creative, Informative and Entertaining Stuff for everyone

Vinod Ram Blog

Creative, Informative and Entertaining Stuff for everyone

  • Home
  • Web Stories
  • Get in touch
  • About
    • Home
    • web development
    • Page 2
CMS Drupal PHP web development

Drupal 8 how to get value of the webform submission in webform confirmation twig file

Vinod Ram October 8, 2022 0 Comments

Put the below code in youractivetheme.theme file /** * Implements hook_preprocess_HOOK(). */ function _preprocess_webform_confirmation(&$vars) { if ($vars->id() == 'put your webform id') { // Set your custom message here $markup…

apache General linux mac Uncategorized web development

How to search string in all files in a folder and sub folder recursivelly

Vinod Ram October 8, 2022 0 Comments

How to use “grep” command in linux or macos to find text inside all files in a folder and including subdirectories Command for the same is grep -rl "string to…

javascript jquery Uncategorized web development

Jquery set input value and trigger on blur event

Vinod Ram September 10, 2020 0 Comments

I want to trigger an event every time i click on select on any element by id First i will try to set the input value by the following code…

CMS HTML Uncategorized web development Wordpress

Add default blank value for select option in contact form 7 wordpress

Vinod Ram July 14, 2020 0 Comments

Normally when you use contact form 7 plugin , for dropdown select option, there is no option to set blank value for the first option to validate the select field.…

PHP web development yii yii2

How to show or hide yii2 gridview action button conditionally

Vinod Ram June 4, 2020 0 Comments

In Yii2 Gridview normally to display the action button we have the following chunk of code $columns = , 'name', 'description:ntext', 'status', ]; The output you see as below: Now…

apache htaccess Setting linux web development

How to create date wise apache error log and access log

Vinod Ram April 14, 2020 0 Comments

By default apache write the access log and error log in the single file. Later it grow in sizes over days and then when you have to debug you find…

linux Mysql PHP web development

export mysql database – mysql dump

Vinod Ram April 14, 2020 0 Comments

When you have access to the command line and you have the export large database, you will not be able to export from phpmyadmin. Hence mysql provide you handy method…

linux PHP Uncategorized web development

How to change the php version for the console

Vinod Ram November 18, 2019 0 Comments

Many a times when you view the php version in the browser by displaying the phpinfo() information and the php version that is displayed when you see by typing the…

ajax General HTML javascript jquery web development

Ajax call using jquery

Vinod Ram September 18, 2019 0 Comments

function makeAjaxRequest(data1,data2,.....,datax){ $.ajax({ 'type':'POST', async: false, url: 'http://www.example.com/some_request_url', data:{param1:data1,param2:data2,....,paramx:datax}, success : function(response) { console.log(response); // Using this you can check the posted data in browser console window return true;// you…

CMS linux MVC PHP web development yii yii2

Yii2 how to set custom value for checkbox in gridview widget

Vinod Ram August 4, 2019 0 Comments

In Yii2, while you use gridview widget to display your table data, for performing any operation on the record by selecting the checkbox, gridview assign the value of the first…

Posts navigation

1 2 3 … 9

« Previous Page — Next Page »

Tags

amazon amazon on strike 2024 Anita Bryant Australia bitcoin content Cricket date date validation David Dobrik Death in Paradise delivery Staff donald trumph form validation France gateway timeout Hollywood htaccess javascript jquery Karate laravel Melbourne Cricket Ground microsoft movie Muay Thai Murielle Hilaire netflix ninja form Notre-Dame fire online Shopping Paris php-fpm Singer squid game Stardom suspense Sydney Sweeney thriller usa politics validation website development wordpress yii2 youtuber

Archives

You Missed

General Knowledge International News

Microsoft Makes OpenAI’s $200/Month AI Free for All Copilot Users

General Knowledge International News

अमेरिका-चीन व्यापार युद्ध बढ़ा: नए टैरिफ और जवाबी उपायों से वैश्विक बाजार में उथल-पुथल

International News

Dick Button The Trailblazer Who Revolutionised Figure Skating

Hollywood International News

Selena Gomez was criticised for posting a tearful video on Instagram

Vinod Ram Blog

Creative, Informative and Entertaining Stuff for everyone

Copyright © All rights reserved | Blogus by Themeansar.

  • Terms and Condition
  • Disclaimer
  • Privacy Policy
  • Get in touch