Search found 84 matches

by Luke111
Sun Sep 28, 2014 5:11 pm
Forum: Tutorials
Topic: Intro to Security (PHP)
Replies: -1
Views: 10942

Re: Intro to Security (PHP)

Not to necro my thread, but I think people may still find this handy... Anyways, a lot has happened since I wrote this. I recommend going to PDO if you plan to stick with PHP for a while, as it makes things much simpler. In regards to porting your code from traditional MySQL to mysqli, PDO, etc., if...
by Luke111
Mon Nov 18, 2013 3:35 am
Forum: Beginner Help and Support
Topic: Is Django (Python) worth it?
Replies: -1
Views: 308

Is Django (Python) worth it?

Hi! I am wondering if anyone has heard of or used Django. Is it a stable, usable way to make websites in Python? Most importantly: Is it worth my time? I already know PHP more than enough, and have a growing hatred for Node, but I love Python. Maybe this is the route I should take for future website...
by Luke111
Sat Nov 09, 2013 5:14 am
Forum: Coding
Topic: General PHP Framework
Replies: -1
Views: 2863

Re: General PHP Framework

Working on tutorials and documentation here and there:
http://mountainphp.blogspot.com

At the time of this posting, the internals have been described in a high level, and I am working on a cool Hello World app tutorial using Mountain.

Enjoy!
Luke
by Luke111
Sat Nov 09, 2013 5:06 am
Forum: General Development
Topic: Game Site
Replies: -1
Views: 931

Re: Game Site

And let the competition begin! :) Not really though, our sites are different enough that there won't be hardly any conflicts. As for tips, make sure that you don't make another site with a different layout on each page (*cough*facebook*cough*). Make it flow, but I am sure you already know that. Also...
by Luke111
Thu Oct 17, 2013 2:40 am
Forum: Coding
Topic: General PHP Framework
Replies: -1
Views: 2863

Re: General PHP Framework

The PDO wrapper is finished. You can now access it like you would in the MySQLi wrapper. it has been uploaded along with a test page showing usage.
Also, if a mod could move this to either the Resources section or the Tier 2 showoff that would be great!
by Luke111
Thu Oct 17, 2013 2:38 am
Forum: Beginner Help and Support
Topic: Working With Time
Replies: -1
Views: 1000

Re: Working With Time

You don't need a cron. You can easily get this to work when the page is accessed. I find cron useful for things like removing dead accounts and regular database maintenance and stuff like that. Anyways, here's a possible solution (possible because you may find a better way): Your first table is grea...
by Luke111
Wed Oct 16, 2013 7:31 am
Forum: Coding
Topic: General PHP Framework
Replies: -1
Views: 2863

Re: General PHP Framework

Released 2.0, and am working on a PDO wrapper module that is going to deprecate the old mysqli module. Here's a github repo: https://github.com/lukebullard/mountainphp This new version features: "Commons", which are application-specific modules. An example would be Header/Footer code for y...
by Luke111
Sat Oct 05, 2013 3:36 am
Forum: Project Showoff Tier II
Topic: TheGamerBoard, video game mashup site
Replies: -1
Views: 473

TheGamerBoard, video game mashup site

Hi everyone! I haven't posted here in a long time, but I figured that now is the time to do so being that this is the best place to show off and get reviews on my work. My website, TheGamerBoard, is going on it's third year. I have got a bigger marketing crew on board, and have some great improvemen...
by Luke111
Thu Aug 22, 2013 6:23 pm
Forum: Advanced Help and Support
Topic: Browser MMO Resource Management?
Replies: -1
Views: 633

Re: Browser MMO Resource Management?

Thank you for the help! The reason I ask is I am looking to continue development of my engine which I stopped after seeing this become a problem. Here's why: The engine is 3D, so other 3D-specific assets like models are needed. These can take ages to download. My initial solution came down to using ...
by Luke111
Thu Aug 22, 2013 2:44 am
Forum: Advanced Help and Support
Topic: Browser MMO Resource Management?
Replies: -1
Views: 633

Browser MMO Resource Management?

In the last era of MMO games, all the media and resources (ie. Models, Textures, etc.) were installed to the user's hard drive. What is a good technique for 3d, webgl-based MMOs, so that the models don't have to be transferred every game startup (possibly introducing load times beyond belief)? I kno...

Go to advanced search