FOR php:
Category Archives: Programming
MegaZine3
MegaZine3 recreates the look and feel of actual books or magazines on the screen. And much more… all kind of multimedia content like video and audio and interactive forms, games and quiz are supported.
Flash Professional CS6 / Toolkit for CreateJS
Flash to HTML5 and the CreateJS toolkit As devices and platforms multiply, it’s more challenging than ever to create expressive content that can reach the widest audience possible. The Adobe® Flash® Professional Toolkit for CreateJS — a complimentary extension available for Flash Professional CS6 users — enables you to leverage the rich animation and drawing …
Continue reading “Flash Professional CS6 / Toolkit for CreateJS”
How to get final URL after following HTTP redirections in PHP
What I’d like to do is find out what is the last/final URL after following the redirections. I would prefer not to use cURL. I would like to stick with pure PHP (stream wrappers).
MOBILE ★ BOILERPLATE
A best practice baseline for your mobile web app Mobile Boilerplate helps you create rich, performant, and modernmobile web apps. Kick-start your project with dozens of mobile optimizations and helpers.
methods to speed up PHP based website’s performance
PHP is great for writing quick dynamic stuff for your website. Just a couple of lines of code can be written in 2 mins to insert or retrieve data from db. But with ease there is also some pain… the downside is that each request for a dynamic page can trigger multiple db queries, processing …
Continue reading “methods to speed up PHP based website’s performance”