Search found 19 matches

by metacatdud
Fri Nov 25, 2011 10:43 am
Forum: Advanced Help and Support
Topic: Image display speed
Replies: -1
Views: 2820

Re: Image display speed

Yeah, my experience is that you would have to get pretty heavy image-traffic before this would become an issue. That is exactly my point. This not an issue. Well it can be an issue if you use hi-res images. I have run into sites with images resized to 200x200px and the real image was 1200x1200px. B...
by metacatdud
Fri Nov 25, 2011 8:20 am
Forum: Game Design
Topic: RTS Game Design Document
Replies: -1
Views: 4260

Re: RTS Game Design Document

If you want it RTS (REAL) in the browser Node.JS is you only hope. Will be wise decision though. To have your game, here is a full tested recipe - Node.JS -- Socket.io (node plugin - for REALTIME server-client communication ) -- MySQL (the node module not other module - I didn't test other (except m...
by metacatdud
Thu Nov 24, 2011 9:57 am
Forum: Older Browser MMO Videos
Topic: How to Make an Improved Rank Page? Help Me Out!! [SOLVED]
Replies: -1
Views: 3881

Re: How to Make an Improved Rank Page? Help Me Out!!

My Question is, how to sanitize user's Input, and where should I put it. As simple as that. I am not asking you about those variables, I already know that. Well!! If my tut presented above is self explainable. Instead of index.php include the class wherever your form is sending. And to get rid of y...
by metacatdud
Thu Nov 24, 2011 7:58 am
Forum: Advanced Help and Support
Topic: Image display speed
Replies: -1
Views: 2820

Re: Image display speed

I think it would be refering to laying out the page. When it knows the dimensions of the image it can layout the page in a more seemless manner by leaving a space just the right size there until the image loads. But when it has to wait for the image to load to find the dimensions, the page pops abo...
by metacatdud
Wed Nov 23, 2011 1:14 pm
Forum: Advanced Help and Support
Topic: Image display speed
Replies: -1
Views: 2820

Re: Image display speed

- Memcache - for distributed applications - APC (>= PHP 5.2) - for non distributed applicaions To be honest i didn't use memcache alot so below is an APC tut Install - Easy Mode using PECL Installer shell> pecl install apc-3.1.4 - Hardcore Mode by compile it shell> cd apc-3.1.4 shell# phpize shell# ...
by metacatdud
Wed Nov 23, 2011 11:09 am
Forum: Older Browser MMO Videos
Topic: How to Make an Improved Rank Page? Help Me Out!! [SOLVED]
Replies: -1
Views: 3881

Re: How to Make an Improved Rank Page? Help Me Out!!

Well I'm lost. I can't figure out what do you really want !!!
by metacatdud
Wed Nov 23, 2011 10:50 am
Forum: Misc
Topic: My rant on closing games
Replies: -1
Views: 1637

Re: My rant on closing games

Agreed. Community is such a strong word. The community can be your close friends or the family if you want. I know that sometimes a community build with strangers, cause this is what we are here to one another, it can lead to mess and confusion to the team but hey ...
by metacatdud
Wed Nov 23, 2011 10:25 am
Forum: Older Browser MMO Videos
Topic: How to Make an Improved Rank Page? Help Me Out!! [SOLVED]
Replies: -1
Views: 3881

Re: How to Make an Improved Rank Page? Help Me Out!!

Your problem is the problem because i keep screaming CLASSES , REUSE, MODEL. You will get to the point of no return very soon. Now for a quick answer to your problem somewhere into your application build a file called "security.php" and add the text below. <?php class Security { var $outpu...
by metacatdud
Wed Nov 23, 2011 9:48 am
Forum: Older Browser MMO Videos
Topic: How to Make an Improved Rank Page? Help Me Out!! [SOLVED]
Replies: -1
Views: 3881

Re: How to Make an Improved Rank Page? Help Me Out!!

My friend. A web application, because this is what it is is having some layers Layer 1 - A framework (a suite of instructions that will help you to build your game) Layer 2 - The application itself It goes like this: Browser Request -> App -> Response | -> Framework Prepared instruction sets A stand...
by metacatdud
Wed Nov 23, 2011 8:50 am
Forum: Misc
Topic: My rant on closing games
Replies: -1
Views: 1637

Re: My rant on closing games

Well... That is the problem on most of indies. Lack of engagement from the community, money, expenses, the idea itself. The indie concept is relatively new in the game business and to get started in this branch could be hardcore. There are a lot of things that comes through your mind the night befor...

Go to advanced search