Tagged Questions

4
votes
2answers
151 views

When should I start the server side coding?

I am creating a website, where users can upload their own videos. So far I am just building the main structure with HTML and CSS. Is it a better practice to write server-side code before the site ...
-5
votes
1answer
81 views

Language make a game like Ogame? [closed]

I know that Ogame is made with PHP, but my question is: Can I make a game with the same prestations but with HTML? If I can, I need a complementary language? Thanks.
3
votes
3answers
206 views

How do I prevent useless content load on the page in responsive design?

In responsive design, elements are hidden in the page with @media queries and display: none in CSS. Ok. In my design however browsers that have less than 800px in width should avoid loading some ...
2
votes
1answer
184 views

Build tools for php, html, css, js web app development

What are some recommendations for a build tool that would allow me to upload changes to a web server or a repository and minify the js and css automatically, and possibly even run Closure compiler on ...
3
votes
5answers
216 views

Is it advisable to force your web server to parse HTML files for PHP code?

I can't remember what site I glanced over and picked up that tidbit, but someone suggested that you should keep PHP parsing to .PHP files, and not modify one's webserver's htaccess to include PHP ...
0
votes
3answers
161 views

What are some good compilers/IDEs for HTML/PHP development? [closed]

I've been starting to learn HTML, and so far I can write code in notepad and save it with a .html extension but it's a long and boring process. What are some good HTML and PHP compilers or IDEs that ...
1
vote
7answers
233 views

Should PHP view files be called something other than '.php'?

By default, any file that PHP touches is usually suffixed with .php. It's universally understood by Apache / Nginx as the default for PHP files and most setups expect PHP files to end in this ...
8
votes
3answers
361 views

How to properly validate your code?

I have about 4000 lines of code for a web-application in JavaScript / PHP / CSS / HTML. How can I test it properly? I only support the latest version of IE and Safari. I've worked out all the bugs. ...
0
votes
3answers
172 views

Generating presentation elements with Javascript vs PHP

What are the pros and cons of generating dynamic pages with javascript vs doing it in PHP? As an example, I want to display certain records from some database in a table and I'm considering the ...
1
vote
9answers
383 views

Path for a beginning web developer

I'm an experienced iOS programmer and have recently began to dabble in web development to expand my horizons. I've found it quite interesting and was wondering what learning path I should take ...
2
votes
1answer
112 views

Starting A Career in Web Development with a CS Background [closed]

Possible Duplicate: What should every programmer know about web development? I went to school for a BSE in Computer Science. I gained a good understanding of the foundations and principles ...
24
votes
15answers
1k views

What shall I include in a 10 week web technologies course?

In September I will be teaching a university module on web technologies. This session will be available to 1st year (freshman) students who don't necessarily have any programming knowledge or know ...
5
votes
3answers
125 views

Correct echoing of html in js?

A colleague and I were discussing how to echo HTML inside of javascript code. Specifically, in a situation similar to this: new Element('div', { html: '{long string of HTML goes here!}' ...
0
votes
5answers
463 views

Lightweight PHP/HTML/CSS editor with code browser

I'm looking for a freeware editor which has; syntax highlighting and a code browser (or code suggestions/hints). Preferably freeware license! I've tried out quite a few editors, but a lot of them are ...
3
votes
5answers
304 views

How to get into web coding?

I don't know how to get into this area, or more specifically, become a website maker. Here's what I now html some java script C# and a little of everything else (php, css, xhtml, ect.) I've been ...

1 2
15 30 50 per page