iebidan Posted March 5, 2004 Posted March 5, 2004 WOW, this new look is awesome :D Congrat guys, it's amazing!!!!!!!!! Quote Fat kids are harder to kidnap
Denaes Posted March 5, 2004 Posted March 5, 2004 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 doesn't 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 didn't get the news. But once its identified as spam, you know to avoid it :) Quote
Administrators AWS Posted March 5, 2004 Administrators Posted March 5, 2004 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 doesn't 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 didn't get the news. But once its identified as spam, you know to avoid it :) Which links you talking about? Quote Bob Schwarz, Sr. Xtreme .Net Talk Me @ Twitter - Network @ Twitter
Denaes Posted March 5, 2004 Posted March 5, 2004 Which links you talking about? When you're not in a particular forum, theres a box called "Programming Tips" First off, its not programming tips, but some news container. Secondly, most of it is technically spam. Its about macromedia and this is a .Net forum. Thirdly, I happen to like macromedia and I clicked the link to "Macromedia looks to extend Flash technology" as I love Flash. I was shuttled to some site called "The Industry Standard", which tells me: "You do not have access to view this story. This could be because you aren't a member of Internet Business News from The Industry Standard. Please become a member of Internet Business News from The Industry Standard to receive full membership access!" Whatever, I want to read the damn article so I become a member, accidently using my personal email account. I was still denied access to the article and I"m going to be flippin pissed if they sell my email or start sending me junk email. Quote
Administrators AWS Posted March 6, 2004 Administrators Posted March 6, 2004 Hum. I click them and egt sent to the page and can view the news and I'm not registered there. I'll check it out. I am also going to suggest that the links be changed to threads in Tutors Corner. Quote Bob Schwarz, Sr. Xtreme .Net Talk Me @ Twitter - Network @ Twitter
wyrd Posted March 6, 2004 Posted March 6, 2004 I think it looks a bit cluttered. Why the change? Quote Gamer extraordinaire. Programmer wannabe.
*Experts* Volte Posted March 6, 2004 *Experts* Posted March 6, 2004 This has been planned for a looooong time. Awhile back, Extreme .NET Forums and Extreme VB Forums were bought by iNET Interactive, as I'm sure you know. As an effort to make the site look more like the other sites owned by iNET Interactive, the site has been redesigned and renamed. 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. Quote
samsmithnz Posted March 6, 2004 Posted March 6, 2004 Seems a bit slower to load for me too... looks good though Quote Thanks Sam http://www.samsmith.co.nz
samsmithnz Posted March 6, 2004 Posted March 6, 2004 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. lol. have you ever tryed to use vs.net on 800X600? Quote Thanks Sam http://www.samsmith.co.nz
Denaes Posted March 6, 2004 Posted March 6, 2004 lol. have you ever tryed to use vs.net on 800X600? I use 1280x800 on a widescreen monitor and I feel clausterphobic in VS.Net and Macromedia Studio. They all just have toolbars to the left and right, top and bottom... :eek: I have to "untack" everything to get more space. Quote
wyrd Posted March 6, 2004 Posted March 6, 2004 I'm on 1280x1024 resolution, and the site just feel cluttered to me. *shrug* Quote Gamer extraordinaire. Programmer wannabe.
ballisticnylon Posted March 6, 2004 Posted March 6, 2004 (edited) Is it indenting and coloring and stuff, oh my? 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 No, it's 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 I'm sure they'll iron out the wrinkles. Edited March 6, 2004 by ballisticnylon Quote "It may be roundly asserted that human ingenuity cannot concoct a cipher which human ingenuity cannot resolve." - Edgar Allan Poe, 1841 I long to accomplish great and noble tasks, but it is my chief duty to accomplish humble tasks as though they were great and noble. The world is moved along, not only by the mighty shoves of its heroes, but also by the aggregate of the tiny pushes of each honest worker. - Helen Keller
Administrators PlausiblyDamp Posted March 6, 2004 Administrators Posted March 6, 2004 Is it indenting and coloring and stuff, oh my? 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 No, it's 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 I'm sure they'll iron out the wrinkles. This will be fixed as soon as possible, VolteFace is currently working on a temporary fix before the full [code=visualbasic] 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 Posting Guidelines FAQ Post Formatting Intellectuals solve problems; geniuses prevent them. -- Albert Einstein
ballisticnylon Posted March 6, 2004 Posted March 6, 2004 (edited) This will be fixed as soon as possible' date=' VolteFace is currently working on a temporary fix before the full [code=visualbasic] 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) Sweet. Is the URL going to change? To http://www.xtremedotnettalk.com/ ? Edited March 6, 2004 by ballisticnylon Quote "It may be roundly asserted that human ingenuity cannot concoct a cipher which human ingenuity cannot resolve." - Edgar Allan Poe, 1841 I long to accomplish great and noble tasks, but it is my chief duty to accomplish humble tasks as though they were great and noble. The world is moved along, not only by the mighty shoves of its heroes, but also by the aggregate of the tiny pushes of each honest worker. - Helen Keller
*Experts* mutant Posted March 6, 2004 *Experts* Posted March 6, 2004 You still will be able to access the site using the old address. Quote
Faceless Master Posted March 6, 2004 Posted March 6, 2004 I think the old one was better and more user friendly. THough this one isnt bad too. ~Regards Faceless Master Quote Creativity Beyond Imagination http://www.facelessmaster.tk
DR00ME Posted March 7, 2004 Posted March 7, 2004 (edited) The old one was way better... :eek: well but once the tag-system is back to online I have to reconsider...! Edited March 7, 2004 by DR00ME Quote "Everything should be made as simple as possible, but not simpler." "It's not that I'm so smart , it's just that I stay with problems longer ." - Albert Einstein
ballisticnylon Posted March 8, 2004 Posted March 8, 2004 I think the good outweighs the bad... Quote "It may be roundly asserted that human ingenuity cannot concoct a cipher which human ingenuity cannot resolve." - Edgar Allan Poe, 1841 I long to accomplish great and noble tasks, but it is my chief duty to accomplish humble tasks as though they were great and noble. The world is moved along, not only by the mighty shoves of its heroes, but also by the aggregate of the tiny pushes of each honest worker. - Helen Keller
hog Posted March 8, 2004 Posted March 8, 2004 Well I got a shock! Thought I was on the wrong site:( Haven't been here for a while as work is going crazy. I have to say I preferred the old look, but as with everthing we will soon get used to this look:-\ PS I really don't like the pop up context help when you move the mouse over a post in the listings :mad: Keeps getting in the way :mad: :mad: Quote My website
samsmithnz Posted March 8, 2004 Posted March 8, 2004 Well I got a shock! Thought I was on the wrong site:( Haven't been here for a while as work is going crazy. I have to say I preferred the old look, but as with everthing we will soon get used to this look:-\ PS I really don't like the pop up context help when you move the mouse over a post in the listings :mad: Keeps getting in the way :mad: :mad: lol, thats the only new feature I do like...: ) Quote Thanks Sam http://www.samsmith.co.nz
hog Posted March 8, 2004 Posted March 8, 2004 LOL you can please some of the people all of the time and you can please all of the people some of the time, but you can please all the people all the time ;) Quote My website
samsmithnz Posted March 8, 2004 Posted March 8, 2004 LOL you can please some of the people all of the time and you can please all of the people some of the time' date=' but you can please all the people all the time ;)[/quote'] probably more like: "You can please some of the people some of the time, and some of the other people the rest of the time, but you can never please me." Quote Thanks Sam http://www.samsmith.co.nz
hog Posted March 8, 2004 Posted March 8, 2004 Ah samsmithnz I needed a laugh today...lol thnx m8 :) Quote My website
ThePentiumGuy Posted March 10, 2004 Posted March 10, 2004 Well I got a shock! Thought I was on the wrong site:( Haven't been here for a while as work is going crazy. I have to say I preferred the old look, but as with everthing we will soon get used to this look PS I really don't like the pop up context help when you move the mouse over a post in the listings Keeps getting in the way i actually like this popup thing, for those of us on 56k(im not.. ;)), instead of going through each thread, and clicking it.. and wasting your time, ya can just hover over the topic and see what the first post is and wow, if your screen res is set to 800x600 or below, everything is cluttered Quote My VB.NET Game Programming Tutorial Site (GDI+, Direct3D, Tetris [coming soon], a full RPG.... you name it!) vbprogramming.8k.com My Project (Need VB.NET Programmers) http://workspaces.gotdotnet.com/ResolutionRPG
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.