Inimist Technologies Blog

DevArticles – Tips, Tricks, References and Bookmarks

  • Home
  • Hindi to Unicode
  • About
  • Contact

Author: Arvind Kumar

Hello Friends, I’m Arvind Kumar, founder of Inimist Technologies, Inimist Academy, The Fundabook and many more. I am a Full Stack Web Developer and Programmer by heart, and a Hindi/English blogger by chance. I build Web and Mobile Application around React, VueJS, NodeJS and PHP frameworks. Have a project in mind? Get in touch

An alternate to paginator counter showing page in cakephp

Arvind KumarCakePHP3 Comments on An alternate to paginator counter showing page in cakephp

An ordinary yet useful piece of hack to the way the cakephp pagination’s pages “showing page” parameter is displayed. As default, we are used to use $paginator->counter() method which gives us a counter string for the paged result set like…

Read More→

Delete SVN files in Linux or Windows

Arvind KumarLinux/Unix, Miscelleneous, Windows5 Comments on Delete SVN files in Linux or Windows
Delete SVN Files on windows or linux

Sometimes you checkout a recent API source code via some SVN client to your local system and thereafter want to remove SVN files from the directory structure. Here are the different ways to remove SVN files from your linux or…

Read More→

Full-text search in MySQL

Arvind KumarMySQLLeave a Comment on Full-text search in MySQL

Normally, most of us use “SELECT * FROM table WHERE field1 LIKE ‘%$keyword%’” OR field2 LIKE ‘%$keyword%‘ ..etc” to search our table and get results. This is slow and inefficient approach, as it does return all (too many) rows in…

Read More→

Cakephp important facts you must know – Part 2

Arvind KumarCakePHPLeave a Comment on Cakephp important facts you must know – Part 2

CakePHP comes with a bunch of useful helpers and components which provide user handy tools to process and manipulate data. These helpers are not only the valuable assets for the framework user, but can be of great help to someone…

Read More→

Spliting CSV (comma seperated) entry grouped by double quotes

Arvind KumarPHP2 Comments on Spliting CSV (comma seperated) entry grouped by double quotes

By using fgetcsv function we can have well formatted output for csv data without any pain. If you don’t want to use fgetcsv function for some reason and your CSV comma separated entries may contain comma inside except the delimiters,…

Read More→

To find mysql recodrs between specific date range based on start date and end date fields

Arvind KumarMySQL, PHP2 Comments on To find mysql recodrs between specific date range based on start date and end date fields

While working on a report generation system i had to perform a query to check whether records exist in ‘reports’ table between a date range received from two form fields “start_date” and “end_date”. To make it more specific i will…

Read More→

How to remove meta tag “generator” in Joomla 1.5

Arvind KumarJoomla!4 Comments on How to remove meta tag “generator” in Joomla 1.5

On a page that is generated by Joomla, by default you will always see a meta tag like following <meta name=”generator” content=”Joomla! 1.5 – Open Source Content Management” />

Joomla Direct Access to This Location Is Not Allowed Error

Arvind KumarJoomla!2 Comments on Joomla Direct Access to This Location Is Not Allowed Error

After installing Joomla! 1.5, i encountered the following warning message saying “Direct Access to this location is not allowed” when changing the template to which i just downloaded from www.siteground.com. I compared the template files with default templates bundled with…

Read More→

How to install IE7 and keep IE6 in XP

Arvind KumarWindowsLeave a Comment on How to install IE7 and keep IE6 in XP

Steps to Install IE7 and Keep IE6 as well Download and install IE7 from Microsoft Website. Installing IE7 will remove IE6 from your system. Don’t worry we will bring it back in a moment. Download Multiple IE installer for different…

Read More→

Error handling in cakephp

Arvind KumarCakePHP1 Comment on Error handling in cakephp

Error handling in CakePHP is pretty simple and straight forward. While developing in CakePHP with debug value set to > 0 (Configure::write(‘debug’, 1); in app/config/core.php) you might have encountered error messages something similar to this:

Posts navigation

Previous 1 … 38 39 40 Next
  • Useful Linux Commands
  • Enlighter Example - CSS
  • Disk Space Usage Commands
  • Top Directory Linux commands

Recent Posts

  • How to create a custom form request validator in Laravel 7/8/9/10
  • Laravel Carbon addMinutes() | Laravel Carbon Add Or Subtract Minutes and Hours Examples
  • How to build a basic Frontend Application using Laravel and Livewire
  • Auto Renew Let’s Encrypt Certificates using Certbot
  • How to compress and extract files using tar command in Linux – Basic Example

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