logo

New Emirates ID reader

This blog is about New Emirates ID card reader app for Google Chrome browser using console application and chrome extension. I have written a blog for how to read Emirates ID public data in Google Chrome browser via console app and chrome extension. In October 2021 I received few complaints that some customers are having new version of Emirates ID […]

Read more
utf-8 import into ms excel

Today I will share something I learnt handy, I hope it may help you also. I was having Arabic and other non-English language strings in a table, there was requirement to export that data to excel. I hope you know how can we export data using PhpMyAdminin CSV format, lets see How to export data in CSV format from MySQL […]

Read more
Emirates ID reader

Emirates ID Reader in Chrome by alampk.com To work with new Emirates ID card reading and scanning please read my new blog New Emirates ID card reading in chrome or desktop application 1.1- Download required dlls and console app and extract it. 1.2 You will need .net framework 3.5 64 bit installed to run above app 2.1- Go inside extracted […]

Read more
asp-net-scheduler

How to delete old files using asp.net MVC from server which are no longer in use, consider expired documents. on my server I have documents which expires after one month. so after a month those documents are not required. users generate more documents every day, so to keep disk space optimized it will be better to delete files which are […]

Read more
php to ms-sql-server connection

Today we will read how to connect to MS SQL Server using PHP. Normally PHP is bundled in an package having MySql as database all required dlls, extensions and libraries to connect to MySql Database with PHP. When we want to make connection with MS-Sql server we need few extra things like some extensions and a bit different code to […]

Read more
local ip address

How to GET Local LAN IP Address of user using PHP, Javascript, ASP.net. I have also written a blog how to get real public IP of user, but my current Application is intranet based so public IP for all clients is same that is 127.0.0.1 So that is not enough to trace different activities by public IP, So we have […]

Read more
user github repo with tortoisehg

Here in this blog we will learn how to use github repository with TortoiseHG. Normally we use TortoiseHg for bitbucket repositories and TortoiseGit for Github repositories, it looks almost same and feels not much difference. but actually there is much difference in TortoiseHg GUI and TortoiseGit GUI. If you are used to TortoiseHg (which I think is much easier and […]

Read more
subnetting

During my student life I have studied Subnetting in networking course, but as I moved towards programming and have not studied it more in more detail, now one of our client wants us to create network related application which needs Subnetting knowledge. As non network person it is hard for me to study it in detail and give it enough […]

Read more
transactions

Today I came across mysql transactions here we will learn (mysql transactions core php and cakephp). it is really very important and in most cases there is no alternative to it. Most of the time we have to insert, update and delete in multiple tables while performing single process. Do not consider this transaction the Bank transaction, this transaction is […]

Read more
Fix and repair corrupt USB without any software

fix and repair USBMost of the time our USB drives stop working, some time it do not allow to format while some time it is showing full-size less that its actual size or any other related problem. Here in this reading you will be able to fix and repair USB without any software in 1 minute. This method does not […]

Read more