Kaula
Members-
Posts
87 -
Joined
-
Last visited
Everything posted by Kaula
-
Howdy, Thanks for the replies, they worked perfectly! Looks like I have alot of learning to do! Thanks, Paul
-
Some things I have tried that didnt work; <?php echo 'javascript contents' ?> <?php ?> javascript contents <?php ?>
-
Hi, I'm having some trouble using a javascript lastModified script when the pages file extension is .php The page needs to stay with an extension of .php and use javascript for the lastModified, theres no way around that for what I need. Note, I added seconds so you can see the last updated changing everytime you refresh or someone views the page. The javascript : http://www.kaulaiscool.com/tch_example/tch_example.txt It working fine without the .php extensions: http://www.kaulaiscool.com/tch_example/tch_example.htm The problem... http://www.kaulaiscool.com/tch_example/tch_example.php You can see if you refresh the last link with the .php extension that the seconds gets updated everytime.. I'm looking for a way around it or a reason why its impossible ( I'm new to scripting so I might be missing something obvious) Thanks for any help you can give! Paul http://www.kaulaiscool.com/tch_example/
-
I hope this is the right place to post this. I dont really know how to explain this well. I have for example: ><a href="xxx.htm" target="bob">back</a> <a href="xxx.htm" target="bob">next</a> <iframe name="bob"></iframe> and say 10 files that i want loaded into this <iframe> relative to whatever one is currently loaded. so if xx1.htm is currently loaded in the <iframe> and somsone clicks on "next" it loads xx2.htm similar, if say xx3.htm is loaded and someone presses "back" it loads xx2.htm is there a way to do this? maybe with a ssi or something? man I'm so lost
-
Internet Explorer I noticed the patches this morning saying it installed something about their spyware removal stuff, which I don't have on any of my computers so I wonder where whatever it installed was installed too...
-
It gave me some problems with java/javascript (dont remember which) that I wasnt able to resolve.
-
I'm currently using Mozilla Thunderbird for viewing RSS feeds. There are times where I dont have access to an internet connection when I'm lugging around my laptop, and I was wondering if anyone knows of a way to download the feeds for offline viewing? It doesnt have to be with Mozilla Thunderbird, I just want to be able to download them like I would email messages. Any Ideas? (without manually saving each page by hand )
-
So we just have to ><html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> leave out the first lang="en" everything works fine. Wonder if that has any effect on how things are displayed. I wouldnt think so.
-
For the past couple months I've been using ><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-type" content="text/html; charset=UTF-8" /> <title>title</title> <link rel="stylesheet" type="text/css" href="somethinghere.css" media="screen" /> </head> <body> </body> </html> and it's always validated fine . Now if i use xhtml 1.1 doctype, the lang="en" xml:lang="en" will fail validation. Saying Error Line 4 column 48: there is no attribute "lang". Does anyone know a way around that?
-
http://www.flickr.com/photos/milliped/116393699/
-
Ive since switched over to AVG and Antivir (no not on the same system) instead of Avast.
-
Unix/Linux= http://aplawrence.com/artindex.html Web Developers= http://www.alvit.de/handbook/ Tips/Repairs Windows= http://treewalkdns.com/tq/alpha.htm Interesting WPA Read= http://www.networkworld.com/reviews/2004/1...wpa.html?page=2
-
I havnt installed it yet, but I am seeding the dvd-i386 torrent still
-
Thanks for the info guys!
-
Thanks for the reply, Is its only use to prevent the robot from indexing certain pages/areas?
-
I'm really confused about robots.txt. I've read a few things on it, but I dont really know what its for. Google, yahoos slurp and something called majestic12 keep trying to get access it. Can someone give me the easy explanation, like if I need it, or why might it be important to me? Probably a stupid question
-
Sorry for wasting peoples time, I added at the end of the #center div <div id="clear"> </div> #clear { clear: both; position: relative; } and alls good now
-
I'm having an awful time figuring out how to set the height of the #center div to expand based on its content. I'm guessing it has something to do with my two float divs inside it. http://www.kaulaiscool.com/css2/feature.htm looks fine in IE, but in FF and Opera you see the problem. Any ideas what I can do, I tried http://www.webmasterworld.com/forum83/200.htm which didnt work. I thought about just giving #center a fixed height, but I guess thats not the right way to do it. Any help would be appreciated! paul
-
Wait the readme says the database.txt needs to be in /path/to/database.txt and i have it set as home/kaulais/public_html/database.txt is that right?
-
I had the database.txt set to 777, like the readme said, but I tried it with 666 also with no effect. No, there hasnt been any errors in the cpanel log since I fixed the paths a cgi file can run from any folder right?
-
Ok, I'm pretty sure I've fixed all the path problems. I reuploaded all the files in ascii mode. http://www.kaulaiscool.com/links/links.html I can enter the url and click add, but it doesnt actually add anything to the list. There is no longer any errors though, like before. Ive taken a look at the code, but I don't know enough about it. Any ideas? variables in the cgi file ># Define Variables $filename = "home/kaulais/public_html/links/links.html"; $linksurl = "http://kaulaiscool.com/links/links.html"; $linkscgi = "http://kaulaiscool.com/scgi-bin/links.cgi"; $linkstitle = "Kaulas Links"; $database = "home/kaulais/public_html/database.txt"; # Done all the links are the same
-
Hi! Thanks for your replies. TCH-Steve- I found it here http://www.scriptarchive.com/links.html TCH-Bruce- I'll try again to get the paths right TCH-Jim- Well I had orginally tried it in http://www.kaulaiscool.com/cgi-bin, but couldnt get it to work. While I was pouting around in cpanel I noticed something called SCGI Wrap. I enabled it and it gave me a directory of scgi-bin. Figured I'd give it a try before I posted, but it had the same effect. I'll try again with your suggestions, wish me luck!
-
Hi, I'm trying to install a link script where I can add a link and submit it and it will automatically update the page for me. Here is the error I get after I thought I had it setup properly, http://www.kaulaiscool.com/cgiexample.gif the submit html file is listed here http://www.kaulaiscool.com/links/links.html and the cgi file is located in http://www.kaulaiscool.com/scgi-bin/ and the contents can be read http://www.kaulaiscool.com/links.txt and a readme if anyone needs it http://www.kaulaiscool.com/readme.txt If someone could take a look maybe and see what I am doing wrong? I tried it in /cgi-bin with the same effect. And all the files added were set to the correct chmod listed in the readme I dont know anything about this sorta stuff...
-
i didnt know websites like that existed, im sure there is pleny on there that will work. thanks much!
