151
Features: Security / Re: Dynamic CAPTCHAs
« on February 28th, 2013, 02:02 AM »
these are ideas I like to research:
1. why are you applying for membership to this community? on sign up.
Or how do you plan to contribute to this community? on sign up.
2. first 10 or so post, have random are you human questions, ( I mentioned this to Arnator, and he brought up the fact the numbers are too easy to overcome), so I'm suggestion word questions instead.
But there is no sure way, and some of the most used methods, ban too many IP's so you may not get any sign ups.
And the Real Humans are being used, more and more as we speak.
And I also am opposed to 3rd arty stuff :)JMHO
regards,
Maxx
1. why are you applying for membership to this community? on sign up.
Or how do you plan to contribute to this community? on sign up.
2. first 10 or so post, have random are you human questions, ( I mentioned this to Arnator, and he brought up the fact the numbers are too easy to overcome), so I'm suggestion word questions instead.
But there is no sure way, and some of the most used methods, ban too many IP's so you may not get any sign ups.
And the Real Humans are being used, more and more as we speak.
And I also am opposed to 3rd arty stuff :)JMHO
regards,
Maxx
152
Test board / Re: Test topic.
« on February 28th, 2013, 01:01 AM »
Just a test of the code function of the BBC:
replace your submit button, intended for Firefox only!
Code: [Select]
looks like the attached below;
replace your submit button, intended for Firefox only!
.button_submit, .button_reset
{
background: -moz-linear-gradient(center top , #686868 0px, #232323 100%) no-repeat scroll 0 0 transparent;
border: 1px solid #9B9D9B;
border-radius: 2px 2px 2px 2px;
color: #D3E5FA;
cursor: pointer;
font-weight: normal;
margin: 0 auto;
padding: 0 17px;
text-decoration: none;
cursor: pointer;
font-weight: normal;
}looks like the attached below;
153
Features / Re: Flexible box model. It's easy, until it gets hard.
« on February 28th, 2013, 12:31 AM »
Blind in one eye and can't see out the other!
Thanks!! :)
regards,
Maxx
Thanks!! :)
regards,
Maxx
154
Features / Re: Flexible box model. It's easy, until it gets hard.
« on February 27th, 2013, 08:30 PM »
sorry Did not understand your last!
It's just a quick test on the code>nothing exact about it, only playing with ideas!
edit: where is the test board?
regards,
Maxx
It's just a quick test on the code>nothing exact about it, only playing with ideas!
edit: where is the test board?
regards,
Maxx
155
Features / Re: Flexible box model. It's easy, until it gets hard.
« on February 27th, 2013, 08:08 PM »
It looks like this on my big monitor let me check on thee 19" wide!
Now this just the suggested inner setting and overflow hidden looks the same!
regards,
maxx
Now this just the suggested inner setting and overflow hidden looks the same!
regards,
maxx
156
Features / Re: Flexible box model. It's easy, until it gets hard.
« on February 27th, 2013, 07:57 PM »I'm not sure what would be the point of the css you're suggesting..?
No, you're not bothering me, on the contrary I was pleased that someone else was working on this at the same time as I was... It meant it'd be twice faster to fix ;)
Re: images and videos, I can easily hide them via .inner { overflow: hidden }, but I still don't know what to do with them... (See my latest post in the Test board, and re size your window.)
Or am I thinking on track, I may have lost you somewhere??? old age and all!
need new batteries in my key board eats them up
regards,
maxx
157
Features / Re: Flexible box model. It's easy, until it gets hard.
« on February 27th, 2013, 07:39 PM »
Yes Thanks and that's my problem the firebug, anyway if I can help I'll try, and still digging, but like said you guys are coding out of the box of the typical and, this leaves me in the blind side LOL!
So best of luck, and I'm still thinking, I think!
regards,
Maxx
So best of luck, and I'm still thinking, I think!
regards,
Maxx
158
Features / Re: Flexible box model. It's easy, until it gets hard.
« on February 27th, 2013, 07:13 PM »
I'll be back in a bit but I need to take my morning bath and it's noon here, I do not have your code so I working in the blend! just what I find with firebug LOL!
regards,
Maxx
regards,
Maxx
159
Features / Re: Flexible box model. It's easy, until it gets hard.
« on February 27th, 2013, 06:09 PM »
OK lets try another approach:
let play with the "inner" css code:
Code: [Select]
then try your bbc variations!
regards,
Maxx
let play with the "inner" css code:
.inner { border-top: 0 none;}.inner { margin: 0 1em 0 0; overflow: auto; <! ---- ad this --->
padding: 0 0.7em;}then try your bbc variations!
regards,
Maxx
160
Features / Re: Flexible box model. It's easy, until it gets hard.
« on February 27th, 2013, 05:34 PM »
Well,
Looks like you have a plan in the works so Will bother any more unless I find something special LOL!
But no rush for me it's best to iron out the miner stuff, they seem to be the heart breakers, until it dawn ones mind, that it was a simple thing, (I hope) :)
regards,
Maxx
Looks like you have a plan in the works so Will bother any more unless I find something special LOL!
But no rush for me it's best to iron out the miner stuff, they seem to be the heart breakers, until it dawn ones mind, that it was a simple thing, (I hope) :)
regards,
Maxx
161
Features / Re: Flexible box model. It's easy, until it gets hard.
« on February 27th, 2013, 04:45 PM »
this is how I see it in FF set at the following:
Code: [Select]
I no your looking toward flex box, but not sure like say the FF is it for it! :)
regards,
maxx
.bbc_code code, .php_code code { background: none repeat scroll 0 0 rgba(240, 235, 255, 0.5); border-bottom: 2px solid #999999; border-top: 2px solid #999999; display: block; font: 8pt/1.5em Consolas,"Dejavu Sans Mono",Menlo,"Lucida Console","Courier New",monospace; max-height: 24em; overflow: auto; padding: 3px 1em; white-space: pre; word-wrap: normal;}I no your looking toward flex box, but not sure like say the FF is it for it! :)
regards,
maxx
162
Features / Re: Flexible box model. It's easy, until it gets hard.
« on February 27th, 2013, 04:08 PM »
OK for Firefox, if you set the max-width to 80% it stays inside some, but gives scroll bar ( H) !
But one thing I notice, even though you have the wrap tag, but the code I just posted does not wrap on Fire fox!
But your getting very close, it's hard to pleas all the browser, I know!
regards,
Maxx
But one thing I notice, even though you have the wrap tag, but the code I just posted does not wrap on Fire fox!
But your getting very close, it's hard to pleas all the browser, I know!
regards,
Maxx
163
Features / Re: Flexible box model. It's easy, until it gets hard.
« on February 27th, 2013, 03:42 PM »
The bbc body code in the CSS( Style) I know you may be using something other than this, But it goes something like this
and playing with the quote and or code portion of the BBC css code, i find these typical:
Code: [Select]
However if you are working with the PHP coding to control this, that would bbe another story I guess!
and yes it does add scroll bar if you limit it to 70% or + or - 100 percent>
Overflow hidden did not work for me, on SMF, and you already have it wrapping so that's probably not the issue.
Please keep in mind, that my mind set is within the SMF index.css to control these things!
I will dig deeper in this today though!
regards,
maxx
and playing with the quote and or code portion of the BBC css code, i find these typical:
border-style: none solid solid; border-width: medium 1px 1px; font-size: 0.9em; line-height: 1.3em; margin: 0 5px 8px 0; overflow: auto; padding: 8px;However if you are working with the PHP coding to control this, that would bbe another story I guess!
and yes it does add scroll bar if you limit it to 70% or + or - 100 percent>
Overflow hidden did not work for me, on SMF, and you already have it wrapping so that's probably not the issue.
Please keep in mind, that my mind set is within the SMF index.css to control these things!
I will dig deeper in this today though!
regards,
maxx
164
Features / Re: Flexible box model. It's easy, until it gets hard.
« on February 27th, 2013, 03:06 PM »
Nao,
Sorry but off the top of my bean, that's what I think of, I have nothing to work with, except SMF you know!, but I will be thinking about it, this morning!
regards,
Maxx
Sorry but off the top of my bean, that's what I think of, I have nothing to work with, except SMF you know!, but I will be thinking about it, this morning!
regards,
Maxx
165
Features / Re: Flexible box model. It's easy, until it gets hard.
« on February 26th, 2013, 11:20 PM »
yes I was going to suggest overflow: auto: in the CSS?
Hope I'm not way off base here!
regards,
Maxx
Hope I'm not way off base here!
regards,
Maxx