2,349 reputation
1342
bio website uquiz.com
location United Kingdom
age 23
visits member for 1 year, 9 months
seen 11 hours ago
stats profile views 315

I'm a keen amateur website developer.

I am particularly knowledgeable of HTML, CSS, PHP, jQuery, Javascript and C#.


May
17
comment converting a console application to a dll in c#
I couldn't find this at first, however I have found it now. This is in the drop down menu under the 'Application' tab within the Project Properties.
May
17
revised Two TFS Projects - Making one project reference another within source control
edited tags
May
17
asked Two TFS Projects - Making one project reference another within source control
May
17
awarded  Popular Question
May
15
awarded  Popular Question
May
6
awarded  Notable Question
May
2
awarded  Notable Question
Apr
30
awarded  Notable Question
Apr
29
comment How to capitalize first letter razor
Works well in Razor: @char.ToUpper(s[0])s.Substring(1)
Apr
27
asked Abstraction - How to create the correct inherited class based on what is stored in the database
Apr
16
awarded  Enlightened
Apr
16
awarded  Nice Answer
Apr
12
comment Query Model and Join Associated Model
As you can tell, I'm a massive noob with this language. I'm passing @myquiz so that I can use it in my view. Please see the edit on my question for the current view. Please can you show me how I would access the field 'url_id' from my quizzes table within the view? I have tried @myquiz.quiz_versions.url_id and it returns a NoMethodError on quiz_versions. Thanks
Apr
12
comment Query Model and Join Associated Model
This still just brings back only QuizVersion information. Could it be something to do with my :foreign_key/:primary_key setups within my classes? My quiz and quiz versions are related ON quizzes.quiz_id = quiz_versions.quiz_id
Apr
12
comment Query Model and Join Associated Model
Hmmm, it doesn't pull through any QuizVersions information through. Any ideas for why that could be?
Apr
12
asked Query Model and Join Associated Model
Apr
12
accepted Prevent HTML character encoding when outputting a string
Apr
12
comment Looping through a list of objects within View and printing values with a single <%=
Fantastic. Thanks for your help :). I hate being such a noob to a programming language. aghh.
Apr
12
accepted Looping through a list of objects within View and printing values with a single <%=
Apr
12
asked Prevent HTML character encoding when outputting a string