November 24, 2011 – 2:13 PM
We noticed that among the numerous existing extensions for Yii framework there is no suitable module for private messages, thus we decided to write our own. Now we are glad to share the result with you. Read & Download GitHub Repo
November 24, 2011 – 10:28 AM
Rich Internet Applications are in great demand in today’s technology-infused world. None of modern web applications can deal without using Javascript. Effects, smooth transitions, pop-ups, Ajax calls – all these requires writing quite a lot of code, even if it is mostly third-party plug-ins and libraries initialization. Using MVC pattern (which is a MUST for [...]
November 22, 2011 – 4:37 PM
Developing web applications you often need to have multiple configuration files for different development environments (DEV, QA, UAT, PROD etc). This can be solved by changing config file on the developers’ local machine, but this method has its drawbacks. For example, you should always ensure that while using VCS you will not accidentally commit your [...]