• Member Avatar for Aeonix
    Aeonix

    Replied To a Post in Why does Google offer free fonts to use online?

    I wonder if he send you any "information" from his side. Well, that sucks. Had hopes. I guess it's just another one of those. Bye.
  • Member Avatar for Aeonix
    Aeonix

    Marked Solved Status for Fill height and vertical align center

    Time for a real challenge. https://jsfiddle.net/u6n3dq9m/4/ Is what I've got. I'd like the red portition to spread over the div, and fill entire height, while You can't/Tried but failed: - …
  • Member Avatar for Aeonix
    Aeonix

    Revoked Solved Status for Fill height and vertical align center

    Time for a real challenge. https://jsfiddle.net/u6n3dq9m/4/ Is what I've got. I'd like the red portition to spread over the div, and fill entire height, while You can't/Tried but failed: - …
  • Member Avatar for Aeonix
    Aeonix

    Marked Solved Status for Fill height and vertical align center

    Time for a real challenge. https://jsfiddle.net/u6n3dq9m/4/ Is what I've got. I'd like the red portition to spread over the div, and fill entire height, while You can't/Tried but failed: - …
  • Member Avatar for Aeonix
    Aeonix

    Gave Reputation to Reverend Jim in Dazah

    The problems (google) with Daniweb are not due to Dazah or to neglect on Dani's part. They are (google) due to outside forces (google) that have conspired (google) to push …
  • Member Avatar for Aeonix
    Aeonix

    Gave Reputation to Reverend Jim in Dazah

    The problems (google) with Daniweb are not due to Dazah or to neglect on Dani's part. They are (google) due to outside forces (google) that have conspired (google) to push …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in Fill height and vertical align center

    Okay so I did find an answer, but that gives a new place for a bug. The "solution" is: https://jsfiddle.net/aL5ta60b/2/ Which centers the red div, and centers it's content. Fantastic. …
  • Member Avatar for Aeonix
    Aeonix

    Gave Reputation to jkon in Dazah

    Dani you seem to really believe in Dazah. That's great , just don't mess it with DaniWeb till Dazah will have its own critical amount of users. Don't expect to …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in Fill height and vertical align center

    > You've floated .maincontrols, so it's out of the document flow. That's only way to let the other div fill remaining width. When it comes to the link you provided: …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in Fill height and vertical align center

    Literally LOL. When I said: "I'd like the red portition to spread over the div, and fill entire height", I didn't mean it literally. I meant that I really need …
  • Member Avatar for Aeonix
    Aeonix

    Gave Reputation to diafol in Fill height and vertical align center

    div.listmail div.mail { font-size: .9em; background-color: rgba(255, 0, 0, 1); Just change the background-color of the above to red. Or am I missing something?
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in Reputation points bug in profile

    Thumbs up next to reputation points shows only for first post. Has no bonding on negative or positive points. It's one who created the topic. Look at this posts' indicator. …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in C# Remove word if there is a same char in the word

    I would stream characters one by one into an array, and if letter appears, add 1 next to it, so that array ends up (for `potato`): "p" => 1, "o" …
  • Member Avatar for Aeonix
    Aeonix

    Began Watching C# Remove word if there is a same char in the word

    Hey, so I wanna ask how I need to create a method who will remove word if in that word is 2 same chars. Example: "Potato" in this word there …
  • Member Avatar for Aeonix
    Aeonix

    Edited Reputation points bug in profile

    So I and rproffitt both [downvoted a bot](https://www.daniweb.com/programming/web-development/threads/506750/content-of-child-escapes-parent-even-in-overflow-none#post2212494). I went over to [it's profile](https://www.daniweb.com/members/1128626/lam-bang), we have apparently total power of 7 in reputation decrease. I expected `-7` in reputation, instead …
  • Member Avatar for Aeonix
    Aeonix

    Created Reputation points bug in profile

    So I and rproffitt both [downvoted a bot](https://www.daniweb.com/programming/web-development/threads/506750/content-of-child-escapes-parent-even-in-overflow-none#post2212494). I went over to [it's profile](https://www.daniweb.com/members/1128626/lam-bang), we have apparently total power of 7 in reputation decrease. I expected `-7` in reputation, instead …
  • Member Avatar for Aeonix
    Aeonix

    Began Watching Reputation points bug in profile

    So I and rproffitt both [downvoted a bot](https://www.daniweb.com/programming/web-development/threads/506750/content-of-child-escapes-parent-even-in-overflow-none#post2212494). I went over to [it's profile](https://www.daniweb.com/members/1128626/lam-bang), we have apparently total power of 7 in reputation decrease. I expected `-7` in reputation, instead …
  • Member Avatar for Aeonix
    Aeonix

    Marked Solved Status for Content of child, escapes parent, even in overflow none

    https://jsfiddle.net/n0260s1L/3/ Is what I have. Text of `div.summary` goes outside of it's planned content. Even when told not to. The only solution to this is `overflow: none;` in "super-parent" `div.mail`. …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in object oriented programming

    Gribouillis, it's actually a valid link to Google Drive. It contains two `.docx` items. One is rating card (how much points you get for what), and the exercise itself. Edit: …
  • Member Avatar for Aeonix
    Aeonix

    Gave Reputation to pritaeas in Fill height and vertical align center

    Before other people start whining, can you please fix your HTML, the snippet has unclosed tags (probably a copy/paste issue).
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in Fill height and vertical align center

    https://jsfiddle.net/u6n3dq9m/4/ I never actually realized that they weren't finished :D, code worked flawlessly, it seemed I missed `/` in many. I can't update my post, so above is the link …
  • Member Avatar for Aeonix
    Aeonix

    Marked Solved Status for [PHP] is_int is false on integer?

    Link is: `/example.php?id=1`, no space after `1`. if (isset($_GET["id"])) { $id = $_GET["id"]; echo !is_int($_GET["id"]); // yields "1" (true) !!! } Ask me whatever you need. I check to make …
  • Member Avatar for Aeonix
    Aeonix

    Edited Fill height and vertical align center

    Time for a real challenge. https://jsfiddle.net/u6n3dq9m/4/ Is what I've got. I'd like the red portition to spread over the div, and fill entire height, while You can't/Tried but failed: - …
  • Member Avatar for Aeonix
    Aeonix

    Edited Fill height and vertical align center

    Time for a real challenge. https://jsfiddle.net/u6n3dq9m/4/ Is what I've got. I'd like the red portition to spread over the div, and fill entire height, while You can't/Tried but failed: - …
  • Member Avatar for Aeonix
    Aeonix

    Edited Fill height and vertical align center

    Time for a real challenge. https://jsfiddle.net/u6n3dq9m/4/ Is what I've got. I'd like the red portition to spread over the div, and fill entire height, while You can't/Tried but failed: - …
  • Member Avatar for Aeonix
    Aeonix

    Edited Fill height and vertical align center

    Time for a real challenge. https://jsfiddle.net/u6n3dq9m/4/ Is what I've got. I'd like the red portition to spread over the div, and fill entire height, while You can't/Tried but failed: - …
  • Member Avatar for Aeonix
    Aeonix

    Created Fill height and vertical align center

    Time for a real challenge. https://jsfiddle.net/u6n3dq9m/4/ Is what I've got. I'd like the red portition to spread over the div, and fill entire height, while You can't/Tried but failed: - …
  • Member Avatar for Aeonix
    Aeonix

    Began Watching Fill height and vertical align center

    Time for a real challenge. https://jsfiddle.net/u6n3dq9m/4/ Is what I've got. I'd like the red portition to spread over the div, and fill entire height, while You can't/Tried but failed: - …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in Dazah

    On top of it, when I log out and click "Log In" button, I get automatically logged in. Maybe other people see convinience in being able to relogin, but I …
  • Member Avatar for Aeonix
    Aeonix

    Marked Solved Status for After deleting of a recent post, "Articles I'm Watching" shows 0 replies

    I deleted my recently made post in: https://www.daniweb.com/hardware-and-software/information-security/threads/506745/why-does-google-offer-free-fonts-to-use-online Now when I'm in "Articles I'm Watching", it says about it: "0 votes; 0 replies; 25 views", despite thread having 7 replies. …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in Dazah

    Nope. > "Aeonix" doesn't contain a `@`, please insert `@`. Or something equivalent. I really need to input wrong mail for it to let me use my name.
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in Dazah

    > Why are you unable to log in with your email address and password? Because "it doesn't exist". I need input "aaa@aaa.com" and password "aaa", then it asks me "Would …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in After deleting of a recent post, "Articles I'm Watching" shows 0 replies

    Yep, tested, seems to work :)
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in After deleting of a recent post, "Articles I'm Watching" shows 0 replies

    You fixed the counter, but the issue is still here. https://www.daniweb.com/programming/software-development/threads/506741/object-oriented-programming This is where I posted a post, which I thought as off-topic, and decided to delete it, and the …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in Dazah

    To start things off, it was implemented without my knowing, not that you need to report me to it, it's your site, not mine, but it would be nice if …
  • Member Avatar for Aeonix
    Aeonix

    Began Watching Dazah

    Hi, Unfortunately all of the Dazah integration stuff with DaniWeb is taking *much* longer than anticipated. I'm still working to try to get it out for you guys, but it's …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in what is the reason that we should use int before main?

    Nice necropost there Mrigank. But if it's already up to see the sun. We use use `int` before `main() {}` because program that malfunctions returns error code other than 0. …
  • Member Avatar for Aeonix
    Aeonix

    Began Watching what is the reason that we should use int before main?

    i have a question that. is it not possible that main do not return any value, and the returning value of main is void, why returning value of main should …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in After deleting of a recent post, "Articles I'm Watching" shows 0 replies

    No, no, no. You said: > [Still working on this,] **sorry**. I responded: > **You shouldn't be** [, nobody's complaining, bugs happen to everyone] I meant you shouldn't be or …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in After deleting of a recent post, "Articles I'm Watching" shows 0 replies

    You shouldn't be, nobody's complaining, bugs happen to everyone, *(and especially to me).*
  • Member Avatar for Aeonix
    Aeonix

    Gave Reputation to rubberman in object oriented programming

    A perfect example of how to NOT get help on Daniweb...
  • Member Avatar for Aeonix
    Aeonix

    Edited After deleting of a recent post, "Articles I'm Watching" shows 0 replies

    I deleted my recently made post in: https://www.daniweb.com/hardware-and-software/information-security/threads/506745/why-does-google-offer-free-fonts-to-use-online Now when I'm in "Articles I'm Watching", it says about it: "0 votes; 0 replies; 25 views", despite thread having 7 replies. …
  • Member Avatar for Aeonix
    Aeonix

    Gave Reputation to rproffitt in Content of child, escapes parent, even in overflow none

    At least we didn't ask how to use the three seashells. Fiddling with your code, "display: flex;" seems to be what breaks dots. Try other values?`
  • Member Avatar for Aeonix
    Aeonix

    Gave Reputation to gentlemedia in Content of child, escapes parent, even in overflow none

    I have 3 dots :) http://codepen.io/gentlemedia/pen/MbEeOa
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in Content of child, escapes parent, even in overflow none

    > Fiddling with your code, "display: flex;" seems to be what breaks dots. Try other values?` # YEA!! # I just applied float and `overflow: hidden` fill technique. And dots …
  • Member Avatar for Aeonix
    Aeonix

    Replied To a Post in Why does Google offer free fonts to use online?

    You know, the PMs were themed behind this exact reason. You misunderstanding me. You told me you'd respect it, seems you missed the point. *(this starts turning in a drama)*
  • Member Avatar for Aeonix
    Aeonix

    Edited After deleting of a recent post, "Articles I'm Watching" shows 0 replies

    I deleted my recently made post in: https://www.daniweb.com/hardware-and-software/information-security/threads/506745/why-does-google-offer-free-fonts-to-use-online Now when I'm in "Articles I'm Watching", it says about it: "0 votes; 0 replies; 25 views", despite thread having 7 replies. …
  • Member Avatar for Aeonix
    Aeonix

    Edited After deleting of a recent post, "Articles I'm Watching" shows 0 replies

    I deleted my recently made post in: https://www.daniweb.com/hardware-and-software/information-security/threads/506745/why-does-google-offer-free-fonts-to-use-online Now when I'm in "Articles I'm Watching", it says about it: "0 votes; 0 replies; 25 views", despite thread having 7 replies. …
  • Member Avatar for Aeonix
    Aeonix

    Created After deleting of a recent post, "Articles I'm Watching" shows 0 replies

    I deleted my recently made post in: https://www.daniweb.com/hardware-and-software/information-security/threads/506745/why-does-google-offer-free-fonts-to-use-online Now when I'm in "Articles I'm Watching", it says about it: "0 votes; 0 replies; 25 views", despite thread having 7 replies. …
  • Member Avatar for Aeonix
    Aeonix

    Began Watching After deleting of a recent post, "Articles I'm Watching" shows 0 replies

    I deleted my recently made post in: https://www.daniweb.com/hardware-and-software/information-security/threads/506745/why-does-google-offer-free-fonts-to-use-online Now when I'm in "Articles I'm Watching", it says about it: "0 votes; 0 replies; 25 views", despite thread having 7 replies. …

The End.