| bio | website | codeassembly.com |
|---|---|---|
| location | ||
| age | 29 | |
| visits | member for | 4 years, 5 months |
| seen | Dec 31 '12 at 16:57 | |
| stats | profile views | 95 |
|
Apr 2 |
awarded | Popular Question |
|
Feb 21 |
awarded | Notable Question |
|
Jul 4 |
awarded | Yearling |
|
Jun 1 |
comment |
IE8 css selector New content added to page with ajax will not be styled with the conditional css styles so this method fails for ajax, you still need specific selectors hack. |
|
May 2 |
answered | Get DocType of an HTML as string with Javascript |
|
May 1 |
awarded | Popular Question |
|
Apr 28 |
awarded | Commentator |
|
Apr 28 |
comment |
Is SPDY any different than http multiplexing over keep alive connections http can also use compression with gzip, almost all browsers suport it, and headers are usually too small to matter |
|
Apr 28 |
asked | Is SPDY any different than http multiplexing over keep alive connections |
|
Mar 22 |
answered | Issue with hoverColumn and tootip display on gRaphael? |
|
Jan 15 |
comment |
How can I extract the values from a record as individual columns in postgresql that seems to be a lot work for my simple query, so I guess using ROW is not a good solution for my main problem, extract one row from images table for each product row. |
|
Jan 15 |
comment |
How can I extract the values from a record as individual columns in postgresql I don't need to group them, I just want to have one image for each product but there is no way to put LIMIT on a join as in mysql, the best thing that I achieved was the above query with ROW |
|
Jan 15 |
comment |
How can I extract the values from a record as individual columns in postgresql I get 'ERROR: missing FROM-clause entry for table "image"' for the first query, and the second one dosen't work either "ERROR: SELECT DISTINCT ON expressions must match initial ORDER BY expressions" I also think that is faster to execute one subquery for each product (only 10 in this case) instead of joining everything and adding DISTINCT, DISTINCT can be very slow if the tables are large. |
|
Jan 15 |
asked | How can I extract the values from a record as individual columns in postgresql |
|
Jan 12 |
answered | How to write a PCRE regular expression to find a string with different content? |
|
Jan 12 |
accepted | postgresql company id based sequence |
|
Jan 12 |
asked | postgresql company id based sequence |
|
Dec 29 |
asked | Is reverse proxy worth it if website requires login? |
|
Oct 15 |
comment |
Is there any way to send more than one postgresql sql prepared statement in one call in php? I want to send everything in one call to avoid database roundtrips en.wikipedia.org/wiki/Round-trip_delay_time |
|
Oct 14 |
comment |
Is there any way to send more than one postgresql sql prepared statement in one call in php? That seems a lot of work, I need something simple and elegant, performance is not that important, if I can achieve it in a simple way fine but if I have to work hard and waste time then is ok to send the queries one by one and use that time to do something more useful. |