CoreyBryant · Beginner

About

Username
CoreyBryant
Joined
Visits
0
Last Active
Roles
Registered Users
Thanked
0
Badges
0

Comments

  • I'll click also from time to time. Anyone know though if I right click to open in a new window - does that actually also count??
  • Hm, I wanted to make sure you saw that site. LOL Actually you are the first one to say anything about that double link. I guess I copied it twice at when I was setting that list up
  • Yeah one of our clients was witha hosting company using webalizer. Whe I showed him those stats compared to SmarterStats, he dropped them immediately
  • I do not use them but I was installing them on another server & accidentally downloaded the wrong ones. It looked like just webpages. So could you actually use that?
  • Well this might help some if it is mySQL: http://dev.mysql.com/doc/mysql/en/Table_size.html
  • (Quote) I wasn't going to say it - but he is right. Be careful - they can be picky over there at times :)
  • Here is what a few people have said - personally I have never heard of them but I do hear negative things:(Quote) (Quote) (Quote) So it does seem that there might be a few problems with them
  • I would agree - I heard adhearus does suck. You might also check out: http://www.marketbanker.com/mb/
  • Same here - What's the saying, you can't teach an old dog new tricks? :) But once you get a layout, do a layout in CSS, you really do not want to go back. After comparing everything, the coding is cleaner & it will load a lot quicker once tha…
  • I have started using CSS more in my layouts. I still miss the tables but I do know that it will be easier. Don't forget to use the external style sheet though. This way you can sepcifiy your fonts, sizes, colors, etc all in one page. And if you …
  • And just in case, I found this one: http://www.deonixscripts.com/products_templatesmng.php
  • Are you looking for PHP or ASP? I might have a few actually.
  • Seems it might have been down to some users: http://www.cnn.com/2004/TECH/internet/07/26/google.down/index.html - I have been updating my AV program like crazy today. I am getting some stupid e-mail like:(Quote) So of course I am running check aft…
  • One thing to keep in mind, PHP / mySQL is usually on *NIX & ASP / MS Access / MSSQL is usually on Windows. Windows can run PHP, but some PHP apps do not run properly on Windows. And *NIX can have ChiliASP installed, but once again, some ASP ap…
  • Well a WYSIWYG editor has an HTML view - that is what I meant. I have seen a lot of people who are new & use a WYSIWYG editor do not understand why when they copy code it does not work properly. I know that Front Page 2003 has actually gotten…
    in html?? Comment by CoreyBryant July 2004
  • I would agree with Python - usually the text area is best becuase if they copy it from the webpage & try to paste it into some WYSIWYG editors without converting it to text, it can be rendered incorrectly. Placing it into a text area helps to p…
    in html?? Comment by CoreyBryant July 2004
  • That poll though is probably taken from one specific market. If you put it on cnn.com or wsj.com, you would get different results than putting it on something like britney.com. I could not see where the demographics of that poll was taken though. …
  • :) No - I actually use that in one of my websites. I rarely type too much - copy and paste seems to be a lot easier at times
  • There are a few different ways - ASP, javascript or as pointed out - PHP. For ASP, I use something like: [code:1:d33ff9c5b2] <% Randomize '========================================================== ' Method #3: This method is the most work for t…