Emuforums.com

Go Back   Emuforums.com > General Discussion > Web development / Programming
Register FAQ Members List Calendar Mark Forums Read

Login to remove all ads!
Reply
 
LinkBack Thread Tools Display Modes
Old February 18th, 2002   #1 (permalink)
Administrator
 
Thorgal's Avatar
 
Join Date: Apr 2001
Location: The Netherlands
Posts: 323
Alright, what would you like?

Ok, here's the thing: I need to know what kind of webdevelopment-related stuff you guys are most interested in, as I've got a page where I'd like to put some 'goodies' online. Tutorials, tips, techniques, links, whatever..

I have to note here though, it won't be a big site or anything, it's more like an 'extra section on the side' of another site which I cannot disclose yet. So I'd like to have some general tips on what I should put online; and I don't care about quantity, I do care about quality. So, any suggestions?
__________________
- Thorgal // Design guru of NGEmu and Emuforums
AthlonXP2200+, 768MB DDR333, Radeon 9700Pro, LG 915FT+, 130gb HD

You think Emuforums looks a bit messy? Don't blame me!
Thorgal is offline   Reply With Quote
Old February 18th, 2002   #2 (permalink)
Not Invited
 
Jonys's Avatar
 
Join Date: Dec 2001
Location: Time Vortex
Posts: 1,063
But u will make this webdevelopment page for ppl who already understand a little about it....or for everyone who is interested in ???
__________________
I'm NoThInG ThAt I CaNnOt SaY
"It is the nature that gives us our boundaries and nature that enforces them" - Eladamri, Lord of Leaves - ..::AGP::.. Web Community - Anime and Game Players - Web Community
[sig=134]
Come to AGP Black - Green
(((AGP))) ...:::Black-Green:::...
Jonys is offline   Reply With Quote
Old February 18th, 2002   #3 (permalink)
Administrator
 
Thorgal's Avatar
 
Join Date: Apr 2001
Location: The Netherlands
Posts: 323
it'll actually be a 'goodies' section, ie. that includes any kind of helpful resource, wether it's for newbies or the more experienced.
__________________
- Thorgal // Design guru of NGEmu and Emuforums
AthlonXP2200+, 768MB DDR333, Radeon 9700Pro, LG 915FT+, 130gb HD

You think Emuforums looks a bit messy? Don't blame me!
Thorgal is offline   Reply With Quote
Old February 19th, 2002   #4 (permalink)
Keith
Guest
 
Posts: n/a
I would prefere more advanced stuff, and I know you have graphics skills so some tutorials in that area would be great, maybe some design basics for those out there starting out. This seems to be an area most people always ask about, and seem to lack in when starting out. I will think of some more later
  Reply With Quote
Old February 19th, 2002   #5 (permalink)
Coffee Demon
 
Dark Watcher's Avatar
 
Join Date: Jun 2001
Location: Darkness, Unknown
Posts: 2,896
hmm

Perhaps various Java or DHTML tricks such as splash screen effect....mouse trailers...etc...
__________________
Dark Watcher is offline   Reply With Quote
Old February 19th, 2002   #6 (permalink)
EmuFanatics Fanatic
 
GopherBroke's Avatar
 
Join Date: Jul 2001
Location: Earth
Posts: 102
I agree with Keith on the graphics thing - I could always use some more PhotoShop tutorials . Also, this idea is quite specific, but I'm making a new version of the Against All Odds site and I wanted text to scroll on a static background. I'll post a pic later of what I mean (hopefully i don't have to use frames....)
__________________
Clean Getaway - North Florida's Finest Punk Rock
GopherBroke is offline   Reply With Quote
Old February 20th, 2002   #7 (permalink)
Administrator
 
Thorgal's Avatar
 
Join Date: Apr 2001
Location: The Netherlands
Posts: 323
Alright, thanks for the comments so far guys

GopherBroke: I'm not sure if/when I'll put up a tutorial of that, so I'll just help ya out here You should have something like this:
PHP Code:
<style type="text/css">
text {background-imageurl("image.gif"); background-repeatno-repeatbackground-attachmentfixed}
</
style
Put that in the <head> tags. Then add style="text" to the td or whatever tag you want to put the text in; you'll get the idea. Since you said you didn't want to use frames, this would be the best way to go. Ofcourse, you could also replace 'text' with 'body', then the bg of the whole page will be static. Hope that helps.
__________________
- Thorgal // Design guru of NGEmu and Emuforums
AthlonXP2200+, 768MB DDR333, Radeon 9700Pro, LG 915FT+, 130gb HD

You think Emuforums looks a bit messy? Don't blame me!

Last edited by Thorgal; February 20th, 2002 at 08:23.
Thorgal is offline   Reply With Quote
Old February 20th, 2002   #8 (permalink)
NSBQ nut
 
Nezzar's Avatar
 
Join Date: Aug 2001
Location: .de
Posts: 1,208
I agree to Keith also. Some advanced stuff would be nice and some PS-Tuts maybe.
__________________
Bred for its skills in magic
Nezzar is offline   Reply With Quote
Old February 20th, 2002   #9 (permalink)
EmuFanatics Fanatic
 
GopherBroke's Avatar
 
Join Date: Jul 2001
Location: Earth
Posts: 102
Okay, Thorgal. I used your supplied code, but I must be doing something wrong. Check ou this link: www.asherpunk.com/asher/ Little things have to be changed, like darkening the background pic, but the major thig is getting the text to scroll on that photo. I know there's hardy any text, but check out my source, if you could, and let me know whats wrong. Thanks, Thorgal.
__________________
Clean Getaway - North Florida's Finest Punk Rock
GopherBroke is offline   Reply With Quote
Old February 20th, 2002   #10 (permalink)
Administrator
 
Thorgal's Avatar
 
Join Date: Apr 2001
Location: The Netherlands
Posts: 323
Quote:
Originally posted by GopherBroke
Okay, Thorgal. I used your supplied code, but I must be doing something wrong. Check ou this link: www.asherpunk.com/asher/ Little things have to be changed, like darkening the background pic, but the major thig is getting the text to scroll on that photo. I know there's hardy any text, but check out my source, if you could, and let me know whats wrong. Thanks, Thorgal.
Woops, my bad. One small thing: add a period before text {etc} , ie. .text {etc} otherwise it would only work with a html tag called text, which doesn't exist

Also, what's base target="text" at the end of the header all about, if I may ask?
__________________
- Thorgal // Design guru of NGEmu and Emuforums
AthlonXP2200+, 768MB DDR333, Radeon 9700Pro, LG 915FT+, 130gb HD

You think Emuforums looks a bit messy? Don't blame me!
Thorgal is offline   Reply With Quote
Old February 21st, 2002   #11 (permalink)
EmuFanatics Fanatic
 
GopherBroke's Avatar
 
Join Date: Jul 2001
Location: Earth
Posts: 102
Quote:
Originally posted by Thorgal
Woops, my bad. One small thing: add a period before text {etc} , ie. .text {etc} otherwise it would only work with a html tag called text, which doesn't exist

Also, what's base target="text" at the end of the header all about, if I may ask?
Actually I don't know what that was at the end of the header, so I removed that. And I changed some of the code as per your instructions, but I'm still not getting the desired result. Check back at www.asherpunk.com/asher I've added more text just to se if it would work, but no... So if you could lend a helping hand again I would appreciate it.
__________________
Clean Getaway - North Florida's Finest Punk Rock
GopherBroke is offline   Reply With Quote
Old February 21st, 2002   #12 (permalink)
Administrator
 
Thorgal's Avatar
 
Join Date: Apr 2001
Location: The Netherlands
Posts: 323
Ah, I see what the prob is; I don't think there's any other way to do this without frames though. Even though you set the table at a height of 300, all the text would still make html ignore that and use up the space that's necessary (which is definitely more than 300px). The site structure is rather easy though, so frames aren't really difficult here. For the middle frame, simply put this between the style tags in the head:
PHP Code:
body {background-imageurl("images/aao3.gif"); background-attachmentfixed
yeah, that's without a period; I also cleared the 'no-repeat' part as I forgot it had to be repeated You don't need to set anything else...
__________________
- Thorgal // Design guru of NGEmu and Emuforums
AthlonXP2200+, 768MB DDR333, Radeon 9700Pro, LG 915FT+, 130gb HD

You think Emuforums looks a bit messy? Don't blame me!
Thorgal is offline   Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


All times are GMT. The time now is 08:56.


Powered by vBulletin® Version 3.7.0 Release Candidate 3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0 RC5