Kevin

3,276
Reputation
373 views

Registered User

Name Kevin
Member for 1 year
Seen 20 mins ago
Website
Location Philadelphia
Age 20
.NET Machine
18h
awarded  Mortarboard
Dec
4
comment Strategy for developing namespaced and non-namespaced versions of same PHP code
Is the effort of rewriting your code to use namespaces worth it?
Dec
4
answered From a coder’s perspective, what kind of project should I choose python over php for where both could do the job?
Dec
4
comment Faking method attributes in PHP?
Very cool. You got me interested in doing something similar to this for future projects.
Dec
4
comment Going about finding a rogue <!----> in PHP
That's really funny. I also like how isexistinguser looks like extinguisher and...you probably already know what $hit looks like. :)
Dec
3
awarded  Good Answer
Dec
3
answered Pass variable from image to next page
Dec
3
comment send php variables to php file using jquery ajax?
You must be more descriptive in your post to get a good answer.
Dec
3
revised VB.NET Importing Classes
added 210 characters in body
Dec
3
accepted Combining XmlWriter objects?
Dec
3
answered Combining XmlWriter objects?
Dec
1
answered PHP: get all method names from an object with name “bla_”
Nov
30
comment Faking method attributes in PHP?
Haha, oh well. The other thought I had was using something like AttributeReader (interfacelab.com/metadataattributes-in-php/…) and create a command line script to cache all routes to a single file. May strike the balance between speed and readability, though you have to run the script whenever a route changes...
Nov
30
answered Notable apps written in C#?
Nov
30
answered Faking method attributes in PHP?
Nov
30
revised Combining XmlWriter objects?
added 188 characters in body
Nov
29
asked Combining XmlWriter objects?
Nov
29
comment IE7 HTML/CSS margin-bottom bug.
Arguable, since <br> means "line-break" and <div> is just meaningless.
Nov
25
answered Creating html templates using PHP
Nov
25
accepted PHP - Dealing with GET and POST arrays
Nov
25
answered PHP - Dealing with GET and POST arrays
Nov
24
comment call a php controller with ajax (how to disable layout)
Ah, I didn't see what framework you're using. In CodeIgnitor, each method must explicitly say which View to load and I thought most php frameworks worked like this.
Nov
24
answered call a php controller with ajax (how to disable layout)
Nov
5
accepted How to test controllers with CodeIgniter?
Nov
5
answered How to test controllers with CodeIgniter?
Oct
9
answered Visual Studio Publish fails on bin directory
Sep
16
awarded  Popular Question
Sep
13
comment Dependency Injection in PHP
You need to escape $seo_url, there's a sql injection.
Sep
2
revised Visual Studio shortcut to auto-add event delegate methods
added 100 characters in body
Sep
2
asked Visual Studio shortcut to auto-add event delegate methods
Aug
24
accepted Using object property as default for method property
Aug
20
awarded  Nice Answer
Aug
2
awarded  Yearling
Jul
29
awarded  Nice Answer
Jul
28
awarded  Popular Question
Jul
28
revised Java Image Editor which renders output as source code?
correct source name
Jul
28
comment Java Image Editor which renders output as source code?
A SVG to Java2D converter is nice, but not what I'm looking for.
Jul
27
revised Java Image Editor which renders output as source code?
added 469 characters in body
Jul
24
revised Java Image Editor which renders output as source code?
clarified example for people with lack of imagination
Jul
18
comment var keyword in C# 3.0
Kelsey, I just want to thank you for this comment. Developers who use "var" are in my mind, extremely lazy. Nothing irks me more when debugging code, than to have to question what the type of a variable is. Why should I have to read the entire line of code to see what this variable actually is? Because some chump couldn't be bothered to declare its type? Thanks again, glad to see someone here has common sense.
Jul
15
revised Locally enclose a code block in SQL
fix example
Jul
14
comment Locally enclose a code block in SQL
Thanks, I added a bit more info.
Jul
14
revised Locally enclose a code block in SQL
added context
Jul
14
comment Locally enclose a code block in SQL
Yes, bad example. Although, I used this some days ago and it worked, but maybe I used unique variable names within the block. Hm...
Jul
14
asked Locally enclose a code block in SQL
Jul
13
asked Java Image Editor which renders output as source code?