logo

git cheat sheet

As a developer, mastering Git is essential for efficient version control and collaboration. Whether you’re just starting or looking to expand your knowledge, this comprehensive Git commands cheat sheet will be your go-to reference. We’ve organized the commands into different categories, each with a brief explanation, to make your version control journey smoother. Introduction to Git Git is a distributed […]

Read more
Arabic English bilingual inputs jquery plugin

While developing multilangual web application where you need quick data entry, It hurts data entry operators to switch system input language for each input. Here in this blog we will learn how can we implement Arabic English bilingual inputs jquery plugin in or web application so that users do not need to switch the system input language for each input, […]

Read more
Alam input tags jQuery plugin

In this blog you will learn how to add Alam input tags jQuery plugin in your html, php or .net web pages, there are other similar plugins available but this one is simple and having almost all required features. This plugin can be used with static array of JSON objects or you can also configure it with a URL from […]

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
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
php echo without waiting finish execution

most of the time we get into some task which require longer than normal to complete execution due to long execution time it is hard to echo output instantly before the completion of execution, Normally when we write echo inside loop it echos it out after full page execution gets done. which does not look good when we are debugging […]

Read more