Category: Useful Links
AWS – Host Free website
You can use AWS account free and it Includes 12 Months of Free Tier Access for following products: Amazon EC2, Amazon S3,…
Laravel: Arabic content display issue in the pdf
1. Use the mpdf library. In laravel use package https://github.com/niklasravnsborg/laravel-pdf 2. Use the font-family: “XB Riyaz” with dir=”rtl” attributes
Useful Git Cheat Sheet
Configure name that is identifiable for credit when reviewing version history # git config –global user.name “<FIRST AND LAST NAME>” Configure email…
Wire-frames Vs Actual designs
Standard definition of wire-frames: The wireframes are the skeleton of your application, a simplified visual concept of the future app. It doesn’t…
Android App require a Privacy Policy
Is your app collecting users data? Users data includes info provided by users, about users or about interactions with app or device. All…
Full text search against multiple columns with Relevance
Anyone who is facing problem in doing MySql full text search against multiple columns with Relevance can follow the below steps: Suppose…
Dealing With Google / Firefox Malware Warnings
Follow below steps to resolve this problem, when google shows malware code warning. 1. Login at the google Webmaster tool service login…