Search found 68 matches

by Mr. Bond
28 May 2010, 10:02
Forum: phpBB Development discussion
Topic: General - how are you able to focus on coding for a while?
Replies: 3
Views: 10216

Re: General - how are you able to focus on coding for a whil

Comment everything, and I mean everything. Anything that does anything, comment it so that you will know exactly what it is doing if you need to go back and change it 6 months later. Just simple things like "this checks this and then does this to that" will help you get the feel of the cod...
by Mr. Bond
19 Mar 2010, 06:45
Forum: phpBB Development discussion
Topic: Version control
Replies: 1
Views: 10518

Re: Version control

I was an SVN user but I decided to jump on the Git bandwagon recently to see what all the fuss was about and now I see <!-- s:D --><img src="{SMILIES_PATH}/icon_e_biggrin.gif" alt=":D" title="Very Happy" /><!-- s:D --> I never really had any problems with SVN, it's a really nice system, but Git, fro...
by Mr. Bond
05 Sep 2009, 12:51
Forum: General Discussion
Topic: GRRR, BABY!
Replies: 8
Views: 4001

Re: GRRR, BABY!

You are officially too old for the internets .... I mean, happy birthday! :beer:

On a side note, is it weird I thought of Austin Powers when I read the title of this topic?
by Mr. Bond
04 Sep 2009, 03:00
Forum: phpBB Development discussion
Topic: Javascript and you
Replies: 24
Views: 23200

Re: Javascript and you

I don't remember how I learned JavaScript, or where. Just Internet tutorials I guess. The syntax is very similar to PHP so that makes it easier. Using a good library (*cough* jQuery) can make writing JS code a lot simpler, only needing basic calls to functions to be able to do advanced shtuff (like ...
by Mr. Bond
26 Aug 2009, 03:15
Forum: General Discussion
Topic: phpBB TF2
Replies: 14
Views: 8763

Re: phpBB TF2

by Mr. Bond
22 Aug 2009, 05:22
Forum: Introductions
Topic: great to be here
Replies: 3
Views: 1867

Re: great to be here

Hey CoolCalvin, welcome!
by Mr. Bond
20 Aug 2009, 18:40
Forum: General Discussion
Topic: OHHHH NOESSSSS: Obsidian just...
Replies: 11
Views: 5820

Re: OHHHH NOESSSSS: Obsidian just...

Happy birthday, Buddy! :beer:
by Mr. Bond
12 Aug 2009, 21:02
Forum: MOD Feedback
Topic: [ABD] No more outdated browsers 1.1.0
Replies: 15
Views: 17762

Re: [RC] No more IE6 1.0.0

I wouldn't suggest using that script because it uses the ereg extension, which is deprecated in PHP 5.3.0. $_SERVER['HTTP_USER_AGENT'] will contain the browser being used. The best way to determine which browser it is to use strpos() to check for msie, mozilla etc. (eg: strpos($_SERVER[&...
by Mr. Bond
11 Aug 2009, 21:35
Forum: MOD Feedback
Topic: [DEV] Board Integrated Market System
Replies: 11
Views: 14119

Re: [DEV] Board Integrated Market System

This looks nice Sam. You've got your work cut out for you :beer:
by Mr. Bond
11 Aug 2009, 13:56
Forum: MOD Feedback
Topic: [MODDB] Sortables CAPTCHA Plugin
Replies: 7
Views: 12466

Re: [BETA] Sortables CAPTCHA Plugin

Nice job Derky, good to see jQuery being used more and more in MODs.
by Mr. Bond
11 Aug 2009, 00:17
Forum: General Discussion
Topic: IDE of choice?
Replies: 16
Views: 8783

Re: IDE of choice?

by Mr. Bond
03 Aug 2009, 00:22
Forum: phpBB 3.0.x "Olympus" discussion
Topic: Good Tutorial for Making ACP Modules
Replies: 8
Views: 13277

Re: Good Tutorial for Making ACP Modules

I'm not sure what you are asking, but to add permissions, there is a good tutorial on the Wiki: <!-- m --><a class="postlink" href="http://wiki.phpbb.com/Permissions">http://wiki.phpbb.com/Permissions</a><!-- m --> You would not want to use the config table for permissions... <!-- s;) --><img src="{...
by Mr. Bond
03 Aug 2009, 00:18
Forum: General Discussion
Topic: OH NOES
Replies: 4
Views: 2826

Re: OH NOES

A day late, regardless, happy (late) birthday! :)
by Mr. Bond
28 Jul 2009, 14:50
Forum: phpBB Development discussion
Topic: phpbb.com profile link for phpBB3
Replies: 14
Views: 29438

Re: phpbb.com profile link for phpBB3

<!-- m --><a class="postlink" href="http://svn2.assembla.com/svn/evilmods/3.0/phpbbcom_profile_link/">http://svn2.assembla.com/svn/evilmods/3 ... file_link/</a><!-- m --> Though I'm not sure if it's any different than the one Obsidian posted <!-- s:? --><img src="{SMILIES_PATH}/icon_e_confused.gif" ...

Go to advanced search