InimistTech Blogs

Web & Mobile App Tech Weblog

  • Home
  • Laravel
  • React
  • Javascript
  • Linux
  • PHP
  • git
  • WordPress
  • Hindi to Unicode

Ideal way to define directory separator in PHP

Arvind KumarPHPLeave a Comment on Ideal way to define directory separator in PHP

Ideal way to define directory separator in PHP // Directory separator if(!defined(‘DIRECTORY_SEPARATOR’)) { define(‘DIRECTORY_SEPARATOR’, strtoupper(substr(PHP_OS, 0, 3) == ‘WIN’) ? ‘\\’ : ‘/’); } // if

Creating a module in ActiveCollab3

Arvind KumarPHP, ToolsLeave a Comment on Creating a module in ActiveCollab3

One page guide on creating a new modules to create home screen widget in ActiveCollab3 application. First we need to create a directory for our module. We are going to create it under a /path/to/activecollab/custom/modules directory (where /path/to/activecollab is full…

Read More→

Creating and Parsing JSON data with PHP

Arvind KumarPHPLeave a Comment on Creating and Parsing JSON data with PHP

What is JSON? JSON is ultra-weight data interchange data format used over the internet for transferring the data. While XML is a dominant data interchange format over the internet but JSON is less complex and light-weight data.

Caching large menus or header/footer links in WordPress

Arvind KumarPHP, WordPressLeave a Comment on Caching large menus or header/footer links in WordPress

Even if you are not using some robust caching plugin or tool in wordpress you can cache small chunks of data using basic caching techniques of PHP. In my example i had been creating a few dozens of links in…

Read More→

Creating a portfolio or gallery using WordPress media files

Arvind KumarWordPressLeave a Comment on Creating a portfolio or gallery using WordPress media files

One of the cool things one can do in wordpress is to create a gallery or portfolio of images using files directly from Media Library. In general after been uploaded, files in wordpress become “Attachments”. I will show you how…

Read More→

Showing Next-gen gallery inside the template file

Arvind KumarWordPressLeave a Comment on Showing Next-gen gallery inside the template file

I wanted to show the nggallery images in my web page using a php template tag in the theme template file. What i mean i wanted to use [nggallery id=6] in my template to show a particular gallery after matching…

Read More→

How to represent weighted score average calculation in sigma notation?

Arvind KumarMathsLeave a Comment on How to represent weighted score average calculation in sigma notation?

I have 20 questions and they are further divided in to a set of 4 questions in each which means there are total 5 sets A, B, C, D and E. Each question has 5 marks so in a set…

Read More→

Security issues created to WordPress installation

Arvind KumarWordPressLeave a Comment on Security issues created to WordPress installation

Received this warning in Google Chrome last night when i tried to open my website jogindernagar.com built in WordPress. Warning: Something’s Not Right Here! www.jogindernagar.com contains malware. Your computer might catch a virus if you visit this site.

Skipping plugin update request from WordPress Installation – Just A Hack

Arvind KumarPluginsLeave a Comment on Skipping plugin update request from WordPress Installation – Just A Hack
wordpress logo

Sometimes, you may want your WordPress installation to not to ask you for upgrading a certain plugin you might have edited or extended in order to meet your requirements. Though this is not a good practice to modify a certain…

Read More→

ANZ-egate payment method for WP-Commerce Plugin

Arvind KumarPlugins, WordPress1 Comment on ANZ-egate payment method for WP-Commerce Plugin

ANZ-egate payment method for WP-E-commerce plugin. I hope it works for you. Bug-fixing or improvements are welcomed. How to install: Create a new file (plugins/wp-e-commerce/wpsc-merchants/anz-egate.merchant.php) and place this code into this file. Once saved check the Payment Method section of…

Read More→

Posts navigation

Previous 1 … 34 35 36 … 53 Next
  • Useful Linux Commands
  • Enlighter Example - CSS
  • Disk Space Usage Commands
  • Top Directory Linux commands

Recent Posts

  • Build Reusable Components in React
  • Introduction to Node.js for Beginners
  • Getting Started with the MERN Stack: A Beginner’s Guide
  • Introduction to Node.js for Beginners
  • How to Modify WooCommerce Templates

About Arvind

Arvind Thakur is a Full Stack Web Developer. He founded and runs a Software Development company by the name Inimist Technologies in Chandigarh, India. >> know more
Copyright © All rights reserved.
Blog Kit by WP Charms
Facebook
fb-share-icon
LinkedIn
Share
WhatsApp
Follow by Email
Twitter
Post on X
Reddit
Pinterest
Instagram
RSS
Telegram