Wednesday 12 February 2014

Intranet (Google sites RSS Feeds)


We are currently still in the progress of deciding on which intranet solution to use, the 2 current top sites in the running is:
The reasoning behind our not creating ourself is more on time constraints and the multiple requirements we have and the complications of that requirements.

  • Must integrate with google applications
    • Send Mail
    • Receive Mail
    • Check Calender
    • Check Google Docs
  • Wiki Creation
  • Integrate with Asana
  • RSS Feeds
So in affect to integrate the RSS (push) feed into your site is pretty simple, all you need is the page that you want to be subscribed to and add "/posts", remember the "S", at the end of the link. 

RSS Feeds and MVC

I will be doing some RSS feeds, integrating it with our current site and trying to keep you updated on the technologies we are using .

MVC Paypal Integration


I had to do some paypal integration with MVC, and found this site which gives a nice tutorial on how it is done.

http://logcorner.wordpress.com/2013/09/05/asp-net-mvc-paypal-integration/