Chrome?
[img]http://dl.dropbox.com/u/386727/Web-And-Graphics/chrome-text-shadow.png[/img]
very nice
Try either [code]-webkit-font-smoothing: subpixel-antialiased;[/code] or [code]-webkit-font-smoothing: antialiased;[/code].
It's a shadow bug unfortunately.
[QUOTE=jaybuz;32686974]Chrome?
[img]http://dl.dropbox.com/u/386727/Web-And-Graphics/chrome-text-shadow.png[/img]
very nice[/QUOTE]What is google waiting for to implement anti-aliasing??
[editline]9th October 2011[/editline]
I mean,
[img]http://gabrielecirulli.com/p/20111009-001625.png[/img]
[QUOTE=jaybuz;32687170]It's a shadow bug unfortunately.[/QUOTE]
Why don't they all just use the same standards and everything? :(
[QUOTE=T3hGamerDK;32687720]Why don't they all just use the same standards and everything? :([/QUOTE]The problem is not the standards, it's the implementations.
[QUOTE=TerabyteS_;32687564]What is google waiting for to implement anti-aliasing??
[editline]9th October 2011[/editline]
I mean,
[img]http://gabrielecirulli.com/p/20111009-001625.png[/img][/QUOTE]
Chrome did do AA.
They removed it, again.
[QUOTE=eddy-tt-;32688054]Chrome did do AA.
They removed it, again.[/QUOTE]But.. why?
Chrome is such a little bitch when it comes to anti-aliasing, why can't it be like firefox :(
[url]http://adamwilson.no-ip.org/portfolio/[/url]
Have to present my whole course using something other than PowerPoint (Insta-F if you use it) so I decided to go with a webpage, what do you think, It's still a WIP and I got a bit lazy towards the end and just used the same image since I couldn't be bothered finding more
[QUOTE=TerabyteS_;32688205]But.. why?[/QUOTE]
No idea but it's listed as a bug.
Bet one of the dev didn't uncomment a line or something.
[QUOTE=Adzter;32688530][url]http://adamwilson.no-ip.org/portfolio/[/url]
Have to present my whole course using something other than PowerPoint (Insta-F if you use it) so I decided to go with a webpage, what do you think, It's still a WIP and I got a bit lazy towards the end and just used the same image since I couldn't be bothered finding more[/QUOTE]
Looks good but you should remove the analytics code for [url]http://mudodesigns.com[/url] ;)
[QUOTE=jaybuz;32688955]Looks good but you should remove the analytics code for [url]http://mudodesigns.com[/url] ;)[/QUOTE]
Woops
With minimal time I admit I did use a theme, In my defence... I did run out of mountain dew to do an all nighter D:
Just gotta hope my teacher doesn't use a shitty resolution like 800x600 where everything wont fit on, and he uses a mac.. I didn't think this through
What was that website that showed you screenshots of a website with different OS's and resolutions
EDIT: Meh, either way it'll be better than the kid next to me who saw me coding and typed in google "make a free website" and spewed out some freewebs
[QUOTE=Adzter;32688530][url]http://adamwilson.no-ip.org/portfolio/[/url]
Have to present my whole course using something other than PowerPoint (Insta-F if you use it) so I decided to go with a webpage, what do you think, It's still a WIP and I got a bit lazy towards the end and just used the same image since I couldn't be bothered finding more[/QUOTE]
Could we please not use Cufon in 2011?
[QUOTE=RusselG;32689597]Could we please not use Cufon in 2011?[/QUOTE]Could we please not steal everyone's sites in 2011?
[QUOTE=TehWhale;32689643]Could we please not steal everyone's sites in 2011?[/QUOTE]
Even after those disturbing pictures on my profile... you legend
[QUOTE=TehWhale;32689643]Could we please not steal everyone's sites in 2011?[/QUOTE]
I stopped, you've already talked to me about this.
Also, Reag.
Stop bringing our out-of-facepunch drama to facepunch.
You're only doing it to publicly shame me, and you can just be butthurt at me over email or something.
just shut up you guys are babies
[QUOTE=RusselG;32690048]I stopped, you've already talked to me about this.
Also, Reag.
Stop bringing our out-of-facepunch drama to facepunch.
You're only doing it to publicly shame me, and you can just be butthurt at me over email or something.[/QUOTE]
I'll give you a tip, leave me and my projects alone and I'll stop publicly disclosing every dumb thing you do after my retaliation to it.
Plus you're the butthurt one for spamming my email after I banned your alt from TF2R, kicked you out of the public steam group and banned you from the /v/ raffle chat.
What you gonna do next, DDoS TF2R and 4chan with that VPS you have because they don't like people who use alts and bots to win virtual items, bet that would go down well with KillerCreation and QuadraNet.
Now shut up and leave me alone, I don't want anything to do with you.
This is web dev not bitchfight central, if you want that go to oify or gmf.
On topic I've just realised how much of an idiot I am with jquery especially when its staring me hard cold in the face, so I ended up sat scratching my head for ages figuring out how to auto-update my linfo output when it was as simple as just changing it to output to another file then have ajax pull over that page into a div then refresh it every second, not really realtime stats but it's close enough to see what's going on with the server, makes me feel like a dippy now looking back at it.
Also on that note, does anyone know of a better method or a setup which can show graphs to the public via the web?
I was originally looking at munin but it shows way too much data that I'm not comfortable with it displaying, also tried phpsysinfo but it doesn't like my OS thanks to OVH's edits to the distro.
[QUOTE=eddy-tt-;32690829]
On topic I've just realised how much of an idiot I am with jquery especially when its staring me hard cold in the face, so I ended up sat scratching my head for ages figuring out how to auto-update my linfo output when it was as simple as just changing it to output to another file then have ajax pull over that page into a div then refresh it every second, not really realtime stats but it's close enough to see what's going on with the server, makes me feel like a dippy now looking back at it.
Also on that note, does anyone know of a better method or a setup which can show graphs to the public via the web?
I was originally looking at munin but it shows way too much data that I'm not comfortable with it displaying, also tried phpsysinfo but it doesn't like my OS thanks to OVH's edits to the distro.[/QUOTE]
-snipped because im an idiot-
What type of graphs? System info, like Linfo?
Also, can't you just modify Munin to not display the statistics you want hidden?
[QUOTE=RusselG;32690878]Also, can't you just modify Munin to not display the statistics you want hidden?[/QUOTE]
It still outputs it in the source code, it just gets commented out.
One of the few reasons why I don't like it, nor do I want to be editing it's backend just to remove a few functions and find it breaks something later on.
[QUOTE=RusselG;32690878][b]Plus you're the butthurt one for spamming my email after I banned your alt from TF2R, kicked you out of the public steam group and banned you from the /v/ raffle chat.[/b]
Was talking to friend at same time, he got the idea and did it. I apologise for that.[/QUOTE][img]http://www.games-ranch.com/forum/images/smilies/backpedal21ft.gif[/img]
Russel can you please leave web dev it would probably be for the best thanks
i like him he reminds me of elementary school
-snipped because im an idiot-
another supersnail bites the dust
-im going to snip everything because you all love me-
He stole websites, and then when we accused him off it he spazzed out. He stole so many websites that he didn't learn anything and whenever he tried to make something of his own, it looked like crap. He also was an immature idiot who would bring stuff outside of Facepunch. He also acted like he knew anything and everything, he thought it was his job to educate us. Come to think of it, he sounds just like you. He ended up leaving because he was being a twat and turned webdev into a shitstorm so me and a few others got his personal information.
[editline]a[/editline]
He also tried to make everybody like him, but it always made us hate him more. For some reason he enjoyed being in a community where everybody hated him.
-im going to snip everything because you all love me-
Sorry, you need to Log In to post a reply to this thread.