Re: [python-list] - what do you think ?

2011-02-08 Thread Vivek Shrivastava
I think that will help people like me who just depend on gmail, and I know there are various ways to do filtering in gmail, but just addition of the tag in [ ] will help avoiding those.. I kindly second that... On Tue, Feb 8, 2011 at 6:12 PM, Rhodri James wrote: > On Wed, 09 Feb 2011 01:59:46 -00

Re: Determine from a HTTP request if the user is on a Smart Phone, IE, Firefox

2011-01-31 Thread Vivek Shrivastava
> > its userAgent or UserAgent String. Though its easy to send request with > any( fake) userAgent but its industry standard to get browser information > from userAgent only. > > http://www.useragentstring.com/pages/useragentstring.php > > > > On Mon, Jan 31, 2011 at 2:46 PM, James Mills > wrote: