| bio | website | christianvarga.com |
|---|---|---|
| location | Melbourne, Australia | |
| age | 24 | |
| visits | member for | 2 years, 5 months |
| seen | 4 hours ago | |
| stats | profile views | 741 |
Freelance front-end web developer. Loves HTML5, CSS3, and jQuery.
|
May 10 |
comment |
IE8 image path issue @Ian You've made your point; you are right and I am wrong. You have nothing more to prove to me. I'm now interested in why everyone learning javascript is taught to use semicolons. |
|
May 9 |
comment |
Bootstrap Customization: Why should I use LESS? Just to clarify: are you asking about the benefits of LESS in general, or using LESS in your specific configuration? |
|
May 9 |
revised |
change text-font size of whole page content added 2 characters in body |
|
May 9 |
comment |
change text-font size of whole page content Very handy tip! Shame it requires IE9 plus, because ems can be both a blessing and a curse. I'll probably use rem from now on if I don't care about older IEs. |
|
May 9 |
comment |
change text-font size of whole page content @BramVanroy jQuery is used for the demo to bind the handler; it is not part of the question (he's bound his own handler, albiet in a poor way) the question was not tagged with jQuery therefore I didn't use jQuery's .addClass(). Using a library doesn't mean you can't use raw JS. If it makes your life better, here's a pure js version, and a jQuery version. |
|
May 9 |
revised |
change text-font size of whole page content added 20 characters in body |
|
May 9 |
answered | change text-font size of whole page content |
|
May 3 |
comment |
IE8 image path issue @Ian Relax, there's no need to be narky. es5.github.io/#x7.9 states that in some situations, semicolons are required. It will insert them for you if omitted, but they are required in those cases. Also, consider this example. In that case, I tested it, and minification will insert the required semicolon. But I'd rather use a semicolon where required rather than crossing my fingers and hoping it won't cause an error. I care about consistency. If I'm going to use semicolons sometimes, I may as well use them all the time. The OP just mixed & matched. |
|
May 2 |
comment |
How to Benchmark Javascript DOM Manipulation There's a website for that. |
|
May 2 |
comment |
Can I move the a “Buy Now” text button to the order summary section? Cut and paste the html for the button from the old location to the new location? Are you using a CMS? Can you edit the template? |
|
May 2 |
comment |
IE8 image path issue @Ian it doesn't matter in this case, but the spec says to use them, and it's best practice. There are times when they are required (think minification), so we should always preach good practice. Always. |
|
May 2 |
comment |
Displaying a large background SVG slow on WebKit? Unfortunately I've experienced the same problems. Safari 5 was actually great, then Safari 6 came out and I found it's SVG performance and conformance to actually be a hell of a lot worse. |
|
May 2 |
comment |
IE8 image path issue Did you miss a semicolon on the real code (after the image), or is that just missing for this example? |
|
May 2 |
comment |
Wrapping text with columns in div What does your markup look like, and are you willing to add additional elements? I'm not sure what you expected that code to actually do, but check out CSS Columns and it's browser support. |
|
May 2 |
comment |
Changing button symbol after the toggle is complete Nice optimisation! |
|
May 2 |
answered | Changing button symbol after the toggle is complete |
|
May 2 |
comment |
Javascript errors, uncaught type error Your 500 is generated because it's looking in the imbalance22 folder for your javascript files, yet your actual folder has a space in it (imbalance2 2). Remove the space in your folder name. |
|
May 2 |
comment |
Jquery bug dblclick/click Just a little pointer - double click is completely non-standard behaviour in web browsers. You should probably implement it differently instead of relying on events that people don't know how to use. |
|
May 2 |
answered | Preventing divs with images from wrapping oddly in LIs |
|
May 2 |
comment |
Input box content directs to url in iframe Then I'm afraid you've come to the wrong place. We are definitely not free-of-charge rent-a-coders. Try odesk. |