-
Marked Solved Status for How to write cleaner CSS?
At the end of the day, I end up in: `menu div#memberArea div#dropdown-trigger div#dropdown-content div#form div#authSubmitButtons input#authRegisterButton`. And now many people recommend shortening it down, sure! But as soon as … -
Gave Reputation to gentlemedia in How to write cleaner CSS?
You're getting way too specific with long selector chains like that which makes it imo harder to read and it will give you in the end specificity issues - https://css-tricks.com/specifics-on-css-specificity/ … -
Edited How to write cleaner CSS?
At the end of the day, I end up in: `menu div#memberArea div#dropdown-trigger div#dropdown-content div#form div#authSubmitButtons input#authRegisterButton`. And now many people recommend shortening it down, sure! But as soon as … -
Edited How to write cleaner CSS?
At the end of the day, I end up in: `menu div#memberArea div#dropdown-trigger div#dropdown-content div#form div#authSubmitButtons input#authRegisterButton`. And now many people recommend shortening it down, sure! But as soon as … -
Gave Reputation to diafol in accordian llink
Did you seriously just post 10,000 lines of code? Really?? -
Edited How to write cleaner CSS?
At the end of the day, I end up in: `menu div#memberArea div#dropdown-trigger div#dropdown-content div#form div#authSubmitButtons input#authRegisterButton`. And now many people recommend shortening it down, sure! But as soon as … -
Edited How to write cleaner CSS?
At the end of the day, I end up in: `menu div#memberArea div#dropdown-trigger div#dropdown-content div#form div#authSubmitButtons input#authRegisterButton`. And now many people recommend shortening it down, sure! But as soon as … -
Edited How to write cleaner CSS?
At the end of the day, I end up in: `menu div#memberArea div#dropdown-trigger div#dropdown-content div#form div#authSubmitButtons input#authRegisterButton`. And now many people recommend shortening it down, sure! But as soon as … -
Created How to write cleaner CSS?
At the end of the day, I end up in: `menu div#memberArea div#dropdown-trigger div#dropdown-content div#form div#authSubmitButtons input#authRegisterButton`. And now many people recommend shortening it down, sure! But as soon as … -
Began Watching How to write cleaner CSS?
At the end of the day, I end up in: `menu div#memberArea div#dropdown-trigger div#dropdown-content div#form div#authSubmitButtons input#authRegisterButton`. And now many people recommend shortening it down, sure! But as soon as … -
Replied To a Post in Send true 404 with PHP
> What do you mean by true 404? A redirect to the 404 error page defined by the server? A true fake 404 error. So that whatever encounters "the query", … -
Replied To a Post in Send true 404 with PHP
-sigh- Why is it so, that when there's an issue, people look all around :D, but not on the issue. Here's a short post: http://stackoverflow.com/questions/409496/prevent-direct-access-to-a-php-include-file#409515 That's why. It's a file … -
Edited 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 … -
Edited 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 … -
Created 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 … -
Began Watching 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 … -
Marked Solved Status for How to make this script animation jitter less
No jQuery! This is script that I got from [Chris Buttery](http://www.chrisbuttery.com/articles/fade-in-fade-out-with-javascript/) website. Or at least part of it: function fadeOut(el){ el.style.opacity = 1; (function fade() { if ((el.style.opacity -= .05) … -
Replied To a Post in How to make this script animation jitter less
> I have to ask. Did you try .001 instead of .05? I did try, but that's too slow. That's the thing, bringing it down to very low values works, … -
Replied To a Post in How to make this script animation jitter less
> What is inside requestAnimationFrame() function? According to JavaScript specifications: > The window.requestAnimationFrame() method tells the browser that you wish to perform an animation and requests that the browser call … -
Replied To a Post in Guys, what happened to our Mighty Viking?
> He finished his PhD/post doc work and took a job in Silicon Valley (time suck) People are finishing their PhD's and I can't create single JavaScript without help :D. … -
Edited Guys, what happened to our Mighty Viking?
Mike's been a power-force and recent no-show. But I just looked up his profile, he hasn't posted since June 2015... did something happen? Or do people disappear on DaniWeb everyday? … -
Edited Guys, what happened to our Mighty Viking?
Mike's been a power-force and recent no-show. But I just looked up his profile, he hasn't posted since June 2015... did something happen? Or do people disappear on DaniWeb everyday? … -
Created Guys, what happened to our Mighty Viking?
Mike's been a power-force and recent no-show. But I just looked up his profile, he hasn't posted since June 2015... did something happen? Or do people disappear on DaniWeb everyday? … -
Began Watching Guys, what happened to our Mighty Viking?
Mike's been a power-force and recent no-show. But I just looked up his profile, he hasn't posted since June 2015... did something happen? Or do people disappear on DaniWeb everyday? … -
Replied To a Post in What's with the light fonts?
<rant> Knowing Google, their spying and fact that they want to put spybox in your network. I'm pretty happy that you can't see the "Pre-Order" button. </rant> As when it … -
Began Watching What's with the light fonts?
Have a look at [this page](https://madeby.google.com/wifi/). <rant> This seems to be the thing lately to take fonts in colours that were easy to read and make them lighter so that … -
Edited How to make this script animation jitter less
No jQuery! This is script that I got from [Chris Buttery](http://www.chrisbuttery.com/articles/fade-in-fade-out-with-javascript/) website. Or at least part of it: function fadeOut(el){ el.style.opacity = 1; (function fade() { if ((el.style.opacity -= .05) … -
Edited How to make this script animation jitter less
No jQuery! This is script that I got from [Chris Buttery](http://www.chrisbuttery.com/articles/fade-in-fade-out-with-javascript/) website. Or at least part of it: function fadeOut(el){ el.style.opacity = 1; (function fade() { if ((el.style.opacity -= .05) … -
Edited How to make this script animation jitter less
No jQuery! This is script that I got from [Chris Buttery](http://www.chrisbuttery.com/articles/fade-in-fade-out-with-javascript/) website. Or at least part of it: function fadeOut(el){ el.style.opacity = 1; (function fade() { if ((el.style.opacity -= .05) … -
Created How to make this script animation jitter less
No jQuery! This is script that I got from [Chris Buttery](http://www.chrisbuttery.com/articles/fade-in-fade-out-with-javascript/) website. Or at least part of it: function fadeOut(el){ el.style.opacity = 1; (function fade() { if ((el.style.opacity -= .05) … -
Began Watching How to make this script animation jitter less
No jQuery! This is script that I got from [Chris Buttery](http://www.chrisbuttery.com/articles/fade-in-fade-out-with-javascript/) website. Or at least part of it: function fadeOut(el){ el.style.opacity = 1; (function fade() { if ((el.style.opacity -= .05) … -
Gave Reputation to Connie_3 in How to implement simple security for Web API
I typically ask my questions over on StackOverflow, however this one I know would immediately get voted down as requiring someone to give their opinion, heaven forbid! I'm hoping the … -
Began Watching How to implement simple security for Web API
I typically ask my questions over on StackOverflow, however this one I know would immediately get voted down as requiring someone to give their opinion, heaven forbid! I'm hoping the … -
Gave Reputation to Connie_3 in How to implement simple security for Web API
I typically ask my questions over on StackOverflow, however this one I know would immediately get voted down as requiring someone to give their opinion, heaven forbid! I'm hoping the … -
Replied To a Post in jQuery animate opacity, doesn't animate or change opacity.
> The index.js file refered to, I'm assuming, is nothing to do with your script. navigator.getBattery() should be used these days to get the system battery info: https://developer.mozilla.org/en-US/docs/Web/API/Navigator/getBattery The thing … -
Gave Reputation to diafol in jQuery animate opacity, doesn't animate or change opacity.
>I hate sharing my code Why? If you want help, it.s what you have to do. You want free help instead of paying a pro for it so, that.s the … -
Replied To a Post in jQuery animate opacity, doesn't animate or change opacity.
I have seen somewhere that `document.getElementById("xyz")` by pure JavaScript is about 3 times faster than having `$("#xyz")`. I'm not certain on validity. But it doesn't hurt anybody if I do … -
Gave Reputation to diafol in jQuery animate opacity, doesn't animate or change opacity.
>I hate sharing my code Why? If you want help, it.s what you have to do. You want free help instead of paying a pro for it so, that.s the … -
Created jQuery animate opacity, doesn't animate or change opacity.
I hate sharing my code, but I don't have any other option. I tried everything to prevent it, but I need to find out what's wrong about it. http://pastebin.com/zMjne7P0 User … -
Began Watching jQuery animate opacity, doesn't animate or change opacity.
I hate sharing my code, but I don't have any other option. I tried everything to prevent it, but I need to find out what's wrong about it. http://pastebin.com/zMjne7P0 User … -
Marked Solved Status for Error, colon in array.
$(document).ready(function () { var a, b, c d = new RegExp("/^[a-z0-9]*$/"), e = true, f = [ "g": false, "h": false, "i": false, "j": false, "k": false ], I changed … -
Replied To a Post in Error, colon in array.
> Missing colon after c I guess. While replacing names of variables. I accidentally deleted the comma after c. But in the real script with real names, it is there. … -
Created Error, colon in array.
$(document).ready(function () { var a, b, c d = new RegExp("/^[a-z0-9]*$/"), e = true, f = [ "g": false, "h": false, "i": false, "j": false, "k": false ], I changed … -
Began Watching Error, colon in array.
$(document).ready(function () { var a, b, c d = new RegExp("/^[a-z0-9]*$/"), e = true, f = [ "g": false, "h": false, "i": false, "j": false, "k": false ], I changed … -
Marked Solved Status for Element is misbehaving but falls back into place after a refresh
I don't know if I'm even posting in the right section. When I open a new tab (after closing all other tabs) and I input address of project site. Elements … -
Gave Reputation to gentlemedia in What's wrong with this line HTML?
For starter I'd recommend to take out the onclick attribute from the HTML. Keep structure and behavior seperate. <input id="aaa" formaction="register.php" type="submit" value="Register" /> And then within `<script>` tags document.getElementById('aaa').addEventListener('click', … -
Marked Solved Status for What's wrong with this line HTML?
`<input id="aaa" onclick="scrollTo('registerBox'); return false;" formaction="register.php" type="submit" value="Register" />` If JavaScript is enabled (which it is, and it's working on other functions and triggers). Shouldn't it execute `scrollTo("registerBox");` and don't … -
Gave Reputation to gentlemedia in What's wrong with this line HTML?
For starter I'd recommend to take out the onclick attribute from the HTML. Keep structure and behavior seperate. <input id="aaa" formaction="register.php" type="submit" value="Register" /> And then within `<script>` tags document.getElementById('aaa').addEventListener('click', … -
Gave Reputation to gentlemedia in What's wrong with this line HTML?
For starter I'd recommend to take out the onclick attribute from the HTML. Keep structure and behavior seperate. <input id="aaa" formaction="register.php" type="submit" value="Register" /> And then within `<script>` tags document.getElementById('aaa').addEventListener('click', … -
Marked Solved Status for Remove array item by it's content
`exampleArray.push("this is an item");` I a thing. But there are also 10 other items within. So I never truly know where that item is (which enumeration). Is there a way …
The End.