I needed to create a quick small API for some entities in an existing Laravel 4.2 web application. I searched for a quick way to add simple authentication for the API. I found chrisbjr/api-guard to be useful. As per the […]
Read MoreCategory: Web Development
Make your websites faster by optimising the images
Many people complain about their websites being slow. As now Google gives more importance to websites which load faster in their search result, many people worry about their site speed. I noticed that the main reason behind any slow website […]
Read MoreEnable open web technologies in Internet Explorer
Are you worried about supporting your web application for Internet Explorer? Now there is a solution. Google has developed an open source plug-in called Google Chrome Frame, which seamlessly brings Google Chrome’s open web technologies and speedy JavaScript engine to […]
Read MoreRequireJS – Optimize and Sequence JavaScripts Easily
RequireJS is a JavaScript file and module loader. Using a modular script loader like RequireJS will improve the speed and quality of your code. RequireJS starts with three great benefits for web applications. Properly sequence the scripts Reduce the number […]
Read More