[QUOTE=douche beat;38607468]Jokes on you, Macs are awful computers that only retards use![/QUOTE]
[img]http://puu.sh/1uJQy[/img]
wait what
[QUOTE=douche beat;38607468][t]http://f.cl.ly/items/291o2V2H3i1i232z0u2o/Screen Shot 2012-11-26 at 5.58.31 PM.png[/t]
[IMG]http://sae.tweek.us/static/images/emoticons/emot-barf.gif[/IMG][/QUOTE]
Would be great to see that sexy design Brettjay made again to see if it stands to time.
[QUOTE=wizard`;38607548][IMG]http://puu.sh/1uJQy[/IMG]
wait what[/QUOTE]
Whoosh.
[QUOTE=Jelly;38607765]Would be great to see that sexy design Brettjay made again to see if it stands to time.
[/QUOTE]
[img]http://cl.ly/image/3x0b1f16282M/Screen%20Shot%202012-11-26%20at%206.27.17%20PM.png[/img]
Damn, I remember when those were people's avatars. Back in the glory day
Is this too much?
[img]http://ezyimg.com/beta/content/49t6Jk.jpeg[/img]
[QUOTE=kragmars102;38609351]Is this too much?
[img]http://ezyimg.com/beta/content/49t6Jk.jpeg[/img][/QUOTE]
I personally don't think so. I like it.
Polishing up a javascript support library (ala activesupport from Ruby) that I developed for Amuzor. Let's you do cool stuff like the following:
[code]
10.times -> console.log 'foo' # foofoofoofoofoofoofoofoofoofoo
'A'.isUppercase # true
5.ordinal # 5th
5.gigabytes.toMegabytes # 5120
5.seconds.interval -> console.log "it's been 5 seconds!"
'foo'.repeat 5 # foofoofoofoofoo
[/code]
Basically it's a whole bunch of helper getters and functions that I shove onto the global namespace. I've made sure it doesn't conflict with any libraries and has worked seamlessly with everything I've thrown at it.
I'll probably end up releasing it in the future once I've added more tests and finished all the planned functionality.
To those who was wondering. The osx font rendering is not that great. :/
... or I had to high expectations.
windows - osx : 1-1 :)
[QUOTE=douche beat;38607810]*IMAGE*
Damn, I remember when those were people's avatars. Back in the glory day[/QUOTE]
I belive this was the final one
[IMG]http://dl.dropbox.com/u/9277478/cosmockup-homepage-v02.png[/IMG]
Damn Cosmos.is looks fancy
Need some suggestions on what to do with this upload page.
[IMG]http://i48.tinypic.com/359bn84.png[/IMG]
I think you should add some more line spacing and move the box thing further away from the text. Looks pretty neat otherwise.
[editline]27th November 2012[/editline]
What's up with the unique file names?
[QUOTE=DarKSunrise;38611853]I think you should add some more line spacing and move the box thing further away from the text. Looks pretty neat otherwise.
[editline]27th November 2012[/editline]
[B]What's up with the unique file names?[/B][/QUOTE]
I think if you're uploading multiple files with the same name it'll conflict with one another as he is creating the new image based on "path/filename".
[QUOTE=Jelly;38611345]
I'll probably end up releasing it in the future once I've added more tests and finished all the planned functionality.[/QUOTE]
Shouldn't have changed your avatar.
[QUOTE=Miljaker;38611601]Need some suggestions on what to do with this upload page.[/QUOTE]
I would increase the line height. Change the link color to blueish. Also play around with the blue color for the drop zone and transform the text to uppercase. Add some margin between the list and drop zone. Increase the margin between the logo and navigation links too. Maybe center the search input vertically with the banner or add "Advanced search" link below the input, if you have such functionality. Add around 10px thick left border for the "Upload" title with some left padding.
Hmm. Just some ideas to try out. :)
[QUOTE=kragmars102;38611925]I think if you're uploading multiple files with the same name it'll conflict with one another as he is creating the new image based on "path/filename".[/QUOTE]
add a timestamp
The unique filename is there because I need to group 3 tiles together.
One tileset consists of 3 images. A medium, large and small image. I need to know what tiles go together so I match everything before the @.
Also everything before the @ is the preset value of the application name. So if you name your tiles properly you won't have to type it all out again.
Try the uploader (don't submit if it isn't serious) and you will see what I mean. Here are a few test files [URL]http://www.tile8.com/test.rar[/URL]
Just unzip and drop the folder in the area.
Also the page may freeze for a second while images are being generated and error messages are not displaying for some reason. I will fix this tonight.
-edit-
oeps, wrong test file. New one uploaded.
Make the filename the md5 hash.
[QUOTE=Jelly;38611981]Make the filename the md5 hash.[/QUOTE]
SHA-2/3 is more safe, and nowadays I don't think the speed matters much since SHA-2 is pretty fast.
Also include a timestamp in the hash.
[QUOTE=T3hGamerDK;38612003]SHA-2/3 is more safe, and nowadays I don't think the speed matters much since SHA-2 is pretty fast.
Also include a timestamp in the hash.[/QUOTE]
There's no way in hell you're getting to get a hash collision, so it doesn't really matter. Including a timestamp eliminates the benefits of having the filename as the hash in the first place, which is not having to store multiple copies of the exact same file.
I can't make the names unique. I wouldn't know what files to match together ^^.
[editline]27th November 2012[/editline]
Oh and because I'm having some issues with confirmation mails not sending to hotmail and outook I have disabled the activation requirement to login. So you can quickly make an account and test it.
[QUOTE=Trivkz;38611453]I belive this was the final one
[IMG]http://dl.dropbox.com/u/9277478/cosmockup-homepage-v02.png[/IMG][/QUOTE]
Would you be okay with it if I borrow some of the concepts behind your forum design? I really like it, and the sidebar looks really amazing!
[QUOTE=T3hGamerDK;38612525]Would you be okay with it if I borrow some of the concepts behind your forum design? I really like it, and the sidebar looks really amazing![/QUOTE]
It's not my design, I belive it was BrettJay that made it.
[code]
<!--[If lte IE 9]>
<div id="ifIE">
To view this site properly, please <a href="http://windows.microsoft.com/en-US/internet-explorer/download-ie">upgrade to Internet explorer 10</a>
</div>
<![endif]-->
[/code]
[code]
#ifIE {
line-height: 30px;
font-size: 15px;
color: #eee;
width: 100%;
background: #222;
text-align: center;
}
[/code]
Now.. what to do with Vista and XP users? :/
[QUOTE=xmariusx;38612604][code]
<!--[If lte IE 9]>
<div id="ifIE">
To view this site properly, please <a href="http://windows.microsoft.com/en-US/internet-explorer/download-ie">upgrade to Internet explorer 10</a>
</div>
<![endif]-->
[/code]
[code]
#ifIE {
line-height: 30px;
font-size: 15px;
color: #eee;
width: 100%;
background: #222;
text-align: center;
}
[/code]
Now.. what to do with Vista and XP users? :/[/QUOTE]
What did you make that doesn't work in 9 but does in 10? If it works in 9 vista is supported.
I personally would just suggest xp users to get chrome or firefox. Microsoft is going to stop support for xp in 2 years so I don't think you should worry too much about it.
9 isn't supporting placeholder="" ... I can always do a [if ie 9] for it tough
[editline]27th November 2012[/editline]
..or text-shadow, but that isn't important
[QUOTE=Miljaker;38611601]Need some suggestions on what to do with this upload page.
[IMG]http://i48.tinypic.com/359bn84.png[/IMG][/QUOTE]
Rounded cloud stuff =P
What happened to Amuzor btw? I'm getting this "Welcome to nginx!" in b4 gateway problems.
Hey, worked more on the media cataloger thingy. It's only some CSS, no JS nor back-end yet. (Edit: freaking auto-compression)
[IMG]http://i.imgur.com/I4f7y.jpg[/IMG]
Also default items, in case there's no cover available:
[IMG]http://i.imgur.com/TjKSU.png[/IMG]
Closeup on the hover effect:
[IMG]http://i.imgur.com/Ynbto.png[/IMG]
That's a fifth of the intended result, I have so much left to do (back-end, settings, stats, recommandations, etc...).
Thoughts ?
Looks decent, I just think the perspective or something is off. I'm not sure what...
[editline]27th November 2012[/editline]
It looks like the items are floating, because of the shadow at the bottom.
[QUOTE=Miljaker;38613207]It looks like the items are floating, because of the shadow at the bottom.[/QUOTE]
Intended :<
Sorry, you need to Log In to post a reply to this thread.