Archive for web
You are viewing the archive for web. If you would like to contribute, please send an email to [email protected].
-
E-commerce for mini markets
Monday, March 15, 2021Read MoreTurn your mini market into an online store with a tailor-made website designed around your business and your customers.
-
Web App Manifest
Friday, August 5, 2016Read MoreThe web app manifest is a JSON-based file that provides developers with a centralised place to put metadata associated with a web application.
-
Cloud Hosting with Incredible Web
Friday, July 15, 2016Read MoreA smart cloud-based solution to host your application that is scalable, reliable and secure.
-
Performance of for loops with JavaScript
Thursday, July 7, 2016Read MoreComparison of the performance of loops using JavaScript and the libraries Iodash and jQuery 3
-
Digital Marketing
Thursday, June 16, 2016Read MoreDigital marketing is the online promotion of products or bands via one form of electronic media (social network, blog, website). Digital Marketing is pretty different from traditional marketing. Traditional marketing involves the use of channels and methods that enable an organisation to analyse marketing campaigns and understand what is working (or not).
-
Mobile friendly
Thursday, June 2, 2016Read MoreA mobile friendly website is a website that adapt itself when display on a handheld device such as smartphone or tablet.
-
Progressive Web Apps
Wednesday, May 18, 2016Read MoreA progressive web app uses modern web capabilities to deliver an app-like user experience. They evolve from pages in browser tabs to immersive, top-level apps, leveraging the web's low friction.
-
Why should you invest in a (good) website?
Tuesday, April 12, 2016Read MoreAs everyone is online nowadays, investing in a website has become the solution to succeed. But investing in a website isn't it. You must have a good website easy to reach for your customers and all the users of the internet
-
incredible.srcset
Saturday, January 3, 2015Read Moreincredible.srcset is an open-source jQuery plugin that attempts to polyfill the HTML srcset attribute specification for responsive images.
-
Code First Database Migrations
Monday, December 22, 2014Read MoreCreating database update scripts can get tedious and error prone. In this blog we will see how we can make use of code first migrations to handle all the database update migrations for us.
-
AJAX Loaders
Saturday, December 6, 2014Read MoreWith the advent of Single-Page applications, AJAX preloaders have become more of a necessity than ever before.
-
JavaScript Promises
Saturday, October 25, 2014Read MoreThe simplest way to jQuery Promises. After this, promise me no more callback functions. (haha, you see what I did there? XD)
-
Sublime Text
Saturday, September 27, 2014Read MoreOur favourite Sublime Text plugins, turning it from a Notepad alternative into your favourite IDE.
-
Dev Tools for Hipsters
Saturday, August 2, 2014Read MoreScared of the command prompt? Here's a simple intro guide to some of the neater tools around, such as grunt, node and compass.
-
Web API OData
Tuesday, July 22, 2014Read MoreWouldn't it be great if an API resource could be filtered just the way we want it? That is now possible with the new OData protocol support on Web API.
-
New features in Web API 2 and the OData protocol
Saturday, June 7, 2014Read MoreImprovements on the first Web API frameworks with a brief explanation of the OData protocol and how both can be combined to provide a robust, maintainable API architecture.
-
Responsive Design III
Wednesday, April 30, 2014Read MoreAn update on the latest responsive web design techniques and tricks
-
SIgnalR - Let the Server PUSH the data
Monday, March 24, 2014Read MoreThanks to the support of Web Sockets in modern browsers, we no longer have to poll the server for updated information...
-
A closer look at Web API
Monday, January 13, 2014Read MoreCreating light weight services over the HTTP protocol which can be consumed by any platform being it web, mobile or desktop
-
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.
-
Web Summit 2013
Monday, November 4, 2013Read MoreIncredible Web attended the Summit in Dublin showcasing their latest project, Bum a Lift
-
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...
-
AutoMapper
Wednesday, April 17, 2013Read MoreThe AutoMapper can be used to Map two objects containing related information with some simple native conventions.
-
Minified JavaScript
Saturday, December 1, 2012Read MoreMinifying JavaScript files improves the page load speed, but this hinders learning as files become unreadable.