3,529 reputation
52135
bio website tenpearls.com
location Karachi, Pakistan
age 37
visits member for 3 years, 1 month
seen yesterday
stats profile views 680

Developed web applications but since last 3 years helping all stakeholders (customers, developers, tester, designers, and managers) to have aligned vision, objectives, and goals to achieve win-win situation in every project.


2d
reviewed Close How can I create a form filler on xCode? How can I receive that information and where can I receive it?
2d
reviewed Close I need an autocomplete multi-Column Combo Box in C#
2d
reviewed Close Network discover via SNMP
2d
reviewed Close How does MPP compare with MapReduce for a columnar database, i.e. (Redshift vs Impala)
2d
reviewed Close Will I be charged for deploying cloud service into production rather than staging in Windows Azure free trial
2d
reviewed Close Quick Hull C++ Algorithm
2d
reviewed Close Which PAAS (platform as a service) is the best choice?
2d
reviewed Close Pressing F5 To Show That I'm Logged In
2d
reviewed Close solved | Page not visible in firefox 16+
2d
revised Ajax jquery across subdomain - OPTIONS request with 403 Forbidden error
edited tags
2d
answered IIS responses with HTML instead of JSON on ASP .NET MVC3
May
15
comment Use the ID of the upper select statement in the where clause of the lower select statement in a UNION
It would be helpful if you edit your question and include desired result too.
May
15
comment A better way to display this data from MySql using php
How about making just one query select * from table order by type
May
14
answered Duplicate MySQL rows
May
14
comment Changing Branch in Git
Which git command did you execute after installing git and before doing git checkout? Did you execute git init or git clone?
May
14
comment which sql join query should i use?
You have to use both CROSS JOIN and OUTER JOIN to achieve this result set. Working demo in my answer below.
May
14
answered which sql join query should i use?
May
14
comment automatic session timeout iphone
For background scenario, setTimeout will not work. See a solution here which may help: stackoverflow.com/a/4910900/309086
May
13
comment SQL request with count() and position
@user2377713 the @rownum part works like this: a new variable rownum is created and initialized with a value of 0 in the temporary table r. Table r is then joined with your query which is now named as table u. rownum variable is increase it by 1 for every record in the join of u and r.
May
13
revised SQL request with count() and position
added 309 characters in body