Forum: C++
Nov 24th, 2004, 4:48 PM
|
|
Replies: 4
Views: 208
Since you're using c++, don't hurt yourself by...
Since you're using c++, don't hurt yourself by using the old c libraries. (this is a common mistake, a lot of beginners don't know the difference between c and c++ libraries)
You're also using the c...
|
Forum: C++
Nov 24th, 2004, 4:44 PM
|
|
Replies: 7
Views: 258
|
Forum: Show Off Your Open Source Projects
Nov 24th, 2004, 4:41 PM
|
|
Replies: 4
Views: 98
There's a tut here...
There's a tut here http://www.meyerweb.com/eric/css/edge/menus/demo.html and some other goodies at http://www.meyerweb.com/eric/css/edge/
|
Forum: C++
Nov 21st, 2004, 2:44 PM
|
|
Replies: 5
Views: 216
|
Forum: C++
Nov 19th, 2004, 11:47 AM
|
|
Replies: 25
Views: 704
|
Forum: Perl
Nov 13th, 2004, 4:42 PM
|
|
Replies: 6
Views: 563
|
Forum: C++
Nov 9th, 2004, 1:49 PM
|
|
Replies: 4
Views: 210
If bcc32 is borlands version of gcc, then look...
If bcc32 is borlands version of gcc, then look for b++32. Because, gcc is used to compile c source code, and g++ is used to compile c++ source code.$ g++ -o bin source.cppDoes borland have the...
|
Forum: Perl
Nov 9th, 2004, 1:45 PM
|
|
Replies: 6
Views: 563
|
Forum: C++
Nov 9th, 2004, 12:52 AM
|
|
Replies: 5
Views: 260
|
Forum: HTML / XHTML / CSS
Nov 9th, 2004, 12:45 AM
|
|
Replies: 8
Views: 818
TecBrain: Why not use a style sheet? td {...
TecBrain: Why not use a style sheet? td { padding: 10px; } will adjust the space between the elements in the cell and the cell.
You can eliminate a LOT of your code if you use style sheets, example:...
|
Forum: Bash / Shell Scripting
Nov 9th, 2004, 12:35 AM
|
|
Replies: 2
Views: 303
|
Forum: HTML / XHTML / CSS
Nov 9th, 2004, 12:28 AM
|
|
Replies: 15
Views: 589
I validate all my pages.
I have the web...
I validate all my pages.
I have the web developer plugin for firefox, so if I press CTRL+SHIFT+L, my page gets validated(works for local files).
I like vim, (vi improved) Its the best console text...
|