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.
I am continuing my Programming for kids series with an overview of things my kids have done using PHP string manipulation functions.
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… Read More »Obfuscate your e-mail address with PHP, JavaScript and CSS
Today I had the privilege to interview Jeffrey Way – the editor of a popular web development blog, Nettuts+, and a developer evangelist for the Envato marketplaces (ThemeForest and CodeCanyon, among others).
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.
As WordPress is the most popular website platform of the modern age, hackers and crackers are doing their best to break its security. By using this simple tips, you can protect your WordPress site and make their job harder.
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.
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.
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 end I will give test results for XML-RPC and JSON-RPC.
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.