Thursday, July 24, 2014

Embed Iframe Full Width And Height on Blog Posts

My friends asking me about how they can embed iframe HTML on a blog post which appear full width and auto height. They consider using iframe because they are promoting URL via online advertising and they just want to show visitor the page from affiliate URL inside the iframe. In this post I will explain how you can too create full iframe inside your blog posts.

Tuesday, May 27, 2014

Detect Mobile Browser Using PHP

Sometimes we need to serve different looks and functions to users. As we know there so many people around the world using mobile phone to surf the net. I found this useful PHP class to detect user browser. I used this class in several projects.