Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~956 People Reached
This member's community profile is only visible to logged in members until they have earned 15 reputation points.

4 Posted Topics

Member Avatar for mskat02

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 …

Member Avatar for ryantroop
0
309
Member Avatar for tokick4

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 …

Member Avatar for Taywin
0
416
Member Avatar for mskat02

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 …

Member Avatar for OsaMasw
0
63
Member Avatar for mskat02

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 …

0
168

The End.