1. dynamic php and css based on the weater

    Date: 03/30/07 (PHP Community)    Keywords: css, html

    in my latest post i discuss some scripting i've done to change images and css based on my local weather and i'd love everybody's ideas and input

    http://livejamie.livejournal.com/282328.html

    also if anybody wants to trade links i'm at http://jamiemart.in - i'm always lookin for good/talented friends to add to my roll.
    :]

    Source: http://community.livejournal.com/php/557450.html

  2. Anyone here ever use Google Maps API?

    Date: 04/01/07 (Web Development)    Keywords: html

    I'm a designer who needs a little bit of help with these maps.

    I have the beginnings of a map here:

    http://www.trailcon.com/map.html

    I need to be able to displace a logo or picture and links inside the info windows. I also need to be able to change the marker so that there are 3 different sorts. I think I can handle that part, but the links and pics in the info window are giving me a headache.

    I'm not really a programmer.

    If anyone can help me figure out this code, please let me know.

    Source: http://community.livejournal.com/webdev/398985.html

  3. CSS help!

    Date: 04/02/07 (WebDesign)    Keywords: css, html

    I'm having a CSS brain fart today.

    Im trying to replicate something i did with tables in css.

    http://nikibrown.com/

    I basically just have a table with 9 cells and a border around it with some spacing.

    Im trying to do it in CSS but i cant figure out how to get the border to be tight around my images. help?


    http://nikibrown.com/test/css/css.html

    http://nikibrown.com/test/css/test.css


    li.nav { display: inline;
    margin-right:2px;
    }

    ul.nav { display:block;
    margin: 2px;

    list-style-type: none;

    }

    #mainnav {
    margin:0px auto;
    border: #664623 8px solid;


    }

    Source: http://community.livejournal.com/webdesign/1239180.html

  4. Anyone here ever use Google Maps API?

    Date: 04/03/07 (WebDesign)    Keywords: html

    I'm a designer who needs a little bit of help with these maps.

    I have the beginnings of a map here:

    http://www.trailcon.com/map.html

    I need to be able to displace a logo or picture and links inside the info windows. I also need to be able to change the marker so that there are 3 different sorts. I think I can handle that part, but the links and pics in the info window are giving me a headache.

    I'm not really a programmer.

    If anyone can help me figure out this code, please let me know.

    Source: http://community.livejournal.com/webdesign/1239867.html

  5. Like facebook, but...

    Date: 04/04/07 (HTML Help)    Keywords: html, web

    I want some computer based way to track celebrity names, photos, and connecting the films and shows I learn they're names in. Notepad and Access and Excel are insufficient and clumbsy for my needs.
    What I truely envision is a web app like Facebook. It would allow me to make each individual connection myself. I don't simply want a pinboard in my room which I stick magazine cutouts to. That's completely not my lifestyle, having no magazines, and am very much zenning one with my computer. Surely others must have managing all the actor connections as they read them. It won't flow right as a mere list in notepad. I want some structure that does all the linking for me. Like facebook, but without the need to return friendships or any of that. Just some simple starting point that begins empty. Hey-, What Can I Say? I like computers. The problem is if I simply make my own cumbersome HTML webpage on my own harddrive from scratch, with or without my Dreamweaver webpage making program, I don't want to just link to IMDb profiles. There, it's prefilled with all 100 different movies I never heard of before. I need to start blank, and fill in, connect the dots, like facebook. But for celebrities. In other words, simple. Not with a thousand functions to overwhelm me, like a robust HTML editing program.

    Help me, computerusers.

    Does such a site exist?

    Source: http://community.livejournal.com/htmlhelp/2393145.html

  6. let's get semantic

    Date: 04/04/07 (WebDesign)    Keywords: programming, css, html, java, web

    hello again buddies. thanks for the class feedback. and now a new question:

    i design websites and i create them with CSS, HTML, javascript, a little server side, a little flash, etc.
    that makes me a web developer right? i don't really understand if there are formal definitions for "web designer", "web developer", or "web programmer". i'm just working on my website and i don't know if i should say "HTML and CSS programming" or "HTML and CSS development". i think development sounds better. but does development imply information architecture too? i don't always do that . . . does it make sense to say "Flash programming" and "CSS development"?

    thoughts?

    also, i always say i use HTML, not XHTML, when in reality i am using XHTML. does this matter?

    Source: http://community.livejournal.com/webdesign/1240994.html

  7. LJ layout CSS help

    Date: 04/05/07 (HTML Help)    Keywords: css, html

    I made a layout, and it looks great. Except that the header and menu are messed up on the comment page only. Can someone take a look at the CSS below and tell me how to fix this? Please. The layout is at my test journal '[info]'mrs_drake. You can see the problem on this page: http://mrs-drake.livejournal.com/263.html



    /* PAGE */

    body {
    font-family: tahoma, sans-serif;
    font: comic sans ms;
    font-size: 10pt;
    margin: 2px 2px 2px 2px;
    background-color: #000000;
    color: #6fb3ff;
    margin-top: 20px;
    margin-bottom: 20px;
    }
    a {
    color: #0000ff;
    text-decoration: none;
    }
    a:visited {
    color: #6fb3ff;
    text-decoration: none;
    }
    a:hover {
    color: #0000ff;
    text-decoration: underline;
    }

    .pageblock{
    width:85%;
    margin: 0 auto;
    background-color: #fff9b9;
    color: #000000;
    background-position: center;
    }
    .pagefooterblock{
    background-color: #fef14e;
    color: #000000;
    padding: 10px;
    margin-top: 0px;
    text-align: center;
    text-transform: uppercase;

    }
    .pagefooterblock a, .pagefooterblock a:visited {
    color: #0000ff;
    }

    /* HEADER */

    .pageheaderblock {
    text-align: center;
    background-image: url(http://img.photobucket.com/albums/v397/mrsdrake/LJ_Banners/droplets-icon_goddess_with_text.png) ;
    width: 85%;
    height: 440px;
    background-position: center;
    background-repeat: no-repeat;
    }

    .header-title {
    display: none;
    }
    .header-subtitle {
    display: none;
    }
    .header-icon {
    top: 0px;
    right: 0px;
    position: absolute;
    z-index: 1;
    }
    .header-menu {
    padding: 0px 0px 0px 0px;
    background-color: transparent;
    font-family: verdana;
    font: comic sans ms;
    font-size: 13px;
    line-height: 39px;
    text-transform: uppercase;
    text-align: center;
    background-color: #fff9b9;
    }
    .header-menu a, .header-menu a:visited {
    white-space: nowrap;
    text-align: left;
    padding: 2px 5px 2px 5px;
    color: #0000ff;
    text-decoration: none;
    font-weight: bold;
    }
    .header-menu a:hover {
    color: #fef14e;
    background-color: #0000ff;
    text-decoration: underline;
    }
    .header-menu ul, #footer-menu ul {
    margin: 0px;
    padding: 0px;
    }
    .header-menu li, #footer-menu li {
    display: inline;
    }

    /* BODY */

    .bodyblock {
    padding:0px;
    }
    .bodyheaderblock {
    display: none;
    }
    .bodynavblock {
    background-color: #fff9b9;
    color: #6fb3ff;
    margin: 5px 0px 4px 0px;
    padding: 9px;
    }
    .bodynavblock a, .bodynavblock a:visited {
    color: #000000;
    }
    .body-title {
    display: none;
    }
    .body-midtitle {
    font-family: tahoma;
    font: comic sans ms;
    font-size: 21px;
    color: #000000;
    text-align: left;
    padding-left: 8px;
    }

    /*ENTRIES*/
    .entryHolder {
    color: #000000;
    background-color: #fff9b9;
    font-family: tahoma;
    font-size: 14px;
    margin: 4px 4px 4px 4px;
    text-align: justify;
    padding-right: 5px;
    }
    .entryUserinfo {
    text-align: center;
    margin: 5px 3px 5px 3px;
    background-color: transparent;
    }
    .entryUserinfo-usericon img {
    border: 0px;
    }
    .entryText {
    padding: 6px;
    }
    .entryHeader {
    background-color: #fef14e;
    color: #000000;
    font-family: tahoma;
    font: comic sans ms;
    font-size: 13px;
    padding: 4px;
    font-weight: bold;
    text-transform: uppercase;
    border-top: 1px dashed #0000ff;
    border-bottom: 1px dashed #0000ff;
    letter-spacing: 2px;
    text-align: center;
    }
    .entryHeader a{
    color: #000000;
    }
    .entryHeaderSubject {
    }
    .entryHeaderDate a {
    color : #0000ff;
    text-decoration : none;
    }
    .entryHeaderDate a:hover {
    color : #000000;
    text-decoration : underline;
    }
    .entryMetadata {
    padding-left: 6px;
    }
    .entryMetadata ul {
    margin: 0px;
    padding: 0px;
    }
    .entryMetadata li {
    list-style: none;
    display: inline;
    padding-right: 10px;
    }
    .entryMetadata-label {
    font-weight: bold;
    padding-right: 4px;
    }
    .entryLinkbar {
    font-family: tahoma;
    font: comic sans ms;
    font-size: 14px;
    color: #000000;
    text-align: right;
    padding: 4px 0px 4px 0px;
    }
    .entryLinkbar ul {
    margin: 0px;
    padding: 0px;
    }
    .entryLinkbar li {
    padding: 0px 5px 0px 5px;
    margin: 0px;
    display: inline;
    }


    /*FOOTER*/

    #footer-menu {
    font-size: 14px;
    text-align: center;
    }
    #footer-menu a, .footer-menu a:visited {
    color: #808080;
    white-space: nowrap;
    padding: 6px;
    text-align: center;
    }


    /*SIDEBAR*/

    .sidebar {
    font-family: tahoma;
    font: comic sans ms;
    font-size: 14px;
    margin-right: 3px;
    width: 200px;
    background-color: #fff9b9;
    padding: 0px 0px 0px 0px;
    margin-left: 3px;
    }
    .sidebox {
    color: #000000;
    background-color: transparent;
    margin: 4px 0px 4px 0px;
    }
    .sideboxTitle {
    background-color: #fef14e;
    color: #000000;
    font-family: tahoma;
    font-size: 13px;
    padding: 5px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    border-top: 1px dashed #0000ff;
    border-bottom: 1px dashed #0000ff;
    letter-spacing: 2px;
    }
    .sideboxContent {
    text-align: justify;
    padding: 2px 4px 2px 4px;
    }
    .sidebox #profile, .sidebox #latestmonth, .sidebox #search {
    text-align: left;
    }
    .sidebox #tags_sidebox {
    text-align: left;
    }
    .sidebox #systemlinks {
    text-align: left;
    }
    .sidebox #latestmonth table{
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    }
    .listtitle {
    font-weight: bold;
    }
    .profile-label {
    font-weight: bold;
    }


    /*OTHER PAGES*/

    /* COMMENT PAGE */

    .commentHolder {
    color: #000000;
    background-color: #fff9b9;
    font-family: tahoma;
    font: comic sans ms;
    font-size: 14px;
    margin: 14px 0px 4px 5px;
    border-bottom: 1px dashed #0000ff;
    margin-right: 25px;
    }
    .commentUserinfo {
    text-align: center;
    margin: 0px 8px 8px 0px;
    background-color: #000000;
    }
    .commentUserinfo-usericon img {
    border: 0;
    }
    .commentText {
    padding: 6px;
    }
    .commentHeader {
    background-color: transparent;
    color: #000000;
    font-family: ;
    font-size: 15px;
    padding: 4px 0px 4px 8px;
    }
    .commentHeader a{
    color: #000000;
    }
    .commentHeaderScreened {
    font-family: ;
    font-size: 15px;
    background-color: #cccccc;
    padding: 4px 0px 4px 8px;
    }
    .commentHeaderSubject {
    font-weight: bold;
    }
    .commentLinkbar {
    font-family: ;
    font-size: 14px;
    color: #000000;
    text-align: right;
    padding-top: 4px;
    padding-bottom: 4px;
    }
    .commentLinkbar ul {
    margin: 0px;
    padding: 0px;
    }
    .commentLinkbar li {
    padding: 0px 5px 0px 5px;
    margin: 0px;
    display: inline;
    }
    .replyform {
    background-color: #fef14e;
    color: #000000;
    padding-left: 10px;
    margin-right: 35px;
    }
    #commenttext{
    width:100%;
    }


    /*ARCHIVE PAGE*/
    .yearlinks{
    text-align: right;
    }
    .yearlink{
    padding-left:4px;
    padding-right: 4px;
    }
    .month {
    width: 320px;
    border: 1px solid #6fb3ff;
    margin: 8px 8px 8px 40px;
    }
    .daysubjects {
    color: #000000;
    padding: 8px 8px 8px 40px;
    }
    .daytitles {
    text-align: center;
    border: 1px solid #6fb3ff;
    background: #eeeeee;
    color: #000000;
    }
    .day-blank {
    border: 1px solid #6fb3ff;;
    }
    .day {
    border: 1px solid #6fb3ff;
    }
    .day-date {
    border-right: 1px solid #6fb3ff;
    border-bottom: 1px solid #6fb3ff;
    color: #000000;
    width: 50%;
    text-align: center;
    }
    .day-count {
    width: 50%;
    text-align: center;
    float: right;
    font-size: 23px;
    }
    .day-count a {
    text-decoration: none;
    color: #0000ff;
    }


    /*TAGS PAGE*/

    .tagstable, .tagstable td {
    border: 1px solid #0000ff;
    }
    .tagstable { width: 300px; }



    Cross posted to '[info]'html_junkies, '[info]'htmlhelp, and my LJ.

    Source: http://community.livejournal.com/htmlhelp/2393428.html

  8. Настоящих буйных мало

    Date: 04/06/07 (Code WTF)    Keywords: html, sql

    Мало, но есть. Давайте вспомним героев большого WTF, а не красноглазых похапистов, опять забывших про sql injection.
    Встречайте - Mork DB, худший формат файлов в истории IT. Мой браузер Firefox 1.5.0.11 хранит историю именно в нем (history.dat)

    http://www.jwz.org/hacks/mork.pl
    http://jwz.livejournal.com/312657.html

    Source: http://community.livejournal.com/code_wtf/78965.html

  9. AJAX Question

    Date: 04/06/07 (Web Development)    Keywords: php, browser, html, xml, microsoft

    I have a form of potentially 8 select menus, the goal of which is when you change the value it calculates a new cost based on the choices made. In order to bypass the annoying IFRAME issue of ruining your browser back button I'm looking into alternative scripting options - and while I am woefully unfamiliar with AJAX it seems to be my best option.

    I've got a script 'working' - processing one option, but I cannot seem to see how to get it to support multiple options. All it really needs to do is parse the options into a string for PHP like foo.php?item1=THIS&item2=THAT.

    The script I'm using now looks like this:

    var AJAXForms = false;
    var LastField = null;
    var isIE = false;
    
    if (window.XMLHttpRequest) {
      AJAXForms = new XMLHttpRequest();
    }
    
    function CheckField(field) {
    
      if (window.XMLHttpRequest) {
      } else if (window.ActiveXObject) {
        AJAXForms = new ActiveXObject("Microsoft.XMLHTTP");
      }
    
      AJAXForms.onreadystatechange = processChange;
      AJAXForms.open("GET", "check.php?&quantity="+field.value);
      LastField = field.name;
      AJAXForms.send(null);
    }
    
    function processChange() {
      if (AJAXForms.readyState == 4) { 
        var res = document.getElementById(LastField);
        res.innerHTML = AJAXForms.responseText;
        res.style.visibility = "visible";
      }
    }


    With HTML of 'OnChange="CheckField(this)"' attached to the dropdown. So what I'd like to do is either a.) Get this script to support up to 8 variables or b.) Get some direction on examples / tutorials in order to write one myself. Any help would be much appreciated.

    Source: http://community.livejournal.com/webdev/400638.html

  10. Converting html to pdf

    Date: 04/08/07 (C Sharp)    Keywords: html

    Does any one knows any good library for c# witch could convert html to pdf (including tables)?
    (open source)

    Thanks alot!

    Source: http://community.livejournal.com/csharp/83214.html

  11. 9.2 released

    Date: 04/11/07 (Opera Browser)    Keywords: html

    You saw it here, folks. Unless you saw it somewhere else first... :P

    http://my.opera.com/desktopteam/blog/show.dml/905486

    http://operawatch.com/news/2007/04/opera-92-is-out-with-speed-dial-31-languages.html

    Also, wtf happened to the community styling?

    Source: http://community.livejournal.com/opera_browser/64583.html

  12. php help again

    Date: 04/13/07 (PHP Community)    Keywords: html, web

    does anybody know why this works but gives me a 500 internal service error?

    $html = replaceArrStrs($html, "", "", 1, $html_body);
    $email = replaceArrStrs($email, "", "", 1, $email_body);
    $headers = 'Bcc: jamie@mailinator.com';

    // create strings from the template arrays
    $html = join("", $html);
    $email = join("", $email);

    // if the submission fails, print an error msg
    if(!mail($to, $subject, $email, $headers, "From: $from")) {
    echo "Error: Your mail was not sent. Contact the webmaster for help.";

    // and terminate the script
    exit();
    }

    Source: http://community.livejournal.com/php/560291.html

  13. php help again

    Date: 04/13/07 (WebDesign)    Keywords: html, web

    does anybody know why this works but gives me a 500 internal service error?

    $html = replaceArrStrs($html, "", "", 1, $html_body);
    $email = replaceArrStrs($email, "", "", 1, $email_body);
    $headers = 'Bcc: jamie@mailinator.com';

    // create strings from the template arrays
    $html = join("", $html);
    $email = join("", $email);

    // if the submission fails, print an error msg
    if(!mail($to, $subject, $email, $headers, "From: $from")) {
    echo "Error: Your mail was not sent. Contact the webmaster for help.";

    // and terminate the script
    exit();
    }

    Source: http://community.livejournal.com/webdesign/1243730.html

  14. php help again

    Date: 04/13/07 (Computer Geeks)    Keywords: html, web

    does anybody know why this works but gives me a 500 internal service error?

    $html = replaceArrStrs($html, "", "", 1, $html_body);
    $email = replaceArrStrs($email, "", "", 1, $email_body);
    $headers = 'Bcc: jamie@mailinator.com';

    // create strings from the template arrays
    $html = join("", $html);
    $email = join("", $email);

    // if the submission fails, print an error msg
    if(!mail($to, $subject, $email, $headers, "From: $from")) {
    echo "Error: Your mail was not sent. Contact the webmaster for help.";

    // and terminate the script
    exit();
    }

    Source: http://community.livejournal.com/computergeeks/1059600.html

  15. Table border troubles... ):

    Date: 04/13/07 (HTML Help)    Keywords: html

    Okay, so the border on my table is broken, and I was wondering if you guys could find out what's wrong so I can fix it. :D

    Since the original post I made is in a friends-only community ('[info]'lumos_conjure, a subsidiary of '[info]'lumos_sorting, which you should all join if you like Harry Potter [/plug]), I'll post an exact replica here under an lj-cut. I would also post the html in a text box, but since there are text boxes in the actual post... I don't know how to without screwing it all up. XD *shot*

    WARNING: Very image intensive. Loads and loads of images. It's a very long post. All PG though. :D

    I'm including everything in the post, just in case it's actually all of the images that are making my border break.









    Hello, and welcome to
    Phantasmagoric: A Hufflepuff Shindiggory's
    SUPER SPECIAL SUPER COOL CATALOGUE!

    WARNING: Soooooooo many images.

    Please take a moment of your time to fill out our:
    Phantasmagoric Product Survey.

    You can order things from this post if you like, we don't mind. Just use the forms provided for each item and post a comment saying what you'd like. If you have any changes you'd like to make to our tags or icons (quote/position additions, color/picture choice etc.) please let us know and we'll most likely be able to accomodate your needs. :) And. Er. That's basically it.

    SO MOVING ON TO THE STUFFS WE HAVE...


    ---


    Hogwarts House Animal Sig Tags:









    Order Form:
    Animal Sig Tags
    Name:
    Extras?:
    (ie, "I'm a prefect!" or other)




    ---


    Exclusive 'Dandelion Child' Hufflepuff Sig Tag:



    Order Form:
    'Dandelion Child' Sig Tag
    Name:




    Exclusive 'Lion King...?' Gryffindor Sig Tag:



    Order Form:
    'Lion King...?' Sig Tag
    Name:




    ---


    Special Alexis Bledel Edition Hogwarts House Sig Tags:










    Order Form:
    Alexis Sig Tags
    Name:




    ---


    Special Alexis Bledel Edition Hogwarts House Icons:





    Order Form:
    Alexis Icons
    Name:





    --


    Assorted Gilmore Girls Related Sig Tags

    01.

    02.

    03.

    04.

    05.

    06.

    07.

    08.

    09.

    10.

    11.

    12.

    13.

    14.

    15.

    16.

    Order Form:
    GG Sig Tags
    Sig Tag #:
    Name:





    ---


    Misc accioBRAIN! Sig Tags:

    1.

    2.

    3.

    4.

    Order Form:
    accioBRAIN Sig Tags
    Sig Tag #:
    Name:




    ---


    Zacharias Smith-Edited accioBRAIN! Sig Tags

    Slytherin

    Ravenclaw Gryffindor Hufflepuff

    Order Form:
    Zach!Tags
    Name:




    ---


    Harry Potter Character Sig Tags:
    (All art by accioBRAIN!, with the exception of Cedric's, which is by Magsby.)

    Preview






    Full Character List: Cedric Diggory Crookshanks Zacharias Smith Prof. Sprout Prof. Flitwick Mrs. Norris Narcissa Malfoy Charlie Weasley Pansy Parkinson Harry Potter Hermione Granger Ronald Weasley Arthur Weasley Molly Weasley Lucius Malfoy Voldemort Prof. Trelawney Albus Dumbledore Severus Snape Sirus Black Draco Malfoy Ginny Weasley Ginny Weasley v2.0 Nearly Headless Nick Rita Skeeter Dobby Nymphadora Tonks Neville Longbottom Minerva McGonagall Dolores Umbridge Luna Lovegood Remus Lupin Mad-Eye Moody

    We realize this does not cover the expanse of all characters from the Potter universe, so if you have a picture of a character in mind you'd like us to put in your tag, there's a spot on the order form for that. PLEASE NOTE: IF YOU SUBMIT A PICTURE, IT MUST HAVE A WHITE BACKGROUND. It can be uncolored (and you can ask for the artist Alessandra to color it for you if you want).

    Order Form:
    HP Sig Tags
    Character(s)/Picture(s) You'd Like:
    Name:
    Changes: (ex: quote other than 'kick life in the shins', no quote, adding Prefect or something -- we're rather liberal in the changes department)




    ---


    Jon Stewart House Sig Tags:









    Order Form:
    Jon Sig Tags
    Name:




    --


    Hugh Laurie Sig Tags:

    1.

    2.

    3.

    4.

    Order Form:
    Hugh Tags
    Sig Tag #:
    Name:




    ---


    LOST Sig Tags:

    01.

    02.

    03.

    04.

    05.

    06.

    07.

    08.

    09.

    10.

    11.

    12.

    13.

    Order Form:
    LOST Tags
    Sig Tag #:
    Name:




    --


    Specialized Sawyer Of LOST House/School Tattoo Sig Tags

    Lumos


    Ravenclaw Slytherin Gryffindor Hufflepuff

    Order Form:
    Sawyer Tags
    Name:
    House or School:




    --


    Pride & Prejudice Sig Tags:

    01.

    02.

    03.

    04.

    05.

    Order Form:
    P&P Tags
    Sig Tag #:
    Name:
    Quote space edited?:




    ---


    Norelle (Of Cycle Three of America's Next Top Model) Sig Tags:

    H1:
    G1 R1 S1

    R2:
    S2 G2 H2

    S3:
    R3 G3 H3

    Order Form:
    Northags
    Sig Tag #:
    Name:




    ---


    America's Next Top Model Zodiac Sig Tags:

    Gemini:
    Cancer Leo Scorpio Virgo Saggitarius Libra Aries Taurus Aquarius Pisces Capricorn

    Order Form:
    Zodiac Tags
    Sign:
    Name:




    --


    Purdylicious Model-Type Sig Tags:
    (With pictures from '[info]'foto_decadent)

    01.

    02.

    03.

    04.

    05.

    06.

    07.

    08.

    09.

    10.

    11.

    12.

    13.

    14.

    15.

    16.

    17.

    18.

    19.

    20.

    Order Form:
    Model Tags
    Sig Tag #:
    Name:




    --


    Pirates of the Caribbean Sig Tags:

    01.

    02.

    03.

    04.

    05.

    06.

    07.

    08.

    09.

    10.

    11.

    12.

    13.

    14.

    15.

    16.

    Order Form:
    PotC Tags
    Sig Tag #:
    Name:




    ---


    Skins (BBC TV Show) Sig Tags

    01.

    02.

    03.

    04.

    05.

    06.

    07.

    08.

    09.

    Order Form:
    Skin Tags
    Sig Tag #:
    Name:




    ---


    Lemony Snicket's A Series of Unfortunate Events Sig Tags

    01.

    02.

    03.

    04.

    05.

    06.

    Order Form:
    Sad Tags
    Sig Tag #:
    Name:




    ---


    Misc Harry Potter Sig Tags

    01.

    02.

    03.

    04.

    05.

    06.

    07.
    (art by =Gold-Seven)

    Order Form
    Misc HP Tags
    Sig Tag #:
    Name:




    ---


    Assorted Miscellaneous Sig Tags
    Several of the full-sized images used in these tags can be seen at their artists' deviantART pages. To view those pages, simply click on the tag of your choosing. :)

    01.

    02.

    03.

    04.

    05.

    06.

    07.

    08.

    09.

    10.

    11.

    12.

    13

    14.

    15.

    16.

    17.

    18.

    19.

    20.

    21.

    22.

    23.

    24.

    25.

    26.

    27.

    28.

    Order Form:
    Assorted
    Sig Tag #:
    Name:




    ---


    Sorting Banners:












    ---


    Grab Bin:
    (Icons and banners. If you take these please comment and credit.)






    ---


    Deliveries Log:
    First.
    Second.
    Third.
    Fourth.
    Fifth.
    Sixth.
    Seventh.
    Eighth.
    Eighth.
    Ninth.
    Tenth.
    Eleventh.
    Twelvth.
    Thirteenth.


    ---


    Fun Facts:

    #1: The concept of "I'm a ______" was not originally in these sig tags. It was introduced when our artist, Alessandra, attempted to draw an eagle and failed miserably and thus decided to lable the bird-like creature as an eagle and call it good.

    #2: The 'our house animal is an eagle' icon was made in apology to the Ravenclaw house, since, embarrassingly, in our artist Alessandra's application to lumos, she momentarily had a meltdown of the brain and thought the 'Claw's house animal was the raven. She has been corrected and is now living a better, more educated live because of it.

    #3: Our artist Alessandra worked far longer on these sig tags that she most likely should have (Alexis).

    #4: Alexis' eyes were originally blue (though, a different color than they are in the Ravenclaw banner) and her shirt thing was the red you see in the gryffindor tag (our professionals at phantasmagoric have no idea about fashion and call clothing 'shirt things', we apologize).

    #5: our artist Alessandra has like twenty high quality images from this movie (Superman Returns) and was so lazy she only made five.

    #6: 'AccioBRAIN!' is hilarious. Seriously. We at phantasmagoric had no idea there were so many fantastic online HP artists/comics. Potterific is another good one. The Hilarity is everywhere

    #7: Caps/official pictures from Monk are really hard to find. At least for the professionals at Phantasmagoric. Perhaps we should employ an image expert?

    #8: The house specials are coming so slowly because the artist Alessandra is extremely picky about the materials she uses for each one. The photograph used must reflect the house with at least an eensy bit of thruth to it!

    #9: This whole crazy idea (HP Character sigtags) started when the artist Alessandra first made the Cedric sig tag -- using the only picture in this set with an unchanged colored original background. She took a look at it, and thought to herself, "HRRRM, I could so easily remove Cedmylove and replace him with Crookshanks or any other character I please!" And so, being the touched in the head artist she is, she commenced to make possibly one of the biggest mistakes in Phantasmagoric's career.

    #10: That chocolate life cereal is actually relatively delicious.

    #11: We at Phantasmagoric realize that our shop is incredibly out of order and makes no sense. But you must understand. We, the people of Phantasmagoric, are completely out of order and make no sense ourselves. Thus, chaos ensues.

    #12: Our artist Alessandra does not find Tom Felton very attractive. Thus, our dilligent imagefinders who work for Phantasmagoric had incredibly difficulty finding high quality pictures of canon-currently enrolled in the fine house of Slytherin. Doublethus, she was forced to use the lovely Lucius as her Slyth subject in the Misc Harry Potter tag section. We apologize for any inconvenience this causes.


    ---


    Thanks for stopping by! We hope you enjoyed yourself, but not in a dirty way!



    If you need anything else, please let me know. I'd really like to fix this problem as soon as possible!

    Source: http://community.livejournal.com/htmlhelp/2394017.html

  16. Fatal Error: Argh!

    Date: 04/13/07 (WebDesign)    Keywords: php, html

    I'm building a site for a friend's basketball league in Joomla. I'm trying to make a certain component work. Part of the problem is that most of the "league manager" components are written in foreign languages. This particular one is fairly new and the documentation is sparse at best. I found another great component, but the creator isn't interested in sharing it, but that's another story.

    Anyway, the problem: The test site is at: jeffs.originalsteves.com

    I created a menu item to link to the component (item: League Manager) but when you click on the menu all that returns is:

    Fatal error: Call to a member function getName() on a non-object in /home/steve/public_html/jeffs/components/com_leagueman/leagueman.roundresult.php on line 20

    I'm no php whiz, so I am completely stuck on this. I've created a half dozen Joomla sites and not run across this problem. Obviously, it's in the component, but I don't know anything else.

    Line 20 of that file says:
    $mainframe->setPageTitle($roundresult->getProject()->getName() . ": " . $roundresult->getRound()->getName());

    Can anyone help me with this?

    Source: http://community.livejournal.com/webdesign/1244841.html

  17. Fatal Error: Argh!

    Date: 04/13/07 (Web Development)    Keywords: php, html

    I'm building a site for a friend's basketball league in Joomla. I'm trying to make a certain component work. Part of the problem is that most of the "league manager" components are written in foreign languages. This particular one is fairly new and the documentation is sparse at best. I found another great component, but the creator isn't interested in sharing it, but that's another story.

    Anyway, the problem:

    The test site is at:  jeffs.originalsteves.com

    I created a menu item to link to the component (item: League Manager) but when you click on the menu all that returns is:

    Fatal error: Call to a member function getName() on a non-object in /home/steve/public_html/jeffs/components/com_leagueman/leagueman.roundresult.php on line 20

    I'm no php whiz, so I am completely stuck on this.  I've created a half dozen Joomla sites and not run across this problem.  Obviously, it's in the component, but I don't know anything else.

    Line 20 of that file says:
    $mainframe->setPageTitle($roundresult->getProject()->getName() . ": " . $roundresult->getRound()->getName());

    Can anyone help me with this?

    Source: http://community.livejournal.com/webdev/401417.html

  18. Any good refernce for CSS + Javascript beginners?

    Date: 04/13/07 (WebDesign)    Keywords: css, html, java

    Hey,

    I need help in finding a good book to learn CSS and Javascript. Up to now I've been creating my homepages in plain html style (using tables and frames, etc.). But now I want to learn to deal with CSS as well. I already searched amazon.com and amazon.de, but I have no idea which books are good and which are not.
    So how did you learn those two languages?

    Any help would be appreciated...

    Source: http://community.livejournal.com/webdesign/1244963.html

  19. Regex favour

    Date: 04/13/07 (PHP Community)    Keywords: html

    Regex confuses me.

    I wanna use preg_replace to get rid of any "empty" HTML tags (ie.

    , but it could also be a div, header tag, etc.). So, it would need to be in the format of opening tag, then any amount of white space followed by the close tag, rendering it pointless (unless I'm forgetting any tags that should be empty and aren't self closing).

    So anyway, is any one talented and bored enough to right the regex for me? Cookies and love for any one that tries. Thanks!

    Source: http://community.livejournal.com/php/560553.html

  20. trying to get drop menu on top...

    Date: 04/16/07 (WebDesign)    Keywords: html

    Hey guys,

    I am developing a horizontal drop menu that is positioned above an image banner. I have almost everything working the way I want, but the problem is that the drop menus appear behind the image. I have tried adding z-index, but it is not helping. Absolute positioning has it appear above as desired, but it throws the positioning off.

    /*
    dl, dt, dd, ul, li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    }

    #menu {
    float:right;
    height: 45px;
    padding: 70px 25px 0 0;
    background: url(images/img3.gif) no-repeat right top;
    }

    #menu dl {
    float: left;
    width: 6em;
    margin: 0 2px;
    }

    #menu dt {
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    background:;
    border: 1px solid #eee;
    }

    #menu dd {
    border:;
    }

    #menu li {
    display: inline;
    text-align: center;
    background:;
    }

    #menu li a, #menu dt a {
    color: #000;
    text-decoration: none;
    display: block;
    height: 100%;
    border: 0 none;
    }

    #menu li a:hover, #menu dt a:hover {
    background: #eee;
    }



    and the banner (actual image is placed in html):

    #splash {
    width: 877px;
    height: 200px;
    margin: 0 auto;
    background: url(images/img5.gif) repeat-x left bottom;
    border-right: 20px solid #FFFFFF;
    border-left: 20px solid #FFFFFF;
    }
    */

    Any ideas? Thanks!

    Source: http://community.livejournal.com/webdesign/1245732.html

Previous page  ||  Next page


antivirus | apache | asp | blogging | browser | bugtracking | cms | crm | css | database | ebay | ecommerce | google | hosting | html | java | jsp | linux | microsoft | mysql | offshore | offshoring | oscommerce | php | postgresql | programming | rss | security | seo | shopping | software | spam | spyware | sql | technology | templates | tracker | virus | web | xml | yahoo | home