Phil

1,261
reputation
110 views

Registered User

name Phil
member for 1 year
seen 17 hours ago
website
location GB
age 25
I work for Mint Digital as a front end developer concentrating on clean, valid, cross browser compatible HTML, CSS and JavaScript. When there's none of that to do, I get stuck into Ruby on Rails too.
Nov
25
comment How to set specified gem version for Ruby app?
@Damien It's not necessarily a rails app. @Dan Do you not have to require the gem after setting the version?
Nov
20
answered MongoMapper and migrations
Nov
11
answered Ruby and Nil Object
Nov
6
accepted Javascript show layer on page load
Nov
6
answered Javascript show layer on page load
Nov
5
comment Detect rotation of Android phone in the browser with javascript
That's a little harsh. I'm interested to know so that I can show different content based on the orientation of the screen, this could be up to 4 different pages, requiring the browser to know whether it had been rotated by 0, 90, 180 and 270 degrees. This is all possible, in JavaScript, on the iPhone and is why I am asking.
Nov
3
comment Detect rotation of Android phone in the browser with javascript
I've just realised that this method doesn't give me the orientation of the phone. I will know whether it is portrait or landscape, but not if it is upside down or has been turned to the left or to the right. Any further ideas?
Oct
31
comment Get form using jQuery and send it to a javascript function
You can cancel the form submission if validation fails this way. But you can't validate the form if it is submitted in any other way than clicking the submit button if you just use the click handler.
Oct
30
answered Get form using jQuery and send it to a javascript function
Oct
30
comment Detect rotation of Android phone in the browser with javascript
That's a good idea, I'll try that (and ask my friend with the Android phone to test!)
Oct
30
revised Detect rotation of Android phone in the browser with javascript
update and clarification
Oct
30
comment Detect rotation of Android phone in the browser with javascript
Thanks, but those articles only cover Android applications. I am asking whether JavaScript on a web page can detect the rotation like an iPhone can.
Oct
30
comment CSS background image being downloaded more than once
Wow, that is strange. It acts as expected in FF 3.0.15 too, seems there must have been a change of behaviour between the versions. I can't think of any reason why though.
Oct
30
accepted Share session data between Rails and PHP
Oct
30
answered Share session data between Rails and PHP
Oct
30
asked Detect rotation of Android phone in the browser with javascript
Oct
21
revised Share session data between Rails and PHP
edited tags
Oct
20
asked Share session data between Rails and PHP
Oct
16
answered What are the merits of using tt, i, b, big, and small tags?
Oct
16
awarded  Yearling
Oct
15
accepted xpath find specific link in page
Oct
15
answered xpath find specific link in page
Oct
14
answered Is it possible to have an opacified background layer which doesn’t opacify its children ?
Oct
14
answered What’s the limit for the size of iPhone apps?
Oct
9
comment Get element by id via regex jQuery
Nice analysis! Wonder if I can shave some ms off my time!
Oct
9
comment Get element by id via regex jQuery
Thanks Brian, edited.
Oct
9
revised Get element by id via regex jQuery
added 1 characters in body
Oct
9
accepted Get element by id via regex jQuery
Oct
8
answered Get element by id via regex jQuery
Oct
8
answered In jQuery if you remove an element will any events on it be removed?
Oct
1
accepted Anyone can suggest a jquery lightbox plugin that allow embedded html and is easy to custom CSS?
Oct
1
answered Anyone can suggest a jquery lightbox plugin that allow embedded html and is easy to custom CSS?
Sep
27
awarded  Nice Answer
Aug
7
awarded  Nice Answer
Jul
29
answered IE7 complaining about label ID in javascript
Jul
10
answered Howto style unordered list to display list items in rounded corner box
Jul
8
answered how to prevent checkbox check when clicking on link inside label
Jul
8
comment Is it impossible to separate javascript from HTML?
What is the purpose of the id being passed to the update function? I may be able to suggest something with a little more information.
Jul
7
comment How to avoid this? Yslow -> “This page has 5 external stylesheets. Try combining them into one.”
DisgruntledGoat is right, I just put a very simple example there. I agree with David Dorward too though, YSlow is just a tool and isn't the law. NickFitz sums it up nicely in saying that that is what alternate stylesheets are for too. My method will allow you to swap entire layouts with just a change of body class, but it has its downsides too.
Jul
7
accepted How to fade to display: inline-block
Jul
7
answered How to fade to display: inline-block
Jul
7
answered How to avoid this? Yslow -> “This page has 5 external stylesheets. Try combining them into one.”