You are not logged in. Your edit will be placed in a queue until it is peer reviewed.
We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.
Required fields*
-
I know some C#. It was the first language I learned. Do you think it would be easier to go with ASP.NET or PHP + AJAX like you said. I'm a beginner with web development(programming too but i've been working with the basics longer).fender1901– fender19012011-06-07 16:40:42 +00:00Commented Jun 7, 2011 at 16:40
-
1it is possible, you just need to have some .txt files lying around in the server and a javascript heavy page that AJAX those .txt files and compose it into a full page. I wouldn't personally do it client-side, but it is possible.Lie Ryan– Lie Ryan2011-06-08 00:12:03 +00:00Commented Jun 8, 2011 at 0:12
-
2PHP is hardly a difficult language to learn. SQL is even easier as it is a very small language set (but very powerful). PHP will give you a much greater ability to work on a number of platforms where ASP.net will limit your scope. For example, the web is mostly dominated by *nix servers. While its possible to get ASP.net implementations to run on those servers it isn't likely you'll find one in use. I've been doing web programming for years on many different servers and haven't seen this kind of a set up. Learn PHP and MySQL and AJAXKenneth– Kenneth2011-06-08 01:53:20 +00:00Commented Jun 8, 2011 at 1:53
-
1@fender: Both ASP.NET and PHP are powerful web building tools. ASP.NET is propriety software while PHP is for free. In my experience, I chose PHP because of hosting issues. U can only host ur ASP.NET site "Windows based web hosting" while a lot of hosting providers are offering support for PHP. And PHP is supported by Windows and Linux.Tom– Tom2011-06-09 06:46:27 +00:00Commented Jun 9, 2011 at 6:46
-
1@fender: This might be irrelevant but I would also like you to take a look at Ruby on Rails. Its becoming more and more popular. Its a very good Rapid Application Development tool. It also has strong community support. I am not really a hater of Microsoft but I think its more practical to go for open source Like PHP and Rails.Tom– Tom2011-06-09 06:51:36 +00:00Commented Jun 9, 2011 at 6:51
Add a comment
|
How to Edit
- Correct minor typos or mistakes
- Clarify meaning without changing it
- Add related resources or links
- Always respect the author’s intent
- Don’t use edits to reply to the author
How to Format
-
create code fences with backticks ` or tildes ~
```
like so
``` -
add language identifier to highlight code
```python
def function(foo):
print(foo)
``` - put returns between paragraphs
- for linebreak add 2 spaces at end
- _italic_ or **bold**
- indent code by 4 spaces
- backtick escapes
`like _so_` - quote by placing > at start of line
- to make links (use https whenever possible)
<https://example.com>[example](https://example.com)<a href="https://example.com">example</a>
How to Tag
A tag is a keyword or label that categorizes your question with other, similar questions. Choose one or more (up to 5) tags that will help answerers to find and interpret your question.
- complete the sentence: my question is about...
- use tags that describe things or concepts that are essential, not incidental to your question
- favor using existing popular tags
- read the descriptions that appear below the tag
If your question is primarily about a topic for which you can't find a tag:
- combine multiple words into single-words with hyphens (e.g. design-patterns), up to a maximum of 35 characters
- creating new tags is a privilege; if you can't yet create a tag you need, then post this question without it, then ask the community to create it for you
default