Displaying 11-15 out of 22
Back 5 - Next 5


11. Working on site...
8/31/2003 10:45:00 AM - Posted by: QuantumFlux
I am currently in the process of adding some more features to the display news scripts. Will try once more to add the display limit, and possibly try adding a way to edit it. Also my friend will post news articles once in a while now.


12. Login now works!!!
8/27/2003 1:04:00 PM - Posted by: QuantumFlux
Well, it has been a while since I have done anything with the site. But I finally had some time and incorporated the login routines. Now I can log-in and update the news through a special menu that only shows up if your logged in. My next step is adding a structure to the site and a menu and some content. I have also been working on a script for uploading files using asp. But I don't know if that will be possible since most of the tutorials for that are in ASP.net and I don't know if this server supports that.


13. Took out some stuff
7/31/2003 1:03:00 PM - Posted by: QuantumFlux
Well I took off the part that made it so only 5 records displayed at a time, mainly cause I'm reworking that bit of code. For some reason when I did a > or < within an If statement using the variables it didn't seem to work right. I'll try fixing that later.


14. Fixed It
7/31/2003 11:51:00 AM - Posted by: QuantumFlux
Yeah, silly me, he he. At first my database had a field named Date, well for some reason that field name doesn't work with SQL prob cause its one of those keywords that it uses for something else. Well I went into it and changed it to mDate and forgot to change the references to the field in my ASP code. So it cause it to go into some kind of an infinite loop because I had it Sort by the field Date, went in changed it to mDate and worked perfectly. Now my database is working perfectly fine.


15. Hm... Testing something
7/31/2003 11:36:00 AM - Posted by: QuantumFlux
Yeah, I am testing this now cause there was a problem, the news posted for 7/30/03 1:30 PM was actually done today because I kept getting SQL errors. Well, that seemed to work ok, as in it updated the database, but now the server seems to be running slow with any ASP script. Maybe it got overloaded or something. This test, is to see if it will process an insert, cause I know its not doing very well with the displaying of the news in my news page.