Foursquare is a mobile application that is a cross between a friend-finder, a social city-guide, and a game that rewards you for doing interesting things. Foursquare lets you "check in" to a place when you're there, tell friends where you are, and track the history of where you've been--and who you've been there with. Foursquare challenges you to explore your city in new and fun ways by earning points, winning mayorships, and unlocking badges and specials for trying new places and revisiting old favorites.
symbian version of the foursquare is developed by thinkchange.mobi its called sym4square
Supported Mobile Phones
Nokia: 5230, 5233, 5235, 5530, 5800, C6, N97, N97 Mini, X6, N8
Samsung: GT i8910 Omnia
Sony-Ericsson: U1 Satio, U5 Vivaz, U8 Kanna
Via : binbert - sym4square Download
sym4square - foursquare symbian app for Nokia s60 v5 ( sis / six )
SQL Connection Error 10053 : Event ID:17809 - Solution
Error Message :
A connection was successfully established with the server, but then an error occurred during the login process. (provider: TCP Provider, error: 0 - An established connection was aborted by the software in your host machine.) (Microsoft SQL Server, Error: 10053) For help, click: http://go.microsoft.com/fwlink?ProdName=Microsoft+SQL+Server&EvtSrc=MSSQLServer&EvtID=10053&LinkId=20476
Event Log :
Could not connect because the maximum number of '2' user connections has already been reached. The system administrator can use sp_configure to increase the maximum value. The connection has been closed. [CLIENT: 192.168.8.74]
For more information, see Help and Support Center at http://go.microsoft.com/fwlink/events.asp.
First go to services and stop Service named SQL Server (MSSQLSERVER) Now Start both SQL Server (MSSQLSERVER) and SQL Server Agent (MSSQLSERVER)
Now you can connect to your database
Or you can increase the number of connections using sp_configure
see this article : http://msdn.microsoft.com/en-us/library/aa259616%28SQL.80%29.aspx