Click to See Complete Forum and Search --> : Online textfile


Totte_ch
06-28-2007, 02:39 PM
Hi

Is there possible for JavaScript.Internet.com to put a text-file into rootdir?
I mean something like this:

http://javascript.internet.com/scripts.txt

The first row in the file will be Script Count and the rest 5 rows a url to the 5 latest JavaScripts and a title, like this:
2,498
http://javascriptsource.com/navigation/link-brackets.html§Link Brackets
http://javascriptsource.com/image-effects/image-load-delayer.html§Image Load Delayer
http://javascriptsource.com/forms/name-capitalization.html§Name Capitalization
http://javascriptsource.com/navigation/link-enhancer.html§Link Enhancer
http://javascriptsource.com/miscellaneous/crossbrowser-drag-handler.html§Crossbrowser Drag Handler
Style:
[scriptcount]
[url1]§[title1]
[url2]§[title2]
[url3]§[title3]
[url4]§[title4]
[url5]§[title5]


Is this possible?? This would like to be very useful for me...
//Christoffer

LeeU
06-28-2007, 03:36 PM
It's all on the front page.

Totte_ch
06-28-2007, 03:46 PM
But I need a text-file with these data...

LeeU
06-28-2007, 03:50 PM
Sorry, we can't do it. What do you want it for anyway?

Totte_ch
06-29-2007, 01:39 AM
I just would like to make a program that checks if there is any new javascripts. The program would just like to connect and scan the file. If there is new javascripts, the user will be informed.
The five latest javascript will be displayed also. The user can then click on links in the program and the standard explorer for internet will run and start by location that the link to the javascript.

You mean that javascript.internet.com NOT can upload a textfile that contains these data? Why!?

LeeU
06-29-2007, 09:30 AM
We already have it. It's an RSS feed and it's here (http://www.javascript.com/jss.rdf).

Totte_ch
06-29-2007, 09:34 AM
I cannot see something like that in the file http://www.javascript.com/jss.rdf
I only see this:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
<BODY></BODY></HTML>

LeeU
06-29-2007, 09:39 AM
You'll have to learn how to access the info. Many other people do it just fine. Try googling for reading RSS feeds.

Totte_ch
06-29-2007, 09:41 AM
Do you know how to?
May I use another explorer than MicroSoft Internet Explorer?

LeeU
06-29-2007, 09:46 AM
No, but if you ask over on the Other (http://www.webdeveloper.com/forum/forumdisplay.php?f=22) forum under "Server Side" they should be able to help you out.

Totte_ch
06-29-2007, 10:11 AM
ok