[QUOTE=Almost Dawn;22195655]Appreciated.
Your photoshop thing looks weird because the vertical line makes it look like the text is like inset with like a bevel or something but the shadow on the text makes it look spatial which totally fucks everything up lol.
[highlight](User was permabanned for this post ("VladH" - cosmic duck))[/highlight][/QUOTE]
:(
[QUOTE=Almost Dawn;22195655][highlight](User was permabanned for this post ("VladH" - cosmic duck))[/highlight][/QUOTE]
Awww.. :(
[QUOTE=Almost Dawn;22195655] [highlight](User was permabanned for this post ("VladH" - cosmic duck))[/highlight][/QUOTE]
Why? He was being a good boy!
For fucks sake, he's just going to come back, and he's doing nothing wrong.
This constant hate towards him is just pathetic, and whoever is behind it should get over it.
And back on topic:
More Mod Outlet stuff, nothing much to show though, auth systems and so on.
Why does he keep getting perma banned anyways?
Also, what's wrong with my background? It only looks different in the browser. Do I need to save for web?
[IMG]http://imgkk.com/i/cr3s.png[/IMG]
(right is how it's supposed to look, left is how it does look.)
[QUOTE=Maccabee;22197974]Why does he keep getting perma banned anyways?
[/QUOTE]
Don't think you were around when he used cosmic as a tool.
He also spammed GD (which made little difference) and a few other minor things.
Nothing special.
It must be your color profile that Photoshop saves it with. Ctrl + Alt + Shift + S and save for web. Mess around with color profiles.
Hey guys, I have a question.
I have a menu bar with Home, Products, Contact, etc. They are links, and when you hover over them, they turn blue. When you click on them, they load the corresponding page (home.php, products.php, etc.).
What would be a good way of making it so that the current page you're on stays highlighted in blue? For example, if you're on the Home page, then the Home link should be blue regardless of whether you hover over it or not.
Just set a class like
[code]
.active {
color:#038533;
}
[/code]
and on that page, set the class for the button to active.
Add an id="current" or something to the current link and style that, or do it with Javascript.
[editline]11:00PM[/editline]
Too slow.
I do shit like this:
[code]
.menu a:hover, .menu .sel {
/* lol */
}
[/code]
kills two birds with one stone
[img]http://i48.tinypic.com/2ng7oz5.png[/img]
a random dubstep song descriptor generator.
The Moderator Applications site is now open for the games forum moderator applications. Info thread here [url]http://www.facepunch.com/showthread.php?t=944609[/url]
Here's the admin inbox and such:
[img_thumb]http://grab.by/grabs/23f33e2209c6ac75135df178ca446ff9.png[/img_thumb]
[img_thumb]http://grab.by/grabs/0352378b1a0def22070b27610b60c22a.png[/img_thumb]
Hezzy controls
[img_thumb]http://grab.by/grabs/5cc73775014f339fa1a3bfeaf6c8fbe9.png[/img_thumb]
wow thats awesome.
Mad props to Hexxeh for wiring it all up :worship:
[url]http://blynx.org[/url]
Decided to create a new layout for it.
so where should i put my rss icon on my blog?
[url]http://tdoyle.me/blog[/url]
Working on a simplified registration process for vBulletin forums that's fully AJAX streamlined.
[img]http://i47.tinypic.com/jibz2o.png[/img]
looks like reddit
Yeah, I borrowed the idea from reddit, but decided to go a different route with the captcha.
Your captcha is crap. Any spammer would be able to scoot straight past it
[QUOTE=turb_;22209349]Your captcha is crap. Any spammer would be able to scoot straight past it[/QUOTE]
Not really, to make threads or posts you're required to verify/active your account through your e-mail. This isn't meant to stop spammers but spam-bots. This will throw them off because it's not the usual registration process for a vBulletin forum. What difference does it make if a human spammer has to do a normal captcha or the one that I have? -None.
I like the slide thing, why not make it say something like "Slide To Validate" instead of unlock
Why not make it different? Say "Slide the slider to X position" and then have it react to that instead. A lot harder (still not impossible though) to spam.
The design reminds me of MacHeist's website quite a lot, with the header and footer
Which design?
[QUOTE=:awesome:;22209824]Which design?[/QUOTE]
Mod application site
Ok, so, I want to create a portfolio for me. I've had next to none web coding experience, I have basic experience with C++. Where should I start and what do you people recommend?
I would recommend starting by creating a simple HTML static site. This is your bog standard solution. Everything is coded in HTML and CSS. You can learn everything you need to know about HTML and CSS [url=http://www.w3schools.com/]here at W3Schools.[/url]
Don't get to complicated with adding anything fancy like jQuery or making it dynamic with PHP or any other server side languages. Just get the basics learnt, and you'll be fine.
Got the whole weekend to read it and practice a bit. Thanks.
Sorry, you need to Log In to post a reply to this thread.