-
Posts
3,655 -
Joined
-
Last visited
-
Days Won
12
Content Type
Profiles
Forums
Events
Everything posted by a_bertrand
-
Nope it's really great for any 3D needs which require to run either as standalone or yet better inside the browser. Now, it works well on mac and windows not yet on linux as far as I know. Also you can develop for iPhone and android or wii or xbox... which seems great for me. Far more powerful than blender.
-
Personally I would look into Unity 3D
-
Python running inside the browser? No way...
-
I made quiet some VB in VB 6 but since .NET I switched completely on C# which use the same libraries with for me a smarter language. However with VB or C# you can do exactly the same kind of things, so it's more a question of taste than anything else. It's so true that you can create mixed projects which have parts in VB and others in C#. Personally I mainly do ASP.NET and Silverlight applications, even if I do other kinds from time to time.
-
No way you will make a first person shooter with PHP (FPS) or I misunderstood your acronym. As a FPS is 3D game... so I hardly see how you plan to do that with PHP. Now, if you want to make a game, it's certainly something cool to do, and wish you good luck ;)
-
Add to it something like: http://camstudio.org/ And you will be able to capture screen videos.
-
I use: http://www.cyberlink.com/products/powerdirector/overview_en_US.html
-
I would say those supporting them are either badly informed or do not think carefully enough. Tell me what good it does to give private info about police workers or FBI workers or whatever? What does it help to bring down sites like sony? Does it makes a better life for all of us? No. Simply it make people loose money if not risk more their life like in case of covered cases. Sorry I don't think this is the way to act. Now if you talk about people going to try to save whales or other speices I could understand, but what's the goal of anonymous? Fight the evils? Make some rich people loose some money? Annoy a LOADS of people? Sorry this is just KID play.
-
Username: demo Password: demo I didn't registered it.. but seems somebody did before me and nobody talked about it. 1) Story? Sorry I don't understand the story behind it. 2) Home page: as empty as possible... don't say what's the game is about 3) Bots in a mafia world? 4) Register page do contains a lot of text at the bottom like just link titles. 5) tried to register and he said I have already an account... maybe my pseudo email was already used but the message is wrong. 6) once the registration is complete you get back to the home page... without any notice and you must login? Sorry wrong way to do things. 7) you enter the game... nothing is explained not even a single line about the story and the goal... and you are free to click to all without any clues about what you should do. 8) the header image is taking for me way too much space On the positive side, the look and feel is not all that bad, beside the red buttons which I don't find that cool. If I was you, I would strongly suggest to work on the story / goal of your game as for me it remains a mystery
-
What kind of style are you after?
-
Wrong section... if you look for partner there is a section for it but you must follow the rules of the section. I close this thread.
-
How man queries are too many?
a_bertrand replied to runthis's topic in MySQL, Oracle, Postgress or other DB
Again there is no single answers. For a short answer: too many queries is when the game starts to be slow. Now you could have one single slow query or many very fast one... so all depends on your design we can't answer like that. -
Why would you like to load a PHP or TXT file inside your javascript? You may load javascript either by adding a <script> tag somehow either via dom or by modifying somehow your document, or via AJAX and use eval. But javascript will not be able to directly use the PHP source... you should explain more your goal if you want that we help you.
-
You cannot edit a session indeed however you may usually hijack it and take the one of somebody else. Depends how the sessions are built. Anyhow it's a lot lot harder to do than simply changing an id ;)
-
open source not as license just as the possibility to read / modify the sources if you own a license.
-
The only thing they succeed in my point of view is annoy LOADS of people, and make some company lose money. But I doubt they did change things for the good.
-
Auto complete (if well implemented) is generally a huge time saver, and something I could hardly work without anymore. So this would be one of the first thing I would look at for an IDE.
-
me neither... there is other smarter way to change things...
-
For sure they will NOT use this to change the search result position otherwise people will create tools to click those +1 to gain positions in the search results and therefore kill any meaning of it. For this reason Google will not use it for that and it's completely explained what's the goal of it if you take the time to read.
-
That's not completely true. Giving a +1 or even millions will NOT change your ranking as it would be way too easy to abuse it. Instead it shows that you are interested in this site and your friends or contact may see that. All info can be found here: http://www.google.com/+1/button/
-
Well please show some of your previous work such that we can evaluate your skills.
-
Not completely true, as I doubt you find hosting with PHP 3 still... so at some point you will have to follow / upgrade.
-
Beside I still need to find all those "incredible new" features of PHP 5, they broke really a lot. With 5.3 they did the same... yet more breaking changes... for little new features. Now to come back on the topic, MySQL functions as implemented in PHP 4 and above are not secure as you need to pass the values within the SQL query like "UPDATE toto SET a = 'myval' WHERE id=1" This is not a good practice as the values may come from user interaction / browsers and therefore can have been changed to hijack your site (SQL Injections). MySQLi allows to pass those values in a second step which of course it increase the number of rows but at the same time ensure correct handling of string, numbers or others. No more need of mysql_real_escape or whatever. Of course for old scripts it means they will stop working, but for new code it may mean better security... may as you may still pass all in the string.
-
If you want to continue to work with McCode stick with pure PHP and do not mix 2 languages (beside one like PHP and another for the client side like Javascript). I would personally NEVER EVER mix 2 languages for the back-end (like PHP) as it would simply means a big mess to fix issues, and even maintain your site without talking about the development itself. So no, don't accept any ASPx work if you want to continue with McCode. Yet you could of course re-create all in ASPx... but is it what you want?
-
Looking for quotes on a custom game from a reputable programmer
a_bertrand replied to bobbylien's topic in Games
Hehehe, you can do it yourself but ask somebody else to do it? You have a lot of money? You don't want to share anything about it and yet expect some experienced programmer to contact you without any information? And on top of that you say "something not be done before"? I don't believe much of what you said... but I wish you good luck. Just as an idea, count between 20$ and 100$ per hour for somebody with good skills.