VBGamer |
|||||||||||||||||||||||||||||||||||||||||||||||||||||
RE: So...David? Almar Joling (2 replies, 0 views) (2000-Nov-20) Quote: "I get overwhelmed. I become a 'middleman' between the users and the content providers (the developers), I end up slowing down the flow of information"
That's exactly the thing that should be 'removed'. It should be as simple entering news in a textbox, pressing "submit" and when you get back to the home section. your news ison top. I've made things like this in the past... It's just like my QuadrantWars.com's newsscript. I've defined 3 fonts: Subject, Date, Body.
Now the ASP code will simply move through a simple text file and search for the 'news' tags. Now everybody can easily upload news, using the same layout for everyone...
It's as simple as this. I've just copied it from the website's news file:
<HEAD>
DirectX8 SDK
</HEAD>
<Date>
19 November, 2000 - By <A href="mailto:ajoling@theheadoffice.com">Almar [Programmer]</A>
</Date>
<BODY>
removed because of size
</BODY>
|