• What are you working on? v7
    7,420 replies, posted
Well, seems like you missed, that's a site for fishing and hunting.
They sell skis too ;) I went to the retail store and bought new skis there.
Well, they didn't have any info on skis on their site (then again, they didn't have much info on hunting or fishing either), which is pretty normal for Norwegian web stores...
[QUOTE=advil0;39434641]My friend is working on his portfolio and wants suggestions, fire away! [url]http://www.delanefrear.com/[/url][/QUOTE] No Charset declaration in the HTML.
Decided to overhaul my portfolio, including a new domain [url]http://www.matt-walton.net/[/url] Design really isn't my thing, so have you guys got any suggestions?
[QUOTE=Matt W;39475250]Decided to overhaul my portfolio, including a new domain [url]http://www.matt-walton.net/[/url] Design really isn't my thing, so have you guys got any suggestions?[/QUOTE] [url]https://www.dropbox.com/sh/9iatceyza4romcy/T742eZIyki[/url] (Image feedback)
[QUOTE=ms333;39475711][url]https://www.dropbox.com/sh/9iatceyza4romcy/T742eZIyki[/url] (Image feedback)[/QUOTE] Thanks for that, the blog is the one page I missed out, but I'll take a look at those other bugs.
[QUOTE=Matt W;39475250]Design really isn't my thing, so have you guys got any suggestions?[/QUOTE] [php]<div id="page_home" class="page"> <h1 class="hi-big" style="cursor:default;"> Hi, </h1> <h2 class="me-med" style="cursor:default;"> I'm Matt, and I'm a freelance programmer.</h2> </div>[/php] [php]<p class="copy" style="cursor:default;"> &copy; 2013 Matt Walton </p>[/php] [editline]4th February 2013[/editline] Hash-tag navigation does not reload upon backing up in history; there is an event to check if a hash-tag changes or updates. [editline]4th February 2013[/editline] [php] var hash_string=""; function get_hash_string(){ var a; a=location.hash; if(a.length>1){ return a.substr(1); } return ""; } setInterval(function(){ var a; a=get_hash_string(); if(a===hash_string){ return; } else{ hash_string=a; if(a==="about"){ //load about page return; } if(a==="blog"){ //load blog page return; } if(a==="contact"){ //load contact page return; } if(a==="portfolio"){ //load portfolio page return; } //load home page } } ,100); [/php] Kind of a gritty solution.
Ahh, anybody know anybody hosting a http server off a Raspberry Pi? Nothing crazy, pretty curious.
Finished and sent in my site today. I can't really make any changes ( starting in a few hours here ) but it'd be great to hear what you guys think of the final design! [URL]http://ttwebsitedesign.net/ttc-rvs-team2/home[/URL] [QUOTE][IMG]http://puu.sh/1XExs[/IMG][/QUOTE]
Working on my own theme for my [url=http://vinlauria.tumblr.com/]Tumblr[/url]. It takes some design cues and maybe one or two lines of code from what I was using [url=http://officetheme.tumblr.com/]beforehand[/url], but that old theme's code was such a fragile mess underneath that it was nigh-uneditable without breaking everything. So I pretty much rewrote the entire thing from scratch while making it more my own flavor. Not too shabby for someone several years rusty in web design, eh?
[QUOTE=camacazie638;39477696]Ahh, anybody know anybody hosting a http server off a Raspberry Pi? Nothing crazy, pretty curious.[/QUOTE] PM me if you want, we got 4 Raspberries at work, we set up a HTTP server on one of them
[QUOTE=VinLAURiA;39479129]Working on my own theme for my [url=http://vinlauria.tumblr.com/]Tumblr[/url]. It takes some design cues and maybe one or two lines of code from what I was using [url=http://officetheme.tumblr.com/]beforehand[/url], but that old theme's code was such a fragile mess underneath that it was nigh-uneditable without breaking everything. So I pretty much rewrote the entire thing from scratch while making it more my own flavor. Not too shabby for someone several years rusty in web design, eh?[/QUOTE] [img_thumb]http://puu.sh/1XJ1z[/img_thumb] You might want to fix some of that, I think you would find it a lot easier to just start from scratch. Tumblr themes are fairly straightforward and it saves you the hassle of digging through other peoples code. They have some nice documentation here as well [url]http://www.tumblr.com/developers[/url] that will help
Hm. Only problem I can see is that your browser isn't rendering Futura T (which is odd, because I [i]did[/i] call @font-face and it works in Chrome.) Otherwise it looks fine to me; I haven't completely formatted text posts quite yet, nor have I inserted the rendering elements for the photo posts. Work in progress, after all.
The plain white post background doesn't blend well with the complex page background at all It looks very amateurish imo using complex backgrounds is a bad idea unless they are only visible on the very edges of the page
Well, I wanted to give the theme a "vector" feel like those menus in old Gran Turismo games, but I wanted something other than a plain black background, so I figured a vista like the Philly skyline would've felt "distant" enough that it wouldn't clash with the "foreground" of the page content. I also added some faux motion-blur near street level to further de-emphasize any hard lines in the image, but I still wanted the silhouette of the skyline itself to still stand out. Any ideas to make them blend better? Perhaps a faint blur over the whole background image to further de-focus it?
Try making the post widths not be fixed [t]http://puu.sh/1XMdJ[/t] There's an awful lot of background showing at high resolutions Also maybe remove the gaps in between posts?
I'm tired of my internet connection so my work for this evening is a ping tester, It won't work properly for most of you because it uses a UK google server to do the ping test. The first tab is just a graph of the ping, the second is the same graph where each 5 ping tests are averaged and the last is a graph of the worst out of each 5 successive ping tests (most applicable for gaming). [IMG]http://files.danielchatfield.com/MML5+[/IMG] [editline]5th February 2013[/editline] URL if you are interested: [url]http://www.danielchatfield.com/ping/[/url]
[QUOTE=daniel_c;39486525]I'm tired of my internet connection so my work for this evening is a ping tester, It won't work properly for most of you because it uses a UK google server to do the ping test. The first tab is just a graph of the ping, the second is the same graph where each 5 ping tests are averaged and the last is a graph of the worst out of each 5 successive ping tests (most applicable for gaming). [IMG]http://files.danielchatfield.com/MML5+[/IMG] [editline]5th February 2013[/editline] URL if you are interested: [url]http://www.danielchatfield.com/ping/[/url][/QUOTE] What's the deal with the totally inconsistent fonts?
[QUOTE=daniel_c;39486525]I'm tired of my internet connection so my work for this evening is a ping tester, It won't work properly for most of you because it uses a UK google server to do the ping test. The first tab is just a graph of the ping, the second is the same graph where each 5 ping tests are averaged and the last is a graph of the worst out of each 5 successive ping tests (most applicable for gaming). [IMG]http://files.danielchatfield.com/MML5+[/IMG] [editline]5th February 2013[/editline] URL if you are interested: [url]http://www.danielchatfield.com/ping/[/url][/QUOTE] Request the location and change the google server accordingly? :D
[QUOTE=douche beat;39487889]What's the deal with the totally inconsistent fonts?[/QUOTE] I'm open to suggestions but I'm not sure there is anything wrong with having a different font for headings and buttons.
[QUOTE=daniel_c;39488016]I'm open to suggestions but I'm not sure there is anything wrong with having a different font for headings and buttons.[/QUOTE] The button is a different font than the page content and the header font is totally different than everything else on the page, it looks weird
[QUOTE=douche beat;39488058]The button is a different font than the page content and the header font is totally different than everything else on the page, it looks weird[/QUOTE] Unless I am mistaken and there is a bug (I'm on an iPad right now so can't check) there should be 3 fonts; the main font, a font for buttons and certain other ui elements like input fields etc. and the font used in the logo and homepage link. I don't think 3 fonts (and that's including a logo which could have been an image) is excessive. I think the tabs should have the same font as the buttons and will change tat tomorrow. To see what a more normal page looks like take a look at [url]http://www.danielchatfield.com/love/[/url]
[url]http://www.discourse.org/[/url] This is such a fucking awesome take on online discussions.
[QUOTE=JohnD;39489375][url]http://www.discourse.org/[/url][/QUOTE] I believe [URL=http://try.discourse.org/t//2297]this[/URL] guy's Chinese broke the forum. His [URL=http://try.discourse.org/users/wangyu]profile[/URL] here. [editline]5th February 2013[/editline] Somewhere else, someone injected an iFrame...
[QUOTE=camacazie638;39490695]I believe [URL=http://try.discourse.org/t//2297]this[/URL] guy's Chinese broke the forum. His [URL=http://try.discourse.org/users/wangyu]profile[/URL] here. [editline]5th February 2013[/editline] Somewhere else, someone injected an iFrame...[/QUOTE] [url]http://meta.discourse.org/t/iframe-tag-a-possible-vector-for-being-annoying/825[/url] but you have to admit, it's not complete; but it is amazing
With a bit of sanitizing, for sure.
[url=http://meta.discourse.org/t/wiki-topics/459]FUCK YEAH[/url]
[img]http://andrewmcwatters.com/greentext/?text=%3Ebe%20me%0A%3Ewrite%20greentext%20generator%20for%20facepunch%0A%3Eis%20a%20web%20dev%20project%20mostly%0A%3Epost%20in%20programming%0A%3Epost%20in%20lmao%20pics[/img] i wrote this for fun the other day, and posted it everywhere but here [URL]http://www.andrewmcwatters.com/greentext/[/URL] [URL]https://github.com/andrewmcwatters/greentext[/URL]
[QUOTE=amcfaggot;39494320][img]http://andrewmcwatters.com/greentext/?text=%3Ebe%20me%0A%3Ewrite%20greentext%20generator%20for%20facepunch%0A%3Eis%20a%20web%20dev%20project%20mostly%0A%3Epost%20in%20programming%0A%3Epost%20in%20lmao%20pics[/img] i wrote this for fun the other day, and posted it everywhere but here [URL]http://www.andrewmcwatters.com/greentext/[/URL] [URL]https://github.com/andrewmcwatters/greentext[/URL][/QUOTE] [img]http://andrewmcwatters.com/greentext/?text=urafaget[/img] [editline]6th February 2013[/editline] [img]http://andrewmcwatters.com/greentext/?text=urafaget because it gives greentext without using arrows[/img]
Sorry, you need to Log In to post a reply to this thread.