dylanfm

2,078
Reputation
154 views

Registered User

Name dylanfm
Member for 1 year
Seen 8 hours ago
Website
Location AU
Age 25
I'm a dude from Australia. I program in Ruby and PHP. I'm also a keen front-end developer and enjoy using Javascript (and jQuery). I love to surf and have a keen interest in art (mostly painting and drawing). Have a look at my Github profile.
Nov
20
awarded  Nice Answer
Nov
20
awarded  Yearling
Nov
16
comment Using :order and :limit options - Ruby On Rails
It might not be called "Date". Try "date", "created_at" or "updated_at".
Nov
2
comment Change an input field before submit
Be sure to allow for more than just a click, some people might submit a form with return or tab>space/tab>return.
Oct
27
answered Why developers think PHP is easy language ?
Oct
23
awarded  Nice Question
Oct
16
revised Git for beginners: The definitive practical guide
added 622 characters in body
Oct
15
comment Best way to code iterator in javascript
Yea, but you'll want to make sure that customObject.hasOwnProperty(a) returns true for each method/property. Otherwise you could end up with inherited stuff.
Oct
9
accepted Equality testing in Javascript
Sep
16
answered I have two versions of Ruby (1.8.7 and 1.9) installed how to specify which one for rails? or does it matter
Aug
27
revised Web Design Advice - Questions to WebDesign Gurus/Mentors
added 241 characters in body
Aug
26
answered Web Design Advice - Questions to WebDesign Gurus/Mentors
Aug
25
answered Rails 2.3.3 - Setting to production mode
Aug
21
answered Input field events using jquery
Aug
21
comment Javascript & SEO
Ah thanks. I should've paid more attention :)
Aug
20
answered Javascript & SEO
Aug
17
awarded  
Jul
31
comment How do I split a string in ruby maintaining whitespaces in the split
Yea definitely. I think there's one coming up on Tuesday August 11. And there's Railscamp in November too.
Jul
31
comment How do I split a string in ruby maintaining whitespaces in the split
BTW Sam, your profile almost has 1337 views hehe. Hello to a fellow Sydney-sider.
Jul
31
answered How do I split a string in ruby maintaining whitespaces in the split
Jul
27
comment Common mistakes for CSS-designers to avoid?
Absolutely, but on some sites this is necessary. Sometimes CMS (vendors) split things into fairly small chunks and modules so that your CSS ends up looking like this.
Jul
27
answered Common mistakes for CSS-designers to avoid?
Jul
16
comment How would you code this: The SO Menu
As well as :hover, you should add a :focus for keyboard use.
Jul
16
accepted Github doubt - sync repo
Jul
15
answered How would you code this: The SO Menu
Jul
13
answered Github doubt - sync repo
Jul
7
accepted How do you develop outside-in Rails app using Cucumber & RSpec?
Jul
5
comment Parsing XML namespaces?
I think you can just use getElementsByTagName("yweather:astronomy") with IE. Also, Google feeds API has a cross browser implementation. Maybe you can use that, or something like it: code.google.com/apis/ajaxfeeds/…
Jul
2
answered How do you develop outside-in Rails app using Cucumber & RSpec?
Jul
2
answered Equality testing in Javascript
Jun
30
answered Date parsing with regular expressions in JavaScript
Jun
12
comment Ruby on Rails or a PHP framework
RoR's performance has been improved immensely over the past year or so. It now outperforms all the popular PHP frameworks.
Jun
11
comment ruby add to array… simple question
This is probably a good place to use inject too. ruby-doc.org/core/classes/…
Jun
11
answered ruby add to array… simple question
Jun
11
answered is there an easy way to convert jquery code to javascript?
Jun
10
answered “base.send :include, InstanceMethods” ---> What does this do?
Jun
4
answered Is there a way to check what fonts are installed on machines via the web?
Jun
3
accepted Where to put these code in a Rails web application?
Jun
3
revised Where to put these code in a Rails web application?
added 997 characters in body
Jun
3
answered Where to put these code in a Rails web application?
Jun
1
revised Ruby on Rails and restful_authentication plugin
edited tags
May
31
answered All about choosing the right font for a website
May
31
comment Check this web optimization report - how can I fix it?
Sprites are certainly a good idea.