I've been building a static website and the client has suddenly stated that they would like the ability to change the content( words ) and pictures when they fill like it. What is the best way to do this? I could build something, I just want to make sure there isn't already something out there. I need this to be a simple as possible.
...
What is the difference between a member variable and a local variable?
Are they the same?
Thanks.
...
is there anything wrong about scala programming language?
...
Hi,
I was reading about the object pool pattern on Wikipedia (http://en.wikipedia.org/wiki/Object%5Fpool) and it mentions "dangerously stale state".
What exactly is "stale" state? I know state is variables/data, such as my fields and properties, but what does it mean by stale or dangerously stale?
Thanks
...
I am looking for a source/hub for programming articles, etc. Anyone know any?
...
Hello,
I have a list of numbers which total 540000. I would like to sort this list into 3 lists which each total 180000. What is the most efficient programming method to do this, assuming that the list of numbers is a flat file with a number per line?
...
I am a newbie and I come across a wide variety of sites in which there are a large number of questions (spoj , topcoder, eulers, code chef).
But i want to know which provides the optimal environment to improve my skills to the best. I am really confused, and need some guidance on open source projects.
...
Just curious, if open a hex editor and type opcodes manually and save it. Such as move 1 to register 1 move 2 to register 2 then call add, would that give me working program? Or does some how automating this gives me crappy compiler?
EDIT: Forgot about OS, I have Mac OS X and Linux at my disposal, x86's as the CPU.
...
Hi All,
Is there any training material available for writing good code?
Any pointers in that direction will be helpful.
Thanks!
~Jay
...
i found a site where it had many Request For Proposals...
what is this exactly? are these corporations, governments, openly advertising for supplier's to bid on their RFP ? is this allowed ?
can single programmers take on RFPs ? do you must be a big company to accept RFP from government and other corporations ?
...
Hello,thanks for all the support,anyway,I'm actually a newbie in learning programming,and I always have a so call difficulty,that is I always tend to forgot the thing(syntax,rules,name,definition or anyting) of a programming language I've learn.And I personally do feel that the way I learn it is wrong.Here is my method.Everyday I will sp...
Hello,
When practising mock exams (for Java certification, but this question could apply to any language), I often look at the code in question and struggle to find somewhere to start
Often, one of the answers may be "code does not compile", therfore you need to carefully examine the source code, and a good logical structure of doing t...