JustAskVin Insights

Ideas for leading and building technology well.

Practical writing on delivery, architecture, CMS migrations, digital growth, and the decisions that shape strong web experiences.

Latest

Page 5 of recent writing

All insights home →

General

बजाज ने भारत में अपनी एक सुपर बाइक पल्सर एनएस 400 लॉन्च कर दी है

भारत स्थित मोटोसाइकल कंपनी बजाज ऑटो ने मई 2024 में अपना नया फ्लैगशिप मॉडल पल्सर NS400Z लॉन्च किया है, जो बाजार में अब तक की सबसे बड़ी पल्सर लेकर आई है। लुक के मामले में, यह काफी हद तक NS200 से मिलता जुलता है, लेकिन लुक के अलावा, इसमें उन लोगों के लिए बहुत कुछ […]

May 5, 2024

Read article

General

आप अपनी वेबसाइट के माध्यम से ऑनलाइन बिक्री कैसे बढ़ा सकते हैं

किसी वेबसाइट के माध्यम से ऑनलाइन बिक्री बढ़ाने में आगंतुकों को आकर्षित करने, उन्हें प्रभावी ढंग से संलग्न करने और उन्हें ग्राहकों में बदलने के लिए विभिन्न रणनीतियों को लागू करना शामिल है। आपकी ऑनलाइन बिक्री बढ़ाने में मदद के लिए यहां एक मार्गदर्शिका दी गई है: वेबसाइट की ऑनलाइन बिक्री बढ़ाने के लिए हम […]

May 3, 2024

Read article

General

ब्लॉगर के लिए अपने ब्लॉग या वेबसाइट के लिए कंटेंट स्ट्रेटेजी बनाना कितना महत्वपूर्ण है

सामग्री रणनीति क्या है? एक सामग्री रणनीति सामग्री की योजना, निर्माण, प्रकाशन, प्रबंधन और शासन है। एक बेहतरीन सामग्री रणनीति लक्षित दर्शकों को आकर्षित और संलग्न करेगी, व्यावसायिक लक्ष्यों और उद्देश्यों को आगे बढ़ाते हुए उनकी जरूरतों को पूरा करेगी। किसी वेबसाइट के लिए सामग्री रणनीति बनाने में कई चरण शामिल होते हैं। एक प्

May 3, 2024

Read article

marketing

How to create content strategy for website

What is content strategy? A content strategy is the planning, creation, publication, management, and governance of content. A great content strategy will attract and engage a target audience, meeting their needs while driving business goals and objectives. Creating a content strategy for a website involves several step

May 1, 2024

Read article

apache

Copy file from one server to another using scp on linux

If you have to copy any files from one server to another, you normally copy the same using FTP or wget. But some time wget function is disabled on server due to security reason. Hence there is one more additional option that you can use to copy your file from another server to your server. […]

Apr 26, 2024

Read article

General Knowledge

राम मंदिर में सूर्य तिलक के लिए किस प्रकार के ऑप्टिकल लेंस का उपयोग किया जाता है?

राम मंदिर में सूर्य तिलक के लिए किस प्रकार के ऑप्टिकल लेंस का उपयोग किया जाता है? “सूर्य अभिषेक” या “सूर्य तिलक” वास्तव में प्रकाशिकी और यांत्रिकी का मिश्रण है, जहां श्रद्धा के प्रतीक के रूप में, सूर्य की किरणों को देवता के माथे पर डाला जाता है। इस संपूर्ण ऑप्टिकल व्यवस्था में सबसे महत्वपूर्ण […]

Apr 23, 2024

Read article

General Knowledge

क्या भारत तानाशाही की ओर बढ़ रहा है? क्या आपकी राय!!

भारत को तानाशाही के रूप में लेबल किया जाना कई कारकों और दृष्टिकोणों से हो सकता है, लेकिन यह समझना महत्वपूर्ण है कि इस तरह का लेबलिंग अत्यधिक विवादास्पद है और अक्सर राजनीतिक रूप से आरोपित होता है। यहां कुछ कारण दिए गए हैं कि क्यों कुछ लोग भारत को तानाशाही की ओर बढ़ते हुए […]

Apr 19, 2024

Read article

General

क्या भारत तानाशाही राष्ट्र बनता जा रहा है? ये कहां तक सच है!!!

भारत में इस समय लोकतंत्र और तानाशाही के विषय पर बहुत ज्यादा प्रचार हो रहा है। एक ही विषय पर बहुत सारे लेख और यूट्यूब वीडियो चलन में हैं। दरअसल भारत में 2024 का लोकसभा चुनाव होने वाला है, इसलिए हम पहले इन दो शब्दों को समझेंगे और फिर इस विषय पर चर्चा करेंगे कि […]

Apr 19, 2024

Read article

General

Add Prefix in text field

When you have to prefix any hard coded value in a text field, like for example in telephone field you have to prefix the country code and dont want the user to remove it, then in that case assign the prefix code in the text field and add the below javascript code code jQuery(“input[name=’job-code’]”).keydown(function(e

Jan 27, 2024

Read article

General

Detect Change in form fields

<script type=”text/javascript”> var formChanged = false; jQuery(window).load(function() { // This is triggered when the entiire page is loaded fully // form id and all the possible filed type in that form, You can also target by field type, name, class or id jQuery(‘#FrmIdToTarget input[type=text], #FrmIdToTarget selec

Jan 26, 2024

Read article

CMS

How to disable specific wordpress plugins from automatic upgrade

Sometime there is need to use some plugins in an application and you have the need to customize it UI or functionality to meet your business requirements. You install the plugins and make the necessary changes to meet the configuration. Few week later, you discover that your plugins has lost it custom formatting and th

Jan 18, 2023

Read article