186 reputation
111
bio website
location London
age
visits member for 11 months
seen Apr 3 at 19:51
stats profile views 25

Beginner programmer who learnt PHP to build a business application.


Apr
3
comment CakePHP - Capturing and using debugging error messages
Thanks for the answer. How come people are only commenting the answer these days and not actually writing answers?
Mar
5
comment How do I create HTTPS page for CakePHP?
Aha I see. So in other words it will be difficult for me to implement the Facebook Page Tab because I don't really have a budget to buy a https certificate? Or do you know a way to avoid using https for the Facebook Page Tab?
Mar
4
comment What is canvas URL on facebook developer account?
Probably most games on Facebook use this then?
Jan
13
comment Choosing shared Linux AMI machine image for AWS
Ok, thanks for all that. Do you also have the answer to the question?
Jan
11
comment Run a php program inside Dropbox
You should also think about the SQL database if you have one. Sync XAMPP Data With Dropbox
Dec
29
comment Pinterest button to my website - Do I really need their Javascript as well?
Can't you make all this simpler and clearer to digest on the developer section of pinterest.com? I am a sort of a beginner developer and am just trying to add a PinIt-button to my dynamic product pages. It shouldn't have to be this confusing adding a simple link should it?
Dec
28
comment Jquery hide() all elements with certain class except one
+1 - Using .not() is a better solution because now you don't have to hide the element you want to show and then show it. Avoiding the "blinking" effect, I think is better UI experience.
Dec
27
comment How to randomly loop through first layer of nested associative array in PHP?
Nice one! Thank you very much.
Dec
27
comment How to randomly loop through first layer of nested associative array in PHP?
Ok. What's the implication of that in layman's terms?
Dec
27
comment CakePHP model associations - Random order on retrieve of associated model for HABTM
Ok, but what is the syntax to replicate the condition I had before then? Your '...' is the important bit, but is omitted.
Dec
26
comment CSS3 :hover effect for child element - Firefox and Explorer doesn't work
Great, using opacity instead worked! By the way, what do you mean by display:none doesn't receive mouse hover? And why does only Webkit allow to change the display property??
Dec
23
comment CakePHP - Custom validation function & messages for multiple conditions
The only way I can think of unless this works is to create one validation function for each condition. Instead of all in one function.
Dec
20
comment CakePHP - FormHelper and a DATETIME field UI
In the end I opted for the Trent Richardsson plugin.
Nov
24
comment Cakephp + Jquery : how to user jquery methods?
How come you are not using the JsHelpers Link method? [Link] (book.cakephp.org/2.0/en/core-libraries/helpers/…)
Nov
22
comment Wordpress plugin as an webapp iframe
Did you get anywhere with this?
Nov
20
comment CakePHP - Using a different model in current model
Thanks for the answer, if I was using "my exemplified models", how would your syntax look like then?
Nov
20
comment CakePHP - Using a different model in current model
Actually, something is happening. $allUsers contains the expected data, just like it would in a controller. So it seems this is a simple way of fetching foreign model data into a current model. It only leaves the question if I can access all normal model methods. Probably yes.
Nov
10
comment Converting Javascript Date Object to SQL datetime and vice versa
I am looking at the datejs library primarily right now. Are there better ones?
Nov
10
comment Converting Javascript Date Object to SQL datetime and vice versa
Using that piece of code is not allowed I think. Check this link. I'll have to look into that library by Kelvin. Do you know how it compares to the datejs library ? (I just came across that)
Nov
2
comment Allowing basic HTML in posts (inc. line breaks, no-follow links etc.) while maintaining security - CakePHP
This link will give a few good hints as well for underlying thinking for this problem.