5,192 reputation
11336
bio website yunzen.de
location Germany
age 38
visits member for 2 years, 7 months
seen 2 hours ago
stats profile views 323

ʘ͜ʘ

Freaking awesome. with less and the CSS4 spec (if they work together) you could do this line of code and it would even make sense

*! > & {

Estd. since 2011
stackoverflow is the best community ever, really
What is best: search in Google for your programming issue and stackoverflow has the answer.


Amazing:
Create a question in SA — only moments later google has indexed it.


05/06/2012 25% trusted
04/30/2013 century
03/25/2013 2^6 consecutive
03/08/2013 top 7% overall
01/21/2013 top 8% overall | 17 question | 263 answers
12/05/2012 half century
11/12/2012 month rank #661; top 2% this month
09/21/2012 top 4% this month
03/28/2012 First Gold Badge
03/27/2012 Bronze CSS badge
03/17/2012 #571 week rank
03/16/2012 10% trusted
03/12/2012 1,777 reputation :)
03/01/2012 top 10% this month
12/09/2011 top 3% this week
12/06/2011 first silver badge
11/30/2011 Just 57 more to go to be est.
11/17/2011 Top 30% CSS tag
11/16/2011 10 bronze badges
11/16/2011 top 5% this week :)


1d
awarded  Good Answer
May
18
comment php script displays nothing in browser, inspect elements shows <!--?php echo 'Some text'; ?-->
You need to switch on error reporting to see, that you have an error in your syntax.
May
18
comment php script displays nothing in browser, inspect elements shows <!--?php echo 'Some text'; ?-->
Of course it's not a comma, but a single quote.
May
14
awarded  Popular Question
May
12
comment Need to re arrange all records into same rows
en.m.wikipedia.org/wiki/Database_normalization
May
10
awarded  Good Answer
May
8
revised Typo3 Custom Extensions
edited tags
May
8
answered text flow and css3 zoom property
May
8
comment Center x amount of float: left divs horizontally
Please, post some layout image and/or some code you have so far
May
8
comment How do browsers handle non-cacheable resources that are referenced more than once?
Could you add a timestamp (with microtime) of the page generation time as GET variable to file request in your iframe html code? And then see, if they differ?
May
8
comment File Upload not Rendering Text Properly in Modal
Is your modal content in an iframe?
May
7
comment How do browsers handle non-cacheable resources that are referenced more than once?
Maybe the browser just sees the time of the first request of the page and uses that exact time for subsequent calls for the additional files.
May
6
comment How do browsers handle non-cacheable resources that are referenced more than once?
How did you trigger the no cache state?
May
6
comment Unable to scroll IE7 scrollbar
It's like you have a problem, or so. You must change the code ;)
May
2
comment Create a gradient for an image
@Sanganabasu Your question is badly written, so no one knows what exactly you want. Also you do not show, what you tried to do since now.
Apr
30
awarded  Fanatic
Apr
24
comment Performance of CSS Transitions vs. JS animation packages
@Swordfish0321 No, it doesn't. YOu just use the JS to trigger the CSS animation. The animation itself is then done with CSS Transition.
Apr
22
answered Access the parent selector from within a SASS mixin
Apr
20
comment How can I layout text and inputs on a form to fit a specific width (justified)?
What have you tried? Can you provide a jsfiddle with the code?
Apr
20
revised Combine two MYSQL table with same column Name
added 72 characters in body