Well… Some people asked for video tutorials, and I do realise we are living in different times, but my spoken english is not that good. […]
Continue readingXML to JSON (or array…)
Good to know about how to transform an xml document into json: <?php $xml = simplexml_load_string($xml_string,’SimpleXMLElement’,LIBXML_ NOCDATA); $json = json_encode($xml); $array = json_decode($json,TRUE); Source: http://us1.campaign-archive1.com/?u=b39a511bbe71aa74d27241bb6&id=fc98d2294c&e=b11ae40681
Continue readingArduino – Day… Uno – Connecting the micro-controller to the computer
Well… It seems that I’ve come to take an interest into Arduino micro-controllers. And they look great. At least the version I bought seems to […]
Continue readingHow to set up CodeIgniter in order to use Gmail for emails
Now and then and… every time… I see people complaining that the email library of CodeIgniter doesn’t work. Why? Because they are using Gmail in […]
Continue readingBack to (PHP) basics. Creating your own SEO friendly “mini-website” in PHP
I want to be noted that this is not a tutorial about creating an MVC framework from zero. If you want that kind of tutorial, […]
Continue readingLogin (and register) with Facebook and Ion Auth
A lot of people asked (including a very generous donor called Federico), so why not try to do it? I must start by telling you […]
Continue readingMeet Tusker – a small task manager for your projects
Hello again. I would like to present to you a small project I am working at. It is called Tusker, is made using CodeIgniter 3.x, […]
Continue reading“Why develop a web app with CodeIgniter in 2016?”
This question was proposed as a subject by one of this blog’s visitors. It is indeed a good question, especially considering that “CodeIgniter remained way […]
Continue readingHow to make “truly” SEO friendly URLs in CodeIgniter (without “duplicate content” on underscore URLs)
I promised myself I won’t do anymore tutorials regarding CodeIgniter until a new version is about to appear, but I can’t help myself. And this […]
Continue readingLogin using Ion Auth and AJAX in CodeIgniter
Well… We’ve come so far… I thought that it was simple to implement an authentication system with Ion Auth, but still some people don’t seem […]
Continue reading