How to add extra configuration to web.config for Release environment 08-02-202224-03-2018 by Maytham Fahmi As you are aware of that you might need to added extra configuration to web.config when you release your ASP.NET project. You can easily do this using File Transformations concept. The key point here is to add xdt:Transform=”Insert” in the root tag hierarchy you want to be added for the respective environment. By default you have your Web.config…. ShareTweetSharePin
YouTuber 08-02-202212-03-2018 by Maytham Fahmi Finally I have spent some time developing a little windows console app to download mp3 from YouTube. The idea of this little software, is for learning purpose and to demonstrate some primitive programming logic. This software should be used only for own private uploaded materials or non protected content. This software is made as is…. ShareTweetSharePin
How to Install Notepad++ Compare plugin 08-02-202203-03-2018 by Maytham Fahmi Start your Notepad++ as administrator mode. Press F1 to find out if your Notepad++ is 64bit or 32bit (86x), hence you need to download the correct plugin version. Download Compare-plugin v.2, from:– for Notepad++ 7.5 and above use Compare v2.– for Notepad++ 7.7 and above use Compare v2.0.0 for Notepad++ 7.7https://github.com/pnedev/compare-plugin/releases Unzip Compare-plugin in temporary…. ShareTweetSharePin
MyThings 2 Android App (IoT) 08-02-202228-06-2016 by Maytham Fahmi This app is to store a list of own things, location and bar code scanner of items. The list will be saved on the device locally and it can be synchronized over Rest Api both ways in cloud. Introduction Based on my previous app MyThings App v.1 I have further developed on it and built…. ShareTweetSharePin
GuideBelt Project (IoT) 08-02-202218-02-2016 by Maytham Fahmi We see every day new technologies coming out to market but a few of those technologies are focused for people with special needs. We have just finalized a research project called GuideBelt. It is simply a Bluetooth-based indoor navigation system for the visually impaired. The GuideBelt, which is the product of this research, is such…. ShareTweetSharePin
How to protect image from public view in Laravel 5? 08-02-202201-06-2015 by Maytham Fahmi It is possible to protect images from public view in Laravel 5.x folder. Create images folder under storage folder (I have chosen storage folder because it has write permission already that I can use when I upload images to it) in Laravel like storage/app/images. Move the images you want to protect from public folder to the new created images folder. You could also chose other location…. ShareTweetSharePin
Context Awareness Project (IoT) 08-02-202210-03-2015 by Maytham Fahmi In this paper we describe the concept, development and reflection for Pervasive Computing course (Spring 2015) at IT University of Copenhagen where we built a context-aware mobile phone utilizing an iBeacon infrastructure. Code available for group members Android app: https://bitbucket.org/maytham/aw-phone-app Google App Engine app: https://bitbucket.org/maytham/aw-phone-app-googleappengine PDF download: ITU Contextphone platform ShareTweetSharePin
Full guideline to make VHOST (Virtual Host) on XAMPP/WAMP 08-02-202203-01-2015 by Maytham Fahmi Note: To start with, the only difference for this guideline, between XAMPP and WAMP or other Apache packages for Windows, is question where those packages are installed on your computer. Introduction: vhost (virtual host) is a great solution if you intend to develop many independent project in php and keep them isolated from each others,…. ShareTweetSharePin