Archive for 2013
You are viewing the archive for 2013 . If you would like to contribute, please send an email to [email protected].
-
Frontend Goodies
Monday, December 30, 2013Read MoreToday's blog will include a bunch of frontend goodies which everyone should find the time to learn
-
WEB API VS WCF
Monday, December 16, 2013Read MoreIs it really the end of WCF? The introduction of the Web API has certainly raised some questions when it comes to designing and implementing web services.
-
Honeypot Captcha
Monday, December 2, 2013Read MoreThe honeypot CAPTCHA is one of the best and yet simplest options to separate human users from spamming bots.
-
Tracing your software's execution cycle
Monday, November 18, 2013Read More"You can't manage what you can't measure". In this post we will discuss the importance of tracing in our software while also recommending some of the most popular simple tracing libraries out there.
-
Web Summit 2013
Monday, November 4, 2013Read MoreIncredible Web attended the Summit in Dublin showcasing their latest project, Bum a Lift
-
Advanced SQL Optimization
Saturday, September 21, 2013Read MoreSQL Optimization can help you improve the user's experience, save on server expenses, retrieve the necessary information in the quickest most efficient way possible.
-
Incredible Buttons
Saturday, September 7, 2013Read MoreA jQuery plugin used to create beautiful and useful unobtrusive buttons.
-
10 Easy SQL Optimizations
Friday, August 23, 2013Read MoreIn this blog we're going to discuss 10 optimizations we can do on our tables and queries to minimize the overhead and boost the speed of our data retrieval.
-
Responsive Design II
Saturday, August 10, 2013Read MoreToday we take a look at fluid grid layouts and experiment with a hands-on approach to responsive web design
-
Social Media Authentication part II
Saturday, July 27, 2013Read MoreUse the same identity across all portals and websites to make it easier for users to register.
-
Social Media Authentication
Thursday, July 25, 2013Read MoreLong gone are the old days where users have to register onto every single site in order to create a personal account. Social media has made it easy to use the same account over and over again across different web sites.
-
Responsive Design
Saturday, July 13, 2013Read MoreResponsive design is the use of CSS selectors which take into consideration the width and orientation of the device being used.
-
jQuery Parallax
Saturday, June 15, 2013Read MorejQuery Parallax uses JavaScript to create a 3-dimensional effect simulating different planes in the z-axis
-
Dependency Injection using Microsoft Unity
Saturday, June 1, 2013Read MoreA while ago we discussed Dependency Injection as a concept and explained why it should be considered as a viable option in large robust systems. In this blog we introduce Microsoft Unity...
-
HTML5 pushState
Saturday, May 18, 2013Read MoreAt Incredible Web we always strive to keep up-to-date with the latest technologies. This time it was the turn for HTML5's pushState...
-
Social Media Injection
Saturday, May 4, 2013Read MoreIn simple terms, social media is just another means of how people communicate, share and exchange ideas, lifestyles and information together on different web-based communication channels.
-
NationBuilder vs Umbraco
Saturday, April 20, 2013Read MoreWhat is the difference between NationBuilder and Umbraco? When should you chose one over the other?
-
AutoMapper
Wednesday, April 17, 2013Read MoreThe AutoMapper can be used to Map two objects containing related information with some simple native conventions.
-
NationBuilder
Saturday, March 30, 2013Read MoreNationBuilder can be considered as a cross between a traditional CMS and a CRM, resulting in the first community organizing system
-
MVC Umbraco Part II
Friday, March 22, 2013Read MoreA continuation from the previous blog on how we extended Umbraco CMS v.4 onto an MVC website
-
Model First vs Code First
Saturday, March 9, 2013Read MoreChoosing between Model first and Code first can turn out to be quite confusing. This blog will help you make a decision based upon your knowledge and requirements.
-
MVC Umbraco
Saturday, February 23, 2013Read MoreExtending Umbraco CMS onto our ASP.NET MVC websites proved to be one of the major turning points in our web development process. Here's how we did it...
-
The Repository Design Pattern
Saturday, February 9, 2013Read MoreUsing the 'Repository Design Pattern' one can make sure that the Data Access Layer is not directly dependent on the underlying data storage medium.
-
Toast Notifications
Saturday, January 26, 2013Read MoreNotification messages have gone a long way since JavaScript's <em>alert();</em>, but how do you choose which one is best?
-
Inversion of Control and Dependency Injection
Wednesday, January 2, 2013Read More<strong>Inversion of Control</strong> and<strong> Dependency Injection</strong> can be used to remove tight coupling, increasing flexibility and maintainability resulting in higher quality software.