Click here to Skip to main content
15,917,174 members

Comments by hh_7 (Top 24 by date)

hh_7 6-Sep-13 6:15am View    
Probably the same way, if you have troubles doing that, post the code
hh_7 28-Aug-13 4:34am View    
What do you mean? (code?)
hh_7 27-Aug-13 4:37am View    
Thanks I will try to see how it works...anyway i need to build a wcf to save the files, and that i dont know. It´s not possible using that code just call a function from service to upload the file?
hh_7 26-Mar-13 7:31am View    
Well if you are talking about having a website responsive, what you should do is create a css for the dimension that you want...

EXAMPLE: @media (min-height: 700px) and (min-width: 1360px){ CREATE YOUR CSS HERE }

And you create your own rules to define where each container will be in different sizes.
hh_7 26-Mar-13 7:26am View    
you can use the Jquery UI Slider Control as ryanb31 sugested, with that library is easy for you to define a min. and a max. value

EXAMPLE: $( ".selector" ).slider({ min: 10, max: 25 });

So we need to know what kind of tecnhology are you using...