Posts Tagged tutorial
Install and run google app engine on linux
For those innocent people who do not know Google App engine, it is a platform which lets you host your application on Google's infrastructure. In short your code just touches the hardware which no one else, but Google's engineers have seen. So it allows you to scale your application as you grow big.
Read Full PostPost pictures on twitpic API using PHP
Hey Folks, In this post we are going to learn, How you can post picture to twitpic.com using the API services provided. It is very simple to send request to the API and post the picture on twitpic. You can also specify if you want to tweet about the picture to your twitter's timeline or no. The f
Read Full PostSecuring your wordpress folders from being viewed or indexing
A very simple way to secure your wordpress's folders from being exposed to the public is to create an index file which is going to render and hence wont allow the browser to actually index the folder list. There are folders like gallery, plugins, images which can be reached thru their absolute paths
Read Full PostHow to send tweet message on twitter using php
Hey Folks, I have written a complete class which sends tweet and performs other stuff on twitter from following user to deleting Direct messages etc. But its just that I am not able to post the whole class here and explain it. I am gonna release a beta version of the class pretty soon with comple
Read Full PostMaking iGoogle Gadget in 3 Steps
Hey guys, In this tutorial/post i am gonna show you how to make a simple google gadget in three steps. This iGoogle Gadget then can be added on iGoogle page. You do not require any sorta scripting language for this and do not even require any webspace for that. You can simply write your gadget wi
Read Full Post