DevArticles.In
  • Home
  • Hindi to Unicode
  • PHP Debug
  • CakePHP Captcha
  • How-To
  • About
  • Contact

Category: Miscelleneous

How to Change Default iOS Simulator Device to run a React Native app

June 23, 2021June 23, 2021 Arvind KumarMiscelleneousLeave a Comment on How to Change Default iOS Simulator Device to run a React Native app

When testing a react native mobile application one would want to view and debug application in different screen sizes and devices. It is essential to test your application for rendering, look and feel, performance and responsiveness. For this developers use…

Read More→

How to Remove .DS_Store files from a Git repository?

June 12, 2021 Arvind KumarMiscelleneousLeave a Comment on How to Remove .DS_Store files from a Git repository?

DS_Store files are automatically created by Mac OS X Finder in browsed directories. These files contain information about system configuration. If you upload them along with other files, the files can be misused to obtain information about your computer. For…

Read More→

How to change search highlight or selection colour in Sublime Text 3

March 5, 2021 Arvind KumarMiscelleneousLeave a Comment on How to change search highlight or selection colour in Sublime Text 3

Sublime Text 3 is very popular and widely used code editor. I have been using it for a while now and am quite enjoying it. The good thing is this that it is free to use, except, having a buy…

Read More→

Transfer files via ssh from your server to Dropbox

May 31, 2020July 19, 2020 Arvind KumarLinux/Unix, Miscelleneous, ToolsLeave a Comment on Transfer files via ssh from your server to Dropbox

Server to Dropbox – Sometime it is tedious to download files from your server and then uploading to your dropbox via sync since it takes long time. In this post I will show you how you can quickly transfer files to…

Read More→

Making new object property reactive in Vue.js

April 7, 2020April 9, 2020 Arvind KumarMiscelleneous, VuejsLeave a Comment on Making new object property reactive in Vue.js
vue

The link given below shows us the example of using mutations and actions and Vuex store https://www.telerik.com/blogs/so-what-actually-is-vue-set for simpler examples if you are not sure what they are. Problem: We have a “databases” array which is updated via mutation and…

Read More→

How to prevent hotlinking on Nginx and Apache

February 2, 2020February 19, 2020 Arvind KumarMiscelleneous, WordPressLeave a Comment on How to prevent hotlinking on Nginx and Apache

Hotlinking is bad – It could be quite annoying and concerning when someone copies full link to a media source such as an image or video on your website and uses that link to embed an image or video on…

Read More→

How to run URL from cronjob at specific time in Linux

January 10, 2020 Amoljit KaurMiscelleneousLeave a Comment on How to run URL from cronjob at specific time in Linux

Cron allows Linux users to run commands or scripts at a given date and time. Here I’m going to explain how to setup cron job in Linux in which you want to run URL at specific date-time. Each user has…

Read More→

Traversing through Elements using jQuery

January 6, 2020January 16, 2020 Deepika MeyanHTML and CSS, jQuery, MiscelleneousLeave a Comment on Traversing through Elements using jQuery
traversing

jQuery is a very powerful tool that provides various traversing methods to select the element randomly and sequentially. With jQuery selecting and finding an element becomes very easy. But at times, we may wish to improve the selection and when…

Read More→

Get Started with Vi Editor

January 6, 2020February 19, 2020 Amoljit KaurLinux/Unix, MiscelleneousLeave a Comment on Get Started with Vi Editor

Vi editor is a command line text editor. It’s a single window with text input and output only. It is the most popular and classic text editor in the Linux and it is available in all Linux Distributions. There are…

Read More→

Creating Custom Shortcode in WordPress

January 6, 2020January 16, 2020 Deepika MeyanHTML and CSS, Miscelleneous, PHP, WordPressLeave a Comment on Creating Custom Shortcode in WordPress
wordpress logo

With a lot of customization with the theme WordPress also provide us to create our own Custom Shortcode. Basically, shortcodes are the small piece of code which let user to add dynamic content in WordPress posts, pages or sidebar widgets.…

Read More→

Posts navigation

1 2 … 5 Next

Recent Posts

  • Sending Laravel Notifications Email to Single Email Address
  • Database rollback transactions in Laravel
  • Automatic Deployment of your Git Push to Remote Server
  • CSV Content Validation with FormRequest Rules in Laravel
  • Using Unique Validation Rule in Form Request in Laravel
Copyright © All rights reserved.
Blog Kit by WP Charms