Programming Forums
User Name Password Register
 

RSS Feed
FORUM INDEX | TODAY'S POSTS | UNANSWERED THREADS | ADVANCED SEARCH

Showing results 1 to 23 of 23
Search took 0.01 seconds.
Search: Posts Made By: Swan
Forum: ASP.NET Mar 7th, 2008, 6:22 AM
Replies: 2
Views: 234
Posted By Swan
Re: running Asp.net code on apache

I installed one of the mods for apache. But it doesnot work.

Well, i just wanted it to be done this way, because apache ( when running) has the facility to run a site, required it is placed in...
Forum: ASP.NET Mar 6th, 2008, 12:23 PM
Replies: 2
Views: 234
Posted By Swan
running Asp.net code on apache

Is it possible to run asp.net code on apache. I tried doing so, by placing the file into the htdocs folder. But the code doesnot run, and loads as it is into the browser.
Forum: Visual Basic .NET Feb 23rd, 2008, 10:10 AM
Replies: 11
Views: 729
Posted By Swan
Re: Cannot Get VB Express 2005

better download the newer one ( which is also free)

visual studio 2008 express edition. :)
Forum: Python Feb 21st, 2008, 9:34 PM
Replies: 6
Views: 329
Posted By Swan
Re: Downloading Tkinter and Wxpython

Thanks to all of you. I am now able to run the gui samples. :)
However each one of them seems to be generating one or other error, when some button on the GUIs are pressed....It will take time for...
Forum: Python Feb 19th, 2008, 9:54 PM
Replies: 6
Views: 329
Posted By Swan
Re: Downloading Tkinter and Wxpython

I am using windows xp
btw,
Thanks for the information. :)
Forum: Python Feb 19th, 2008, 9:37 PM
Replies: 21
Views: 979
Posted By Swan
Re: Running python scripts on localhost

hmm...right! I can see that . :D
Thanks. :)
Forum: Python Feb 18th, 2008, 10:54 PM
Replies: 6
Views: 329
Posted By Swan
Downloading Tkinter and Wxpython

To start with gui, i need downloading tkinter and wxpython. I have searched for it on google, freshmeat.net, sourcforge.net etc. But all the downloads appear to be confusing. Can anybody direct me...
Forum: Python Feb 18th, 2008, 10:18 PM
Replies: 21
Views: 979
Posted By Swan
Re: Running python scripts on localhost

But you can see, i don't need these :


So why write them ?
Forum: Python Feb 17th, 2008, 9:11 PM
Replies: 21
Views: 979
Posted By Swan
Re: Running python scripts on localhost

No...! it doesnot work :'( . And the local python interpreter gives no error.


An another working script is :


print "Content-type: text/html\n\n"
print "<html><head><link href=\"../styles.css\"...
Forum: Python Feb 16th, 2008, 12:19 AM
Replies: 21
Views: 979
Posted By Swan
Re: Running python scripts on localhost

Ok so according to you ,i should test this :


#!c:/python24/python

import cgitb
import cgi
cgitb.enable()

print "Content-type: text/html\r"
Forum: Python Feb 14th, 2008, 11:25 PM
Replies: 21
Views: 979
Posted By Swan
Unhappy Re: Running python scripts on localhost

No. the zip file is working. I tested it.

But I tried this also :

class Eb_db:
def __init__(self):
try:
connection = MySQLdb.connect(host="localhost",
...
Forum: Python Feb 2nd, 2008, 12:31 AM
Replies: 21
Views: 979
Posted By Swan
Re: Running python scripts on localhost

I have attached the form-sample.zip ( python script for making forms) which i am trying to use. But on running it, the browser shows the error page, with statement that there is some error in the cgi...
Forum: Python Jan 30th, 2008, 11:51 PM
Replies: 21
Views: 979
Posted By Swan
Re: Running python scripts on localhost

Thanks, sane, i think it's running now. However i am not sure. As the script "first.py" i am running contains the code with print "hello world" only. Hello world is displayed successfully.
However...
Forum: Python Jan 27th, 2008, 10:53 PM
Replies: 21
Views: 979
Posted By Swan
Re: Running python scripts on localhost

No luck....:(
I tried installing python mod for xampp. And again tried running fibonacci.py in htdocs. But it again loads the whole script instead of running it.
Can anybody please figure out what...
Forum: Python Jan 25th, 2008, 6:11 AM
Replies: 21
Views: 979
Posted By Swan
Re: Running python scripts on localhost

webserver means.... apache.exe ?
Forum: Python Jan 25th, 2008, 5:35 AM
Replies: 21
Views: 979
Posted By Swan
Running python scripts on localhost

I am able to run the fibonacci.py on the activepython editor. But when i try to run a python script ( say webpagecounter.py) for localhost, the browser loads the script. How should i force browser to...
Forum: Perl Jan 16th, 2008, 11:57 PM
Replies: 4
Views: 300
Posted By Swan
Re: .cgi Vs .pl

Actually I am not able to run test.pl ( in cgi-bin/test.pl). However files with .cgi run successfully. So should i rename test.pl to test.cgi. Is CGI file and Pl file one and the same. ?
Forum: Visual Basic .NET Jan 16th, 2008, 8:49 AM
Replies: 7
Views: 299
Posted By Swan
Re: Vb.net C# Asp.net

What is the significance of so called ASP.NET framework ??
Any programming language can be used to create a webpage ( at server side). Like C, C++ etc to o can be used. They don't need any...
Forum: Visual Basic .NET Jan 16th, 2008, 3:15 AM
Replies: 7
Views: 299
Posted By Swan
Vb.net C# Asp.net

Till next month , i was of the opinion that ASP.NET and C# are two langauges.
But i was confused when one of my friends said, he was doing ASP.NET in C# . What does that mean ?
Forum: Other Scripting Languages Jan 15th, 2008, 3:10 AM
Replies: 1
Views: 351
Posted By Swan
Re: accessing parts of an instance in Actionscript/Flash

say "abc" is the name of the instance.
and "t1" and "t2" are the instance names of your text fields then,

abc.t1.text = " Hello" ;
abc.t2.text = "Wrtilaus" ;

would output "Hello" and "Writlaus"...
Forum: Perl Jan 14th, 2008, 10:07 PM
Replies: 4
Views: 300
Posted By Swan
.cgi Vs .pl

What's the difference between cgi and perl. I am confused between the two. The file with ext .cgi is using the perl code. It runs too.
But the file with ext .pl , and containing the perl code...
Forum: Perl Jan 8th, 2008, 12:52 AM
Replies: 2
Views: 216
Posted By Swan
Forum: Perl Jan 7th, 2008, 8:28 PM
Replies: 2
Views: 216
Posted By Swan
Running PERL with XAMPP

Does anyone know about how to run PERL after installation of XAMPP ?:?:
Showing results 1 to 23 of 23

 
Forum Jump



DaniWeb IT Discussion Community
All times are GMT -5. The time now is 2:33 AM.

Powered by vBulletin® Version 3.7.0, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Copyright ©2007 DaniWeb® LLC