• Lucid Dreaming - Dream Views




    Results 1 to 16 of 16
    Like Tree5Likes
    • 1 Post By mattbrox
    • 1 Post By Marvo
    • 1 Post By Snowboy
    • 1 Post By khh
    • 1 Post By OldNutter

    Thread: New art website - critiques, comments?

    1. #1
      Bird Brain Achievements:
      Tagger First Class Populated Wall 10000 Hall Points Referrer Bronze Veteran First Class Vivid Dream Journal
      Puffin's Avatar
      Join Date
      Oct 2009
      LD Count
      Lost count.
      Location
      Vancouver, BC.
      Posts
      6,336
      Likes
      2063
      DJ Entries
      212

      New art website - critiques, comments?

      I just finished the basic parts of my art website, linked in my signature. As you can probably tell, it's related to a small art business I started up. I'm going to purchase a domain name soon (puffinart.ca) but in the mean time, I'm stuck with the icky .webs part.

      Feel free to critique and comment. If possible, I'd like a screenshot of the page in your browser. I've only been able to test the css in 1024x768 resolution, so I'm not sure how it'll look on other computers...

      Anyways, enjoy browsing. It took me forever because I hadn't coded anything hardcore in almost a year, but I made it.
      Last edited by Puffin; 09-02-2010 at 06:43 AM.
      We all live in a kind of continuous dream. When we wake, it is because something,
      some event, some pinprick even, disturbs the edges of what we have taken as reality.

      Vandermeer

      SAT (Sporadic Awareness Technique) Guide
      Have questions about lucid dreaming? DM me.

    2. #2
      Keep Calm and Carry on. Achievements:
      1000 Hall Points Created Dream Journal Tagger First Class Veteran First Class
      mattbrox's Avatar
      Join Date
      May 2009
      LD Count
      8
      Gender
      Location
      Just ask Alex.
      Posts
      229
      Likes
      26
      DJ Entries
      18
      Add this line to your CSS code:

      html,body {margin:0px; padding:0px; }

      This will remove the gab between the edge of the page and that blue transparent part you have.
      Everything else looks really good!
      Puffin likes this.
      "Don't kill me. I'm in a dream right now, and if you kill me I'll die in real life too!" -Me, age 5-8, talking to a dinosaur.

    3. #3
      ├┼┼┼┼┤
      Join Date
      Jun 2006
      Gender
      Location
      Equestria
      Posts
      6,315
      Likes
      1191
      DJ Entries
      1
      There is no art on your art site.

      edit: Oh, it just takes a while to load it up. You should change the gallery a little so it's clear that there's something there. On a slow connection it'll just look like there's nothing there.
      Puffin likes this.

      ---------
      Lost count of how many lucid dreams I've had
      ---------

    4. #4
      Bird Brain Achievements:
      Tagger First Class Populated Wall 10000 Hall Points Referrer Bronze Veteran First Class Vivid Dream Journal
      Puffin's Avatar
      Join Date
      Oct 2009
      LD Count
      Lost count.
      Location
      Vancouver, BC.
      Posts
      6,336
      Likes
      2063
      DJ Entries
      212
      Mattbrox, you're my savior... I was looking for the code that would fix that stupid gap.

      Marvo - I'll see what I can do about the load speed and a message.
      Last edited by Puffin; 09-02-2010 at 04:20 PM.
      We all live in a kind of continuous dream. When we wake, it is because something,
      some event, some pinprick even, disturbs the edges of what we have taken as reality.

      Vandermeer

      SAT (Sporadic Awareness Technique) Guide
      Have questions about lucid dreaming? DM me.

    5. #5
      khh
      khh is offline
      Remember Achievements:
      1000 Hall Points Veteran First Class
      khh's Avatar
      Join Date
      Jun 2009
      Gender
      Location
      Norway
      Posts
      2,482
      Likes
      1309
      Something that concerns me is that your page doesn't seem to even loosely adhere to any HTML or XHTML standard. You haven't even got an <html> base element, or a <head> or a <title>.
      April Ryan is my friend,
      Every sorrow she can mend.
      When i visit her dark realm,
      Does it simply overwhelm.

    6. #6
      I've Returned Achievements:
      Referrer Bronze Populated Wall Made lots of Friends on DV Veteran Second Class 10000 Hall Points
      Snowboy's Avatar
      Join Date
      Aug 2010
      Gender
      Location
      USA
      Posts
      1,205
      Likes
      142
      Wow... that's an awesome website!

      I like the artwork on the website too, you're pretty damn good at it! I will send some screenshots soon!
      Puffin likes this.

    7. #7
      Bird Brain Achievements:
      Tagger First Class Populated Wall 10000 Hall Points Referrer Bronze Veteran First Class Vivid Dream Journal
      Puffin's Avatar
      Join Date
      Oct 2009
      LD Count
      Lost count.
      Location
      Vancouver, BC.
      Posts
      6,336
      Likes
      2063
      DJ Entries
      212
      Quote Originally Posted by khh View Post
      Something that concerns me is that your page doesn't seem to even loosely adhere to any HTML or XHTML standard. You haven't even got an <html> base element, or a <head> or a <title>.
      What's the purpose of the <html> or <head> bases? I've seen them on other website coding but don't get what they're for.

      Quote Originally Posted by Snowboy View Post
      Wow... that's an awesome website!

      I like the artwork on the website too, you're pretty damn good at it! I will send some screenshots soon!
      Thank you!
      We all live in a kind of continuous dream. When we wake, it is because something,
      some event, some pinprick even, disturbs the edges of what we have taken as reality.

      Vandermeer

      SAT (Sporadic Awareness Technique) Guide
      Have questions about lucid dreaming? DM me.

    8. #8
      khh
      khh is offline
      Remember Achievements:
      1000 Hall Points Veteran First Class
      khh's Avatar
      Join Date
      Jun 2009
      Gender
      Location
      Norway
      Posts
      2,482
      Likes
      1309
      Quote Originally Posted by Puffin View Post
      What's the purpose of the <html> or <head> bases? I've seen them on other website coding but don't get what they're for.
      Well, the <title> element gives your document a title, so that it's displayed at the top of the page.
      The <html> and <head> elements are simply required by the HTML standard. Most web-browser will accept incorrect pages, but they are not required to do so.
      I believe the purpose of the <html> element is to mark that it's an HTML page, and the <head> is used to contain meta-information that isn't supposed to be displayed directly. For instance, stylesheets and javascript libraries should be linked in the head element.
      For the page to be valid it also needs to have a doctype, which tells the browser what version of HTML that's being used.
      Puffin likes this.
      April Ryan is my friend,
      Every sorrow she can mend.
      When i visit her dark realm,
      Does it simply overwhelm.

    9. #9
      Bird Brain Achievements:
      Tagger First Class Populated Wall 10000 Hall Points Referrer Bronze Veteran First Class Vivid Dream Journal
      Puffin's Avatar
      Join Date
      Oct 2009
      LD Count
      Lost count.
      Location
      Vancouver, BC.
      Posts
      6,336
      Likes
      2063
      DJ Entries
      212
      Okay, I get it. Thanks.
      We all live in a kind of continuous dream. When we wake, it is because something,
      some event, some pinprick even, disturbs the edges of what we have taken as reality.

      Vandermeer

      SAT (Sporadic Awareness Technique) Guide
      Have questions about lucid dreaming? DM me.

    10. #10
      Banned
      Join Date
      Aug 2010
      LD Count
      30some
      Gender
      Location
      Manitoba, Canada
      Posts
      1,062
      Likes
      1107
      DJ Entries
      2
      Awesome site! It doesn't look like there anything wrong with the site, but I'm using 1024-768 resolution to. It looks pretty neat on my Ipod too. And Yeah, I noticed the lack of head tags too. What do you use to write the code?

      By the way, nice art
      Puffin likes this.

    11. #11
      Bird Brain Achievements:
      Tagger First Class Populated Wall 10000 Hall Points Referrer Bronze Veteran First Class Vivid Dream Journal
      Puffin's Avatar
      Join Date
      Oct 2009
      LD Count
      Lost count.
      Location
      Vancouver, BC.
      Posts
      6,336
      Likes
      2063
      DJ Entries
      212
      Thanks. :3
      I use the editor at webs.com, and have been for the past few years to code webpages. I find it easy to use because I'm so familiar with it.

      Spoiler for large image:


      Yeah, I started to add head tags.
      We all live in a kind of continuous dream. When we wake, it is because something,
      some event, some pinprick even, disturbs the edges of what we have taken as reality.

      Vandermeer

      SAT (Sporadic Awareness Technique) Guide
      Have questions about lucid dreaming? DM me.

    12. #12
      ├┼┼┼┼┤
      Join Date
      Jun 2006
      Gender
      Location
      Equestria
      Posts
      6,315
      Likes
      1191
      DJ Entries
      1
      It looks fine on 1920x1200 resolution btw.

      http://a.imageshack.us/img46/1949/ssite.jpg
      http://a.imageshack.us/img840/1244/ssite2.jpg
      http://a.imageshack.us/img251/5593/ssite3.jpg

      I like the new loading thingy on the gallery page.

      You should look into using Notepad++ Puffin. It's very good and can do a lot of great things for you that that webbased editor probably can't.

      ---------
      Lost count of how many lucid dreams I've had
      ---------

    13. #13
      Bird Brain Achievements:
      Tagger First Class Populated Wall 10000 Hall Points Referrer Bronze Veteran First Class Vivid Dream Journal
      Puffin's Avatar
      Join Date
      Oct 2009
      LD Count
      Lost count.
      Location
      Vancouver, BC.
      Posts
      6,336
      Likes
      2063
      DJ Entries
      212
      Awesome, that's what I was hoping for. Thanks!
      We all live in a kind of continuous dream. When we wake, it is because something,
      some event, some pinprick even, disturbs the edges of what we have taken as reality.

      Vandermeer

      SAT (Sporadic Awareness Technique) Guide
      Have questions about lucid dreaming? DM me.

    14. #14
      Banned
      Join Date
      Aug 2010
      LD Count
      30some
      Gender
      Location
      Manitoba, Canada
      Posts
      1,062
      Likes
      1107
      DJ Entries
      2
      Quote Originally Posted by Marvo View Post
      You should look into using Notepad++ Puffin. It's very good and can do a lot of great things for you that that webbased editor probably can't.
      What he said. Or there are some Wysiwyg (what you see is what you get) editors you can get for free. it's nice cause it fills out certain critical tags for you.
      Last edited by OldNutter; 09-03-2010 at 01:46 AM. Reason: Cleared something up

    15. #15
      Bird Brain Achievements:
      Tagger First Class Populated Wall 10000 Hall Points Referrer Bronze Veteran First Class Vivid Dream Journal
      Puffin's Avatar
      Join Date
      Oct 2009
      LD Count
      Lost count.
      Location
      Vancouver, BC.
      Posts
      6,336
      Likes
      2063
      DJ Entries
      212
      Quote Originally Posted by OldSparta View Post
      What he said. Or there are some Wysiwyg (what you see is what you get) editors online. it's nice cause it fills out certain critical tags for you.
      I'll check it out. Although I have gotten pretty used to typing everything out manually.
      We all live in a kind of continuous dream. When we wake, it is because something,
      some event, some pinprick even, disturbs the edges of what we have taken as reality.

      Vandermeer

      SAT (Sporadic Awareness Technique) Guide
      Have questions about lucid dreaming? DM me.

    16. #16
      ├┼┼┼┼┤
      Join Date
      Jun 2006
      Gender
      Location
      Equestria
      Posts
      6,315
      Likes
      1191
      DJ Entries
      1
      Quote Originally Posted by Puffin View Post
      I'll check it out. Although I have gotten pretty used to typing everything out manually.
      Notepad++ doesn't really do much extra for you. Generally I just use a hotkey that makes it autocomplete an ending tag, so like if I got a line that says "<p1>herpie de derp", then when I write the </p> part, I can have it autocomplete it and save a little time. It also let's you collapse whole bodies and so on, which can make things a little more neat. Definitely check it out. It's also free.

      Oh, it actually colours everything for you. That's also nice.

      ---------
      Lost count of how many lucid dreams I've had
      ---------

    Similar Threads

    1. Need comments about this one...
      By morbid73 in forum Introduction Zone
      Replies: 0
      Last Post: 02-04-2010, 10:27 AM
    2. Youtube comments.
      By ♥Mark in forum The Lounge
      Replies: 65
      Last Post: 11-26-2009, 02:53 AM
    3. I would love some comments on this
      By cmwrzesi in forum General Lucid Discussion
      Replies: 4
      Last Post: 05-06-2009, 10:43 AM
    4. Hey, I'm new to this and I have some questions/comments
      By Complicated in forum General Lucid Discussion
      Replies: 5
      Last Post: 12-04-2003, 11:36 AM

    Bookmarks

    Posting Permissions

    • You may not post new threads
    • You may not post replies
    • You may not post attachments
    • You may not edit your posts
    •