[QUOTE=TerabyteS_;32936105]Did you register just to tell me that?[/QUOTE]
do you have a problem with me taking time out of my day to register to try to help you achieve a greater design (because i feel like i've seen this one a billion times)?
[QUOTE=pepsi cola;32945622]do you have a problem with me taking time out of my day to register to try to help you achieve a greater design (because i feel like i've seen this one a billion times)?[/QUOTE]I was just trying to say that yours was more of some general critique rather than useful feedback. I can't really use that as I don't see it how you see it and because of that I wouldn't know what to change unless you told me.
[QUOTE=TerabyteS_;32946309]I was just trying to say that yours was more of some general critique rather than useful feedback. I can't really use that as I don't see it how you see it and because of that I wouldn't know what to change unless you told me.[/QUOTE]
i said what i wanted too loud and clear. if it's just an exercise* , you should experiment around what i said: it's too common. boring. there is nothing about it that grabs my attention, especially as a service that requires me to actually do something. there's one shade of green, grey and white.
the call to action doesn't call for anything.
[QUOTE=pepsi cola;32946543]i said what i wanted too loud and clear. if it's just an excersize, you should experiment around what i said: it's too common. boring. there is nothing about it that grabs my attention, especially as a service that requires me to actually do something. there's one shade of green, grey and white.
the call to action doesn't call for anything.[/QUOTE]Ok, I can see what you mean. I guess I'll try harder next time then (there's not really much of a point in continuing on that as it's already been overdone, and I'd rather invest my time into more original ideas). Thanks for the advice anyway, I'll try to keep that in mind.
[QUOTE=TerabyteS_;32939986]Sure, but at the same it's not that easy to come up with such ideas.[/QUOTE]
you seem to be missing the point. People generally will only start using a service if it is innovative, does something different, etc. If what you do brings nothing to the table then there's no reason for anyone to want to use it. Innovating is hard and rightly so, because the reward for a good innovation of millions of monthly visitors.
Not what I'm working on but
[url=http://wearekiss.com/simpless]SimpleLESS[/url] - Multiplatform LESS CSS compiler
[editline]25th October 2011[/editline]
We really need a dedicated general discussion thread.
I think we need another "Review my code" thread since the other one got nuked.
[QUOTE=jetboy;32948627]I think we need another "Review my code" thread since the other one got nuked.[/QUOTE]
Incredibly immature to drop an informative thread because of internal drama. Guess it's to be expected from the people in charge of this place.
[QUOTE=StinkyJoe;32950439]Incredibly immature to drop an informative thread because of internal drama. Guess it's to be expected from the people in charge of this place.[/QUOTE]
No reason someone can't create a new one. It'll probably be within our best interests.
I forgot that javascript craps itself whenever an Integer gets too big. So to convert SteamIDs to FriendIDs and vice versa, you have pretend that the first digit of the FriendID doesn't exist and prepend it after the fact as a string:
[code]
//lmao
function SteamtoFriend(id){
var numarr = id.split(':');
var finalid = (parseInt(numarr[2]) * 2) + parseInt(numarr[1]) + 6561197960265728;
return "7"+finalid;
};
function FriendtoSteam(id){
var inthack = parseInt(id.substr(1))
var server = inthack%2;
var friendid = ( ( inthack - 6561197960265728 ) - server )/2;
return "STEAM_0:" + server + ":" + friendid;
}
//its me
alert(SteamtoFriend("STEAM_0:1:13047723"));
alert(FriendtoSteam("76561197986361175"));[/code]
Normally I would care, but even if the entire population of the planet had a steam account it wouldn't roll over enough digits for me to even bother.
My first freelance project:
[img]http://db.tt/5x9kFqba[/img]
[editline]25th October 2011[/editline]
It's a single psd for a project hosting website.
[editline]25th October 2011[/editline]
Project names shamelessly stolen from other people :v:
I personally don't like the top and bottom bar colour but the layout is nice and clean, which I do like.
[QUOTE=TerabyteS_;32953141]Project names shamelessly stolen from other people :v:[/QUOTE]
that reminds me I need to finish shutter... maybe I could turn it into an all-out photo hosting service.
[QUOTE=H4Z3Y;32954427]that reminds me I need to finish shutter... maybe I could turn it into an all-out photo hosting service.[/QUOTE]My dad might actually need it, he's a photographer and would love to have a website like that.
[QUOTE=TerabyteS_;32954515]My dad might actually need it, he's a photographer and would love to have a website like that.[/QUOTE]
[url=http://500px.com/popular]500px[/url] is quite good, I'll have to figure out how to make shutter different to that though.
[QUOTE=H4Z3Y;32954554][url=http://500px.com/popular]500px[/url] is quite good, I'll have to figure out how to make shutter different to that though.[/QUOTE]
Yeah but he'd like his own portfolio website, not his stuff hosted somewhere else
[QUOTE=TerabyteS_;32953141]My first freelance project:
[img]http://db.tt/5x9kFqba[/img]
[editline]25th October 2011[/editline]
It's a single psd for a project hosting website.
[editline]25th October 2011[/editline]
Project names shamelessly stolen from other people :v:[/QUOTE]
I'd go for monotone icons instead of silk icons. Apart from that I think it looks good
[QUOTE=Dotmister;32955660]I'd go for monotone icons instead of silk icons. Apart from that I think it looks good[/QUOTE]
Speaking of monotone icons, does anyone know of a nice-looking 16x16 monotone icon set?
This section is so lonely today.
Man, the Thesis WordPress framework is fucking backwards now compared to something like Genesis.
Might as well use my license though...
Great, new Chrome broke -webkit-transform:rotate(.1deg); :(
Just discovered [URL="http://code.google.com/p/ie7-js/"]ie7-js[/URL]. I am certainly late.
[img]http://puu.sh/7A1D[/img]
Added ribbons showing who submitted the snippet and when it was submitted.
Do they look like they fit?
Why does the "GMDB" logo in the top left hand corner look all blurry?
... and to be honest, the idea is good- but they need to be styled differently.
[QUOTE=RusselG;32965144][img]http://puu.sh/7A1D[/img]
Added ribbons showing who submitted the snippet and when it was submitted.
Do they look like they fit?[/QUOTE]
Again, I think the silk icons ruin this.. they're so over used and they just don't go with loads of themes.
Try [url]http://www.iconfinder.com/blog/7/[/url]
Seriously, I'm about ready to start a deathtosilkicons.com
Does anyone have a good source for information on building/designing APIs?
[QUOTE=Jorgon;32966278]Does anyone have a good source for information on building/designing APIs?[/QUOTE]
Check the Big Fat Thread of Knowledge, one of my last posts is about API design.
[QUOTE=Dotmister;32965381]Again, I think the silk icons ruin this.. they're so over used and they just don't go with loads of themes.
Try [URL]http://www.iconfinder.com/blog/7/[/URL][/QUOTE]
and then ctrl u colorize them blue
[img]http://puu.sh/7Btu[/img]
Do these icons look better?
Full preview below
(also added icons to the ribbons, makes them more understandable)
[img]http://puu.sh/7Bug[/img]
I think this actually looks good.
Sorry, you need to Log In to post a reply to this thread.