• What are you working on? v7
    7,420 replies, posted
[QUOTE=Amiga OS;38401674]Drop shadow =/= Holo. I'll have to let Google know about this update to their design guidelines.[/QUOTE] You know what I mean, it looks like a dark version of that "PlanB" psuedo-holo design you've posted a few times
[QUOTE=douche beat;38401529]It looks pretty good, especially for a first site! I'd suggest moving the page title (Scene1) over so it's aligned to the left corner of the content area, it looks a little odd floating there when all the other content is in another area.[/QUOTE] Forgive me for asking, but how would I do that, please? New to all this so I'm not sure exactly
[url]https://dl.dropbox.com/u/6380033/fppre/fpweb2/index.html[/url] another redesign... click the color box and please tell me which color fits the most? (this is for the left side and the right side) if you are running on chrome please click on the shield on the address bar and click on load anyway
[QUOTE=jung3o;38403003][url]https://dl.dropbox.com/u/6380033/fppre/fpweb2/index.html[/url] another redesign... click the color box and please tell me which color fits the most? (this is for the left side and the right side) if you are running on chrome please click on the shield on the address bar and click on load anyway[/QUOTE] [img]http://puu.sh/1oUhY[/img] nice div names :v: I think that the red and dark grey stand out too much, and the light grey blends in nicely. Also, I think it all looks nice, but I don't think it suits a forum, it's too simple imo.
[QUOTE=kragmars102;38398506][img]http://ezyimg.info/Yn752H.jpg[/img][/QUOTE] I said [b]B[/b]rick D: [QUOTE=jung3o;38403003][url]https://dl.dropbox.com/u/6380033/fppre/fpweb2/index.html[/url][/QUOTE] It's nice, but I'm not sure it quite fits. I'd say there's a little too much padding and it's not functional enough - a little over-simplified. Also, I'm not sure it's a good idea to be using web-fonts here just yet (*shrugs*). I like the greys you've picked though :) [editline]/[/editline] [img]http://img717.imageshack.us/img717/2842/a393856ff64c44d2a5bad0a.png[/img] Oh for fuck sake.
Apparently I had a 600% increase in ad revenue on my website around the 27th of October :v: [QUOTE=gaige333;38397254]First time ever making a website, it's for a college assignment I'm doing and I wanna know what you guys think! [t]http://puu.sh/1oET2[/t] I'm quite crap at designing stuff, too, so what do you guys think about it? Would love some constructive criticism from you guys![/QUOTE] That's nothing being embarased about, just look at my current project: [img]https://dl.dropbox.com/u/7644905/i_suck_at_designing.png[/img]
I swear to god Norwegian web developers keep popping up everywhere
Who else are there?
[IMG]http://www.gabrielecirulli.com/p/csk3n_-_Tinychat-20121111.png[/IMG] New amuzor features discussion chat
available for birthdays, weddings, and bar mitzvahs
[QUOTE=Knallex;38407126]I swear to god Norwegian web developers keep popping up everywhere[/QUOTE] We'r going to have a real problem finding jobs :/
[QUOTE=LarsHelo;38406926]Apparently I had a 600% increase in ad revenue on my website around the 27th of October :v: That's nothing being embarased about, just look at my current project: [IMG]https://dl.dropbox.com/u/7644905/i_suck_at_designing.png[/IMG][/QUOTE] The page is the joke :p Anyways, you should probaly cut down on the gradients and the odd colours...
Yeah, design isn't what I do best, but I needed something to base the rest around, and I don't really have anyone to help me with it.
[QUOTE=LarsHelo;38407563]Yeah, design isn't what I do best, but I needed something to base the rest around, and I don't really have anyone to help me with it.[/QUOTE] Personally, what I'd do to that site is use loads less colour. I think you could make it look a lot better that way. But that's just me, I like small amounts of colour on my designs.
I'm creating my own wiki software for personal use. I [i]could[/i] just use MediaWiki and be done with it, but I wouldn't learn much from that. This uses the MVC design pattern. [b]Reading / Editing[/b] [t]http://i.imgur.com/kUnO0.png[/t][t]http://i.imgur.com/zZDFH.png[/t] Clearly, I'm no designer, but it gets the job done and it is all done from scratch. I borrowed text from Wikipedia for that article. The software has its own syntax, and uses a Markdown parser for formatting. It also has support for templates by including other pages (it also yells at you if you try to make a page include itself.) Lots of work to be done, in no particular order: fixing random parse glitches, image uploading and linking, page histories, user registration (currently locked to one user), "what pages link to this page" function, and general style improvements (it looks really plain at the moment). It also adjusts itself if your browser window is small enough (the black border is gone, more room for the text itself.) [t]http://i.imgur.com/9GCJW.png[/t] Excuse all of the red links. They're normally a shade of blue (#369).
Yeah, the colors worked a lot better in my head, but when I tried it out, it came out terrible as you can see.
[QUOTE=starbug;38409287]Excuse all of the red links. They're normally a shade of blue (#369).[/QUOTE] Since they don't link somewhere, they're red?
[QUOTE=starbug;38409287]wiki[/QUOTE] That looks pretty nice - which language you using for the backend?
[QUOTE=Ac!dL3ak;38409510]Since they don't link somewhere, they're red?[/QUOTE] Yes, a red link indicates that the linked page isn't in the database yet. Clicking it takes you to an edit form for that page so you can create it. [QUOTE=Knallex;38409512]That looks pretty nice - which language you using for the backend?[/QUOTE] At the risk of incurring wrath, it's PHP. No worries, though: I have no objections to using other languages. PHP was just convenient at the time I started. I'll probably move off it when the database schema is set in stone (currently changing it a ton.)
[QUOTE=starbug;38409526]At the risk of incurring wrath, it's PHP. No worries, though: I have no objections to using other languages. PHP was just convenient at the time I started. I'll probably move off it when the database schema is set in stone (currently changing it a ton.)[/QUOTE] I use PHP myself - slowly learning Ruby for ROR and similar things. I like it though!
[QUOTE=starbug;38409287][t]http://i.imgur.com/zZDFH.png[/t][/QUOTE] Little suggestion to gain up space. [IMG]http://i.imgur.com/GgRHN.png[/IMG]
[QUOTE=saming;38409787]Little suggestion to gain up space. [IMG]http://i.imgur.com/GgRHN.png[/IMG][/QUOTE] That's great. I hadn't considered that at all. Thank you very much.
I once started making a Wiki in Common Lisp but it didn't get too far. I got to the point where I could write new articles and edit new ones, but I never completed the markup, and I put off writing the CSS until I had all the underlying logic down. It looked like shit. I might write a new one once I'm done with my programming language.
How is Windows 8? I'm debating switching to it, but i dunno if I wanna deal with upgrading...
playing around with user interaction [vid]http://dl.dropbox.com/u/28034726/rndm.webm[/vid]
[QUOTE=Ac!dL3ak;38412306]How is Windows 8? I'm debating switching to it, but i dunno if I wanna deal with upgrading...[/QUOTE] I love it. I like how I can easily access apps via metro too. Only took 1hour for me to get used to it
I just made this for a sick friend: [url]http://www.thiswebsiteisnotasian.asia/[/url] (better to visit the site, it's animated with nice parallax) [IMG_THUMB]http://i.imgur.com/Ci9pv.jpg[/IMG_THUMB] Today's the first day I've ever designed a site from scratch, but I wanted to show my work.
This is what I came up with [t]https://dl.dropbox.com/u/11275736/s/d/f/o/designs/dashboard.png[/t][t]https://dl.dropbox.com/u/11275736/s/d/f/o/designs/users2.png[/t] [t]https://dl.dropbox.com/u/11275736/s/d/f/o/designs/group_diff.png[/t][t]https://dl.dropbox.com/u/11275736/s/d/f/o/designs/boards.png[/t] [t]https://dl.dropbox.com/u/11275736/s/d/f/o/designs/plugins_settings.png[/t][t]https://dl.dropbox.com/u/11275736/s/d/f/o/designs/plugins.png[/t] [editline]11th November 2012[/editline] I plan on putting the 'delete' button on the user and group pages too I just haven't fixed the designs for them yet
Working on a design for a new client, got one week to get it ready. [IMG]https://lh4.googleusercontent.com/OcuxmN2FiH-Yt8P9vFZ2qi30BYQjYPXMF_tomOHKHE5k1ANTMQAkvPOdPmkRCWbIANZAAizOhPI[/IMG] Have to use their old logo and it's like a 70px banner..
[QUOTE=j4NZKUE;38418308]Working on a design for a new client, got one week to get it ready. [IMG]https://lh4.googleusercontent.com/OcuxmN2FiH-Yt8P9vFZ2qi30BYQjYPXMF_tomOHKHE5k1ANTMQAkvPOdPmkRCWbIANZAAizOhPI[/IMG] Have to use their old logo and it's like a 70px banner..[/QUOTE] Can't view, 403.
Sorry, you need to Log In to post a reply to this thread.