Donate here button
-
That’s great! Really coming along, once all clients handle the URL protocol this will roll!
-
[quote name=“iawgoM” post=“8056” timestamp=“1369912370”]
Great to see something new every day :) Although - there seems to be a problem in Chrome - can’t select any of images, I keep clicking on those “checkboxes” (what was the real name for those thingies, radio buttons? ::)), but nothing happens
[/quote]Yup Chrome & Safari, don’t seem to like the radio buttons :( , I can have one [i]checked[/i] already by adding that to the html, but the user can still not select another one. I’ll investigate further…
Edit: Tracked it down, It’s a .css issue, probably to do with the fact I have the radio buttons actually on the images, why oh why can’t all browsers have a universal norm >:( will fix today, hopefully :)
-
Should be fixed now…Tested in Safari OK but not tested in Chrome…
Images should now be clickable not just radio buttons… -
Forum themed: :D
-
And last but not least…
Bootstrapped:
http://mtgoxlagometer.herobo.com/test/forumstyle/index.html
I’m bored now :D
I really hope that BIP0021 gets implemented into our client. :-\
-
Looks good!
About the implementation of ‘BIP0021’, if it will get implemented, it’s not mandatory right? So if you choose not to upgrade, for whatever reason everything will still work?
Then an update should be no problem :)
-
[quote name=“sheepson” post=“8356” timestamp=“1370009021”]
Looks good!About the implementation of ‘BIP0021’, if it will get implemented, it’s not mandatory right? So if you choose not to upgrade, for whatever reason everything will still work?
Then an update should be no problem :)
[/quote]Yeah everything will still work, it’s just the Feathercoin: Links that won’t.
On a side note I have been playing with the latest release of multibit (0.5.10) and can confirm that the Bitcoin: BIP0021 Links work as should with that, providing the client is already open it will fill in all of the details contained within the link directly into the send screen of multibit < If the client is not open then it will just prompt to open it, clicking the link again will then fill in the details.
I have also tried the latest version of BitcoinQT and that just gives an URL Parse error when clicking on a BIP0021 link. :-\
-
[quote name=“iawgoM” post=“8589” timestamp=“1370105159”]
Oh cool. HAven’t been online for a few days - I see some nice progress :)Suggestions:
- make the code box larger
- add some padding or margins between radio buttons and images
[/quote]
I want too :), but jeese you wanna see the forums bootstrap.css - It’s a Magna Carta of code - This was my first ever encounter with such a resourceful and in depth .css, it’s absolutely amazing but extremely complex (for a nooby like me anyway :-[ ), but I’m learning more about it everyday, so hopefully I can crack it eventually.
Thanks for feedback. 8)
-
[quote name=“iawgoM” post=“8655” timestamp=“1370113481”]
If you don’t solve it soon, I can try to help, although CSS can really be pain in the ass sometimes…but, as folks here say: “I’m no gynecologist, but I can take a look” ::)
[/quote]PLEASE! :D
The actual available bootstrap .css is miniaturised, I presume for obfuscation purposes as it’s a bit needle in a haystack to say the least :D
I have tried creating a new div class for the textarea and even tried setting the global textarea value - now weirdly enough I can set the rows (height) I can also make the textarea non re-sizable too, but can I set the cols or width of the textarea. :'(Anyway here is the bootstrap .css http://mtgoxlagometer.herobo.com/test/forumstyle/index_p2.css & my additional .css http://mtgoxlagometer.herobo.com/test/forumstyle/index_p.css and the .html source is the main link a few posts above^^
In the meantime I’ll try and break it :)
-
[quote name=“iawgoM” post=“8783” timestamp=“1370155787”]
As for textarea size: why not only change/add this in original HTML, not in CSS:
[code][/code] and change it to this:
[code][/code]Anyways, too much code is generated, so the size of this box is not so important (it would be too big if you want all the code to fit in). One thing you might consider doing is to reduce the font size in that code area to…10px maybe?
For radio buttons:
Just open http://mtgoxlagometer.herobo.com/test/forumstyle/index_p2.css and search for (CTRL+F) this piece of code:
[code]margin:4px 0 0;margin-top:1px[/code]
then replace it with…I don’t know…this?
[code]margin:5px 0 5px 0;margin-top:1px[/code]
[/quote]Yeah I can change rows (height) via altering the
-
@ iawgoM - Awesome, thank you! :)
Tried what you said and managed to fix everything, unsure why when I tried the width setting before it didn’t work though, I think I may of omitted the style attribute and just applied width=“” :-[
Anyway looks much better now, I reduced the font to 60% in the