Tagged Questions

6
votes
6answers
902 views

PHP, HTML, Javascript and writing good practices

I realized I have to write down a convention specification about HTML, JavaScript and PHP coding for me and my team. In web development, just like in C++, I'm definitely a fan of indentation and ...
10
votes
2answers
413 views

How can I use my coding skills for good?

By this autumn my two small websites should be generating around a total of $1200 a month with minimal/zero input which is enough to for me to live on comfortably enough. Rather than embark on ...
6
votes
8answers
1k views

Advantages of learning Javascript

I have only been developing for a little while now and at the start I learnt HTML and CSS which are simple enough, but then I pushed my self and have been learning PHP for the better part of 2 years. ...
29
votes
10answers
844 views

Is it considered bad practice to have PHP in your JavaScript

So many times on this site I see people trying to do things like this : <script type="text/javascript"> $(document).ready(function(){ $('<?php echo $divID ?>').click(funtion(){ ...
3
votes
3answers
204 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 ...
16
votes
18answers
1k views

How do I “ease into” programming coming from a designer background?

Is there a way I can 'ease in' to programming. Like learning to use/modify CGI scripts to add some functions to a basic html site? Even if it's the only thing I learn it's still useful, right?. Unlike ...
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 ...
2
votes
3answers
150 views

Recomendations for Front-End to Programming Transition

I am a front-end developer seeking to add programming to my skillset. As with all things, I'm sure that practice and practical application will aid me most, but I am currently having trouble wrapping ...