Keep this page open to be updated with the newest discussions automatically.
Please wait while getting the discussions...
Page:
Blog Posts (Enhanced by )
Sample Chatter Excerpts
Assembly code vs Machine code vs Object code?
The other answers gave a good description of the difference, but you asked for a visual also. Here is a diagram showing they journey from C code to an executable.
source
How often do you search for source code example while coding?
Every time I'm not sure about something in PHP, I'd search for a code sample. But after coming across a few years, I myself have coded many personal libraries that address pretty much every problem I've ever encountered and don't have to search for code examples that frequently any more.
source
Do you sometimes code without knowing what you're coding?
If it's a simple hack I only plan on using a few times, sure. If I plan on using it regularly and want something robust and efficient, no.
source
SVN how do I check code into a specific branch, when I've checked code out from the trunk?
You need to have a working copy of the branch you want to commit to. So check it out in a separate directory, or use svn switch .
source
Correct markup for "code" and "blockquote" elements?
Because using pre by itself doesn't say anything about the content. Pre can be used to preserve the formatting of other things like poems.
source
Tip: Didn't find what you were looking for? Try the following: