Jump to content

Kovo

Members
  • Posts

    237
  • Joined

  • Last visited

Everything posted by Kovo

  1. duby is the cms I am using, though im starting to regret it now
  2. I use this CMS to edit my pages, but when it submits data which is html coding, the data is stored as regualr text and not htmlc ode, so when I query the data, the result is just plan text and not the rendered code. Any settings I need to change for this?
  3. Kovo

    should I worry?

    really? thats odd. NO both the recent version of Opera andIE7 it shows grey
  4. Kovo

    should I worry?

    http://kp.kovo.caClick Documents linkDummy text should appear. In Opera and IE there is some sort of light grey background color applied, while FF and NS has a transparent color which is what I want. Any idea how to remove the grey color for IE and Opera?
  5. alas, to no avail, but its ok, thanks for ur help neway, ill try and figure this one out
  6. Again, thank you for your time and paitence, but yet still, i recieve the same error. Odd no? Do I need that fetch assoc line?
  7. thanks, but it still seems to disagree wtih meWarning: mysql_fetch_assoc(): supplied argument is not a valid MySQL result resource in /mnt/w0300/d41/s44/b02877b8/www/kovo.ca/kp/documents2.php on line 13
  8. I want a specific query that will go to the specified name and display its corresponding data on the page, the table looks like this: (beta, so dummy text) So I want my particular page to display the 'data' of gg for example.I tried this, but I know im so wrong: <?phpinclude ('config.php'); MYSQL_CONNECT("localhost","$mysql_u","$mysql_p"); mysql_select_db("$mysql_db"); $query = "SELECT data WHERE name LIKE gg";$result = mysql_query($query);while($row = mysql_fetch_assoc($result)) { $data = $row['data'] ; echo ("$data"); } MYSQL_CLOSE();?> any ideas?
  9. The ajax links dont work right now, when u visit the site, all u should see is the about me: in the right side, I will let you know if i have any trouble creating the cms, thanks
  10. Ill try and be a little more specific:http://kp.kovo.caThis is a one page site using ajax to load extenral files. The external pages are image galleries and I need a CMS that will allow me to choose any one of those pages and have the functions stated above. Possible?
  11. Im looking for a content management system that can simply do the following:-Allow me to use a form to update a page-On that page, it will allow me to upload a picture, links and wtv I want.-After a set amount of items on that page, I want it to create a second one, third one, etc...-I dont necessarily need an upload image feature, infact, Id rather not have one. Juist have the CMS allow me to create a template that it will use for every entry.Any ideas? Im sure a script like thhis is available free or not.
  12. Kovo

    AJAX

    AJAX does not seem to load my external content on this page http://kp.kovo.ca Its still in testing mode, but it should work. I dont see whats wrong.... Any ideas? Thanks.
  13. I fixed my first issue. By placing an include in an included page.Another issue is the back and forward buttons on browsers. With the script Im using, you cannot use the back button to go back pages properly. Try it.
  14. I wonder what script I would need to do the following without flash or frames:Keep the music playing from a flash player even while the user is sufing multiple pages on my site.ex. going from home page to about page without actually reloading the page.I have a similar script, but it has its limitations. Any other ways?thanks.real-world example of the limitation: http://tke.kovo.caIndex: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN""http://www.w3.org/TR/html4/loose.dtd"><html> <head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> <meta name="robots" content="index, follow"> <meta name="description" content="The Kovo Experiment Official website."> <meta name="keywords" content="kovo, website, kovos, kovo's, web, space, bio, biography, my, room, pet, atf, music, sound, beat, beats, drum, bass, techno, dance, experiment, the, experimental, ambient, good"> <meta name="GOOGLEBOT" content="INDEX, FOLLOW"> <meta name="revisit-after" content="7 days"> <meta http-equiv="imagetoolbar" content="no"><title>The Kovo Experiment Montreal Drum & Bass Ambient Experimental Techno</title> <link rel="icon" href="favicon.ico" type="image/x-icon"> <style> body {background-image: url('images/tke1_01.jpg'); margin: 0px; padding: 0px;} .main {background-color: #ffffff; width: 800px; text-align: left; } .maintext {background-color: #f9f9f9; width: 794px; text-align: left; margin-top: -3px; border-left: #ffffff 3px solid; border-right: #ffffff 3px solid;} .text {width: 775px; text-align: justify; padding: 10px; font-family: Verdana; font-size: 10pt; line-height: 1.5;} .copyright {width: 800px; background-color: #ffffff; text-align: center; font-family: Verdana; font-size: 8pt; line-height: 1.5;} .infobox {border-left:3px solid #ffffff; border-bottom:3px solid #ffffff; float:right; width:250px; margin:-10px -10px 0px 10px; padding: 3px;} .player {width:231px; height: 14px; margin-top: -19px; position: relative; left: 563px; top: 171px; border: #ffffff 3px solid;} .top {margin-top: -4px;} </style> <script src="nav.js" type="text/javascript"></script> <script src="thascript.js" type="text/javascript"></script> </head> <body> <center> <div class="main"> <div class="player"> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,47,0" width="231" height="14" id="wimpy" align="center" border="0"> <param name="allowScriptAccess" value="sameDomain" /> <param name="movie" value="wimpy.swf?wimpyApp=playlist.xml&wimpyskin=tke.xml&startPlayingOnload=yes&randomOnLoad=no&loopPlaylist=all&theVolume=80"/> <param name="loop" value="false" /> <param name="menu" value="false" /> <param name="quality" value="high" /> <param name="scale" value="noscale" /> <param name="salign" value="lt" /> <param name="bgcolor" value="FFFFFF" /> <embed src="wimpy.swf?wimpyApp=playlist.xml&wimpyskin=tke.xml&startPlayingOnload=yes&randomOnLoad=no&loopPlaylist=all&theVolume=80" loop="false" menu="false" quality="high" width="231" height="14" scale="noscale" salign="lt" name="wimpy" align="center" bgcolor="FFFFFF" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"/> </object> </div> <img src="images/tke1_03.jpg" width="800" height="171" alt="Top" border="0"/> <!--[if lte IE 6]><div class="top"><![endif]--> <!--[if IE 7]><div class="top"><![endif]--> <a href="java script:clicker('article_summary.html');" onMouseOver="changeImages('home', 'homeo')" onMouseOut="changeImages('home', 'homeb')"><img src="images/tke1_06.jpg" width="179" height="36" alt="home" border="0" name="home"/></a><a href="java script:clicker('about.html');" onMouseOver="changeImages('about', 'abouto')" onMouseOut="changeImages('about', 'aboutb')"><img src="images/tke1_07.jpg" width="97" height="36" alt="about" border="0" name="about"/></a><a href="java script:clicker('disco.html');" onMouseOver="changeImages('disco', 'discoo')" onMouseOut="changeImages('disco', 'discob')"><img src="images/tke1_08.jpg" width="135" height="36" alt="disco" border="0" name="disco"/></a><a href="java script:clicker('media.html');" onMouseOver="changeImages('media', 'mediao')" onMouseOut="changeImages('media', 'mediab')"><img src="images/tke1_09.jpg" width="98" height="36" alt="media" border="0" name="media"/></a><a href="java script:clicker('history.html');" onMouseOver="changeImages('history', 'historyo')" onMouseOut="changeImages('history', 'historyb')"><img src="images/tke1_10.jpg" width="90" height="36" alt="history" border="0" name="history"/></a><a href="java script:clicker('contact.html');" onMouseOver="changeImages('contact', 'contacto')" onMouseOut="changeImages('contact', 'contactb')"><img src="images/tke1_11.jpg" width="201" height="36" alt="contact" border="0" name="contact"/></a> </div> <center> <div class="maintext"> <center> <div class="text"> <div class="infobox"> <center>--Recent Media--</center><br/><br/> </div> <div id="conts"> <!--#include virtual="article_summary.html" --> </div> </div> </center> </div> </center> <div class="copyright"> <!--#include virtual="copy.html" --> </div> </div> </center> </body></html> Script: function createRequestObject() { var ro; var browser = navigator.appName; if(browser == "Microsoft Internet Explorer"){ ro = new ActiveXObject("Microsoft.XMLHTTP"); }else{ ro = new XMLHttpRequest(); } return ro;}var change=createRequestObject();function clicker(filename){change.open('get',filename);change.onreadystatechange = handleFile;change.send(null);}function handleFile(){if(change.readyState ==4){document.getElementById("conts").innerHTML=change.responseText}} If I try to switch pages (which dont exist but try it anyway) the Recent Media stays, because it is not within the conts ID div. If I put it there, it fixes 1/2 my problem, since it will disappear when I visit another page, but wont reappear when I get back to the home page. Placing it in the article_summary.html file does not work either.
  15. Kovo

    IE7 Worse?

    http://www.geeksquad.ca/http://www.geeksquad.com/Its a huge franchise in North America, owned by Best Buy now.
  16. Kovo

    IE7 Worse?

    I suppose yes. I hate IE7 personally. At work, as a technician (Geek Squad) I always recommend to customers to download Firefox.
  17. Kovo

    IE7 Worse?

    forget it, i have seemed to fix it without using the conditional comments. thanks though
  18. Kovo

    IE7 Worse?

    Ill try it. But it also doesnt render right in Opera. Plus even if I use conditional comments, which I have used in the past. I wouldnt know where to start to fix the way the divs are moving...Thanks for your help though.
  19. Kovo

    IE7 Worse?

    http://tke.kovo.ca/For some reason, that markup does not render properly AT ALL on IE. Even the new version that supposed to be more standards compliant.Whats wrong with my code? Sigh. Firefox renders perfectly.
  20. Kovo

    Valid CSS

    Hey, I fixed the issues with www.kovo.caAnd it validates!But my css doesnt....I get this * Line : 2 (Level : 1) You have no color with your background-color : body * Line : 5 (Level : 1) You have no color with your background-color : .navback * Line : 6 (Level : 1) Same colors for color and background-color in two contexts #nav a:hover and #nav * Line : 6 (Level : 1) You have no background-color with your color : #nav * Line : 6 (Level : 1) Same colors for color and background-color in two contexts hr and #nav * Line : 8 (Level : 1) Same colors for color and background-color in two contexts #nav a:hover and #nav a:visited * Line : 8 (Level : 1) Same colors for color and background-color in two contexts hr and #nav a:visited * Line : 8 (Level : 1) You have no background-color with your color : #nav a:visited * Line : 8 (Level : 1) Same colors for color and background-color in two contexts #nav a:hover and #nav a:visited * Line : 8 (Level : 1) Same colors for color and background-color in two contexts hr and #nav a:visited * Line : 8 (Level : 1) You have no background-color with your color : #nav a:visited * Line : 12 (Level : 1) You have no color with your background-color : .threecolbox_1E87CDBC * Line : 12 (Level : 2) Redefinition of margin-left : .threecolbox_1E87CDBC * Line : 13 (Level : 2) Redefinition of margin-right : .threecolbox_1E87CDBC * Line : 15 (Level : 1) You have no background-color with your color : .text * Line : 16 (Level : 1) You have no background-color with your color : .text2 * Line : 18 (Level : 1) You have no background-color with your color : .padbox_2CC9F81 * Line : 19 (Level : 1) Same colors for color and background-color in two contexts hr and a:visited * Line : 19 (Level : 1) Same colors for color and background-color in two contexts #nav a:hover and a:visited * Line : 19 (Level : 1) You have no background-color with your color : a:visited * Line : 19 (Level : 1) Same colors for color and background-color in two contexts hr and a:visited * Line : 19 (Level : 1) Same colors for color and background-color in two contexts #nav a:hover and a:visited * Line : 19 (Level : 1) You have no background-color with your color : a:visited * Line : 20 (Level : 1) You have no background-color with your color : a:hover * Line : 21 (Level : 1) You have no color with your background-color : hr I see it, but i dont know exactly how to fix it....this is part o my css: html{min-height: 500px; min-width: 800px; margin: 0px; padding: 0px; font-family: Verdana, Helvetica, sans-serif; font-size: 10pt;}body{background-color: #ffffff; background-image: url(images/img_01.jpg); background-repeat: repeat-x; margin: 0px; padding: 0px; min-height: 500px; min-width: 800px;}.bannerdiv {width: 100%; height: 151px; background-image: url(images/img_03.jpg); background-repeat: no-repeat; background-position: center top;}.navback {width: 100%; height: auto; background-color: #e1e1e1; font-family: Verdana, Helvetica, sans-serif; font-size: 13pt;}#nav {margin:0; padding:0; width:100%; vertical-align: middle; color: #0058bb;}#nav li {display:inline; padding:0; margin:0;}#nav a:link,#nav a:visited {color:#0058bb; width:auto; text-decoration:none;}#nav a:hover {color:#ffffff; background:#0058bb;}.threecolcont_1E87CDBA {width:100%; height:100%; margin: 0px; padding: 0px; overflow: hidden;}.threecolbox_1E87CDBL {width:200px; height:100%; float:left; margin: 0px; padding: 0px; font-family: Verdana, Helvetica, sans-serif; font-size: 9pt;}.threecolbox_1E87CDBC {width: auto; height:100%; background-color:#ffffff; margin: 0px; padding: 0px; margin-left: 200px; margin-right: 200px; border-right: #00489a 1px solid; border-left: #00489a 1px solid;}.threecolbox_1E87CDBR {width:200px; height:100%; float:right; margin: 0px; padding: 0px; font-family: Verdana, Helvetica, sans-serif; font-size: 9pt;}.text {color: #0000e1; line-height: 1.5;}.text2 {color: #0000e1; line-height: 1.5; width: 95%; text-align: left;}.padbcont_2CC9F81 {width:auto; height:auto; border-top: #00489a 1px solid; border-bottom: #00489a 1px solid; margin: 0px; padding: 0px; clear: both;}.padbox_2CC9F81 {width:auto; height:auto; margin: 0px; padding: 0px; color: #0000e1; font-size: 8pt; font-family: Verdana, Helvetica, sans-serif;}a:link,a:visited {color: #0058bb;}a:hover {color: #006feb;}hr {width: 100%; border: 0; background-color:#0058bb; height: 1px;}
  21. Kovo

    CSS Pwnts me

    Yes this is a similar template and I did use some elemtns of it, however I am trying to use borders directly through css and not through an img file i created. The borders work though, i now just need the page to scae to the content, a u can see now it isnt. i cant figure it out
  22. Kovo

    CSS Pwnts me

    Ok I managed to fix the borders, however now... when I add contnet to the left or right columns, the center and bottom divs do not expand to allow the content to show properly.Heres the CSS: html{min-height: 500px; min-width: 800px; margin: 0px; padding: 0px; font-family: Verdana; font-size: 10pt;}body{background-color: #ffffff; background-image: url('images/img_01.jpg'); background-repeat: repeat-x; margin: 0px; padding: 0px;}.bannerdiv {width: 100%; height: 151px; background-image: url('images/img_03.jpg'); background-repeat: no-repeat; background-position: center top;}.navback {width: 100%; height: auto; background-color: #e1e1e1; font-family: Verdana; font-size: 13pt;}#nav {margin:0; padding:0; width:100%; vertical-align: middle;}#nav li {display:inline; padding:0; margin:0;}#nav a:link,#nav a:visited {color:#000000; width:auto; text-decoration:none;}#nav a:hover {color:#ffffff; background:#bbbbbb;}.threecolcont_1E87CDBA {width:100%; height:100%; margin: 0px; padding: 0px; min-width: 850px; min-height: 300px;}.threecolbox_1E87CDBL {width:200px; height:auto; float:left; margin: 0px; padding: 0px; font-family: Verdana; font-size: 9pt; }.threecolbox_1E87CDBC {width: auto; height:100%; background-color:#ffffff; margin: 0px; padding: 0px; min-width: 509px; overflow: visible; margin-left: 200px; margin-right: 200px; border-right: #000000 1px solid; border-left: #000000 1px solid;}.threecolbox_1E87CDBR {width:200px; height:100%; float:right; margin: 0px; padding: 0px; font-family: Verdana; font-size: 9pt; }.text {margin-left: 5px;}.padbcont_2CC9F81 {width:auto; height:auto; border-top: #000000 1px solid; border-bottom: #000000 1px solid; margin: 0px; padding: 0px;}.padbox_2CC9F81 {width:auto; height:auto; margin: 0px; padding: 0px;}
  23. Another thing, I dont know if uve noticed, but FFand IE seem to ignore the style rules for links. Check my links out on both browsers, the hover doesnt work on one but it does on the other and vise versa. And some links on the same page do have the hover style and others dont...wtf? lol
×
×
  • Create New...