Forum     

Go Back   Digit Technology Discussion Forum > Portables, Peripherals and Electronics > QnA (read only)
Register FAQ Calendar Mark Forums Read

QnA (read only) Mods please help transfer the contents of this forum to proper sections. :)


 
 
LinkBack Thread Tools Search this Thread Display Modes
Old 10-06-2006, 06:14 AM   #1 (permalink)
In The Zone
 
Official Techie's Avatar
 
Join Date: Jan 2005
Location: Somewhere in motherboard
Posts: 439
Default


if i make a website in asp.net using Microsoft Visual Web Developer 2005 Express Edition can i upload it to a free website maker website and suggest some websites to do it

and is creation in asp.net that fruitful it is not that tough but the any other language of preference

is anyone going to answer or not

help help Brain drain of geeks i think

geekdom is finishing i think or not please answer my question or i should think that forum has attained its heights

what happened to u all will u answer my question
__________________
Game Khelwanu Magazine Padhwanu Majjani Life

http://sudiptatech.blogspot.com/
http://sudiptamondal.blogspot.com/

Last edited by FatBeing; 18-06-2006 at 10:08 AM.
Official Techie is offline  
Advertisements. Register and be a member of the community to get rid of them.
Advertisement

Old 17-06-2006, 11:49 AM   #2 (permalink)
Human Spambot
 
tuxfan's Avatar
 
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
Default Re: web site

I guess the better alternative to asp.net is php. Its far better because its platform independent. With ASP, you will be stuck with Windows Hosting or have chillisoft ASP (http://www.sun.com/software/chilisoft/) in Linux server.

I have not come across a free hosting provider so far that provides chilisoft ASP. Nor have I so far come across some free + reliable Windows hosting provider.

PHP is powerful enough to do lots of things including running this forum!! It does so in association with MySQL database. PHP+MySQL is a very good and capable combo.

Edit: Spelling/grammer mistake corrected

Last edited by tuxfan; 18-06-2006 at 11:04 AM.
tuxfan is offline  
Old 17-06-2006, 12:08 PM   #3 (permalink)
In Pursuit of "Happyness"
 
kalpik's Avatar
 
Join Date: May 2005
Location: New Delhi
Posts: 3,432
Default Re: web site

yup.. LAMP (Linux Apache PHP MySQL) is the best combo right now.
kalpik is online now  
Old 18-06-2006, 10:19 AM   #4 (permalink)
Administratus Rotundus
 
FatBeing's Avatar
 
Join Date: Jan 2006
Location: Pittsburgh, PA
Posts: 385
Default Re: web site

@Official Techie: What type of web site do you want to develop? It would make little sense to use ASP.net for a personal site.

@tuxfan: Chilisoft is for ASP—ASP.net is a whole different kettle of fish.
__________________
YOU SHALL PAY FOR YOUR SINS!
(In case you have already paid, please ignore this notice)
FatBeing is offline  
Old 18-06-2006, 11:14 AM   #5 (permalink)
Human Spambot
 
tuxfan's Avatar
 
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
Default Re: web site

My bad! You are right fatbeing. ASP and ASP.net are different and chillisoft is for ASP
http://www.devpapers.com/article/22
http://msdn.microsoft.com/library/de...pvsnetlab3.asp

One alternative to ASP.net (or .net in general) is MONO (http://www.mono-project.com/)

But I would still suggest using LAMP
tuxfan is offline  
Old 18-06-2006, 12:00 PM   #6 (permalink)
Administratus Rotundus
 
FatBeing's Avatar
 
Join Date: Jan 2006
Location: Pittsburgh, PA
Posts: 385
Default Re: web site

Quote:
Originally Posted by tuxfan

But I would still suggest using LAMP
Hear hear.

ASP.net ties you to MS platforms on all levels. Argh.

Though I must say that PHP scripting can be quite painful if it's a large amount of code. With ASP.net, all your programming logic can be written in VB/C# in a DLL that is completely separate from the web pages, so unlike PHP, you don't have to deal with pages that are half HTML and half something else.
__________________
YOU SHALL PAY FOR YOUR SINS!
(In case you have already paid, please ignore this notice)
FatBeing is offline  
Old 18-06-2006, 01:45 PM   #7 (permalink)
C# Be Sharp !
 
Zeeshan Quireshi's Avatar
 
Join Date: Jun 2006
Location: Toronto
Posts: 1,805
Default Re: web site

Yeah I Agree With Fatbeing , But if you put so much time into your code you wouldn't fo it on free hosting !

that's why php is used by most , just for small works and not huge libraries of code .
__________________
There are 10 types of people in the world: those who understand binary and those who do not.
Zeeshan Quireshi is offline  
Old 19-06-2006, 02:20 AM   #8 (permalink)
In The Zone
 
Official Techie's Avatar
 
Join Date: Jan 2005
Location: Somewhere in motherboard
Posts: 439
Default Re: web site

i am developing a site for my dads biz i m using asp net coz i have downloaded all the videos and projects of visual studio 2005 and it helps me completely develop site easily by seeing videos and in visual web developer
__________________
Game Khelwanu Magazine Padhwanu Majjani Life

http://sudiptatech.blogspot.com/
http://sudiptamondal.blogspot.com/
Official Techie is offline  
Old 19-06-2006, 12:30 PM   #9 (permalink)
Human Spambot
 
tuxfan's Avatar
 
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
Default Re: web site

Well, well. Since you have already decided the discussion remains only academic and can fill pages after pages. But my last 2 cents

ASP.net like many M$ products will surely be very easy to use (although I have never used it). But recurring costs on hosting, etc. could be higher. Additionally, it would be pretty difficult to find free tools (like website maker or hosting) for it. If you value reliability, you will have to go for paid options with Windows hosting.

PHP on the on the other hand may be a little difficult (and more like C in coding). But consider the power of PHP and why people chose it. Let me give you some examples of web-applications made in PHP.

1. vBulletin (this forum is on vBulletin)
2. phpBB (Previous version of this forum)
3. WordPress (most popular blogging tool)
4. phpNuke (CMS)
5. Joomla/Mambo (CMS)

This list itself could extend to a few pages. So many people can't be wrong

And from the legality and morality point of view, php is free, asp.net isn't
tuxfan is offline  
Old 19-06-2006, 05:12 PM   #10 (permalink)
Banned
 
Join Date: May 2006
Posts: 88
Default Re: web site

make php dont use asp tanxx...
chota_rod_waala is offline  
Old 20-06-2006, 12:46 AM   #11 (permalink)
In The Zone
 
Official Techie's Avatar
 
Join Date: Jan 2005
Location: Somewhere in motherboard
Posts: 439
Default Re: web site

ok i will try to use php but i wnt some very good sites for downloading tutorial videos or pdf tutorials and suggest a good php designer
__________________
Game Khelwanu Magazine Padhwanu Majjani Life

http://sudiptatech.blogspot.com/
http://sudiptamondal.blogspot.com/
Official Techie is offline  
Old 21-06-2006, 11:59 AM   #12 (permalink)
Human Spambot
 
tuxfan's Avatar
 
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
Default Re: web site

http://www.mpsoftware.dk/phpdesigner.php
http://notepad-plus.sourceforge.net/ - this one's very light

BTW, if you are expecting some Visual Studio type of IDE then you may not find anything for PHP. You will have to write code in PHP and you must also have knowledge of HTML.

Some years ago, I was very fond of 1st Page. You can have a look at it at http://www.evrsoft.com/1stpage3.shtml
tuxfan is offline  
Old 21-06-2006, 12:55 PM   #13 (permalink)
Wise Old Owl
 
JGuru's Avatar
 
Join Date: Dec 2005
Location: Space-time continuum
Posts: 1,646
Default Re: web site

You can use PHP. It's very easy using PHP. Even Java JSP can do the job.
But there are lot things to learn. So LAMP is a better choice.
JGuru is offline  
Old 23-06-2006, 01:45 AM   #14 (permalink)
In The Zone
 
Official Techie's Avatar
 
Join Date: Jan 2005
Location: Somewhere in motherboard
Posts: 439
Default Re: web site

can u give me some ready made code in php for a page which can be only entered through password like username and password
__________________
Game Khelwanu Magazine Padhwanu Majjani Life

http://sudiptatech.blogspot.com/
http://sudiptamondal.blogspot.com/
Official Techie is offline  
Old 23-06-2006, 01:10 PM   #15 (permalink)
Human Spambot
 
tuxfan's Avatar
 
Join Date: Feb 2004
Location: Mumbai
Posts: 2,653
Default Re: web site

Wow!! The next thing you will ask is "can someone design my site for free?"

Just kidding. You will need a MySQL database for this. Or at least a text file that can save various usernames and passwords if security is not an issue.

You can try http://www.hotscripts.com for some free scripts
tuxfan is offline  
 

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


 
Latest Threads
- by ico
- by Charan
- by gohan89
- by Sujeet

Advertisement




All times are GMT +5.5. The time now is 10:55 PM.


Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.

Search Engine Optimization by vBSEO 3.3.2