-
OOP Fundamentals
There are many different takes on object oriented programming. I’ve saw this video of “Uncle Bob” latest week and I wanted to write a post about the fundamentals of OOP programming. I like the way he explains OOP, interfaces, polymorphism and other related areas of object oriented methodology. So before starting with my post series…
-
Neues Projekt: Codeigniter wegen Symfony 2
Ich habe noch 1 Woche Zeit. Die Aufgabe ist, diese kleine MVC Projekt: https://github.com/martinberlin/onstage In Codeigniter MVC, nach Symfony 2 MVC framework Weiterentwicklung Dann Ich freue ich mich sowohl in Bezug auf die Frameworks vergleichen in Hinsicht auf: Geschwindigkeit Struktur und Data Models und wie schwer ist es, eine Admin-Panel zu Entwickeln (and how hard is to code…
-
How to add Bonfire to an existing Codeigniter framework project
MISSION: Integrate simple codeigniter project https://github.com/martinberlin/onstage with bonfire powerfull HMVC modules and administration access. Step 1 Copy application and bonfire folders into project root. Step 2 Modify existing MY_loader class that will be overridden by Step 1 with your custom functions. In my case, I was using sparks library and the existing codeigniter theme functionality.…
-
Zend PHP Certification PASSED
$CandidateID=ZEND005162; Cool!
-
Tricky Php questions where I failed doing a self test before the PHP Certification
Preparing for the exam in a few hours. There are many functions I never used used in the latest 6 years, and that’s all fine, since PHP is quite a bloated language. So I never had the need to use things as mysql_real_escape_shit :) Or ucword ? WTF is that ? Anyways now learning the…
-
Codeigniter MVC #1
I though about publishing some codeigniter series, just to save some steps in my memory and also to share it with other people that want’s to start with MVC. I’ve done some Model-View-Controller in the past but was time ago and with Zend 1. So the mission is simple, I will take this events site…
-
Looking for the most usable Jquery dashboard
I have something in mind to create, but I need an essencial piece, that I still didn’t found, or better than that: It does not exist. It needs to be created. For dashboard I mean some modular thing with gadgets, like of the old iGoogle, but better and focused in data. So for ex. using…
-
PHP Certification studies part 2: Data Formats
Although Data Formats has “Low emphasis” in the test, it’s quite important for you as a developer. In the latest year, every major website has API Access, and there about 5000 + of them listed on programmableweb only in Json format. Understanding Data Formats then it’s quite a must if you want to build something…
-
Zend PHP Certification studies part 1: Basics
Each Friday, I will be posting some memory helpers and other notes recollected during my preparation for the Zend PHP 5.3 Certification. The multiple choice test is composed by around 70 random Generated questions to be accomplished in 90 minutes. For those of you that want to know a bit more in deep, it’s composed…
-
2 interesting data visualization tools
http://d3js.org And another one, that is a paid service, but I think is a great peace of work: http://www.record-evolution.com Development explained in this post. Some Music recommendations for the Christmas week: Ben Harper Anthony Hamilton Memento Robert Glasper experiment Comment yours! Share the good vibes. Wishing all of you good moments with your…