InimistTech Blogs

Web & Mobile App Tech Weblog

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

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

Resume download of PART extension file in Firefox

Arvind KumarMiscelleneous, Windows35 Comments on Resume download of PART extension file in Firefox

In some cases, when a large file had been downloaded through Mozilla Firefox, downloading of file gets interrupted for some reason. The Firefox would tag the download as “failed” and you are left with nothing but a .PART file. You…

Read More→

Better way to write php code – part 2

Arvind KumarPHPLeave a Comment on Better way to write php code – part 2

With the help of an example i would explain a very common but erroneous approach new php developers seem to follow (i have seen some ‘old’ ones repeating the same error though). Here it is,

Better way to write php code – part 1

Arvind KumarPHPLeave a Comment on Better way to write php code – part 1

A few tips on writing php code that can save a php developer a lot of future troubles and “huffs and puffs” occurring due to different php compiler settings, changing of hosting environment etc. Here is first one.

Gmail like ajax loading message at the top of page

Arvind KumarAjax, JavascriptLeave a Comment on Gmail like ajax loading message at the top of page

Here is a sample javascript code to show Gmail like “Loading.. Please wait..” message at the top of a HTML page while making Ajax requests. Irrespective of the position of Ajax links within web page, the “Loading” message will show…

Read More→

WordPress custom permalinks and 404 error

Arvind KumarMiscelleneous, WordPress1 Comment on WordPress custom permalinks and 404 error

Today morning i found that urls to postings of this very blog of mine were ending on a “HTTP 404 – File not found” page. (It had been working last night for sure) I had got custom permalink configured for…

Read More→

Creating new virtual host in Windows

Arvind KumarWindowsLeave a Comment on Creating new virtual host in Windows

Step by step guide to create virtual host on Windows XP or Window7 (WAMP installed) Navigate to: C:\Windows\System32\drivers\etc and open the file named ‘hosts’ in a text editor. You should see 1 or more lines that have an ip address,…

Read More→

Hindi language plugin for Joomla

Arvind KumarJoomla!, MiscelleneousLeave a Comment on Hindi language plugin for Joomla

Check this really cool tinyMCE extension to make your Joomla post content to appear in Hindi. It supports as many as Eight Indian languages including Devanagari(Hindi), Gurumukhi(Punjabi) and Bengoli. It is really easy to install and get going.

Autocomplete=”off” workaround / fix for valid XHTML

Arvind KumarJavascript, jQuery2 Comments on Autocomplete=”off” workaround / fix for valid XHTML

Add an onload function similar to the following to <head> section of your web page. <script type=”text/javascript”> function onload_call() { if (!document.getElementById) return false; var f = document.getElementById(‘field_name’); f.setAttribute(“autocomplete”, “off”); } </script>

Checking / Unchecking radio buttons and retrieving their value in jQuery

Arvind KumarJavascript, jQueryLeave a Comment on Checking / Unchecking radio buttons and retrieving their value in jQuery

Let us assume we have radio buttons <input name=”rd_name” id=”RD1″ value=”Value One” /> Label 1 <input name=”rd_name” id=”RD2″ value=”Value Two” /> Label 2 To retrieve and set radio button values by id we have the following methods. To retrieve we…

Read More→

Invoking Lightbox2 slide show on page load

Arvind KumarJavascript5 Comments on Invoking Lightbox2 slide show on page load

Invoke Lightbox2 on page load? Good question! If you have got frustrated searching for a solution to it, relax, it’s here! Just place the following snippet of javascript code in your web page’s <head> section:

Posts navigation

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

Recent Posts

  • React Context API vs. Redux: Which One Should You Use?
  • 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

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