mersenneforum.org  

Go Back   mersenneforum.org > Other Stuff > Forum Feedback

Reply
 
Thread Tools
Old 2016-01-13, 00:52   #12
Xyzzy
 
Xyzzy's Avatar
 
"Mike"
Aug 2002

100000001000002 Posts
Default

Quote:
Originally Posted by Mini-Geek View Post
#115533 == #153 (#rgb is shorthand for #rrggbb), and it's this color. You can put "#153" directly in the CSS (like the #fff just before it), it's understood by browsers.
Done, thanks!

Quote:
Originally Posted by Mini-Geek View Post
It would also be better to move that CSS from an inline style to a class defined wherever you define your CSS (it looks like most of it is inline to the page on this site, which isn't ideal from a caching/bandwidth perspective, as opposed to in one or more external css files).
We moved it to the CSS thingy and it looks okay on our end. Does it look okay for you?

Xyzzy is offline   Reply With Quote
Old 2016-01-13, 01:03   #13
Xyzzy
 
Xyzzy's Avatar
 
"Mike"
Aug 2002

25×257 Posts
Default

We have also "fixed" the YouTube tag. Previously, it only worked with Flash. Now it should work with HTML5. Please let us know if it is broken. Thanks!









Xyzzy is offline   Reply With Quote
Old 2016-01-13, 01:16   #14
Xyzzy
 
Xyzzy's Avatar
 
"Mike"
Aug 2002

25·257 Posts
Default

[code][/code] tags:
Code:
#include <stdio.h>
 
#define SIZE (1 << 4)
int main()
{
        int x, y, i;
        for (y = SIZE - 1; y >= 0; y--, putchar('\n')) {
                for (i = 0; i < y; i++) putchar(' ');
                for (x = 0; x + y < SIZE; x++)
                        printf((x & y) ? "  " : "* ");
        }
        return 0;
}
[c][/c] tags:

#include <stdio.h>

#define SIZE (1 << 4)
int main()
{
int x, y, i;
for (y = SIZE - 1; y >= 0; y--, putchar('\n')) {
for (i = 0; i < y; i++) putchar(' ');
for (x = 0; x + y < SIZE; x++)
printf((x & y) ? " " : "* ");
}
return 0;
}
Xyzzy is offline   Reply With Quote
Old 2016-01-13, 01:47   #15
Mini-Geek
Account Deleted
 
Mini-Geek's Avatar
 
"Tim Sorbera"
Aug 2006
San Antonio, TX USA

17·251 Posts
Default

It all looks ok to me.
Mini-Geek is offline   Reply With Quote
Old 2016-01-13, 10:07   #16
Nick
 
Nick's Avatar
 
Dec 2012
The Netherlands

2×23×37 Posts
Default

I avoid the YouTube tag because it tells Google which forum users read which threads. With an ordinary link, each user can decide whether to announce their interest to Google.
Nick is offline   Reply With Quote
Old 2016-01-13, 10:14   #17
Brian-E
 
Brian-E's Avatar
 
"Brian"
Jul 2007
The Netherlands

7×467 Posts
Default

Quote:
Originally Posted by Nick View Post
I avoid the YouTube tag because it tells Google which forum users read which threads. With an ordinary link, each user can decide whether to announce their interest to Google.
You've taught me a lot about privacy over the years. But in the case of trying to stop Google's snooping, I think the fig leaf gets blown away anyway the moment we venture anywhere.
Brian-E is offline   Reply With Quote
Old 2016-01-13, 14:45   #18
xilman
Bamboozled!
 
xilman's Avatar
 
"π’‰Ίπ’ŒŒπ’‡·π’†·π’€­"
May 2003
Down not across

1075410 Posts
Default

Quote:
Originally Posted by Brian-E View Post
You've taught me a lot about privacy over the years. But in the case of trying to stop Google's snooping, I think the fig leaf gets blown away anyway the moment we venture anywhere.
FWIW, I almost invariably use DuckDuckGo for searching.

If I'm really concerned, I boot Tails in a VM.
xilman is online now   Reply With Quote
Old 2016-01-13, 20:53   #19
Brian-E
 
Brian-E's Avatar
 
"Brian"
Jul 2007
The Netherlands

7×467 Posts
Default

Quote:
Originally Posted by xilman View Post
FWIW, I almost invariably use DuckDuckGo for searching.

If I'm really concerned, I boot Tails in a VM.
Great minds think alike.

You and Nick, I mean.
Brian-E is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
mfaktc: potentially unsafe inline asm Fredrik GPU Computing 9 2016-01-15 22:29
How do you bypass YouTube ads? Stargate38 Lounge 16 2013-02-20 22:46
Why does GCC inline asm need a clobber list? ewmayer Programming 60 2011-12-31 21:52
YouTube davieddy Soap Box 0 2011-01-10 03:27
Spoiler and Center tags do not play well together wblipp Forum Feedback 1 2008-02-03 19:39

All times are UTC. The time now is 13:38.


Sat Jul 17 13:38:53 UTC 2021 up 50 days, 11:26, 1 user, load averages: 1.41, 1.57, 1.57

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.