1. Background

    Date: 08/01/06 (WebDesign)    Keywords: html

    Hi, can anyone tell me how to get IE to show the background for a div? In Firefox you can see the background behind the menu, but its a no show in IE. Thanks.

    http://steve.jbx.com/danruskin/layout.html

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

  2. help!!!

    Date: 08/02/06 (Javascript Community)    Keywords: php, css, html, web

    i still need to get back on that post about php, but i'm going to china and things are nuts....sorry ^^'

    this might seem really random and trivial, but i'm starting school in september and want to take classes in web design need-to-knows.

    i wanted to ask for advice on which course to chose, since i do know html & css rather (if not almost) fluently.

    Here are the course options.
    I'd really appriciate some advice on this, cuz i dont want to get head deep into something i end up dropping.
    Or cruise easily threw a class...

    Thanks. XD (Also, anyone go/went to Foothill? I noticed lots of Bay Area people here... maybe some of you have gone thrugh the classes, or know the teacher?)

    Course descriptions and confused frosh rambles

    Source: http://community.livejournal.com/javascript/108293.html

  3. How To Embed Google Video With Specific Start Point & AutoPlay

    Date: 08/02/06 (Java Web)    Keywords: html, web

    If you want to share a specific part of a video on your blog or website, these directions should be helpful. 1. Get the embed code (Click on the ‘Embed - Blog - Post to MySpace’ button, and then click the ‘Embed HTML’ link): 2. Copy the code, and insert the following FlashVars=”initialTime=number” Where “number” is the time in [...]

    Source: http://blog.taragana.com/index.php/archive/how-to-embed-google-video-with-specific-start-point-autoplay/

  4. Question

    Date: 08/02/06 (HTML Help)    Keywords: html

    When writing my entries, to do the equivalent of < p > tag (minus the spaces) in order to start a new paragraph, I find that I have to press the enter button three times instead of the twice, to miss one whole line.
    I have no idea what it is in my layout codes that does that.

    To, to make this new paragraph, I would had to press the enter button three times. I've been looking at my customisation html codes and I can't find anything that would affect this. Can anyone who knows what I'm supposed to look for give me a bit of help and point out exactly which bit of code is affecting this by doing view source? Please help! I'd be so so grateful and thanks for looking!

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

  5. html server for Mac's?

    Date: 08/03/06 (Web Development)    Keywords: html, web

        I've been trying to teach my co-worker about web design, but I think it would help this person out a lot more if they had a local html server to test designs from instead of having to FTP everything to a remote server.  Plus the server can be setup in debug mode (all error messages, verbose logs, etc) to make things easier.   The problem is that she is on a Mac, I don't know Macs, except as those things I see other people with.  So is there a html server for Macs?  Even a simple one would do.

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

  6. detecting line breaks

    Date: 08/04/06 (Javascript Community)    Keywords: html, java

    I'm sure there has to be a simple answer to this one...

    I've got a text area full of text that the user has entered.
    I've also got a div that I'm writing information to.

    When my JavaScript lifts the text out of the text area and dumps it in the div, it looses its line breaks because (obviously) it's not formatted html.

    So here's my question - how do I detect those line breaks and replace them with br tags? My experiments with x.replace-ing \n or \r\n all seem to fail.

    Source: http://community.livejournal.com/javascript/108711.html

  7. Secure file failsafe header

    Date: 08/05/06 (PHP Community)    Keywords: html

    Below is a rough draft failsafe code I wrote to prevent me or one of the other programmers from putting critical files into
    the doc_root of the HTML server.   After this is where all the DB wrapper functions and the embedded username's and passwords to them.




    //Are we on the local test server?
    if($_SERVER['SERVER_NAME'] != "localhost" && $_SERVER['SERVER_ADDR'] != "127.0.0.1")
    {
                 //not local, then are we on the remote?
                 if($_SERVER['SERVER_NAME'] == 'www.myDomain.org' || 
                    $_SERVER['SERVER_NAME'] == 'myDomain.org' ||
                    $_SERVER['SERVER_NAME'] == 'myServer.com')
                {
                             //Were on the remote, are we where were supposed to be?
                            if(dirname(__FILE__) != "/home/digita23/secureScripts/")
                            {
                                     //NO, kill the script
                                     //TODO insert mail alarm code
                                     //TODO make a proper error msg
                                     die("UNSECURE SCRIPT - please move this file to the secureScript directory"); 
                             }
                 }
                 else
                 {
                            //WTF mate?
                            //TODO insert mail alarm code
                            //TODO make a proper error msg
                           die("UNSECURE SCRIPT - Unable to identify server");
                  }
    }

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

  8. caching kicks ass

    Date: 08/07/06 (MySQL Communtiy)    Keywords: php, mysql, html, sql, web

    in my last post -
    http://community.livejournal.com/mysql/100762.html

    I asked about how to speed up a query using many NOT LIKE %45% statements. I am starting to understand what I need to do, thanks to some advice. Since I am a newbie sql wannabee, it will take me a while. I am still not there yet, I think the best plan is to make another column tinyint, and mark the records I do not want to show. I am not quite sure of they syntax and how to do "if this, insert this data into the records column tinyint" so that I use that as a marker of a record NOT to show. I would figure I do that every once a month or so to mark all the records I don't want to show during a query. Any other ideas? Maybe it's easier to just filter them in the php web code?

    One thing I did find out was that mysql had query_cache_size = 0. I set it to 80 megabytes and now any duplicate query is instant!! Nice. . .I was wondering why it couldn't cache duplicate searchs and some other things like that.

    Source: http://community.livejournal.com/mysql/101221.html

  9. Firefox issues

    Date: 08/07/06 (Web Development)    Keywords: css, html, web

    http://www.angry-pigeon.com/oakorchard/Pages/eng_choosing01.html

    I'm currently converting a web site to table-less code, and am having problems with links in Firefox. On the page I've linked to, I've made the text float to the right while the menu stays on the left, but this makes it so you cannot click on the links. It works fine in IE. Any help would be greatly appreciated. The CSS code is under the cut.


    /* ---------------------General--------------------- */
    * {
    padding: 0;
    margin: 0;
    }

    body {
    background: #333300;
    }

    img {
    border: none;
    }

    p {
    font: 14px "Georgia", "Times New Roman", serif;
    line-height: 20px;
    }

    a:link {
    color: #333300;
    font: 14px "Georgia", "Times New Roman", serif;
    line-height: 20px;
    background-color: transparent;
    }

    a:active {
    color: white;
    font: 14px "Georgia", "Times New Roman", serif;
    line-height: 20px;
    background: #333300;
    text-decoration: none;
    }

    a:hover {
    color: white;
    font: 14px "Georgia", "Times New Roman", serif;
    line-height: 20px;
    background: green;
    text-decoration: none;
    }

    h2 {
    color: #000000;
    font: 16px "Lucida Grande", "Arial", "Verdana", sans-serif;
    font-weight: 800;
    line-height: 22px;
    }

    h3 {
    color: #000000;
    font: 14px "Georgia", "Times New Roman", serif;
    line-height: 20px;
    }

    /* ---------------------Layout--------------------- */
    #container {
    background: #ffffff;
    margin: 15px auto;
    width: 740px;
    text-align: left;
    position: relative;
    }

    #header {
    }

    #topMenu {
    position: absolute;
    top: 73px;
    left: 0px;
    }

    #banner {
    background: #ffffff;
    position: absolute;
    top: 91px;
    text-align: center;
    width: 740px;
    }

    #mainContent {
    background: #ffffff;
    width: 740px;
    position: absolute;
    top: 320px;
    }

    #contentBox {
    width: 634px;
    margin-left: auto;
    margin-right: auto;
    }

    #footer {
    width: 740px;
    position: relative;
    top: 10px;
    }

    #botMenu {
    background: #ffffff;
    position: relative;
    bottom: 3px;
    }

    #copy {
    text-align: center;
    background: #333300;
    position: relative;
    bottom: 6px;
    }

    #contentLeft {
    margin-right: 5px;
    float: left;
    }

    #contentRight {
    float: right;
    }

    /* ---------------------Properties--------------------- */
    #t2, #t3, #t4, #t5, #t6 {
    position: absolute;
    top: 0px;
    }

    #t2 {
    left: 116px;
    }

    #t3 {
    left: 180px;
    }

    #t4 {
    left: 242px;
    }

    #t5 {
    left: 414px;
    }

    #t6 {
    left: 608px;
    }

    #b2, #b3, #b4, #b5, #b6, #b7 {
    position: absolute;
    }

    #b2 {
    left: 157px;
    }

    #b3 {
    left: 237px;
    }

    #b4 {
    left: 332px;
    }

    #b5 {
    left: 454px;
    }

    #b6 {
    left: 542px;
    }

    #b7 {
    left: 609px;
    }

    .h4 {
    font-size: 12px;
    line-height: 16px;
    }

    #copy p {
    color: gray;
    font: 10px "Arial", "Verdana", sans-serif;
    line-height: 17px;
    }

    #footerLink {
    color: gray;
    font: 10px "Arial", "Verdana", sans-serif;
    }

    .ital {
    font-style: italic;
    }

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

  10. Link text-wrapping in firefox

    Date: 08/10/06 (WebDesign)    Keywords: html

    Recently, I've been tasked to create an e-mail newsletter with HTML formatting, the results of which can be seen at this location.

    Everything looks fine-and-dandy in IE, however in firefox, because of a flaw where long links with no spaces take control of table spacing (scroll to the bottom to see the obnoxiously long link). IE allows no-space-links to wrap to the second line, wheras firefox doesn't.

    All talks with the boss man lead to us needing the address in there (what if visually handicapped people need to type in the address?). While it's a valid point, it is affecting a good amount of our user base to keep that option open.

    What would you guys suggest be done to alleviate this short of shortening the filename? (that's a last resort measure for us).

    Thanks!

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

  11. SSI Inquiry

    Date: 08/11/06 (HTML Help)    Keywords: html

    I'm interested in using a SSI call for my site's navigation system, and was curious if anybody could give me a few pointers on how to do this.

    Most SSI that I've used has been a random HTML script line-call, so I'm a little uncertain how to proceed with setting up a file that can:

    Have img src with imagemap attributes.

    This SSI call will be implemented in normal HTML pages, Agoracart, PostNuke, and perhaps WordPress.

    Advice is most appreciated.

    Thank you.

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

  12. SSI Inquiry

    Date: 08/11/06 (Web Development)    Keywords: html

    I'm interested in using a SSI call for my site's navigation system, and was curious if anybody could give me a few pointers on how to do this.

    Most SSI that I've used has been a random HTML script line-call, so I'm a little uncertain how to proceed with setting up a file that can:

    Have img src with imagemap attributes.

    This SSI call will be implemented in normal HTML pages, Agoracart, PostNuke, and perhaps WordPress.

    Advice is most appreciated.

    Thank you.

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

  13. Drop Down Menu Width

    Date: 08/11/06 (HTML Help)    Keywords: html

    Hello,

    Is there a way to make a drop down menu in html NOT be the width of it's longest element? I want to have a horizontal scroll bar so you can still see that longest element, but I can't figure out how it is done. Any ideas?

    Cheers!

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

  14. HWD to MySQL?

    Date: 08/13/06 (MySQL Communtiy)    Keywords: mysql, html, sql, web

    I have these files generated by a perl script, called something.hwd.

    Format of each file is the title separated by a pipe symbol and then the html of the article. Example:

    This is the title | Some html about the article goes here

    Does anyone know how to mass import about 500 of these files into MySQL as records in a single table? I was going to write a script that would grab the date and time stamp of each file and then make the file format like this

    2006-06-06 | Title | The HTML

    I almost had it working but some records were skipped, I was using mysql's import command.

    Anyway, if you can't figure it out, no problem. The client is willing to start with a fresh website.

    Source: http://community.livejournal.com/mysql/101402.html

  15. Date Stamping with IMAGES...HELP!!!

    Date: 08/14/06 (HTML Help)    Keywords: html

    Okay, I checked the memories, and I saw the date/time stamp entry, but that still does not help me out. Here is a layout that has what I'm looking for. '[info]'artannikatest! See how the Monday and Sunday are actually images for the day? Can someone please tell me how to do that? I made images for all the days, and just need the coding! PLEASE HELP ME!! This layout listed above is part of '[info]'premade_ljs, here is her html coding. http://community.livejournal.com/premade_ljs/8140.html

    SOMEONE HELP ME PLEASE!!

    - Rachel

    PS - Here is my header so far. I'm crediting the coder of course, '[info]'premade_ljs
    Free Image Hosting at www.ImageShack.us

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

  16. The Yellow Bar..

    Date: 08/14/06 (Computer Help)    Keywords: html

    Something happened to where my ActiveX Yellow bar doesn't show up anymore.. You know the yellow bar that pops up on the top and asks you to accept or click yes or whatever..? Here's an example: http://zwinky.smileycentral.com/download/index.jhtml?partner=ZJxdm025 Click the "Click Here" Button and it takes you to the issue I'm talking about. Anyhow, no matter how much I fudge witht he internet options, allowing pretty much everything, I can't make it work.. Could it be because of something else? Maybe an accidental uninstallation? Anything I can do to fix it?

    It's driving me nuts!! :p Thanks for any help!

    Source: http://community.livejournal.com/computer_help/672301.html

  17. CMS for an Online Magazine

    Date: 08/14/06 (WebDesign)    Keywords: cms, html

    Anyone have recommendations for a CMS that'd be suitable for an online magazine? I need something that's easily skinnable (got everything done in static html, just need to translate that into a dynamic site); has a mailform, search engine, and content syndication; and has a content approval workflow and (ideally) some way of auditing who is making what changes.

    Currently looking into Drupal, Mambo, TYPO3, and Xoops. Anyone have any experiences with these or any other CMS's?

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

  18. [FLASH 8] gotoandplay random frame?

    Date: 08/15/06 (Web Development)    Keywords: html

    I posted this in graphic design a few days ago with no luck...maybe you guys can help me!

    Im having some simple actionscript problems


    I have a flash header here:

    http://nikibrown.com/archworks/home.html

    I have 3 frames and i want it to go to one of the 3 frames and stop when it loads.

    This works fine in safar, but when i use FF for mac it will randomly go to frame 1 and frame 2 but not frame 3? it flashes frame 3 but then goes back to frame 2. God only knows what it does in IE (anyone care to tell me as i am on a mac and dont have ie...)

    I have this in frame 1 on my actions layer:

    gotoAndPlay (Math.round(1+Math.r andom()*2))
    stop();

    here is my .fla:

    http://nikibrown.com/archworks/headnav.fla

    thanks for all the help guys!

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

  19. [FLASH 8] gotoandplay random frame?

    Date: 08/15/06 (WebDesign)    Keywords: html

    I posted this in graphic design a few days ago with no luck...maybe you guys can help me!

    Im having some simple actionscript problems


    I have a flash header here:

    http://nikibrown.com/archworks/home.html

    I have 3 frames and i want it to go to one of the 3 frames and stop when it loads.

    This works fine in safar, but when i use FF for mac it will randomly go to frame 1 and frame 2 but not frame 3? it flashes frame 3 but then goes back to frame 2. God only knows what it does in IE (anyone care to tell me as i am on a mac and dont have ie...)

    I have this in frame 1 on my actions layer:

    gotoAndPlay (Math.round(1+Math.r andom()*2));
    stop();

    here is my .fla:

    http://nikibrown.com/archworks/headnav.fla

    thanks for all the help guys!

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

  20. Layout Help

    Date: 08/16/06 (WebDesign)    Keywords: html

    I'm working on a new layout for my site and I've run into a little problem. The layout I'm designing looks awesome in IE but for some reason in FF the left side with the album releases and 'Shikao-Ring' button is really low on the page and overflows the box. I've been looking at the code for an hour now and cannot seem to figure out what the problem is. Here's the test page.

    http://www.suga-shikao.net/suganew.html

    If anyone can help I would be very grateful.

    Kay

    Source: http://community.livejournal.com/webdesign/1151371.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