Pinterest is growing exponentially and is one of the most influential social sharing platform today. But what if you do not want images from your site to be pinned there? Pinterest offered a simple solution and I will explain how to do it in this quick tip.
Custom post fields using Advanced Custom Fields WordPress plugin
WordPress is one of the most powerful platform on the web today. I am going to show you how easy it is to make Google Maps custom post field using the great Advanced Custom Post Fields WordPress Plugin. At the end of tutorial you will have a Google Map and when you click it, the location will be saved in your custom field type which you can then show on the Map in the frontend.
Programming for kids: PHP string manipulation and arrays
I am continuing my Programming for kids series with an overview of things my kids have done using PHP string manipulation functions.
Obfuscate your e-mail address with PHP, JavaScript and CSS
According to Wikipedia, more than 97% of all e-mails sent over the net are unwanted. That’s around 200 billion spam messages per day. To keep this insane amount of spam out of your inbox, you should keep your e-mail safe when you display it on web. One of the ways to keep it safe is to obfuscate it. In this tutorial I’ll show you how to create a script that will do just that. Basic requirements...
Multilanguage support in Zend Framework
Zend Framework is very robust PHP framework which helps developers produce top quality products. Today, I am going to show you how to add a multi language support to Zend Framework and how to setup language based routing.
jQuery Mobile Advanced Tutorial – RSS reader app
Today I am going to show you how to build small RSS reader application using jQuery Mobile. This tutorial will show you advanced use of jQuery Mobile to make a real life application with database backend using PHP, MySQL and jQuery.
How to display latest Google+ updates with PHP and Unofficial Google+ API
Google Plus is the latest social network that is becoming increasingly popular. Today I will show a really simple and short way to display latest updates on Google Plus for a given user id.
Building a WordPress plugin: Tweetable
I will show how to build a Wordpress plugin from scratch. Plugin will use a great Tweetable jQuery plugin which will be used to display latest tweets from a desired username in a Wordpress sidebar.
Android JSON-RPC client and PHP Zend Framework server
XML-RPC rules, but the amount of data it generates is its big disadvantage. This is where JSON-RPC steps in. Data it generates is significally smaller, this isn’t suprising as JSON is known as fat free XML. In this article we will build JSON-RPC server using PHP and Zend Framework, will test this server with jQuery JSON-RPC client and then we'll proceed to building Android JSON-RPC client. In the...
How to build PHP XML-RPC Server, Client and Android application
In this article will show how to build PHP XML RPC server and how to consume provided services with PHP and an Android application as a client. PHP side of things will be built on top of Zend Framework and for Android will be using very thin XML RPC library android-xmlrpc.