Forum: Software Development Job Offers Apr 18th, 2007 |
| Replies: 0 Views: 2,598 Hello everyone,
I am planning to start the creation of a web based 2D game and was wondering if anyone would like to design the 2D game tile graphics?
No animations are needed just static tile... |
Forum: C# Apr 3rd, 2007 |
| Replies: 3 Views: 1,474 I know my Uni teaches C# as a learning language. This is at first year degree level "Introduction to Programming". The module does not assume anyone knows programming. |
Forum: Ruby Apr 3rd, 2007 |
| Replies: 13 Views: 6,757 I have been learning Ruby myself recently. And I think its fantastic, I originally started with PHP so I am kind of clung to that language for the simple reason of I have more experience with it.
... |
Forum: Growing an Online Community Jan 11th, 2007 |
| Replies: 14 Views: 4,132 Thanks, I cannot see where the other person was coming from either. He managed to sign himself up for a useraccount, and post a topic / message on the forum so I cannot how it could possibly be that... |
Forum: Growing an Online Community Jan 11th, 2007 |
| Replies: 14 Views: 4,132 Hello RickDev,
I have created a mail out script, I sent it to all the people like you said. One or two may have come back for a short period but that was it. It seems like I have wasted all my... |
Forum: Growing an Online Community Dec 5th, 2006 |
| Replies: 38 Views: 10,065 |
Forum: Growing an Online Community Dec 5th, 2006 |
| Replies: 38 Views: 10,065 Why??
Did you watch all the videos? |
Forum: Growing an Online Community Dec 1st, 2006 |
| Replies: 14 Views: 4,132 Yeah I thought that, most of them do not bother going on the net though. |
Forum: Growing an Online Community Nov 28th, 2006 |
| Replies: 14 Views: 4,132 Hello,
Thanks for the replies.
I believe I will keep the site, and run it in parallel to the new site.
You see the thing is, I like DJing and Web Development.
Because I like DJing I... |
Forum: Growing an Online Community Nov 28th, 2006 |
| Replies: 14 Views: 4,132 Hello everyone,
Currently my website is not getting much traffic, or registrations on the community.
Its been around for about a year and half, has 283 members (none of which post hardly),... |
Forum: Pay-Per-Click Advertising Nov 26th, 2006 |
| Replies: 8 Views: 4,404 Hello thanks for your advice.
So you think $1 a day on Google is worth it?
I think I may begin investing a small amount like that to start off with, if it does work bunk up the money. |
Forum: Pay-Per-Click Advertising Nov 26th, 2006 |
| Replies: 8 Views: 4,404 Alright thanks for the advice. |
Forum: Pay-Per-Click Advertising Nov 25th, 2006 |
| Replies: 8 Views: 4,404 Do you think it is worth it then?
Say I spent £5 a week, roughly $7 - 8 (dollars) I believe. How much traffic would I get a week, if I always bid the lowest possible amount?
Also do you think I... |
Forum: Pay-Per-Click Advertising Nov 25th, 2006 |
| Replies: 4 Views: 3,105 The competitor with the highest number of clicks wins???
Whoes to say he wont just make up a fake competitor when he finally gets his million. That fake competitor being him. |
Forum: Pay-Per-Click Advertising Nov 25th, 2006 |
| Replies: 8 Views: 4,404 Hello,
I was just wonder what the cheapest price per click you can pay on Google?
Is it better to pay the cheapest price?
Is pay per click worth it, in terms of getting visitors to sign up... |
Forum: Growing an Online Community Nov 20th, 2006 |
| Replies: 11 Views: 3,430 Alright thanks for the info, I will give it a go, now that I have confirmation that the method does work.
I just think it must just look silly after abit having topics with no replies to them.
... |
Forum: Growing an Online Community Nov 15th, 2006 |
| Replies: 11 Views: 3,430 I know what you saying, im gonna have to start putting effort into promoting my forum, I just do not have time right now.
LOL "Not that you know how to run an install.php file" I did not run an... |
Forum: Website Reviews Nov 14th, 2006 |
| Replies: 2 Views: 1,284 hmm, well my target audience are ravers, so anyone from around 15 to about 35 I would say.
I am changing the look pretty soon.
How do you think I could attract more members? Or the visitors... |
Forum: PHP Nov 13th, 2006 |
| Replies: 6 Views: 11,734 EDIT: My mistake
Got the strpos muddled up with strstr. |
Forum: Website Reviews Nov 12th, 2006 |
| Replies: 2 Views: 1,284 Hello everyone,
Could you please tell me what you think of my website: -
www.poundingbeats.com
Please tell me what I am doing wrong.
Thanks. |
Forum: Growing an Online Community Nov 12th, 2006 |
| Replies: 11 Views: 3,430 hmm true, but surposing my forum is not very active. The other members might join just to see how good (or not) it is?
Also has anyone got any REALLY REALLY good tips on how to make a forum... |
Forum: Growing an Online Community Nov 11th, 2006 |
| Replies: 11 Views: 3,430 Hello,
I was just wondering is it better to only allow users who register to see the forum?
Or allow all users registered or not to see the forums? |
Forum: PHP Nov 9th, 2006 |
| Replies: 3 Views: 2,419 Is it working now?
You have two infinite loops, firstly the $int will always be less than 31 because you are generating a random number between 6 and 31.
And the second WHILE loop, $count will... |
Forum: PHP Nov 9th, 2006 |
| Replies: 3 Views: 2,419 Not tried the code, but it may be the scope of your $count variable thats the problem.
Both the $count in implement() and in divs() is not the same as the global $count variable declared above it. |
Forum: C# Nov 2nd, 2006 |
| Replies: 8 Views: 8,047 What form is not showing?
Do you have one form, with a textbox for IP, a textbox for server messages etc, and a button that starts the server.
I do not understand what you mean? The form should... |
Forum: PHP Nov 1st, 2006 |
| Replies: 4 Views: 9,585 hmmm, do you own the other server?
It may get tricky if you do cannot place a PHP script on the remote server (aswell as the local server etc).
However it may still be possible, but you may... |
Forum: PHP Nov 1st, 2006 |
| Replies: 4 Views: 9,585 Do you mean just a list of files? or will it need to include all the other methods for instance renaming files etc? |
Forum: C# Oct 31st, 2006 |
| Replies: 8 Views: 8,047 Ok I took the liberty of whipping up a quick chat console application, its very simple but it works. I have not added any of the try catch things in either.
ChatApp.cs
This is the main program
... |
Forum: C# Oct 31st, 2006 |
| Replies: 8 Views: 8,047 In your code I noticed you have strFriend, put into the TcpListener.
The TcpListener should have the local address not the remote address. |
Forum: C# Oct 31st, 2006 |
| Replies: 8 Views: 8,047 Hmm, about the new TcpClient object for every message. You should not need to create a new one for everyone message, after it has been created you just use the streams to send and receive data. So... |
Forum: PHP Oct 28th, 2006 |
| Replies: 5 Views: 1,414 $selectedFlower = Request.Form("Poll2.html");
Does PHP use the dot "." for refering to methods in an object. If it does thats cool, but I thought it used "->". |
Forum: C# Oct 28th, 2006 |
| Replies: 8 Views: 8,047 When you say two people, do you mean exactly two people? or multiple people?
If you just mean two people then all you have to do is simply repeat what you have already done.
Create a new... |
Forum: Growing an Online Community Oct 22nd, 2006 |
| Replies: 26 Views: 19,338 Yes and like stymiee said, it will not solve the problem as a whole. The fake entries can still reach your database, which may mean you will still have to spend time deleting them. |
Forum: Growing an Online Community Oct 19th, 2006 |
| Replies: 3 Views: 1,903 LOL this idea was thought of long ago. |
Forum: Growing an Online Community Oct 19th, 2006 |
| Replies: 38 Views: 10,065 That Vanilla looks pretty amazing! |
Forum: Growing an Online Community Sep 28th, 2006 |
| Replies: 15 Views: 3,201 Ahh i see.
How long as DaniWeb been around? |
Forum: PHP Sep 6th, 2006 |
| Replies: 6 Views: 1,418 I always wondered this myself,
But im not sure so you could just encrypt it anyway, there are functions in PHP that do this. |
Forum: PHP Sep 5th, 2006 |
| Replies: 2 Views: 2,728 Ok, it might help if you where more specific, if your talking about classes, country is simply a property of continent which contains a country object. And city is a property of country. |
Forum: Growing an Online Community Sep 5th, 2006 |
| Replies: 15 Views: 3,201 Alright, but what are post exchanges? |
Forum: Growing an Online Community Sep 4th, 2006 |
| Replies: 15 Views: 3,201 Hello,
I have tried that before and managed to get a conversation going with the first member, but after that the first member never comes back to create more conversations. By the time the second... |