FROM : Jerry Krinock
DATE : Sat Apr 12 21:43:14 2008
On 2008 Apr, 12, at 12:24, C Sandeep wrote:
> However Im not able to find a optimized way to append the query
> strings "hl" and "q". Any help is apprecaited. Thanks.
I've done this many times, by simply combining the query into what you
call your baseURL using -[NSString stringWithFormat:]. I suppose it's
not elegant, but once the sausage gets into the TCP pipe, no one cares
how you made it.
As far as being "optimized", don't worry about it. The slowest Mac
can probably easily spit out thousands of these before Google responds
to the first one.
DATE : Sat Apr 12 21:43:14 2008
On 2008 Apr, 12, at 12:24, C Sandeep wrote:
> However Im not able to find a optimized way to append the query
> strings "hl" and "q". Any help is apprecaited. Thanks.
I've done this many times, by simply combining the query into what you
call your baseURL using -[NSString stringWithFormat:]. I suppose it's
not elegant, but once the sausage gets into the TCP pipe, no one cares
how you made it.
As far as being "optimized", don't worry about it. The slowest Mac
can probably easily spit out thousands of these before Google responds
to the first one.
| Related mails | Author | Date |
|---|---|---|
| C Sandeep | Apr 12, 21:24 | |
| Jerry Krinock | Apr 12, 21:43 | |
| Scott Anguish | Apr 13, 07:33 |






Cocoa mail archive

