Which links you talking about?Denaes said:I like it.
Takes a little eye adjusting though.
Quick replies and it seems that code can be placed into a textbox of sorts that allows scrolling and doesnt distort or overly elongate the post.
My only annoyance is that I saw news links on the right, I clicked one and they were spam. They wanted to me to sign up to get the news, I signed up and still didnt get the news. But once its identified as spam, you know to avoid it
Bob Schwarz Sr said:Which links you talking about?
VolteFace said:However, it was brought to my attention that the site is utterly unusable at any resolution under 1024x768. I am using 1600x1200 and it seems to sit right at the "comfortable" level, so I guess the other, lower resolutions would be a bit cluttered. 800x600 is unbearable.
samsmithnz said:lol. have you ever tryed to use vs.net on 800X600?
ballisticnylon said:Is it indenting and coloring and stuff, oh my?
[VB]
Public Function ConvertToDecimal(ByVal V As String) As Double
If V.IndexOf("/") = -1 Then
Return V
End If
Dim Whole As Integer = CInt(V.Substring(0, V.IndexOf(" ")))
Dim N As Integer = CInt(V.Substring(V.LastIndexOf(" ") + 1, (V.IndexOf("/") - V.IndexOf(" ") - 1)))
Dim D As Integer = CInt(V.Substring(V.IndexOf("/") + 1, (V.Length - V.IndexOf("/") - 1)))
Return Whole + (N / D)
End Function
[/VB]
No, its not. Being able to see code as you would in Visual studio is more important than the look and feel of the site.. Just make sure that code is readable. But Im sure theyll iron out the wrinkles.
[code=vb] tag system is ported over to the new forums (should be quicker as well as VolteFace has taken the time to re-write the code)
PlausiblyDamp said:This will be fixed as soon as possible, VolteFace is currently working on a temporary fix before the fullC#:[code=vb] tag system is ported over to the new forums (should be quicker as well as VolteFace has taken the time to re-write the code)[/QUOTE] Sweet. Is the URL going to change? To [url]http://www.computerhelp.forum/[/url] ?