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

Category: Tools

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→

Dropzone Child elements are not clickable for upload

August 28, 2019September 18, 2019 Arvind KumarJavascript, jQuery, Miscelleneous, ToolsLeave a Comment on Dropzone Child elements are not clickable for upload

When attaching the .dropzone() object via jQuery, generally it does not allow you to click child elements and open the upload dialog.

Hindi Phonetic Typing Tool for MS Word

December 30, 2018January 6, 2019 Arvind KumarTools, Windows3 Comments on Hindi Phonetic Typing Tool for MS Word
Select Hindi Phonetic Keyboard Layout Windows

Since I need to type in Hindi (Devnagari script) frequently and since I am not any good at typing in traditional Hindi keyboard I have to depend upon some Hindi Phonetic Typing Tool as my only long term savior and…

Read More→

Convert Hindi to Unicode (Web) content online

November 16, 2018October 19, 2020 Arvind KumarToolsLeave a Comment on Convert Hindi to Unicode (Web) content online

If you are looking for Hindi Phonetic Typing Tool support, check this post instead. This is a web tool to convert content written using Hindi fonts such as Kruti Dev 10, Krishna etc. In first text field given here you paste…

Read More→

Capitalize, Uppercase, Lowercase Online

April 3, 2013April 12, 2013 Arvind KumarTools

Different code editors do have different keyboard shortcuts to do Capitalize, Uppercase and Lowercase of text. Generally, i use EditPlus as code editor which has shortcuts for uppercase and lowercase but it does not seem to have a shortcut or…

Read More→

Redirect to a Different URL using .htaccess

January 26, 2013January 26, 2013 Arvind KumarToolsLeave a Comment on Redirect to a Different URL using .htaccess
301 redirect

A straight forward redirection using .htaccess. Note that the domain name should be omitted from From address and it should always be there in To address, even if the redirection is on same server. [code]<IfModule mod_rewrite.c> RewriteEngine On redirect 301…

Read More→

Useful url rewriting examples using .htaccess

November 28, 2012December 4, 2012 Arvind KumarTools1 Comment on Useful url rewriting examples using .htaccess
htaccess rewrite

1)Rewriting product.php?id=12 to product-12.html It is a simple redirection in which .php extension is hidden from the browser’s address bar and dynamic url (containing “?” character) is converted into a static URL.

Creating a module in ActiveCollab3

October 15, 2012 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→

An advanced HTML to PDF conversion using ezpdf php class

November 27, 2011November 27, 2011 Arvind KumarPHP, Tools2 Comments on An advanced HTML to PDF conversion using ezpdf php class

Posting a link to the working example of HTML Form to PDF using “ezpdf” php class. I added some code to this class in order to create more advanced HTML tables cells with borders as shown in the output PDF…

Read More→

How to debug a php application in production/live mode

October 15, 2011April 12, 2013 Arvind KumarPHP, ToolsLeave a Comment on How to debug a php application in production/live mode

How to debug a live website built in php? Here’s a basic, simple and custom method i usually use to debug live or production web applications (web sites). First of all i place the following lines of code in a…

Read More→

Posts navigation

1 2 Next

Recent Posts

  • ec2-user, apache and WordPress user:group permissions on Amazon Linux 2
  • Searching array elements with regex in Mongodb collection
  • Transfer files via ssh from your server to Dropbox
  • Making new object property reactive in Vue.js
  • Introduction To Flexbox
Copyright © All rights reserved.
Blog Kit by WP Charms