Search Results for request post
Set the User Agent With PHP cURL
cURL is a sleek way to grab contents from a URL. It's helpful in PHP where servers have banned using the function file_get_contents() . A while back I had shared a post which show on how to grab the contents of a URL using cURL. However, cURL is much more than just grabbing data. It can be used to m
Facebook Apps and Security – protect yourself
Everyone I know is either active on Facebook or addicted to it!. Why wouldn’t anyone be? It’s very simple (even my office peon has a Facebook account!) Earlier Orkut used to rule the roost, but owing the difficult interface & app barrage! it died a slow & painful death. However,
Multiple Logins on Gmail Mobile now possible
We all love Gmail.. It has now become synonymous with E-mail!. It’s clean interface, simple navigation, multiple & updated features that enhance user experience & awesome SPAM filters have hooked people since the day it was launched as Beta (It carried a BETA moniker for a LONG time..
Keep An Eye On Scammers – Avoid Them At All Cost
As we bring various guides to secure you online. We bring this guide on how to avoid scammers while surfing online. The many opportunities that you can find online are almost the same number of scammers you will bump into. Yes. Scammers are lurking around on the virtual world. They are good at it
Asynchronous and Synchronous AJAX calls
AJAX as you might be knowing stands for Asynchronous JavaScript and XML, but in this article we are going to see what is the difference between Asynchronous and Synchronous AJAX call ? Let's see how an AJAX call is made from client and what it involves. An object of the browser's XML HTTP Requ
Web Workers – Another leap in JavaScript
Hey Folks, When I started discussing web workers at SparkIT - 2010, I asked about it from the listeners. They came up with funny answers and out of which one was “Web Workers are people, who develop WEB for us”. It might sound funny but Web Workers are really here to change the way we look at
Ajax powered city state Dropdown
Hey Geeks, Many of you have already gone through a simple javascript example script, which lets you swap elements from two select boxes. I posted this blog post few months back. In this post I am going to show you, how you can use ajax to populate a dropdown, on the basis of value selected i
Woopra – A peep into Realtime Analytics
Woopra is a real-time analytics software that plugs into your website and gives you extensive analytics information about not just the visitors you had in the past, but the visitors you also have online at the moment. We had the opportunity to talk to the Woopra Development Team and learn the experi
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.
Insert twitpic images in post using wordpress plugin
Hey People, After sharing twitpic API class with my blog visitors I have got a lot of visitors from Google which came to this blog searching for a code/plugin through which they can insert twitpic images into their blog-posts. Other than this got an anonymous request from a user who wanted to kno
Yahoo meme english – inside preview
"WTH is Yahoo Meme ", this is what @neobluepanther tweeted me today after I talked about Yahoo Meme on twitter. Most of you do not know about this project of Yahoo as it was not available in English language before few days back. But Yahoo is definitely coming up with something bigger to make things
Real-time feeds with PubSubHub
Heya Folks, At once you might have thought what on earth does the title mean, when you read PubSubHub - right ? Well the name seems absurd but has its own meaning inside. Just to relieve a little from your anxiety PubSubHub means PublishSubscribeHub. And its nothing but an open source server-to-s
Post 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
Send binary data using curl php
In this post , you will learn how you can send binary data through cURL in php. You might want to send binary data like image in some of the API calls viz Picasa API, Twitpic API etc. If you send the image file as it is, it will passed to the API request as passed over the http, using content-type
Dynamically display twitter display image of a user
You might have wondered as to how a blog or a web-page displays you twitter image when you leave a comment there ? Well there is no rocket science involved in it and I planned why not create a small class for you through which you can show off little extra of your twitter love to the visitors. We