What we do:
Websites
Do you have a website idea that you want implemented?
- Design & Development
- Intranets
- Sharepoint
- Optimisation
- Hosting
Content Management
Do you need to have more control over your content?
- Drupal
- Wordpress
- Joomla
- Custom CMS
- Templates
eCommerce
Looking for new ways of selling your products and services?
- Shopping Carts
- Payment Gateways
- Virtuemart
- osCommerce
- Integration
Featured Sites:
Blog Entries:
Passing variables from C# MVC Controller to AngularJS using Razor
I wanted to pass some data from my MVC but didn’t want to go the hassle of creating a separate WebAPI call and Angular service, so I used the Angular module’s value method. Then I could inject those variables individually … Continue reading
If Triathlons were organised like Bad Software Projects
So you decide to sign up for a triathlon and you get told you will be swimming 100m, cycling 20kms and running 5kms – which you figure is okay. You can do that even though you are not the best … Continue reading
AngularJS and $httpBackend
I was helping out someone with their first attempt at an AngularJS website and they sent me the html and javascript file. The problem was that they used a web service to which I don’t have access so I needed … Continue reading