No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
4 Posted Topics
I am trying to insert a set of attribute rows into a table based on the range of a unique key (product_id) and three passed variables. This is on a MySQL database. The three variables are the start_product_id, the end_product_id and the batch_attr_id. The stored procedure does not return an …
You may want to save the SQL query that they create in a table, along with their user ID, creation and modification dates. This allows them to do some debugging of the query. Of course, you can go further and isolate the components of the query itself, but as a …
I am working with a image analysis site that has color as a key component. I have setup fairly elaborate filters that allow users to select color based on different criteria bases, such as CMYK, RGB, etc. I would like to have the filter display the color next to the …
We are struggling with color identification in a selection filter for a digital image website. I want to have the ability to let the user pick a color value in a variety of perspectives, i.e., pantone, hex, RGB, CMYK, etc. and also to select the closeness of the match. Then …
The End.