Jump to content
xisto Community

fffanatics

Members
  • Content Count

    935
  • Joined

  • Last visited

Posts posted by fffanatics


  1. Hey everyone. I am having an issue on one of my pages where the table inside my middle section of my layout will not continue to shrink if the browser window is shrunk. AKA, i get a slider bar on the bottom instead of things just overlapping. Below is the code for the page along with my style sheet. If you want to see for yourself the problem just go here: Final Fantasy Fanatics - FF7 - Armor.

    Armor.php

    <?php	session_start();    include './../db_connect.php';    include './../member_class.php';	include './../news_class.php';	$member_class = new member_class;	$news_class = new news_class;	include './../loginCheck.php';?><html><head><meta name="copyright" content="Robert Keller. 2005"><meta name="author" content="Robert Keller"><title>Final Fantasy Fanatics - Final Fantasy 7 - Armor</title><base target="_top"><link rel="STYLESHEET" href="./../styles.css" type="text/css"></head><body bgcolor="#24109E" text="#FFFFFF"> <div id="nonheaderArea"> <a href="./../index.php" title="Final Fantasy Fanatics">   <div id="topLogo"> </div>   </a>     <div id="blueSeparator"> </div>     <div id="bothMenus">     <?php  if (file_exists("./../leftSide.php")) {  	@include("./../leftSide.php");  }//if	?>     <br>     <div class="centerTable">       <div class="topicTitle">Armor</div>       <div class="news">         <div class="newsContent" style="border-top : 1px solid white;">           <table border="0" cellspacing="0" cellpadding="0" class="infoTable">             <tr>               <td colspan="2"></td>             </tr>             <tr>               <th>Name</th>               <th>Cost</th>               <th>D</th>               <th>D%</th>               <th>MD</th>               <th>M%</th>               <th>Un</th>               <th>Ln</th>               <th>Mg</th>               <th>Location</th>             </tr>             <tr>               <td>Bronze Bangle</td>               <td>---</td>               <td>8</td>               <td>0</td>               <td>0</td>               <td>0</td>               <td>0</td>               <td>0</td>               <td>0</td>               <td>Initially Equipped</td>             </tr>             <tr>               <td>Iron Bangle</td>               <td>160</td>               <td>10</td>               <td>0</td>               <td>2</td>               <td>0</td>               <td>1</td>               <td>---</td>               <td>1</td>               <td>Beginner's Shop</td>             </tr>             <tr>               <td>Titan Bangle</td>               <td>280</td>               <td>14</td>               <td>2</td>               <td>4</td>               <td>0</td>               <td>2</td>               <td>---</td>               <td>1</td>               <td>After defeating Airbuster in Shinra Reactor</td>             </tr>             <tr>               <td>Mythril Armlet</td>               <td>350</td>               <td>18</td>               <td>3</td>               <td>6</td>               <td>0</td>               <td>---</td>               <td>2</td>               <td>1</td>               <td>Shop in Wall Market</td>             </tr>             <tr>               <td>Carbon Bangle</td>               <td>800</td>               <td>27</td>               <td>3</td>               <td>8</td>               <td>0</td>               <td>1</td>               <td>2</td>               <td>1</td>               <td>Stolen from Moth Slasher in Shinra</td>             </tr>             <tr>               <td>Four Slots</td>               <td>1300</td>               <td>12</td>               <td>0</td>               <td>10</td>               <td>0</td>               <td>---</td>               <td>8</td>               <td>1</td>               <td>Exchange for Item Coupon A in Shrina Tower</td>             </tr>             <tr>               <td>Shinra Beta</td>               <td>---</td>               <td>30</td>               <td>0</td>               <td>0</td>               <td>0</td>               <td>2</td>               <td>2</td>               <td>1</td>               <td>Stolen from Marine on Shinra Boat</td>             </tr>             <tr>               <td>Plantinum Bangle</td>               <td>1800</td>               <td>20</td>               <td>0</td>               <td>12</td>               <td>0</td>               <td>2</td>               <td>---</td>               <td>1</td>               <td>Shop in Costa Del Sol Bar</td>             </tr>             <tr>               <td>Silver Armlet</td>               <td>1300</td>               <td>34</td>               <td>4</td>               <td>14</td>               <td>0</td>               <td>2</td>               <td>2</td>               <td>1</td>               <td>After defeating Dyne in Gold Saucer</td>             </tr>             <tr>               <td>Gold Armlet</td>               <td>2000</td>               <td>46</td>               <td>4</td>               <td>22</td>               <td>0</td>               <td>0</td>               <td>4</td>               <td>1</td>               <td>Steal from Dragon in Nibel Mountains</td>             </tr>             <tr>               <td>Edincoat</td>               <td>---</td>               <td>50</td>               <td>0</td>               <td>33</td>               <td>0</td>               <td>8</td>               <td>---</td>               <td>1</td>               <td>After defeating Palmer in Rocket Town</td>             </tr>             <tr>               <td>Diamond Bangle</td>               <td>3200</td>               <td>57</td>               <td>6</td>               <td>37</td>               <td>0</td>               <td>1</td>               <td>4</td>               <td>1</td>               <td>Shop in Bone Village</td>             </tr>             <tr>               <td>Rune Armlet</td>               <td>3700</td>               <td>43</td>               <td>5</td>               <td>24</td>               <td>0</td>               <td>4</td>               <td>---</td>               <td>2</td>               <td>Shop in Bone Village</td>             </tr>             <tr>               <td>Dragon Armlet</td>               <td>---</td>               <td>58</td>               <td>3</td>               <td>0</td>               <td>7</td>               <td>---</td>               <td>6</td>               <td>1</td>               <td>After defeating Red Dragon in Temple of the Ancients</td>             </tr>             <tr>               <td>Gigas Armlet</td>               <td>---</td>               <td>59</td>               <td>0</td>               <td>0</td>               <td>0</td>               <td>1</td>               <td>---</td>               <td>0</td>               <td>After defeating Demons Gate in Temple of the Ancients</td>             </tr>             <tr>               <td>Aurora Armlet</td>               <td>---</td>               <td>76</td>               <td>8</td>               <td>54</td>               <td>3</td>               <td>---</td>               <td>4</td>               <td>1</td>               <td>Forgotten City Shrine</td>             </tr>             <tr>               <td>Wizard Bracelet</td>               <td>12000</td>               <td>6</td>               <td>3</td>               <td>85</td>               <td>3</td>               <td>---</td>               <td>8</td>               <td>1</td>               <td>After defeating Jeneva Life in Forgotten City</td>             </tr>             <tr>               <td>Bolt Armlet</td>               <td>---</td>               <td>74</td>               <td>8</td>               <td>55</td>               <td>3</td>               <td>---</td>               <td>4</td>               <td>1</td>               <td>Corral Valley Caves<br>                 <b>NOTE</b> - Nullifies <b>Lightning</b> Attacks</td>             </tr>             <tr>               <td>Fire Armlet</td>               <td>---</td>               <td>72</td>               <td>8</td>               <td>52</td>               <td>3</td>               <td>---</td>               <td>4</td>               <td>1</td>               <td>Inside of Gaea's Cliff<br>                 <b>NOTE</b> - Nullifies <b>Fire</b> Attacks</td>             </tr>             <tr>               <td>Crystal Bangle</td>               <td>4800</td>               <td>70</td>               <td>8</td>               <td>45</td>               <td>1</td>               <td>---</td>               <td>6</td>               <td>1</td>               <td>Shop in Medeel</td>             </tr>             <tr>               <td>Warriors Bangle</td>               <td>---</td>               <td>96</td>               <td>0</td>               <td>21</td>               <td>0</td>               <td>---</td>               <td>4</td>               <td>1</td>               <td>Defeating Eagle Gun on Coal Train</td>             </tr>             <tr>               <td>Shinra Alpha</td>               <td>---</td>               <td>77</td>               <td>0</td>               <td>34</td>               <td>0</td>               <td>---</td>               <td>6</td>               <td>1</td>               <td>Steal from Underwater MP in Underwater Reactor</td>             </tr>             <tr>               <td>Ziedrich</td>               <td>---</td>               <td>100</td>               <td>0</td>               <td>15</td>               <td>98</td>               <td>18</td>               <td>0</td>               <td>0</td>               <td>Steal from Rude on Shinra No. 26<br>                 <b>NOTE</b> - Decreases all elemental attacks by 1/2</td>             </tr>             <tr>               <td>Escort Guard</td>               <td>---</td>               <td>62</td>               <td>5</td>               <td>55</td>               <td>0</td>               <td>0</td>               <td>6</td>               <td>1</td>               <td>Sunken Shinra Air Ship<br>                 <b>NOTE</b> - Man's Armlet nullifies, <b>Lightning/Earth/Water/ Poison</b></td>             </tr>             <tr>               <td>Aegis Bracelet</td>               <td>---</td>               <td>55</td>               <td>15</td>               <td>86</td>               <td>50</td>               <td>---</td>               <td>4</td>               <td>1</td>               <td>Invasion of Midgar</td>             </tr>             <tr>               <td>Imperial Guard</td>               <td>---</td>               <td>82</td>               <td>0</td>               <td>74</td>               <td>0</td>               <td>---</td>               <td>6</td>               <td>1</td>               <td>Reno</td>             </tr>             <tr>               <td>Minerva Band</td>               <td>---</td>               <td>60</td>               <td>8</td>               <td>57</td>               <td>0</td>               <td>0</td>               <td>6</td>               <td>1</td>               <td>Steal from Elena in Midgar Subway<br>                 <b>NOTE</b> - Women's Armlet nullifies <b>Fire/Cold/Gravity/ Holy</b></td>             </tr>             <tr>               <td>Mystile</td>               <td>---</td>               <td>65</td>               <td>50</td>               <td>72</td>               <td>60</td>               <td>0</td>               <td>6</td>               <td>1</td>               <td>Invasion of Midgar</td>             </tr>             <tr>               <td>Chocobracelet</td>               <td>---</td>               <td>35</td>               <td>10</td>               <td>38</td>               <td>10</td>               <td>4</td>               <td>0</td>               <td>1</td>               <td>Chocobo Racing Gift</td>             </tr>           </table>         </div>       </div>     </div>     <br>     <br>   </div>   <?php  if (file_exists("./../footer.php")) {  	@include("./../footer.php");  }//if	?> </div> </body></html>

    styles.css
    /* CSS Document */body{       background: #24109E url('./images/bg.jpg');	color : #ffffff;    	font-size : 12px;	font-family : Verdana, Comic Sans MS, Arial, Helvetica, sans-serif;    scrollbar-face-color : #24109E;       scrollbar-highlight-color : #fffff;    scrollbar-shadow-color : #ffffff;    scrollbar-3d-light-color : #ffffff;    scrollbar-arrow-color : #ffffff;    scrollbar-track-color : #ffffff;    scrollbar-darkshadow-color : #505050;}a { color : #ffffff; text-decoration : none; }a:hover {text-decoration : underline; }table{	font-size : 12px;}td {	vertical-align : top;}.centerTable{	background : url("images/tableBg.jpg");	border : 1px solid white;	width : 100%;}textarea {	font-family : Verdana, Comic Sans MS, Arial, Helvetica, sans-serif;	font-size: 12px;}#topLogo {	background: url('./images/titleImage.jpg');  height: 150;  width: 100%;	text-align: right;	border-bottom : 1px solid white;	cursor : pointer;}#footer {	border-top : 1px solid white; 	background-color : #000040; 	padding: 4px;}#blueSeparator {	background: url('./images/separator.jpg');  height: 15;  width: 100%;	text-align: right;}#topLinks {	background : #000040;}#leftMenu {	background: url('./images/sidebar.jpg');	position : absolute;	left : 11px;	width: 150px;	z-index : 2;		background-color : #000040;		border-right : 1px solid white;	border-bottom : 1px solid white;}#rightMenu {	background: url('./images/sidebar.jpg');	position: absolute;	right : 10px;		width: 150px;	z-index : 1;		background-color : #000040;		border-left : 1px solid white;	border-bottom : 1px solid white;}#nonheaderArea {	border : 1px solid white;	z-index : 0;	border : 1px solid white;}#noRightMenu{	*height : 565px;	min-height : 547px;		padding-left : 165px;	padding-right : 15px;}#bothMenus{	*height : 563px;	min-height : 547px;		padding-left : 165px;	padding-right : 165px;}.topicTitle {	z-index : 0;	font-size : 20px;	font-weight : bold;		text-align : left;	text-indent : 10px;	border-bottom : 1px solid white;	background: #000040;}.formTitle {	font-size : 29px;	font-weight : bold;	text-indent : 140px;}.menuHeader, .menuHeaderLink, .menuHeaderOver {	font-weight: bold;	width: 147;	padding-top: 2px;	padding-bottom: 2px;	text-indent : 4px;}.menuHeader  {	background : #000040;	border-bottom : 1px solid white;		border-top : 1px solid white;}.menuHeaderOver {	text-decoration : underline;}a.menuHeader , a.menuHeaderOver { border : none; padding : none; } /* fixes IE blocking issue */.menuItem, .menuItemOver {	color: white;	padding-left: 6px;	padding-top: 2px;	padding-bottom: 2px;}.menuItemOver {	background-color: #000040;}a.menuItem, a.menuItemOver { border : none; padding : none; } /* fixes IE blocking issue */#loginMenu {	text-align : center;	padding-top: 2px;	padding-bottom: 2px;}#loggedInMenu {	padding-top: 2px;	padding-bottom: 2px;}.news {	margin-top : 15px;	margin-bottom : 15px;	position : relative;}.newsTitle{	background: #000040;	text-indent: 5px;	font-size : 14px;	padding : 3px;	margin-left : 15px;	margin-right : 15px;		border: 1px solid white;}.newsInfo {	font-size : 11px;}.newsContent {	background:  url("images/tableUpperBg.jpg");	text-indent: 25px;	padding : 3px;	margin-left : 15px;	margin-right : 15px;		margin-bottom : 3px;	border: 1px solid white;	border-top : 0px;	}.formImportant{	color : #FFFF00;	font-weight : bold;}.formLeft {	text-align : right;	width : 200px;}.formRight {	padding-left : 10px;}.infoTable{	display : table;}.infoTable td{	display : table-cell;	padding-left : 15px;	padding-top : 2px;}.infoTable th{	display : table-cell;	border-bottom : 1px solid white;	font-size : 16px;	font-weight : normal;	text-align : left;	padding-left : 15px;	background-color: #000040;}.divTH{	display : table-cell;	border-bottom : 1px solid white;	font-size : 16px;	font-weight : normal;	text-align : left;	padding-left : 15px;	background-color: #000040;}

    Also, if you cant get to my site let me know cause all of a sudden i just got an error connecting to my database but my cpanel is down too so i just think it is Xisto. Please help me on this cause i really want to get this layout finished so that more content can be added. Thanks

  2. Yeah im in the other category too because for me these players just are too expensive. Between a car and college tuition and such, i do not have $200 - $300 to spend on a mp3 player yet i have always wanted one. Since i have atleast 25 gig of music currently a ipod mini is too small for so i am trying to get a 20gig ipod free from a site that sooooo many people at my college have used but to my luck i signed up too soon so no one is helping me with referrals so im kinda stuck. O well, im still trying atleast but if i had the money to get one, i prob wouldnt get an ipod since everyone has one but i would get a iriver or sony one instead.


  3. It seems like a very smart marketing campaign for microsoft since their "student" versions normally do not sell to well. I think that it is a very good idea that if it is done right will help out students everywhere because other companies and OS' will follow trying to smash microsoft if you know what i mean. Overall this is a positive event in computing


  4. Yeah let us see the code cause we probably could fix it. gcc is one of the best and the only other option would be cc but most likely you would still get an error but it might be easier to figure out what it means. Basically, if you do not understand one error message, run a different compiler cause it might be more descriptive on that error.


  5. It definitely is the best oone of the series (which is saying a lot). I for one have played it for over 100 hours on one of my saved games AND i have also started it over atleast 3 times so ive gotten my use out of it. Also, you can check out my website for any information on the game. The site that is guarenteed to work is my old site here or you can check my Xisto new release version of the same site but i am warning you i havent gotten to adding much of the content since i first wanted to finish the layout and other backend scripts. Wonderful game.


  6. The only thing important that rejected did not mention on his topic on copywrites is that titles of websites are not able to be copywrited. Therefore, if you created a site in 1999 with the name "Something", anyone else no matter when can create a site names "Something" even if you added the copywrite symbol or stated that it was copywrited. Also, you do not formally need to apply for copywrite in order for the material to be copywrited. All you have to do is say that it is copywrited.


  7. Well for one it must have taught you to not cheat on your girlfriend no matter what since its just inconsiderate and rude. However, as we all know that we all make mistakes growing up especially with girls (i know i did and still am at college). The best way to look at it is that in the end its the past and you can just learn from it. Finally, the comment about it not being forgotten by next school year, it will. Trust me things blow over very quickly in high school and even in college. Yeah, some of your friends might continue to tease you about it but just laugh with them and laugh at yourself becuase in the end who cares what others think. All you have to worry about is whether or not you are happy with yourself and that you have learned from a mistake. O and trust me, i have heard worse stories and they all have gotten over them and so have everyone who saw it happening so just forget it.


  8. Yeah basically it depends on what your host offers you. For me, i am hosted here at Xisto so i use php for my login script. I wrote all the code myself but if you want to see it just PM me. Secondly, since you wrote this script yourself, you need to make sure it is as secure as possible so make sure to encrypt passwords and such to prevent hacking. Hope this helps.


  9. The best peer to peer protocol (not software) has to be bittorrent unless you are on a internet 2 college campus. The reason i said protocol is that there is not bittorrent program like Kazaa or Limewire that does the searching. You must find a website that hosts .torrent files and then you use a bittorrent client to download the file. The reason it has to be the best is that you can get wonderful speeds, the files are correct and not corrupted, and they are mainly virus free unlike all the other pp programs.


  10. I like the look. It appears to be pretty professional looking unlike mine since i tend to like to create unique layouts that look more feeling to then yet still are very useable and such. Someone commented that they disliked your color scheme i truely like it. It is unique and gives your site a look that people will remember instead of the standard black and white or blue and white scheme. Overall, its a good site but i would work on the load times cause it did not load quickly at all and i am using broadband so thats my main suggestion. Good luck


  11. OK here is my critic. I like your background very much however, the colors are very hard to blend with text and such so i would recommend a color overlay on it to a more normal color. Your text has a nice font but the color does not look right on the background. Also, i would recommend blending it a little better with at drop shadow and such so that it seems to be on the background and not just typed on top of it. Finally, i dislike the red spray paint lines that are one the top left, right and bottom middle of the sig. I would just drop them and maybe add something like a fire or lightning render to just spice up those sides. Hopes this help


  12. HTMLMaster gave you some good basics and the website linked is wonderful. Basically to make a layout with CSS you use nested divs and span tags that each have either an id or a class name where they get their properties. You can check out my site cause it is done in all CSS. The link is in my sig. If you have any other questions feel free to PM me or something.


  13. Well it would help if you gave us a description of what you planned on using the computer for because if it is for gaming, you might need to change one or two things but if its just for developement or a server, you would be able to downgrade a bunch of things. Let us know so we can give u a better answer.


  14. OK it worked for me. As for the comment about jsp and php, it does actually matter because jsp is a more powerful language that is meant to be used for very hard and extremely difficult code to create a dynamic and secure website. PHP is more for the everyday user which is why it matters. If the site is just about someone, php should be used because the code will be cleaner and take up less lines decreasing the size of the site and the load time.


  15. Not bad at all....I really like the background and such. The only recommendations that i have would be to for one, create a mouseover for the link images at the top of the screen like "about" and "links" and such. Also, i would make sure the background extrends to the end of the screen because on the first page i get a large section of white on the bottom of the screen since the text doesnt reach it for me. Besides those two things, it looks great and seems to be a very well designed site. Keep up the good work


  16. OK i have made a one change that i really want some feedback on. I plan on having the name of the site on the header by the time i go to bed tonight but what i want to know is whether you liked the lines between the menu items or whether you like the way it is now. Also, let me know if you have any suggestions for how to make the menu header stand out a little more or look like it fits better like having an image behind it (if so what the image should look like) or whether the color behind it should change. Basically, let me know if you like the menu header as is or how you would change it. Thanks all for your help


  17. To answer novaforme's question, i wrote my own secure login system from scratch so i didnt really get it from anywhere. However, if you seacrch google for "php secure login script" you get a bunch of good results that i helped me write mine.Now for BaseElements suggestions, first of all i plan on making the title image thinner but i still need it wide since it is a div background, if you view it at a smaller size you just dont see the side of it which is fine since i will text above it with the name of my site on it. The reason i need it wide is that many people now a days are running resolutions at 1920 x 1200 (like me) and this will allow a very good view for all users.Now for the background color comment. Since the site is just being created, the background color appears to be over used but once I post maybe 2 or 3 more news comments, there will be a good amount more of the dark background color on the screen fixing the color issueFianlly, i do not get the unorganized comment because my layout would look exactly the same if i used tables instead of css divs and would create many issues between browers. Plus css is the prefered style language these days.The left side. First of all i do not use any transparent gifs but i use a div background for the image giving that illusion. Secondly, png are not fully supported by all browers these days and are the gifs of the future but should not currently be used. I do use a rectangle shape except for the image for the title which was up for comment. I will definitely try to make a better image that is rectangle instead of circular for that now so thanks for the help. Finally, the text size. I use a basic text size of 12 px which is a standard font size for paragraph text. Then i use 14 px for a news title so that it appears to have some importance and for a page title I use 20 px so it stands out which is pretty normal and does not appear large at all when viewed at 1024 x 768. Let me know why you think a few of these things in more details if you see my post so i can maybe understand you point of view on some of them. However, thanks for the comments because i love constructive critisism since it the best way to create a good site. Thanks

×
×
  • Create New...

Important Information

Terms of Use | Privacy Policy | Guidelines | We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.