If you are new in Google Cloud Platform.. So am i.. I just subscribe the free trial Google Cloud Platform and install a wordpress cms today. In this post i will show you how to configure the domain & generate the server name for my wordpress site Create the Domain Server Name (DNS) 1. On…
Change the default location for Code On Time project
By default after you install Code On Time and create your new project, Code On Time Generator will store your project into this directory C:\Users\your_name\Documents\Code OnTime\Projects. This might introduce a problem specifically for who use ssd drive. 2. Here is the trick to change. You need to download this config [download]. Extract and copy the…
Visual Studio Expand and Collapse issue on Ashx Generic Handler
Hi, when working in Ashx.. By “Default” you are unable to collapse & Expand your code. It will make you have to see a long-long-long code (sometime_ :P). Here is the trick: 1. Go to Tools >> Options >> Text Editor >> File Extension. (In your visual studio yaa). 2. Add Extension = ashx. And…