vb 3.0 Upgrade Discussion


 
Thread Tools Search this Thread
Contact Us Post Here to Contact Site Administrators and Moderators vb 3.0 Upgrade Discussion
# 1  
Old 01-12-2005
vb 3.0 Upgrade Discussion

Please discuss vB 3.0 upgrade or ask questions here.

Neo
# 2  
Old 01-12-2005
Change is the only constant - how I hate it.

Smilie

I did notice that code seems clearer - which is very nice. Easier to read
such as back ticks - or maybe that's just me.

set max=`awk -F"[ :]" '{max=$7*3600+$8*60; print max}' test.txt`

Last edited by RTM; 01-13-2005 at 12:00 AM..
# 3  
Old 01-13-2005
The moderator panel is nicer Smilie

https://www.unix.com/modcp/index.php
# 4  
Old 01-13-2005
I *think* that things seem easier to read because of the white background of the default skin. But I'm not sure.

Neo, I see that clicking on faq takes us to a menu where you seem to have a link to the rules. Can you add another item to that menu? Namely, a link to our FAQ Forum, perhaps labelled "Frequently Asked Technical Questions" or something.


While correcting my spelling of "white" (*blush*) I see that we can preview while editing a post!
# 5  
Old 01-13-2005
Perderabo,

I cut and pasted the rules into the new FAQ section. I'll make a link to the main FAQ forum as well. (Done)

https://www.unix.com/faq.php


Neo
# 6  
Old 01-13-2005
Seems very nice indeed - although it wouldn't let me log in - I had to reset my password and then change it back again?! Smilie

I agree that things seem a lot easier to read and navigate

Cheers
ZB
# 7  
Old 01-13-2005
FYI
There used to be a way to change/edit avatars under USERCP - Edit Options.
Now there is a Edit avatars but this doesn't seem to let you do anything if you don't already have a avatar.

Also, I noticed the options for which style has changed (since last night). Now it's down to 3 choices.

[On validation queue --- validated by Perderabo]
Login or Register to Ask a Question

Previous Thread | Next Thread

2 More Discussions You Might Find Interesting

1. What is on Your Mind?

Discussion culture

I want to start a small thread about discussion culture. From the past experience in different fora, I have little hope that any will come out of it. But I'll try it anyway, hoping to contributing to an improvement on the topic. I do not want to discuss a specific technical question, but only... (5 Replies)
Discussion started by: stomp
5 Replies

2. Shell Programming and Scripting

Kill script discussion

Does anybody got an idea to write a script to kill a long list of processes automatic? I got try this: ps -ef | grep 'my_name' After that, I used the "kill -9 PID". It seems like quite inefficient if I got a long list of processes need to terminate or kill it :( Thanks a lot for any... (2 Replies)
Discussion started by: patrick87
2 Replies
Login or Register to Ask a Question