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 3
javascript jquery Uncategorized web development

issue with submit form in ajax success response

Vinod Ram July 12, 2019 0 Comments

Usually when we try to submit the form after ajax call on success response, the form does not’t get submitted. Like for example in below code:- $.ajax({ type : “POST”,…

Drupal web development

Drupal 8 render block from node twig file

Vinod Ram February 23, 2019 0 Comments

{{ drupal_entity(‘block’, ‘put your block id here’, check_access=false) }} check_access=false => This is to make check if the block is allowed to access by which kind of user; default is…

linux mac PHP Uncategorized web development

How do I gunzip all files .gz recursively in a target directory?

Vinod Ram November 24, 2018 0 Comments

The solution is very simple gunzip -r * This will extract all .gz file in the respective directory and sub directory and remove the .gz files as well. Vinod RamVinod…

htaccess Setting rewrite rule Uncategorized web development

How to Set Access-Control-Allow-Origin (CORS) Headers in .htaccess file

Vinod Ram October 8, 2018 0 Comments

<FilesMatch “\.(ttf|otf|eot|woff|js|css|woff2)$”> # Type all extenstion that you want to allow <IfModule mod_headers.c> Header Set Access-Control-Allow-Origin “*” </IfModule> </FilesMatch> Vinod RamVinod Ram has been in Software Industry since 2006 and…

CMS opencart web development

How to disable the “Gift Voucher” and “Coupon” fields from opencart

Vinod Ram October 1, 2018 0 Comments

Go to OpenCart Admin>Extensions>Order Totals Click “Uninstall” for “Coupon” to remove this field Click “Uninstall” for “Gift Voucher” to remove this field Thats done! Enjoy. Vinod RamVinod Ram has been…

CMS Drupal web development

How to search in specific content type in drupal 7

Vinod Ram August 1, 2018 0 Comments

Suppose you have created a content type named as “testimonial”. Now the requirement is to for search for a value “hello” under field name “title” then you can do so…

General javascript jquery web development

validate email id using jquery or javascript

Vinod Ram May 4, 2018 0 Comments

function validateEmail(email) { var emailReg = /^(+@(+\.)+{2,6})?$/; return emailReg.test(email); } Usage:- if(validateEmail(emailString)){ alert('Your email is valid'); } else{ alert('Your email is not valid! There should be atleast @ and one…

General htaccess Setting linux mac others web development

How to display hidden files in Mac OS

Vinod Ram April 3, 2018 0 Comments

Use “Command”+”Shift”+”.(dot)” to enable display of hidden files To hide just press the above three button again. Vinod RamVinod Ram has been in Software Industry since 2006 and has experience…

CMS HTML Laravel MVC web development

Validate checkbox array and prefill with selected value on validation error in laravel 5

Vinod Ram March 16, 2018 0 Comments

Say for example you have your checkbox field code in your twig file as below:- @foreach ($serviceList as $servloop) <div class=”checkbox”> <label> <input type=”checkbox” name=”services” value=”{{$servloop->service_id}}” {{ ( is_array(old(‘services’)) &&…

HTML javascript jquery web development

Validate date format mm/dd/yyyy by using jquery validation library

Vinod Ram March 8, 2018 0 Comments

First add the custom method to the validation library as below. Can you put this code in your jquery validation file or in your page where you want to validate…

Posts navigation

1 2 3 4 … 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