Jump to content

Dorky

Members
  • Posts

    287
  • Joined

  • Last visited

    Never

Posts posted by Dorky

  1. Ok, if you don't want to take any advice I won't waste my time.

     

    Here's me thinking you posted a link to your site so people could tell you what's good and what's bad about your site.

     

    no you are bored and trying to stir an argument and i have no reason to listen to you. if you actually have some helpful suggestions i will be all ears.

     

    your definition of "helpful suggestion" differs greatly from the generally accepted one. you define "helpful suggestion" as anything you will agree with. isedeasy had nothing but helpful intentions regarding your scaling issue. there's no need to be outright dismissive or contentious.

     

    well im sorry you feel that way. i blew up google and many other sites, just to compare. none of them passed your scaling test. also if a person states they are not interested in changing a particular part of the site and you continue to push the issue rather then moving on, it has gone from helpful to pushy and/or argumentative.

  2. Ok, if you don't want to take any advice I won't waste my time.

     

    Here's me thinking you posted a link to your site so people could tell you what's good and what's bad about your site.

     

    no you are bored and trying to stir an argument and i have no reason to listen to you. if you actually have some helpful suggestions i will be all ears.

  3. see, i can make a site look retarded too. i guess that makes them not to your standards as well lmfao. whatever dude.

     

    Notice how the site you made "retarded" actually scaled to fit the content (with the exception of the header) and you can actually read all the content on the page still.

     

    The main issue with your site is the fixed height, why not let the content of #box determine its parents height.

    no it didnt. the forms are to big and so is the content at the bottom of the page. a good example of you observation skills though to make a call about something you cant even see. enough of your blather.

  4. i would put it all in the one style tag and move all the inline styles to the style tag in the head. i also see a lot of code that doesnt need to be there. you can control almost anything by giving it a class. for ex <p class='  and that would cut down on all the extra html. and just put the class control in the style tag in the head as well.

  5. well i have to admit i dont account for half blind. that font is really really big. and the br you posted is to push down the word "Loading" and the loading gif on the loading cover page. i feel you are looking for problem and really reach. the font is just....whatever lol. and yes. industry leaders set the standards. always have and always will. that why apple is leading the push to css3. let me blow up the font on your sites and we shall see how you handled it. maybe ill learn something since you offer no suggestions to fix the "problems"

  6. A few things I noticed.

    [*]your site does not scale at all (try increasing the font size and you will see the problem)

    [*]You are using multiple <br/> tags to push content down

    [*]You have used lots of empty div tags (do a search for 'divitis')

    [*]Your h2 tag appears above your h1 tag

    [*]What is target='new'?

    [*]Your HTML contains 20 errors

    hey is i saw your w3validator hit. what you got was my sorry page because i block certain browser types lol. did you read my source on my site and compare it to the w3 output lmao. of course not. i dont use br to push anything on my site i use a css layout thats why i block certain browsers. the sorry page has lots of br because its pure html so all html only browsers can view it seperatly. thanks for the read tho.

     

    oh and i use some css3 as well so ie7 makes it look like dodo, the validator is a generic mozilla4 user agent so it gets blocked.

  7. when the ending is .JPG capitalized

     

    i assumed this was an indication the problem null for images with .jpg

     

     

    Also I'm experiencing that it sometimes deny to upload pictures if the height or width of that image is above 2000. Here's the code:

     && ($_FILES[$Ufile]["size"] < 2000000))

     strtolower($_FILES[$Ufile]["type"]

    )

     

  8. a { width: 150px; height: 150px; overflow: hidden; }

    <a href='whateverifelllikedoing' target='momoney'><img src='yourproblem' /></a>

    or use the image commands in php to do as suggested and create a colored box and copy the image onto that. you will learn more and go farther to do this. the overflow trick is a shortcut.

  9. my suggestion may be a bit complicated to use just javascript. if you put the current thumbs under the full size image you could use dynamic links to load from the vertical using php. i would be more then happy to provide you with the php(free, im not trying to sell) if you need.

  10. Thanks for the feedback.

     

    There are thumbnails used for the images on both the portfolio page and the interior pages of each piece. 

     

    What did you mean by a thumbnail gallery for videos and images?  Could you give a page example so I can try changing it?

     

    Thanks a lot.

    each project has a thumb gallery but the actual portfolio doesnt. you can thumbnail a vertical column for projects and a small horizontal scrolling for thumbs relative to the project. it will be clear to the visitor as the horizontal thumbs will obviously be from the full size image and a single word description over the vertical so they know that is the project list. this would cut down on the kinda maze feel a lot of sites have. just an idea.

  11. i love the header but the rest of the page is very standard.

     

    I added a background image.  Do you think that helps or not?

     

    i was thinking along the lines of some boxes around text and/or bgcolors for headings. small but powerful details.

  12. well i got it working. thanks to all of you that helped.

     

    Hey sorry, I was leaving work and couldn't respond.

     

    Glad you got it working, if you don't mind sharing your final code for others to reference that would be great.

     

    JScript is something entirely different than Javascript, although similar.  I would suggest looking it up in wikipedia, as they can provide a better explanation than I.  JQuery is a framework for Javascript that, IMO, is the most popular of frameworks.  Hope that helps.

    wow ok im retarded lol. i thought jscript was just short for javascript. thx for the correction. didnt realize all the versions. i will indeed after this post do a search to figure out the dif. the link i left was to the page i got the script and my issue was a z-index oversight. thx for checking back.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.