Daily Shaarli

All links of one day in a single page.

April 20, 2014

Jak zrobić zdjęcia makro, ale bez obiektywu makro? [poradnik] « Fotoblogia.pl

Obiektywy makro to wydatek minimum 1000 zł, a najlepsze konstrukcje Canona czy Nikona kosztują ponad 3000 zł. Czy da się wykonać dobre jakościowo zdjęcia makro za ułamek tej kwoty?

Re: Samsung smart tv connects to wireless router b... - Comcast Help and Support Forums
accessing urlFor() in custom view / Questions / Discussion Area - Slim Framework for PHP 5 Support

Hi,

I would like to access th urlFor() helper directly in my view. Is this function exposed in the view. I couldn't see anything in the code. I guess I could just use slim::getInstance()->urlFor('blah'). Anyone have any better ideas? Or comments on this approach?

Thanks in advance.

Tony

How to create REST API for Android app using PHP, Slim and MySQL - Day 1/2

If you are going to build an android application (it can be any other mobile platform or web too) that manages all the user data on a central database, REST API will be good architectural option to do the communication between the app and the server.

If you consider Evernote, Wunderlist apps, these apps can uninstalled at anytime and once we install them back and login, all our data will be restored. This is because all the data will stored in a cloud database and communication b/w app and database will be done using a REST API.

This tutorial gives enough knowledge about building a REST API for very beginners. As this tutorial seems lengthy, I had divided it into 2 parts. In the 1st part we learn fundamental concepts of REST and do the required setup. In the 2nd part building actual API (writing PHP & MySQL code) is covered.