0
votes
0answers
36 views

Perl or PHP for web development [closed]

so, if one was developing a website and taking into consideration that it might grow, which is the better language for implementing CGI scripts? Perl or PHP? i know PHP language itself (as opposed to ...
0
votes
0answers
9 views

Tools to operate these websites [closed]

I would like to design such websites: portfolio , glispa.com , e-commerce Do you know any free tools with which I can build and especially operate such websites? Do you know any free host which I ...
1
vote
0answers
64 views

getting started as a web developer [closed]

I have over 10 years of programming experience building (Windows-based) desktop applications and utilities (VC++, C#, Python). My goal over the next year is to start transitioning to web application ...
0
votes
1answer
119 views

How do I create a changing content paragraph in an html, like news sections which change every day, or hour or mins?

How do I create a changing content paragraph in an html web page, like news section which get changed every day, or hour or mins?
1
vote
0answers
147 views

web designer question - How to create a dynamic paragraph or any text in an html file? [closed]

web designer question - How to create a dynamic paragraph or any text in an html file? I mean the < p>If I want to change this text portion< /p> I am a web designer who just know, html, css, ...
1
vote
1answer
138 views

Increase development speed for .NET website [closed]

I am curious to know that how we can make web site development much faster. I am specific about asp.net. As far as my knowledge is concern, we can make asp.net website development faster by Using ...
12
votes
4answers
2k views

How can I validate HTML offline?

When I'm developing a website locally sometimes I want to check if the html is valid but I haven't been able to find a good tool. I want it partial as a sanity check when I'm troubleshooting layout ...