Perhaps have a "Select All" link on the very right, beside "Code:"...if a code scrolls horizontally and vertically it's hard to select all manually.
I was going to suggest that sooner or later. lol.
I was going to suggest that sooner or later. lol.
Haha, I win.
Yes that would be nice.
lol
Simple fix... Just double-click on any text in the code...
Try it
Simple fix... Just double-click on any text in the code...
Doesn't work in FF; just selects the current word.
You could ctrl+click on a word, and it select all.
You could ctrl+click on a word, and it select all.
Remember, not everyone knows shortcuts. People are lazy, and would much rather have everything put in front of them.
True... unfortunately
I guess a simple (Select All) link would fit nicely anyways.
True... unfortunately
I guess a simple (Select All) link would fit nicely anyways.
We'll see what Ross says tomorrow. (Well, today for him.)
Is there any other UK people on here
For being hosted in the UK (presumably), this is quite a quick loading service.
Is there any other UK people on here
For being hosted in the UK (presumably), this is quite a quick loading service.
I'm not sure the location matters that much. After all, when doing speed tests, a speed test run from a New York server is slower for me than a speed test run in Africa. It's the server speed moreover than the server location.
Oh ok... could also be that this place may not be as busy as some other sites I visit.
Oh ok... could also be that this place may not be as busy as some other sites I visit.
Maybe...I'm sure Ross will eventually be getting numbered servers, like Proboards has, once the service gets popular enough.
Oh ok... could also be that this place may not be as busy as some other sites I visit.
I live in Wisconsin, US. and the server loads up fast for me, It depends on the service you have, DSL = Fast, LAN = Fast, Cable = Fast, Dial up = Slow.
~Darkmage
Is there any other UK people on here
*Raises hand aloft*
Oh ok... could also be that this place may not be as busy as some other sites I visit.
Maybe...I'm sure Ross will eventually be getting numbered servers, like Proboards has, once the service gets popular enough.
VF will probably get more popular faster than PB did. Though it would be nice if not all of the members are from PB. Then it wouldn't be much of a difference.
Oh ok... could also be that this place may not be as busy as some other sites I visit.
Maybe...I'm sure Ross will eventually be getting numbered servers, like Proboards has, once the service gets popular enough.
VF will probably get more popular faster than PB did. Though it would be nice if not all of the members are from PB. Then it wouldn't be much of a difference.
Once people get established forums, then members of those forums will come here.
How does this look?
Code: CSS
- <style type="text/css">
- <!--
- .clasname { width: 100px; background-color: #ff6600;
- }
- #id { display: none;
- }
- //-->
- </style>
It still needs some work on the height, of each code box and some of the syntax highlighting isn't working properly, but is that looking better?
How does this look?
Code: CSS
- <style type="text/css">
- <!--
- .clasname { width: 100px; background-color: #ff6600;
- }
- #id { display: none;
- }
- //-->
- </style>
It still needs some work on the height, of each code box and some of the syntax highlighting isn't working properly, but is that looking better?
Ross, you are officially teh sex.
EDIT: Uh-oh, quotes don't work when there are code tags enclosed in them.
Fixed. I've also added some automatic height calculation.
Still seems to be misaligned
What browser is that in? I've only checked it in IE7 and Firefox2 at the moment.
Tis in FF2, which makes it all the more confusing
When in doubt, revert to tables
There we go, much better
When in doubt, revert to tables
Thanks Ross, looks even sexier.
There's a couple of options in regards to the syntax highlighting. As shown in the two samples above there's plain (no highlight) and CSS. But there's also php, js and html
Code: HTML
- <table class="border" cellpadding="3" cellspacing="1">
- <tr>
- <td class="window1">
- <span style="font-size: 15px; font-weight: bold;">Contents of my table</span>
- </td>
- </tr>
- </table>
Code: JavaScript
- <script type="text/javascript">
- <!--
- var td = document.getElementsByTagName('td');
- for(i=0; i<td.length; i++) {
- if(td.item(i).width == "20%") {
- td.item(i).innerHTML += "my string";
- }
- }
- //-->
- </script>
The highlighting engines for the CSS, HTML and JS were all custom built so I wouldn't be surprised if it conflicts with some codes and doesn't highlight them 100% accurately. But overall I'm pretty happy with the result.
Looking good mate, good darts
That looks really cool, should make it much easier when helping someone with code errors.
Thanks Ross.