Jump to content

Recommended Posts

  • Replies 100
  • Created
  • Last Reply

Top Posters In This Topic

  On 1/6/2012 at 3:29 AM, Luke Fucking Hazard said:

i opened up this thread and i was like

nws.jpg

what?

 

I like the hexagon... it should be the symbol... looks pretty intellectual and classy

Link to comment
https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726103
Share on other sites

When I see the symbol I think about finding hazelnuts on forest paths. Here's a drawing of one I found on the internet. I don't like it, but it works to illustrate my thoughts.

stock-vector-hazelnut-isolated-on-white-background-7402183.jpg

Some songs I made with my fingers and electronics. In the process of making some more. Hopefully.

 

  Reveal hidden contents
Link to comment
https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726112
Share on other sites

I like it, but it completely fucked the watmm.com page I've been heading to since I first arrived here. Now you can't even access the forums that way.

Link to comment
https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726134
Share on other sites

  On 1/5/2012 at 11:57 PM, kaini said:
the favicon is completely black when on a black background now. could do with a white outline?

 

Oh, you're one of those who use a dark UI... Hadn't considered that.

 

  On 1/6/2012 at 10:19 AM, roasty said:
with regards to the homepage, should make it into a scalable vector that fits the window

 

If only support for SVG was consistent in browsers...

WATMM-Records-Signature-Banner-500x80.jpg

 

Follow WATMM on Twitter: @WATMMOfficial

Link to comment
https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726263
Share on other sites

  On 1/5/2012 at 10:15 PM, feltcher said:

I like it, but I think the blue bits to the left and right of the image should blend in rather than contrast.

Otherwise its good!

 

Ah - that's due to the other skin having the wrong coloured background (I don't use that skin too much; should have checked it). It'll get fixed in the coming days.

 

  On 1/6/2012 at 9:09 AM, Zephyr_Nova said:

I like it, but it completely fucked the watmm.com page I've been heading to since I first arrived here. Now you can't even access the forums that way.

 

You mean not having direct links to the individual forums? If so, I see your point about that - you do know you can click the text "watmm.com Selected Forum Posts 99-12" and it takes you here, right?

 

  On 1/6/2012 at 6:32 AM, logakght said:
  On 1/6/2012 at 3:29 AM, Luke Fucking Hazard said:

i opened up this thread and i was like

nws.jpg

what?

 

I like the hexagon... it should be the symbol... looks pretty intellectual and classy

 

BoC already have the market cornered on hexagons, I'm afraid.

 

I plan on doing more "omage" lead-in pages - any suggestions on the next one?

WATMM-Records-Signature-Banner-500x80.jpg

 

Follow WATMM on Twitter: @WATMMOfficial

Link to comment
https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726278
Share on other sites

  On 1/6/2012 at 2:42 PM, Joyrex said:
If only support for SVG was consistent in browsers...

 

True dat. Just with few lines of jquery though you can achieve the same effect, here's a quick working demo I knocked together;

 

CSS

<style type="text/css" media="all">
body {
padding: 0;
margin: 0;
overflow:hidden;
}
div {
position:absolute;
cursor:pointer;
}
</style>

 

JS:

<script>
reScale();

$(window).resize(function() {
 reScale()
});

$('div').click(function() {
 window.location = "http://forum.watmm.com"
});

function reScale() {
var scale_top = 870/960;
var scale_left = 30/960;
var scale_width = 660/960;
var height =  $(window).height() * scale_left;
var left = $(window).height() * scale_left;
var top =  scale_top * $(window).height();
var width = $(window).height() * scale_width;
$('img').css("height", $(window).height());
$('div').css({"height":height, "left":left, "top":top, "width":width});
}
</script>

 

The area of the image that is mapped as a link also gets scaled on window load and resize

Edited by roasty
Link to comment
https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726475
Share on other sites

  On 1/6/2012 at 3:30 PM, Joyrex said:

I plan on doing more "omage" lead-in pages - any suggestions on the next one?

 

i always loved the old ae myspace page. it was perfect for them but an homage to that may scare people away.

Link to comment
https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726491
Share on other sites

  On 1/6/2012 at 8:18 PM, roasty said:
  On 1/6/2012 at 2:42 PM, Joyrex said:
If only support for SVG was consistent in browsers...

 

True dat. Just with few lines of jquery though you can achieve the same effect, here's a quick working demo I knocked together;

 

CSS

<style type="text/css" media="all">
body {
padding: 0;
margin: 0;
overflow:hidden;
}
div {
position:absolute;
cursor:pointer;
}
</style>

 

JS:

<script>
reScale();

$(window).resize(function() {
 reScale()
});

$('div').click(function() {
 window.location = "http://forum.watmm.com"
});

function reScale() {
var scale_top = 870/960;
var scale_left = 30/960;
var scale_width = 660/960;
var height =  $(window).height() * scale_left;
var left = $(window).height() * scale_left;
var top =  scale_top * $(window).height();
var width = $(window).height() * scale_width;
$('img').css("height", $(window).height());
$('div').css({"height":height, "left":left, "top":top, "width":width});
}
</script>

 

The area of the image that is mapped as a link also gets scaled on window load and resize

 

Ah, JQuery - use it all day long at work... my mind must block it out when I get home to tinker on WATMM :tongue:

 

If you don't mind, I'll use this code - very cool, Roasty! I might make a higher res version so even at the obnoxious resolution I run my monitors in at work (2x 1920x1080 in portrait orientation), It'll look nice.

 

Also, if you want to volunteer some time for some WATMMgramming™ (that extends to others, as well), I might have some projects that I don't have time to work on...

 

  On 1/6/2012 at 8:40 PM, jules said:
  On 1/6/2012 at 3:30 PM, Joyrex said:

I plan on doing more "omage" lead-in pages - any suggestions on the next one?

 

i always loved the old ae myspace page. it was perfect for them but an homage to that may scare people away.

 

Oh, yeah - that was a nightmare to look at, eh? But totally AE.

WATMM-Records-Signature-Banner-500x80.jpg

 

Follow WATMM on Twitter: @WATMMOfficial

Link to comment
https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726493
Share on other sites

  On 1/6/2012 at 3:30 PM, Joyrex said:
  On 1/6/2012 at 9:09 AM, Zephyr_Nova said:

I like it, but it completely fucked the watmm.com page I've been heading to since I first arrived here. Now you can't even access the forums that way.

 

You mean not having direct links to the individual forums? If so, I see your point about that - you do know you can click the text "watmm.com Selected Forum Posts 99-12" and it takes you here, right?

 

Nope, there's nothing clickable on it... and I'm not sure if it's deliberate, but there's a thin blue line around the symbol on the left half of the page, then there's two fragmented logo parts on the right half, and I have to scroll down to get to the bottom where the text is. It's really strange and probably a faulty interpretation of what's supposed to be there. Either that or a very unique design choice. I'm using firefox on a PC.

Link to comment
https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726532
Share on other sites

  On 1/6/2012 at 9:16 PM, Zephyr_Nova said:
  On 1/6/2012 at 3:30 PM, Joyrex said:
  On 1/6/2012 at 9:09 AM, Zephyr_Nova said:

I like it, but it completely fucked the watmm.com page I've been heading to since I first arrived here. Now you can't even access the forums that way.

 

You mean not having direct links to the individual forums? If so, I see your point about that - you do know you can click the text "watmm.com Selected Forum Posts 99-12" and it takes you here, right?

 

Nope, there's nothing clickable on it... and I'm not sure if it's deliberate, but there's a thin blue line around the symbol on the left half of the page, then there's two fragmented logo parts on the right half, and I have to scroll down to get to the bottom where the text is. It's really strange and probably a faulty interpretation of what's supposed to be there. Either that or a very unique design choice. I'm using firefox on a PC.

 

Odd... well, I did fix it last night (and I'm putting in some nice JQuery code Roasty provided to have the image scale to the browser's height probably tonight as well), so give it a go and let me know if it works for you or not.

WATMM-Records-Signature-Banner-500x80.jpg

 

Follow WATMM on Twitter: @WATMMOfficial

Link to comment
https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726562
Share on other sites

lol .. Selected Forum Posts ...

 

(yeah, i finally checked it)

A member of the non sequitairiate.

Link to comment
https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726572
Share on other sites

  On 1/6/2012 at 8:43 PM, Joyrex said:

Also, if you want to volunteer some time for some WATMMgramming™ (that extends to others, as well), I might have some projects that I don't have time to work on...

 

Right on, would be more than happy to. I dig the idea of lead-in pages... Just for fun I tinkered that code from before in 'omage of the 4-squares :emotawesomepm9:

Link to comment
https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726686
Share on other sites

New WATMM Symbol: penis

 

love the new page, JR!

  essines said:
i am hot shit ... that smells like baking bread.
Link to comment
https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726708
Share on other sites

the troons are now saying "us".

 

welcome back troons.

 

i don't care what they all say about you, you are mostly ok with me.

Link to comment
https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726719
Share on other sites

  On 1/7/2012 at 2:24 AM, jules said:

the troons are now saying "us".

 

welcome back troons.

 

i don't care what they all say about you, you are mostly ok with me.

 

Your avatar looks like a vagina filled with asbestos

 

I like it

Link to comment
https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726722
Share on other sites

  On 1/6/2012 at 9:49 PM, Joyrex said:
  On 1/6/2012 at 9:16 PM, Zephyr_Nova said:
  On 1/6/2012 at 3:30 PM, Joyrex said:
  On 1/6/2012 at 9:09 AM, Zephyr_Nova said:

I like it, but it completely fucked the watmm.com page I've been heading to since I first arrived here. Now you can't even access the forums that way.

 

You mean not having direct links to the individual forums? If so, I see your point about that - you do know you can click the text "watmm.com Selected Forum Posts 99-12" and it takes you here, right?

 

Nope, there's nothing clickable on it... and I'm not sure if it's deliberate, but there's a thin blue line around the symbol on the left half of the page, then there's two fragmented logo parts on the right half, and I have to scroll down to get to the bottom where the text is. It's really strange and probably a faulty interpretation of what's supposed to be there. Either that or a very unique design choice. I'm using firefox on a PC.

 

Odd... well, I did fix it last night (and I'm putting in some nice JQuery code Roasty provided to have the image scale to the browser's height probably tonight as well), so give it a go and let me know if it works for you or not.

 

It is the same as it was (and that's after clearing history). I just tried it in Google Chrome as well, and it's the same problems but without the thin blue line.

Link to comment
https://forum.watmm.com/topic/70887-new-watmm-symbol/page/3/#findComment-1726787
Share on other sites

Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   1 Member

×
×