News

A tool for converting simple PHP objects to Javascript code, so that code for manipulating objects can be used both server-side and client-side. There is a page with ...
Often, you'll find yourself in situations, where you want to pass some server-side string/array/collection/whatever to your JavaScript. Traditionally, this can be a ...
In this tutorial I will guide on how to pass php variable to JavaScript, elegantly. For this purpose, Jeffery Way from Laracasts has created a package called utilities with following name space: ...
Hello Reader! If you developing the website for a global purpose then getting the time zone of your user is a important factor. In the example below we'll see how to get the user's time zone by using ...
With the new IDE programmers can, for instance, move from PHP to JavaScript and back while using the same tool, Sun said. "Integration across multiple languages simplifies development. It's all ...
Laracasts has a good package that we can use to pass PHP variables to Javascript. Often, you'll find yourself in situations, where you want to pass some server-side ...