Category Archives: Programming

Android diary project – Resurrection

Current situation Full functional php site is hosted on justin-joseph.com .net site is still bare minimum and is available at android-diary.net. Functionality needs to be copied from the php site MVC version is available at su bfolder inside the android-diary.net website Although there is a sub domain called mvc.android-diary.net is still not functional I tried… Read More »

PHP and xampp

It is that time of the year when I want to restart my programming skills and get my hands dirty learning new skills Agenda: Develop web applications using PHP and deploy it on my justin-joseph.com server Following are the steps, Download and installation Download XAMPP from https://www.apachefriends.org/download.html and chose ‘7.1.1 / PHP 7.1.1’. Install it to the… Read More »

This is what I am made of

https://groups.google.com/forum/#!forum/open_projects While going through some old posts in this blog, I came across the link for Google groups. And guess what ? I stumbled across the groups, which I had created more than 10 years back. Among them, I clicked on the open_projects group It was as if, the posts were screaming back at me… Read More »

C# code development with Windows 8 on Mac

Downloaded VMWare fusion and installed it on my Mac. Created a new virtual machine ( 2 GB RAM and 60 GB HDD) Downloaded and mounted the Windows 8.1 ISO. Mounting ISO is done as follows Click ‘Virtual Machine‘ menu and choose ‘CD/DVD‘ and then click ‘Choose Disc or Disc image‘ After this again click on  ‘Virtual… Read More »

Setup for SMART Realtime tool

Sri and Swamy had some issues with SMART Realtime tool and asked me for help.Since the beginning I remember helping people with setting up .net and SQL Server CE on their system and I wanted some way of automating it. I decided to go ahead and create setup file for that. Moreover, it’s been sometime… Read More »

C# development on Mac

PrologueI am pretty excited to begin C# coding on my new macbook pro.The primary reason is to begin coding whenever my heart sets in, without waiting for the system to load up and open Visual Studio 2015. Back from the days of linux yore and Linux for you magazine, I was aware of Mono, the… Read More »

Running WordPress locally

After purchasing VPS server package and getting access to a whole server, I was thinking what I must do with all that power. Suddenly I realized that it’s been sometime I had access to php, MySQL 🙂 . It’s been actually a while since I worked on any linux based system. This is evident from the fact… Read More »

Making your site visible to the world

If you are having your own blog/ website hosted using wordpress on your own domain, you definitely need to let the world know about your site. The following steps helps you do just that – this will help search engines index your site and bring more people to your website/ blog. Enabling Google webmaster Go… Read More »