• Member Avatar for Aeonix
    Aeonix

    Began Watching How to profile web software prior to release?

    Let's assume couple things. I created a nice website based on compiled program language (Node.js, ASP, Java, C#, whatever). It works nicely. But I'd like to get an estimate on …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in Unexplained, explained padding

    > What kind of problem do you mean? Well "float: left" is pseudo-default. But "float: right" suddenly solves marginal errors, why?
  • Member Avatar for Aeonix
    Aeonix

    Marked Solved Status for Yet another "fill remaining width" question

    I have two items that look like this span.left { float: left; display: inline-block; /* Take space neccessary */ } span.middle { /* Take free space only, do not push …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in Yet another "fill remaining width" question

    > Do you really have/want to support IE9 and below? Not *really*. But I also don't want to spam flexbox's left and right. And the caniuse also says that there …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in Yet another "fill remaining width" question

    No............. I'll have to change lay-out of "the thing". How about another way, is it possible to bring two items on the left, and then have `span.middle` "fill" the remaining …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in Unexplained, explained padding

    I have no idea why default `float: left;` would create a problem and `float: right;` wouldn't. Could you explain? > because you set fixed dimensions of 80px on them anyways …
  • Member Avatar for Aeonix
    Aeonix

    Marked Solved Status for Unexplained, explained padding

    https://jsfiddle.net/rw2894fe/2/ I don't need to explain the issue, it's visible the second you look at it. Red anchors seem to have "unexplained" padding on bottom and right side. Removing it …
  • Member Avatar for Aeonix
    Aeonix

    Edited Yet another "fill remaining width" question

    I have two items that look like this span.left { float: left; display: inline-block; /* Take space neccessary */ } span.middle { /* Take free space only, do not push …
  • Member Avatar for Aeonix
    Aeonix

    Edited Yet another "fill remaining width" question

    I have two items that look like this span.left { float: left; display: inline-block; /* Take space neccessary */ } span.middle { /* Take free space only, do not push …
  • Member Avatar for Aeonix
    Aeonix

    Edited Yet another "fill remaining width" question

    I have two items that look like this span.left { float: left; display: inline-block; /* Take space neccessary */ } span.middle { /* Take free space only, do not push …
  • Member Avatar for Aeonix
    Aeonix

    Created Yet another "fill remaining width" question

    I have two items that look like this span.left { float: left; display: inline-block; /* Take space neccessary */ } span.middle { /* Take free space only, do not push …
  • Member Avatar for Aeonix
    Aeonix

    Began Watching Yet another "fill remaining width" question

    I have two items that look like this span.left { float: left; display: inline-block; /* Take space neccessary */ } span.middle { /* Take free space only, do not push …
  • Member Avatar for Aeonix
    Aeonix

    Edited Unexplained, explained padding

    https://jsfiddle.net/rw2894fe/2/ I don't need to explain the issue, it's visible the second you look at it. Red anchors seem to have "unexplained" padding on bottom and right side. Removing it …
  • Member Avatar for Aeonix
    Aeonix

    Edited Unexplained, explained padding

    https://jsfiddle.net/rw2894fe/2/ I don't need to explain the issue, it's visible the second you look at it. Red anchors seem to have "unexplained" padding on bottom and right side. Removing it …
  • Member Avatar for Aeonix
    Aeonix

    Edited Unexplained, explained padding

    https://jsfiddle.net/rw2894fe/2/ I don't need to explain the issue, it's visible the second you look at it. Red anchors seem to have "unexplained" padding on bottom and right side. Removing it …
  • Member Avatar for Aeonix
    Aeonix

    Revoked Solved Status for Unexplained, explained padding

    https://jsfiddle.net/rw2894fe/2/ I don't need to explain the issue, it's visible the second you look at it. Red anchors seem to have "unexplained" padding on bottom and right side. Removing it …
  • Member Avatar for Aeonix
    Aeonix

    Marked Solved Status for Unexplained, explained padding

    https://jsfiddle.net/rw2894fe/2/ I don't need to explain the issue, it's visible the second you look at it. Red anchors seem to have "unexplained" padding on bottom and right side. Removing it …
  • Member Avatar for Aeonix
    Aeonix

    Edited Unexplained, explained padding

    https://jsfiddle.net/rw2894fe/2/ I don't need to explain the issue, it's visible the second you look at it. Red anchors seem to have "unexplained" padding on bottom and right side. Removing it …
  • Member Avatar for Aeonix
    Aeonix

    Edited Unexplained, explained padding

    https://jsfiddle.net/rw2894fe/2/ I don't need to explain the issue, it's visible the second you look at it. Red anchors seem to have "unexplained" padding on bottom and right side. Removing it …
  • Member Avatar for Aeonix
    Aeonix

    Edited Unexplained, explained padding

    https://jsfiddle.net/rw2894fe/2/ I don't need to explain the issue, it's visible the second you look at it. Red anchors seem to have "unexplained" padding on bottom and right side. Removing it …
  • Member Avatar for Aeonix
    Aeonix

    Created Unexplained, explained padding

    https://jsfiddle.net/rw2894fe/2/ I don't need to explain the issue, it's visible the second you look at it. Red anchors seem to have "unexplained" padding on bottom and right side. Removing it …
  • Member Avatar for Aeonix
    Aeonix

    Began Watching Unexplained, explained padding

    https://jsfiddle.net/rw2894fe/2/ I don't need to explain the issue, it's visible the second you look at it. Red anchors seem to have "unexplained" padding on bottom and right side. Removing it …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in Good alternative item, to serve properly as trigger to CSS execution

    Yea, that will work great too. Thanks. > I'm having real difficulty understanding what you mean and linking the fiddle with what you want to do. Yea I don't know …
  • Member Avatar for Aeonix
    Aeonix

    Marked Solved Status for Good alternative item, to serve properly as trigger to CSS execution

    https://jsfiddle.net/c9jmjcy0/3/ The reason that it doesn't work is because for some reason `<a>` denies wrapping `<div>`. Probably specification. The only solution is to wrap it around other item. Do we …
  • Member Avatar for Aeonix
    Aeonix

    Created Good alternative item, to serve properly as trigger to CSS execution

    https://jsfiddle.net/c9jmjcy0/3/ The reason that it doesn't work is because for some reason `<a>` denies wrapping `<div>`. Probably specification. The only solution is to wrap it around other item. Do we …
  • Member Avatar for Aeonix
    Aeonix

    Began Watching Good alternative item, to serve properly as trigger to CSS execution

    https://jsfiddle.net/c9jmjcy0/3/ The reason that it doesn't work is because for some reason `<a>` denies wrapping `<div>`. Probably specification. The only solution is to wrap it around other item. Do we …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in .htaccess, redirect to HTTPS and WWW sub-folder

    Removed two last lines. Apparently there was something to it that made me redirect trillion times. As soon as I removed it, everything from `http://www.` and `http://` got redirected to …
  • Member Avatar for Aeonix
    Aeonix

    Gave Reputation to Dani in Autocomplete list with contacts

    I use jQuery UI tooltip for the autocomplete for tagging and member usernames.
  • Member Avatar for Aeonix
    Aeonix

    Marked Solved Status for Autocomplete list with contacts

    Imagine a mailbox. You're about to write to a friend. From staff perspective, someone wants to email Dani, her mail is dani@daniweb.com, but has her in contacts list. You type …
  • Member Avatar for Aeonix
    Aeonix

    Gave Reputation to diafol in Autocomplete list with contacts

    Twitter typeahead is pretty good - have used it successfully on a number of DIY CRM apps: https://github.com/twitter/typeahead.js/blob/master/doc/bloodhound.md
  • Member Avatar for Aeonix
    Aeonix

    Edited Autocomplete list with contacts

    Imagine a mailbox. You're about to write to a friend. From staff perspective, someone wants to email Dani, her mail is dani@daniweb.com, but has her in contacts list. You type …
  • Member Avatar for Aeonix
    Aeonix

    Edited Autocomplete list with contacts

    Imagine a mailbox. You're about to write to a friend. From staff perspective, someone wants to email Dani, her mail is dani@daniweb.com, but has her in contacts list. You type …
  • Member Avatar for Aeonix
    Aeonix

    Created Autocomplete list with contacts

    Imagine a mailbox. You're about to write to a friend. From staff perspective, someone wants to email Dani, her mail is dani@daniweb.com, but has her in contacts list. You type …
  • Member Avatar for Aeonix
    Aeonix

    Began Watching Autocomplete list with contacts

    Imagine a mailbox. You're about to write to a friend. From staff perspective, someone wants to email Dani, her mail is dani@daniweb.com, but has her in contacts list. You type …
  • Member Avatar for Aeonix
    Aeonix

    Marked Solved Status for .htaccess, redirect to HTTPS and WWW sub-folder

    I already tried couple solution from Google, but some of them didn't work (at all), others resulted in weird bug, where HTML page was loaded, but assets (CSS and images) …
  • Member Avatar for Aeonix
    Aeonix

    Gave Reputation to Dani in .htaccess, redirect to HTTPS and WWW sub-folder

    Ooooh, we used to do this, but then we switched from Apache to Nginx, and Nginx doesn't use .htaccess files. I *think* we did something along these lines: RewriteEngine on …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in .htaccess, redirect to HTTPS and WWW sub-folder

    Unfortunately both of these are also found in Google. The first didn't affect anything, the second made website redirect unto itself back in the day. I'll try it anyways, maybe …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in Profile - CV

    Don't worry, I'm from Haarlem, North-Holland :D
  • Member Avatar for Aeonix
    Aeonix

    Began Watching Profile - CV

    For some reason, the CV says I'm from somewhere near Camden. WTF? ![camden.PNG](/attachments/large/0/baad28960c1a96eb112aa08c55d4de62.PNG "align-center")
  • Member Avatar for Aeonix
    Aeonix

    Edited .htaccess, redirect to HTTPS and WWW sub-folder

    I already tried couple solution from Google, but some of them didn't work (at all), others resulted in weird bug, where HTML page was loaded, but assets (CSS and images) …
  • Member Avatar for Aeonix
    Aeonix

    Edited .htaccess, redirect to HTTPS and WWW sub-folder

    I already tried couple solution from Google, but some of them didn't work (at all), others resulted in weird bug, where HTML page was loaded, but assets (CSS and images) …
  • Member Avatar for Aeonix
    Aeonix

    Created .htaccess, redirect to HTTPS and WWW sub-folder

    I already tried couple solution from Google, but some of them didn't work (at all), others resulted in weird bug, where HTML page was loaded, but assets (CSS and images) …
  • Member Avatar for Aeonix
    Aeonix

    Began Watching .htaccess, redirect to HTTPS and WWW sub-folder

    I already tried couple solution from Google, but some of them didn't work (at all), others resulted in weird bug, where HTML page was loaded, but assets (CSS and images) …
  • Member Avatar for Aeonix
    Aeonix

    Marked Solved Status for Send true 404 with PHP

    <?php if (!defined("include")) { header ($_SERVER["SERVER_PROTOCOL"]." 404 Not Found", true, 404); die; } I want to include this file, as if it's not included, it should send browser `404 Not …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in Send true 404 with PHP

    Apparently .htaccess ain't mess that it looks like. Just create `.htaccess` file, and put in it `Deny from all`, from now on every request going to any file in the …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in What's with the light fonts?

    > I don't understand this attitude at all. It seems completely counterproductive for a web designer. If I am trying to sell this WiFi product and I hire a web …
  • Member Avatar for Aeonix
    Aeonix

    Marked Solved Status for Wrap text, and end it with "..."

    https://jsfiddle.net/mvuy7q60/ Using JavaScript (and jQuery). How can I assure that there's only one line shown (instead of entire content of item), and if it's longer than one line, end first …
  • Member Avatar for Aeonix
    Aeonix

    Gave Reputation to Dani in Wrap text, and end it with "..."

    Something like this should do the trick ... div { text-overflow: ellipsis; overflow-x: hidden; white-space: nowrap; }
  • Member Avatar for Aeonix
    Aeonix

    Created Wrap text, and end it with "..."

    https://jsfiddle.net/mvuy7q60/ Using JavaScript (and jQuery). How can I assure that there's only one line shown (instead of entire content of item), and if it's longer than one line, end first …
  • Member Avatar for Aeonix
    Aeonix

    Began Watching Wrap text, and end it with "..."

    https://jsfiddle.net/mvuy7q60/ Using JavaScript (and jQuery). How can I assure that there's only one line shown (instead of entire content of item), and if it's longer than one line, end first …

The End.