Forum: JavaScript / DHTML / AJAX Sep 21st, 2009 |
| Replies: 2 Views: 740 Because of its use across different platforms and ease of use, AJAX is chosen by developers going from beginers to experts. An article that gives an overview of this topic can be found at... |
Forum: Promotion and Marketing Plans Sep 21st, 2009 |
| Replies: 52 Views: 8,416 Hello,
what you can do is to find blogs or forums that talk about the same topic as your website and write a post containing a link back to your website. An article that gives an overview about this... |
Forum: Search Engine Optimization Sep 21st, 2009 |
| Replies: 17 Views: 987 What you want to improve your rank is more traffic into your website. This can be done by creating links that reference your blog or articles. I wrote an article that gives an overview about this... |
Forum: C# Dec 12th, 2006 |
| Replies: 0 Views: 1,157 Im using a switch to decide if you guessed a letter
[if (guess.Equals(myCharArray))
{
switch (counter)
{
case 0:... |
Forum: C# Dec 12th, 2006 |
| Replies: 1 Views: 2,247 Hi,
I need to create a program: Hangman.
So far we have seen arrays and functions in class but I don't know how to translate the logic into the code.
My program has to take the words from an... |