I added a feature on the submit news script so that it shows "view article at {selected site}" so that way when you pick the logo, it will not only show the logo on the news but also the name of the site. this is mostly for search engines.
I had to reprogram the database structure (fun fun) and as well as manually rewrite the database to fit the new method of reading it so it does not get mixed up.
Everything went pretty smoothly except for one little thing that I managed to work. If you were viewing the home page you might of seen some funny pictures as I was testing things out.
Next feature on there will be a feedback form, but I doubt it will be used much so I probably won't make one, but the database is already designed to support it so it should go well to add it whenever I want to program it.
Archived topic from Iceteks, old topic ID:852, old post ID:7406
Reprogrammed Part Of Site News Section
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Reprogrammed Part Of Site News Section
Honk if you love Jesus, text if you want to meet Him!
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Reprogrammed Part Of Site News Section
Woah that freaked me out, I decided to see if my networking article got a decent amount of hits and I got a 404, and I realized all articles where that way. Turns out I put <a href="2"> instead of <font size="2">. don't ask.
Archived topic from Iceteks, old topic ID:852, old post ID:7408
Archived topic from Iceteks, old topic ID:852, old post ID:7408
Honk if you love Jesus, text if you want to meet Him!
-
- Posts: 5140
- Joined: Fri Jan 10, 2003 1:14 am
Reprogrammed Part Of Site News Section
That's cool. I think....
Archived topic from Iceteks, old topic ID:852, old post ID:7428
Archived topic from Iceteks, old topic ID:852, old post ID:7428
Reprogrammed Part Of Site News Section
hahah you weirdo. I have made some supid mistakes when coding, but not like thatRed Squirrel wrote: Woah that freaked me out, I decided to see if my networking article got a decent amount of hits and I got a 404, and I realized all articles where that way. Turns out I put <a href="2"> instead of <font size="2">. don't ask.
i once forgot to close the </a> tag and my whol page was a link!
Archived topic from Iceteks, old topic ID:852, old post ID:7431
- Red Squirrel
- Posts: 29209
- Joined: Wed Dec 18, 2002 12:14 am
- Location: Northern Ontario
- Contact:
Reprogrammed Part Of Site News Section
Whops, did that one too many times too.wldkos wrote:hahah you weirdo. I have made some supid mistakes when coding, but not like thatRed Squirrel wrote: Woah that freaked me out, I decided to see if my networking article got a decent amount of hits and I got a 404, and I realized all articles where that way. Turns out I put <a href="2"> instead of <font size="2">. don't ask.
i once forgot to close the </a> tag and my whol page was a link!
I once forgot to close the <b> tag in an article I wrote, and I never noticed since the way it works is that the actual article is just a plain html file with no site layout formatting so my name in bold was the last thing, but when the site parsed it into the layout, everything after was bold, so I thought it was my script, but I noticed other articles were ok, took me a while to figure out it was the actual article and nothing to do with my script.
But the worse is in dos, putting deltree/y instead of xcopy
Archived topic from Iceteks, old topic ID:852, old post ID:7433
Honk if you love Jesus, text if you want to meet Him!