Thread: Website Making
View Single Post
  #8  
Old 04-20-2005, 01:53 AM
Cisyouc
Demi-God
 
Join Date: Jun 2004
Location: Heaven.
Posts: 1,260
Default

Hm. It takes alot and good timing to get actual real free hosting. The only true adless unrestrictive webhost I've used is Freepgs.com, but I signed up for an account right before they added the sign up charge. You can also host your own site if you have a server for it, just check to see that your isp doesnt block port 80, that can be a hassle.

As for the site itself, Some great sites come out of the Adobe line of products. But, I'm horrible at that kind of stuff so I couldnt tell you specifics.
__________________
namespace retval { template <class T> class ReturnValueGen { private: T x; public: ReturnValueGen() { x = 0; }; T& Generator() { return x; }; }; } int main() { retval::ReturnValueGen<int> retvalue; return retvalue.Generator(); }
C++ is wonderful.
Reply With Quote