DJ Forum | Disc Jockey Forums | DJ Source Online - Your Online Source for Disc Jockey Resources DJ Event Planer

Go Back   DJ Source Online - Your Online Source for Disc Jockey Resources > DJ Source Online Archives > DJSourceOnline.com - Main Archives > DJ Idea Sharing - Main Forum
Connect with Facebook

 
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 01-18-2004, 08:52 PM
Senior Member
 
Join Date: Nov 2002
Location: Agawam, Massachusetts
Posts: 153
Post

For those of you that are using dreamweaver, Ive got a quick question about it... When you visit my site (http://www.Jx2Productions.com), you will realize that it doesn't resize to the size of your browser, stuff gets cut off and scroll bars appear. What can I do about this.. Ive tried looking online for HTML to correct this problem but can not seem to put my finger on it.. (I am using frames, like the look and feel of the site better, and it loads much faster onec the initial page is loaded).

Thanks,
Andy
Andrew@Jx2Productions.com
www.Jx2productions.com
Just added Beth Loughman Memorial Page...
__________________
Andrew P. Jensen
Andrew@Jx2Productions.com
Erik P. Jensen
Erik@Jx2Productions.com
<a href=\'http://www.Jx2Productions.com\' target=\'_blank\'>http://www.Jx2Productions.com</a>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #2 (permalink)  
Old 01-24-2004, 04:48 PM
Senior Member
 
Join Date: Nov 2002
Location: Agawam, Massachusetts
Posts: 153
Thumbs up

I still can not get the page to work the way that I would like it to work. I have tried to use the framesets but actually ended up messing the site up (I actually had to take the site down and redirect to my old site, luckily i kept a spare on my other computer and just had to do some minor updating). Wondering what I am doing wrong, if someone could walk me through the steps. Heres my sites html for the front page (I use dreamweaver) :

<html>
<head>
<title>Jx2 Productions</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="JavaScript">
<!--
function MM_reloadPage(init) { //reloads the window if Nav4 resized
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);
// -->
</script>
</head>
<frameset rows="209,*" frameborder="NO" border="0" framespacing="0" cols="*">
<frame name="topFrame" scrolling="NO" noresize src="top_frame.htm" >
<frameset cols="150,*" frameborder="NO" border="0" framespacing="0" rows="*">
<frameset rows="*,168" frameborder="NO" border="0" framespacing="0" cols="*">
<frame name="leftFrame" scrolling="NO" noresize src="nav_frame.htm">
<frame name="bottomFrame" scrolling="NO" noresize src="Bottom_left_frame.htm">
</frameset>
<frameset rows="*,59" frameborder="NO" border="0" framespacing="0" cols="*">
<frame name="main_frame" src="Main_Frame.htm" frameborder="NO" noresize>
<frame name="bottomFrame1" scrolling="NO" src="bottom_frame.htm" noresize>
</frameset>
</frameset>
</frameset>
<noframes>
<body bgcolor="#FFFFFF" text="#000000">
</body>
</noframes>
</html>

Not sure if I can jsut edit what I already have there or if i have to start completly over from scratch and then just add everything into the new page. Which ever is fine to me, the most important thing is getting the site to work.

Thanks for everyone's help, this website thing has been driving me nuts.. Making it is easy but getting the details from the help sources aren't always too easy to understand.

For those of you who are network inclined;
When you are to go to my site : http://www.Jx2Productions.com, and you click on a link (for instance photos) the address bar will change to my ip address and the location of my site (http://151.203.154.88:82/jax2_frames1.htm). How can I get my computer / webserver to always show up as my url (www.Jx2Productions.com) ? I understand that you have to do something w/ the config file of the webserver, but not sure where to do it. I am using WebWeaver for my server. I will switch to apahce, but I currently don't know how to edit the files too well. Tried it but was way to confusing for me. I asked a buddy that works w/ apache in Unix but he wasn't sure off the top of his head how to do it either. Any help here is greatly appreciated.

Thanks a lot for everyone's help...

Andrew
__________________
Andrew P. Jensen
Andrew@Jx2Productions.com
Erik P. Jensen
Erik@Jx2Productions.com
<a href=\'http://www.Jx2Productions.com\' target=\'_blank\'>http://www.Jx2Productions.com</a>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #3 (permalink)  
Old 01-24-2004, 06:57 PM
Senior Member
 
Join Date: Oct 2002
Posts: 340
Send a message via ICQ to Glen Millar
Default

How do you have your bind manager settings setup?

The files you may need to edit in linux for DNS BIND configuration to bind a nameserver or domain name to your server are found in are

named.conf
/var/names/
/var/named/*
/etc/named.conf
/usr/sbin/named
/etc/init.d/named

I run linux/Apache servers so the following is how you set up DNS in Linux using Ensim servers. This may help you as well.

Make sure you have 2 IP addresses. This is REQUIRED to setup nameservers. You have to REGISTER YOUR DOMAIN AS NAMESERVERS. This is free and there should be some place at your domain register to do this. Search the help files at whereever it is that you bought your domain.

Make your new nameservers authoritative for yourdomain.com (update yourdomain.com to point to your new nameservers. (i.e. ns1.yourdomain.com and ns2.yourdomain.com))

This How To assumes that you have a fresh server with no existing domains and:

yourdomain.com (is your main domain name)
ns1.yourdomain.com (is your first name server)
ns2.yourdomain.com (is your second name server)
secure.yourdomain.com (is your servers host name)

and are all based on the same domain (yourdomain.com).

Go to wherever you bought "yourdomain.com" from and register yourdomain.com as nameservers like this:

ns1.yourndomain.com - 111.111.111.111 (your servers main IP)
ns2.yourdomain.com - 222.222.222.222 (your second IP).

Now is a good time to change your server host name to secure.yourdomain.com (or whatever). Using "secure" will work well if you plan to offer server wide SSL.

It is a good idea to edit this file and change the IP addresses that are there to your new IP addresses.

You log into your server via SSH and once logged change to root for the server.

su -

#Edit this file as "su -" root:
pico -w /etc/resolv.conf

This is what the file may look like:


quote:
--------------------------------------------------------------------------------
nameserver 207.218.192.39
nameserver 207.218.192.38
--------------------------------------------------------------------------------



Change it to look like:


quote:
--------------------------------------------------------------------------------
nameserver 127.0.0.1
nameserver YOUR-IP-#1-HERE
nameserver YOUR-IP-#2-HERE
--------------------------------------------------------------------------------



#Reboot the Server for the changes (from step 3 and 4) to take effect
shutdown -r now

Set up Reverse DNS records for each of your IP's. Some mail servers do not accept mail without rDNS records. AOL is one of them.

You do not add Reverse DNS records for each of your domains, you only add them for your IP address, so if you only have 2 IP addresses you can only have 2 Reverse DNS records.

Enter the Appliance Administrator, click Services then click the pencil icon to edit DNS/BIND.
Now click "Zone List" from the menu.

If the zone "yourdomain.com" does not exist, add a new zone "yourdomain.com" from the pull down list. (If the zone "yourdomain.com" does already exist, continue with the next step)

After you have created the new zone "yourdomain.com" click on the pencil icon next to it and add an "A" record from the pull down menu.

In the hostname field, add "ns1", in the IP address field, add your servers main IP address "111.111.111.111" uncheck the reverse dns stuff then click save.

Add another "A" record with the following

In the hostname field, add "ns2", in the IP address field, add your second IP address "222.222.222.222" uncheck the reverse dns stuff then click save.

Do it one more time, this time using "secure" in the hostname field and your main IP "111.111.111.111" as the IP address, uncheck the reverse dns stuff then click save.

Now lets add the name servers, click the dns "configuration" link, which brings you back to the main DNS page.

Click the pencil icon on primary namesever and input ns1.yourdomain.com and then click save.

Click the pencil icon on Virtual DNS and check the "virtual DNS" box and enter ns2.yourdomain.com and 222.222.222.222 then click save.

Click on Site Manager and add the IP based site yourdomain.com and use your second IP (i.e. 222.222.222.222) (configure the site's services to your liking)

Now after all this is done and about 3 days later, secure.yourdomain.com should resolve to site admin menu, secure.yourdomain.com/admin will take you to the appliance menu and yourdomain.com goes to your site.
__________________
Glen Millar
<a href=\'http://forum.djworldchat.com\' target=\'_blank\'>DJ Tech World...Tech Talk (and More) for Today's Professional DJ</a>
Site Administrator: A whole bunch of DJ related and Non-DJ related sites
Technical Administrator: A whole bunch of DJ related and Non-DJ related sites

Music moves the body, mind and spirit. Let our music move you
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #4 (permalink)  
Old 01-25-2004, 05:40 PM
Senior Member
 
Join Date: May 2002
Location: Staten Island NY
Posts: 552
Default

Andrew,

As far as resizing, your page has so much on it that it would probably only look good on a 1024 x 768 px screen or higher. You can't put more on a screen than can possibly fit in an 800x600 window, and expect that it can all be seen without scrollbars, if you are using frames. Your top frame certainly takes up too much space. I would redesign the top_frame.htm so that it is just the pulsating logo, without the flash warning and counter, and then fix the frame in the upper left corner (or better yet, place it in the same frame as your navigation menu). Your Main_Frame.htm will never fit in its space as long as the photo and text are sized and positioned the way they are.
__________________
DJ Donny Brusca
<a href=\'http://www.Sound-Sensation.com\' target=\'_blank\'>www.Sound-Sensation.com</a>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
  #5 (permalink)  
Old 01-25-2004, 07:31 PM
Senior Member
 
Join Date: Nov 2002
Location: Agawam, Massachusetts
Posts: 153
Post

In Dreamweaver, Im not even sure how to change the size of the page.. I can't find it anywhere in the properties, so I assumed that it was in 800x600, but not sure. Im giving the apache for linux (the directions from above) a shot even though I'm attempting to run apache for windows, but still using webweaver for my sites server. Thanks again for everyone's help. I'm re-desinging the frames now so they will all fit better.

Thanks again for everyones help and suggestions. Everything has been and will be greatly appreciated.

Andrew Jensen
__________________
Andrew P. Jensen
Andrew@Jx2Productions.com
Erik P. Jensen
Erik@Jx2Productions.com
<a href=\'http://www.Jx2Productions.com\' target=\'_blank\'>http://www.Jx2Productions.com</a>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
 
Unread
DJSourceOnline.com
 

 


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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Getting On All The Search Engines Glen Millar DJ Idea Sharing - Main Forum 2 01-20-2004 02:30 AM
Series of threads to find out what advertising vehicles work and don't work Jim Casey DJ Idea Sharing - Main Forum 12 07-24-2003 07:18 AM
Series of threads to find out what advertising vehicles work and don't work Jim Casey DJ Idea Sharing - Main Forum 2 07-22-2003 04:40 AM
June 12, 2003 Open Mic Night Live Chat Jim Casey DJ Idea Sharing - Main Forum 0 06-16-2003 11:04 AM
February 11, 2003 Website Help & Promotion Chat Jim Casey DJ Idea Sharing - Main Forum 0 02-12-2003 03:06 AM


All times are GMT -5. The time now is 06:41 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.5.0 RC2
© 2007 -2010 DJ Source Online

Disc Jockey Directory  |  The Right DJ |  Disc Jockey Search Engine |  Disc Jockey News
Free DJ Listings |  Disc Jockey Forums |  Disc Jockey Directory |  Coolest DJ on the Planet
Big Brother 11 Blog |  Reality TV Forums