Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
221 views

Organizing multiple embed codes with jQuery

I have several embed codes on my website, for example: Embed Code #1: <object width="480" height="385"><param name="movie" ...
2
votes
2answers
59 views

How to keep the code organized, simple and flawless? [closed]

Well, I am a bit afraid from this question because some of you might not like it, but I convinced myself to ask anyways because although some of you might get mad at me, none will say this topic isn't ...
1
vote
5answers
45 views

Why is this method of css organization better? [closed]

A senior developer at my workstation codes like this: table {border-collapse: collapse;border-spacing: 0;} fieldset,img {border: 0;} ...
0
votes
3answers
65 views

Organized Software Design

I am currently trying to make a game in XNA Game Studio. Games and any software for that matter require good organization because when they get big the code starts getting out of hand. This game I am ...