• What are you working on? v6
    4,671 replies, posted
I use LightOpenID. [url]http://gitorious.org/lightopenid[/url]
[QUOTE=jetboy;33336754]I use LightOpenID. [url]http://gitorious.org/lightopenid[/url][/QUOTE] Now will this host my own OpenID provider? [editline]18th November 2011[/editline] Pretty much final version of my mockup: [img]http://dl.dropbox.com/u/27844356/mogo_mockup%20%282%29.png[/img] C&C
Do browsers still download a embedded font-face if it is already available on the visitor's computer? [editline]19th November 2011[/editline] HTML - contains two images, the background photo and logo. [img]http://dl.dropbox.com/u/386727/Web-And-Graphics/FanaticalThemes/Phantom/HTML-v0.1.jpg[/img]
[QUOTE=toaster468;33336823]Now will this host my own OpenID provider?[/QUOTE] No, it doesn't. (Hence [b]Light[/b]OpenID) Take a look at the PHP libraries found here: [url]http://wiki.openid.net/w/page/12995176/Libraries[/url]
Light doesn't imply it doesn't allow you to host your own.
[QUOTE=swift and shift;33326125]twilio's just a service provider, cloudvoices adds value with voicemail and (in the future) call forwarding, email/sms notifications, etc.[/QUOTE] Hence "(the API you use)"
[QUOTE=toaster468;33336823]Now will this host my own OpenID provider? [editline]18th November 2011[/editline] Pretty much final version of my mockup: [img]http://dl.dropbox.com/u/27844356/mogo_mockup%20%282%29.png[/img] C&C[/QUOTE] Looks like it will work for what you want. Use HTTPS and you won't have to worry about them blocking it. Most web blockers don't scan port 443.
[QUOTE=Jelly;33338238]Light doesn't imply it doesn't allow you to host your own.[/QUOTE] I dunno, makes sense in my head.
[QUOTE=jaybuz;33337203]Do browsers still download a embedded font-face if it is already available on the visitor's computer? [editline]19th November 2011[/editline] HTML - contains two images, the background photo and logo. [IMG]http://dl.dropbox.com/u/386727/Web-And-Graphics/FanaticalThemes/Phantom/HTML-v0.1.jpg[/IMG][/QUOTE] Yes they do, you can check if the font is installed locally by doing this: [code] @font-face { font-family: Your Font; src: local("Helvetica Lt"), local("Helvetica-Lt"), url(HelveticaLtNeue.ttf); } [/code] You can basically check for a number of local font names to see if they are already installed since a font may be called different things on different machines depending on download site / user preferance, if it cannot find them it will move on and download the font from the url.
[QUOTE=Sharpshooter;33340637]Yes they do, you can check if the font is installed locally by doing this: [code] @font-face { font-family: Your Font; src: local("Helvetica Lt"), local("Helvetica-Lt"), url(HelveticaLtNeue.ttf); } [/code] You can basically check for a number of local font names to see if they are already installed since a font may be called different things on different machines depending on download site / user preferance, if it cannot find them it will move on and download the font from the url.[/QUOTE] That's cool. Google fonts do it that way too which is good.
[QUOTE=toaster468;33336823]Now will this host my own OpenID provider? [editline]18th November 2011[/editline] Pretty much final version of my mockup: [img]http://dl.dropbox.com/u/27844356/mogo_mockup%20%282%29.png[/img] C&C[/QUOTE] What's up with the border next to "ads" Do you have a think against bottom borders? Also, use this [url]http://placekitten.com/[/url] for pictures :v:
A friend said he wanted to make a community site (Forum, each user can make a blog, etc.), and I thought, hey, I know absolutely nothing about web programming, so I might give it a try. I learnt AllegroServe and right now I'm writing a wrapper to get around the eleven lines or so of boilerplate code for every response function. After I'm done I have to get a basic register/log in/log out system going, to tell the server who's browsing. Everything else should be pretty straightforward (lol).
[QUOTE=zzlawlzz;33344100]What's up with the border next to "ads" Do you have a think against bottom borders? Also, use this [url]http://placekitten.com/[/url] for pictures :v:[/QUOTE] Bookmarked, thanks. And I wanted to make my own style, I didn't want to look like I was using some of Kongregate's designs for inspiration, I think I did a pretty good job of separating myself from them. And I felt like separating the ads, I don't know why it just sprang upon me, I could take that out though.
[QUOTE=toaster468;33344304]Bookmarked, thanks. And I wanted to make my own style, I didn't want to look like I was using some of Kongregate's designs for inspiration, I think I did a pretty good job of separating myself from them. And I felt like separating the ads, I don't know why it just sprang upon me, I could take that out though.[/QUOTE] no, i was just asking why is the border so big :tinfoil: [editline]19th November 2011[/editline] I didn't know the ads were so skinny.
[QUOTE=zzlawlzz;33344308]no, i was just asking why is the border so big :tinfoil: [editline]19th November 2011[/editline] I didn't know the ads were so skinny.[/QUOTE] Yeah it looks funky ill shave it down a bit. And yeah I need to think of a better spot for them, I think.
Small Gamepanel For my Community that I may Release When its finished. [IMG]http://phoenixservers.nitrous-networks.co.uk/gp_pics/index.png[/IMG] [url]http://www.facepunch.com/threads/1141522[/url]
[QUOTE=Matt W;33344382]Small Gamepanel For my Community that I may Release When its finished. [IMG]http://phoenixservers.nitrous-networks.co.uk/gp_pics/index.png[/IMG] [url]http://www.facepunch.com/threads/1141522[/url][/QUOTE] I think it is too cluttered. I don't really know how to describe what I'm feeling but it doesn't look correct. Also those gradients are pretty ugly.
Ill Have a go at Simplifying It :)
I'm going to say it now. IE6 support not included. :v: [img]http://dl.dropbox.com/u/386727/Web-And-Graphics/FanaticalThemes/Phantom/HTML-v0.1-IE6.png[/img] [editline]19th November 2011[/editline] Well actually, I just fixed the footer with: [I]zoom: 1;[/I] but the nav bar still looks the same because there's no set height and IE6 doesn't seem to like that.
To hell with IE6! [editline]20th November 2011[/editline] A little something I'm working on. [media]http://www.youtube.com/watch?v=PwRyIjd2gR4[/media]
[QUOTE=jaybuz;33347933]I'm going to say it now. IE6 support not included. :v: [img]http://dl.dropbox.com/u/386727/Web-And-Graphics/FanaticalThemes/Phantom/HTML-v0.1-IE6.png[/img] [editline]19th November 2011[/editline] Well actually, I just fixed the footer with: [I]zoom: 1;[/I] but the nav bar still looks the same because there's no set height and IE6 doesn't seem to like that.[/QUOTE] looks better than before raters of dumb (i'm looking at you, brettjay): it was a joke
[QUOTE=pepsi cola;33349202]looks better than before raters of dumb (i'm looking at you, brettjay): it was a joke[/QUOTE] Die, hippie scum.
[QUOTE=pepsi cola;33349202]looks better than before raters of dumb (i'm looking at you, brettjay): [B]it was a joke[/B][/QUOTE] - snip -
[QUOTE=StinkyJoe;33349510]Die, hippie scum.[/QUOTE] what
[QUOTE=pepsi cola;33349202]raters of dumb (i'm looking at you, brettjay): it was a joke[/QUOTE] Not a very funny one. All you've been doing recently is making thinly veiled contemptuous 'jokes' at other people's expense in this thread, and it just seems to me that you're feeling kind of bitter and frustrated about having 'given up' on design and all, so you linger in here and take snipes at everyone else who hasn't.
p. much
self-confessed troll???
If by 'troll', you mean: [thumb]http://lolbot.net/pix/5452.jpg[/thumb]
spot on omg [highlight](User was permabanned for this post ("Alt of perma'd user" - Pascall))[/highlight]
And that's that.
Sorry, you need to Log In to post a reply to this thread.