2,952 reputation
11753
bio website sconmod.com
location My Desk
age 28
visits member for 3 years, 3 months
seen 57 mins ago
stats profile views 296

I am Cabinet Maker turned programmer - Odd but true :)

I have a passion for all things coding including C#, PHP, CSS, JavaScript (JQuery is great!).

I started an admin tool for Call of Duty - Black Ops in Feburuary 2011 which allows server admins to manage their server without being on-line. It handles things like map rotations, language filters, weapon restrictions, user permissions etc all manageable from a web interface. I have learnt a lot on this project and enjoy working on it. More information can be found @ www.sconmod.com.


7h
answered Fieldset in system configuration - Magento Admin module
8h
comment Calling a function in Magento Admin Module Controller via URL
That article was written by Alan Storm and only applies to the front end. Not the admin section of Magento.
8h
comment Calling a function in Magento Admin Module Controller via URL
I tried before posting on SO
8h
comment Calling a function in Magento Admin Module Controller via URL
As @petergunn explained above, this isn't possible.
9h
accepted Calling a function in Magento Admin Module Controller via URL
9h
comment Calling a function in Magento Admin Module Controller via URL
Splendid. Just what I was looking for, thanks.
10h
asked Calling a function in Magento Admin Module Controller via URL
13h
comment HTML form second button wont search my database
Note: Please watch out for SQL Injection: php.net/manual/en/security.database.sql-injection.php
13h
comment How can i work with the ASP.NET Update Panel?
What isn't working. Please explain the problem. Also, posting the code for the post backs would be useful.
13h
revised Linq to Twitter status update c#
added 4 characters in body
14h
comment parent window gets locked after clicking link
@MMM - +1 Much more tactful than I would of been :)
May
18
answered Sending delimited from textarea to mysql. Column by “,” and row by “\n”
May
16
comment XDebug / Apache / PHP / Eclipse skips breakpoints
cough netbeans cough
May
15
awarded  Popular Question
May
15
comment jQuery which to detect empty space
+1 - Teach a man how to fish ... ;)
May
15
comment php/SQL function not working? trying to get the membership_id from a database
You should turn on error reporting so you can debug yourself in future. It's very useful to learn how to find the issues so you can learn how to fix them.
May
13
comment Maphilight change Image src keeping same map
You would get more help with this if you created a Fiddle example.
May
13
comment upload web to the network c#
Do you have ASP.NET installed in IIS and is the App Pool set up correctly?
May
13
comment Maphilight change Image src keeping same map
How about adding $('.map').maphilight(strokeColor = "5C5C5C", fillColor = "5C5C5C", strokeWidth "1", fillOpacity = "0.4"); to the end of Common_dialog function?
May
13
comment Maphilight change Image src keeping same map
Would you be able to knock up a fiddle example?