+ Reply to Thread
Page 1 of 2 12 LastLast
Results 1 to 10 of 12

Thread: CSS Abuse

  1. #1
    callumacrae's Avatar
    callumacrae is offline not alex mac callumacrae is just really nice
    Join Date
    Dec 2007
    Location
    Wellesbourne, England
    Posts
    5,162

    CSS Abuse

    http://callum.x10hosting.com/

    Not a line of JS on the entire site. Works in Chrome and Firefox, doesn't work in Opera and IE, works for some people in Safari but not others.

    Thoughts?
    I can customise your phpBB board. Send me a PM.
    lynxphp - info, tutorials and scripts
    "A forum post should be like a skirt; long enough to cover the subject but short enough to keep things interesting."

  2. #2
    Darkmere's Avatar
    Darkmere is offline x10 Lieutenant Darkmere is an unknown quantity at this point
    Join Date
    Jun 2011
    Location
    Fernley, Nevada
    Posts
    360

    Re: CSS Abuse

    1.) You are using HTML 5.0 which is still experimental and not supported by all browsers
    2.) No Char encoding defined
    3.) 4 sec rule. Scanning over the page is a complete loss on the intentions of the page.
    4.) Faux Links

    Computer Forensics/Security Student
    Kaplan University
    Site: http://skynet.x10.mx

  3. #3
    callumacrae's Avatar
    callumacrae is offline not alex mac callumacrae is just really nice
    Join Date
    Dec 2007
    Location
    Wellesbourne, England
    Posts
    5,162

    Re: CSS Abuse

    Quote Originally Posted by Darkmere View Post
    1.) You are using HTML 5.0 which is still experimental and not supported by all browsers
    I am fully aware of that fact. "Works in Chrome and Firefox, doesn't work in Opera and IE, works for some people in Safari but not others."


    Quote Originally Posted by Darkmere View Post
    2.) No Char encoding defined
    And? :P


    Quote Originally Posted by Darkmere View Post
    3.) 4 sec rule. Scanning over the page is a complete loss on the intentions of the page.
    ...that's because there isn't one


    Quote Originally Posted by Darkmere View Post
    4.) Faux Links
    It's purely an experiment, not a site. I was asking for feedback on the design xD

    I'm going to move this to the correct forum now >_<

    ~Callum
    I can customise your phpBB board. Send me a PM.
    lynxphp - info, tutorials and scripts
    "A forum post should be like a skirt; long enough to cover the subject but short enough to keep things interesting."

  4. #4
    Darkmere's Avatar
    Darkmere is offline x10 Lieutenant Darkmere is an unknown quantity at this point
    Join Date
    Jun 2011
    Location
    Fernley, Nevada
    Posts
    360

    Re: CSS Abuse

    lol that was feedback on design :P

    ---------- Post added at 01:35 PM ---------- Previous post was at 01:34 PM ----------

    But if you want layout then it doesnt work all the way for me FireFox 4.0+

    ---------- Post added at 01:38 PM ---------- Previous post was at 01:35 PM ----------

    The Header is only partially working, nav works and footer works
    Last edited by Darkmere; 07-12-2011 at 03:51 PM.

    Computer Forensics/Security Student
    Kaplan University
    Site: http://skynet.x10.mx

  5. #5
    callumacrae's Avatar
    callumacrae is offline not alex mac callumacrae is just really nice
    Join Date
    Dec 2007
    Location
    Wellesbourne, England
    Posts
    5,162

    Re: CSS Abuse

    I didn't put version number in, but it doesn't work in FF4. It works in FF5.
    I can customise your phpBB board. Send me a PM.
    lynxphp - info, tutorials and scripts
    "A forum post should be like a skirt; long enough to cover the subject but short enough to keep things interesting."

  6. #6
    callumacrae's Avatar
    callumacrae is offline not alex mac callumacrae is just really nice
    Join Date
    Dec 2007
    Location
    Wellesbourne, England
    Posts
    5,162

    Re: CSS Abuse

    I updated it a bit, fixed most of your complaints :P

    Hover over about, it's the hackiest thing ever xD
    I can customise your phpBB board. Send me a PM.
    lynxphp - info, tutorials and scripts
    "A forum post should be like a skirt; long enough to cover the subject but short enough to keep things interesting."

  7. #7
    Darkmere's Avatar
    Darkmere is offline x10 Lieutenant Darkmere is an unknown quantity at this point
    Join Date
    Jun 2011
    Location
    Fernley, Nevada
    Posts
    360

    Re: CSS Abuse

    K now every thing is working but, did you intend for the personal information to be all the way into the right margin. Kinda looks strange that everything is centered then you have the Personal info way out in the right margin

    ---------- Post added at 09:58 AM ---------- Previous post was at 09:51 AM ----------

    What if you removed the About link and keep the about information visible ... it reminds me of MMN, I know it isnt but it just reminds me of it.

    ---------- Post added at 10:06 AM ---------- Previous post was at 09:58 AM ----------

    Thank you for fixing the char set ... my validators are now green across the board except for one error but it is just because of the HTML5 so it is more of a warning

    Computer Forensics/Security Student
    Kaplan University
    Site: http://skynet.x10.mx

  8. #8
    essellar's Avatar
    essellar is offline Community Advocate essellar has a spectacular aura about
    Join Date
    Feb 2010
    Location
    Toronto, Ontario, CA
    Posts
    1,152

    Re: CSS Abuse

    I, on the other hand, like it. (I think "Web developer based in the UK" is a bit of a giveaway, and if it takes one more than four seconds to put that together with the word "Portfolio", I'm thinking there are deficiencies present that can't be overcome using additional text.) There's only one thing I'd suggest, and that's to use text-shadow (no displacement, less than one pixel blur, same colour as the text) to antialias the largest text -- it works a charm.
    “Beware of bugs in the above code; I have only proved it correct, not tried it.” --Donald Knuth
    "It was as if its architects were given a perfectly good hammer and gleefully replied, 'neat! With this hammer, we can build a tool that can pound in nails.'" -- Alex Papadimoulis (on TheDailyWTF.com)

  9. #9
    leafypiggy's Avatar
    leafypiggy is offline Community Advocate leafypiggy is on a distinguished road
    Join Date
    Aug 2007
    Location
    Massachusetts
    Posts
    2,228

    Re: CSS Abuse

    This should work for the anti-aliasing:

    text-shadow: #666677 1px 1px 1px;
    Neil Hanlon | x10Hosting Support Representative
    Neil[at]x10hosting.com
    █ I'm always happy to help. Just ask a question in Free Hosting
    Terms of Service IRC

  10. #10
    callumacrae's Avatar
    callumacrae is offline not alex mac callumacrae is just really nice
    Join Date
    Dec 2007
    Location
    Wellesbourne, England
    Posts
    5,162

    Re: CSS Abuse

    Quote Originally Posted by Darkmere View Post
    K now every thing is working but, did you intend for the personal information to be all the way into the right margin. Kinda looks strange that everything is centered then you have the Personal info way out in the right margin
    Yeah, that's intentional, partly because I quite like it, and partly because I couldn't work out how to center it at the time (wrap it in a div!)

    Quote Originally Posted by Darkmere View Post
    What if you removed the About link and keep the about information visible ... it reminds me of MMN, I know it isnt but it just reminds me of it.
    :-(

    Quote Originally Posted by Darkmere View Post
    Thank you for fixing the char set ... my validators are now green across the board except for one error but it is just because of the HTML5 so it is more of a warning
    Good :-D


    Quote Originally Posted by essellar View Post
    I, on the other hand, like it. (I think "Web developer based in the UK" is a bit of a giveaway, and if it takes one more than four seconds to put that together with the word "Portfolio", I'm thinking there are deficiencies present that can't be overcome using additional text.) There's only one thing I'd suggest, and that's to use text-shadow (no displacement, less than one pixel blur, same colour as the text) to antialias the largest text -- it works a charm.
    That text is new ;-)


    Quote Originally Posted by leafypiggy View Post
    This should work for the anti-aliasing:

    text-shadow: #666677 1px 1px 1px;
    Thanks :-)
    I can customise your phpBB board. Send me a PM.
    lynxphp - info, tutorials and scripts
    "A forum post should be like a skirt; long enough to cover the subject but short enough to keep things interesting."

+ Reply to Thread
Page 1 of 2 12 LastLast

Similar Threads

  1. Reporting abuse
    By fraudwatchSecurity in forum Free Hosting
    Replies: 1
    Last Post: 11-30-2010, 10:51 PM
  2. Reporting abuse
    By fraudwatchSecurity in forum Free Hosting
    Replies: 1
    Last Post: 11-30-2010, 06:03 PM
  3. Yay for abuse
    By Corey in forum Service Alerts
    Replies: 32
    Last Post: 10-28-2006, 09:16 PM
  4. Abuse Report
    By hotrod1 in forum Free Hosting
    Replies: 3
    Last Post: 08-03-2005, 01:57 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
x10hosting free hosting for the masses
dedicated servers