This tutorial is one more addition to my “Building a shop with Laravel” tutorial series. In the previous tutorial, I showed you how to implement very nice “Smart search” feature using Selectize.js plugin to make user experience a bit nicer: https://maxoffsky.com/code-blog/laravel-shop-tutorial-3-implementing-smart-search/ When I develop web applications, I care a lot about the user experience and […]
A couple days ago I had to give a small presentation on AngularJS framework at my job. In this post I will document my initial impressions of structure of AngularJS applications VS BackboneJS applications that I am used to build. What is AngularJS? It is a javascript framework that is meant to be used for […]
I’ve noticed that some people are having trouble using Backbone fetch function to pass parameters to their PHP applications. In this very short post I’m going to fix that and demonstrate how to pass a query parameter during backbone fetch call so that the PHP application (running Laravel) will return specific data. For example the […]
Login with AJAX – including PhoneGap apps Oh God. For a few weeks I was researching what is a good way to login to a Laravel web app via AJAX and it turns out I was over-preparing for some problems that after all weren't even there. Example – you made a web app in Laravel […]
For those of you who haven’t been following this blog – I am posting a short series of tutorials that guide you through creating a simple API in Laravel 3 and integrating it with a client application – in this case TodoMVC BackboneJS application (see screenshot below). Part 1 of the tutorial is here : https://maxoffsky.com/code-blog/building-restful-api-in-laravel-start-here/ […]