Search found 89 matches

by Klown
Sat Jul 06, 2019 12:49 am
Forum: Announcements and Site Discussion
Topic: Latest Updates
Replies: -1
Views: 23063

Re: Latest Updates

Still here - for what it's worth. ;)
by Klown
Fri Jul 18, 2014 8:23 pm
Forum: Recruitment
Topic: Anyone working on a PBBG?
Replies: -1
Views: 2991

Re: Anyone working on a PBBG?

I'm working on a business simulation game. It's been in development for about 3 months I have only 25% completed. It's located at tycoonville.net - i put it online for a few friends to play test the features I have and help me determine if the concept is fun. I have a lot of additional features/idea...
by Klown
Tue Jul 08, 2014 9:28 pm
Forum: General Development
Topic: Learning a Language
Replies: -1
Views: 1382

Re: Learning a Language

You can learn a lot about any language by following a few tutorials to get a foundation - from there you can create your own small app or program to try new things. I'm a big believer in books - you can learn almost anything for free from the internet - but paying for a book is a great idea. I read ...
by Klown
Mon Jun 30, 2014 5:29 am
Forum: Beginner Help and Support
Topic: Help with multiple onclick=
Replies: -1
Views: 1893

Re: Help with multiple onclick=

Sorry for the very late reply I wanted to update you and let you know this did in fact work for my situation -I modified your suggestion to work inline so I could create it dynamically. You're a true pro - and life saver! Thanks for all the help. if (confirm('Confirmation Message Here?')) { window.l...
by Klown
Thu Jun 12, 2014 8:44 pm
Forum: Project Showoff Tier II
Topic: Jumping Effect (Gravity)
Replies: -1
Views: 2381

Re: Jumping Effect (Gravity)

Hi - Great example of a jump. If you want to limit the height of the jump to prevent someone from floating up infinitely and/or fly - I would suggest you set a max value for the jump, say 3 or 4x the height of the object or box and once that height is reached force the gravity to take over and drop ...
by Klown
Tue Jun 10, 2014 10:08 pm
Forum: Beginner Help and Support
Topic: Help with cron jobs
Replies: -1
Views: 1024

Re: Help with cron jobs

put your second cron into a function in another page and include the page and call that function at the end of the first cron. If you really want to separate them then you could put a flag in the DB that marks when the file has started and when it finishes. Then check it on the second cron. You wil...
by Klown
Tue Jun 10, 2014 4:37 pm
Forum: Beginner Help and Support
Topic: Help with cron jobs
Replies: -1
Views: 1024

Help with cron jobs

Hey guys, I am wondering if any of you have faced this situation before. I have multiple cron files setup to run at a specific time. Lets say each day at midnight. It's important that they all run within the same minute not 1 minute after the hour or 1 minute before the hour. Lets say I have 1 cron ...
by Klown
Tue Jun 10, 2014 4:31 pm
Forum: Say Hello
Topic: Hello!
Replies: -1
Views: 1672

Re: Hello!

Welcome !
by Klown
Fri May 30, 2014 10:45 pm
Forum: Off-Topic
Topic: Udemy
Replies: -1
Views: 1151

Re: Udemy

Correct me if I'm wrong - but they can't monitor content quality if they let anyone sign up and post whatever subject matter they wish to sell as a tutorial. The company is just that - a money machine - so they would best be served to get as many teachers selling to as many students as they can - so...
by Klown
Thu May 29, 2014 12:52 am
Forum: Beginner Help and Support
Topic: Help with multiple onclick=
Replies: -1
Views: 1893

Help with multiple onclick=

Hi Guys, I'm toying with an idea and need help implementing it. The code below shows what I have already tried. I am trying to use the onclick event to confirm the action, upon confirmation navigate to the new page. The confirmation will popup and no matter the selection, it will not allow the execu...

Go to advanced search