-
Posts
1,009 -
Joined
-
Last visited
-
Days Won
3
Content Type
Profiles
Forums
Events
Everything posted by Nickson
-
are you sure you're at work? :P
-
Good Luck Ian! Wishing you all the best in this new adventure.
-
I know both that (open)komodo can be used for compiling text files as well, but I think those are limited to perl and python. But you can use it as a simple text editor for java :-P IntelliJ is another one that has been mentioned, but that is a full blown IDE.
-
Link to the forums is already dead... Index goes straight to whmcs, while it might not be your core business to create websites, most people will be able to slap something nice together, or invest in buying one. The order page isn't very impressive either, apart from prices it doesn't list anything at all. I would advise you guys to put some more effort into it if you are serious about this business.
-
True, true, I was just checking you meant that. Otherwise it would be something new to me!
-
@a_bertrand, don't you mean "VB.NET can be used to create a website like you do with php WHEN it is used in combination with asxp.net"? Because, as far as I know, it doesn't matter what language you use for creating those code-behind files. But you still need to use aspx as well to make it one piece of web project.
-
@redex, post here http://makewebgames.io/forumdisplay.php/278-Other-Programming if enough content will be available at some point, we might add a board for it.
-
@spudinski, what's actually your view on the new php 5.4 traits? I have you looked into that yet?
-
As djkanna already stated, OOP can be a huge advantage as it's very easy to reuse code libraries or a set of functions. Not only might it speed up your development process (note: development process, OOP is not really faster). It should also make your code more readable, which is a huge plus imho. It can mean that you'll get a better project overview, but also know that using OOP can get very complex as well due to a load of nesting without any references in a file (most of the time you'll find something though. When writing procedural code, there is always a reference to another function that's called. This is not always true in OOP due to certain php features. What I do wonder though is where you learned this from? It looks to me that you might be using a rather outdated source. Not saying that it is bad, but why not do it properly from the start? Declaring variables with var is still possible, but I'd advise you to go with the public/private/protected[static/final]... at a later point, it gives you more options than just using var. Also, I'm not sure whether it's you that's doing the bad formatting, or the forum's syntax highlighter is at fault. Point is, keep it readable for yourself ;) but keep going!
-
While this list shows the many advantages of NWE, I do not think we can blame NWE for having those features or possibilities. It's up to other engines to stay behind, get up to par, or develop new unique features. Unfortunately, you do need an active developer for that. If you do have any suggestions that should go on the list - it does not matter which one - feel free to leave a suggestion here and we'll make sure it will go on the list as well.
-
I'd love to see more variations of programming languages, discussions, tutorials on these boards, whatever one sees fit basically. I think it's also clear that we've been open to new content, even if it is something totally else. The point is that I cannot provide it all. My knowledge is limited - certainly in the development area - and so is my time. If someone would like to start a new series on python, or a database system, or general management it is all fine and more than welcomed. You can even have your own board for that matter. The issue is though that the content needs to come from its members. A certain group of members might ignore the threads or just want to be spoon fed? Well, ignore them on your turn. They'll have to find it out on their own and they'll probably be happy that they can read your topics and they might learn something from it altogether. Now spud, not to bash your suggestion - I'm on your side - but weren't you the one who was going to write a few topics about node.js and mysql? I'm sorry to say, but I haven't seen much of it yet.
-
Thought I'd run the rest quickly as well, just for those that are interested. Running on a ubuntu11.04 desktop, with php5.3.5 ------------------------------------------------------------- Checks the difference between single quote and double quote. 50,000,000 times in loop. ------------------------------------------------------------- Testing single quote... 7.13 sec. Testing double quote... 7 sec. Difference: 1.82 % ------------------------------------------------------------- Checks the difference between echo and print. 10,000,000 times in loop. ------------------------------------------------------------- Testing echo function... 5.45 sec. Testing print function... 5.65 sec. Difference: 3.46 % ------------------------------------------------------------- Checks the difference between concatenation and sprintf. 10,000,000 times in loop. ------------------------------------------------------------- Testing concatenation... 17.29 sec. Testing sprintf... 16.38 sec. Difference: 5.26 % ------------------------------------------------------------- Checks the difference between procedural and OO. 1,000 times in loop. ------------------------------------------------------------- Testing procedural... 15.03 sec. Testing OO... 21.04 sec. Difference: 28.56 % ------------------------------------------------------------- Checks the difference between for and foreach. 100,000 times for 1,000 in loop. ------------------------------------------------------------- Testing for... 12.18 sec. Testing foreach... 9.06 sec. Difference: 25.63 % ------------------------------------------------------------- Checks the difference between inline code, and function call. 1,000 times in loop. ------------------------------------------------------------- Testing inline code... 11.63 sec. Testing function call... 15.16 sec. Difference: 23.3 % I've also ran the test on a real server with php 5.3.10, results below ------------------------------------------------------------- Checks the difference between single quote and double quote. 50,000,000 times in loop. ------------------------------------------------------------- Testing single quote... 5.61 sec. Testing double quote... 5.64 sec. Difference: 0.6 % ------------------------------------------------------------- Checks the difference between echo and print. 10,000,000 times in loop. ------------------------------------------------------------- Testing echo function... 4.13 sec. Testing print function... 4.79 sec. Difference: 13.9 % ------------------------------------------------------------- Checks the difference between concatenation and sprintf. 10,000,000 times in loop. ------------------------------------------------------------- Testing concatenation... 11.77 sec. Testing sprintf... 10.91 sec. Difference: 7.29 % ------------------------------------------------------------- Checks the difference between procedural and OO. 1,000 times in loop. ------------------------------------------------------------- Testing procedural... 15.67 sec. Testing OO... 17.22 sec. Difference: 9.01 % ------------------------------------------------------------- Checks the difference between for and foreach. 100,000 times for 1,000 in loop. ------------------------------------------------------------- Testing for... 12.14 sec. Testing foreach... 8.88 sec. Difference: 26.84 % ------------------------------------------------------------- Checks the difference between inline code, and function call. 1,000 times in loop. ------------------------------------------------------------- Testing inline code... 11.56 sec. Testing function call... 15.69 sec. Difference: 26.33 %
-
I'm assuming he meant isn't the greatest, as otherwise his answer would not be very coherent.
-
1 mod, 1 thread, you can link to different versions of the same mod IN your post. locked.
-
Or you could use multiple servers to have different game settings on... Of course, having two copies for about 10 users, that's not really a wise thing to do, I'd say.
-
Guys, if these images are made by someone, look at the license the person made the images available with. THEN react on those posts. I have yet to see someone talk about any sort of license distributed with the license, yet everyone seems to be taking sides on whether it's allowed or not.
-
As spud said, we don't support the use of illegal engines. Locked.
-
This is no modification support, nor should you double post ... http://makewebgames.io/showthread.php/41764-Help-installing-my-game?p=276256 thread locked
-
Please read the last post... thread locked
-
Read http://makewebgames.io/showthread.php/39182-Rules-to-request-a-partnership And post in http://makewebgames.io/forumdisplay.php/379-Partnerships please, thanks! Topic locked.
-
line40: if($info->money < 2500000){ 2500000 => 2.500.000 which is clearly not 25million. I think you'd like to add a 0 to that? The amount in the query is 25million though. Also try to intend your code properly, it makes it easier to read for everyone! Are you using a custom engine, or a game engine listed on here? If so, try to post it in a more specific board next time.
-
Arson, Please read everything like how I posted it. Could is not the same as will. And MWG is not safer than MSN in theory. However, I'm glad you give the answer in your own reply. I quote If the OP makes a post with "I have a job, add me on [email protected]" and everyone else replies with "added" or "[email protected]", then there is not a lot of worth to check on MWG is there? Or when people rather make deals via shady IM convos with people that have randomly added you, there isn't much of protection either, right? They can just tell you what they want without anyone being able to correct them. And I do think the forums here are an excellent example of that. If people are not bothered to outline their job, how are people supposed to know on beforehand what they'll have to do? I, for instance, am not interested in graphic design. How will the people that do not use MSN/IM make a chance on the job, while they may have the best solution available? How can other members warn someone for bogus offers? It's for a lot of reasons that we ask to give information in your job request. We have never forced you to make a deal on the forums in public where everyone could see it, nor have we forced anyone to post the full job details, and we never will. It's easy enough to specify some details about your job offer, like the engine they should work with, the timeframe, whether some process has been made already, maybe a budget, and you can still leave an email addy where the OP can be contacted on. As replier you can then do whatever you wish, except make such a ridiculous post with the sole contents "added". The OP can still reply with "job filled". I'm glad you use your head before you make reply... Oh and, you better edit that post again, before I do notice what you did and point you to some strict rules.(2.1.1/1.4) ;)
-
Best excuse since the dog ate our homework! This is never, and will never be a valid excuse...
-
Ajax Cart Donation System $15.00 on McCodes Marketplace!
Nickson replied to Dave's topic in Paid Modifications
double thread anyways... http://makewebgames.io/showthread.php/38897-New-Ajax-Cart-Donation-System-30 dave you should know better, just edit the other thread please. Locked