1. Including files

    Date: 04/11/05 (WebDesign)    Keywords: html, asp

    Alright guys, I got a question for you. I'm working with ASP.NET and trying to convert one of the sites I had to make for the Nursing department at my school from purely HTML to .NET. The way things are set up now is that every file includes the navigation file. I'm wondering how to do this in .NET (C# as the language).

    I've tried using the command, and it will include it fine, but it screws up the links on the page.

    I'm wondering if there's a regular .NET command to include this file.

    Thanks much!
    --Lisa

    Source: http://www.livejournal.com/community/webdesign/851357.html

  2. CURSORS!

    Date: 04/12/05 (HTML Help)    Keywords: html

    I was wondering if anyone knows a PHOTOHOST where I can host .CUR

    I think I have down exactly how to make a cursor and all the HTML.. but no host for .cur!

    help please!

    Source: http://www.livejournal.com/community/htmlhelp/1906286.html

  3. Python: A recipe for cryptic code?

    Date: 04/13/05 (Java Web)    Keywords: programming, html, xml

    I have heard that Python is a great programming language which is so much superior to everything around etc. The following code in python is touted as the world's smallest p2p client & server. # tinyp2p.py 1.0 (documentation at http://freedom-to-tinker.com/tinyp2p.html) import sys, os, SimpleXMLRPCServer, xmlrpclib, re, hmac # (C) 2004, E.W. Felten ar,pw,res = (sys.argv,lambda u:hmac.new(sys.argv[1],u).hexdigest(),re.search) pxy,xs = (xmlrpclib.ServerProxy,SimpleXMLRPCServer.SimpleXMLRPCServer) def [...]

    Source: http://blog.taragana.com/index.php/archive/python-a-recipe-for-cryptic-code/

  4. html help

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

    x-posted

    hey, there. i'm trying to put a form e-mailer on a website and i'm sooo confused. i don't know html that well, so i was kinda just hoping to find a cut and paste type thing - maybe that's not how an e-mail form works? i just want a basic thing that has a space for name, e-mail, how you found me, anything else you want to see on the website, and any comments. nothing too fancy. does anyone know how to do this easily or know of a website where someone with a limited knowledge of html could develop one of these? thanks so much!

    Source: http://www.livejournal.com/community/htmlhelp/1910678.html

  5. CSS Issue...

    Date: 04/14/05 (WebDesign)    Keywords: html, web

    I have run into a problem regarding when two div ends at two different lengths when I want them to end at the right position no matter what is in the div. For example, if you'll notice on http://webentrapments.com/caseyandjenn/index.html that everything is laid out correctly like I want it. The two div meet the footer div. However, on a page with longer content such as http://webentrapments.com/caseyandjenn/about.html the two div end but the content from one of the div keeps flowing over everything below it. Previously I used minimum-height to fix the issue but I wanted to see if there was another work around to this. Thanks!

    x-posted

    Source: http://www.livejournal.com/community/webdesign/853405.html

  6. html help

    Date: 04/14/05 (WebDesign)    Keywords: html, web

    hey, there. i'm trying to put a form e-mailer on a website and i'm sooo confused. i don't know html that well, so i was kinda just hoping to find a cut and paste type thing - maybe that's not how an e-mail form works? i just want a basic thing that has a space for name, e-mail, how you found me, anything else you want to see on the website, and any comments. nothing too fancy. does anyone know how to do this easily or know of a website where someone with a limited knowledge of html could develop one of these? thanks so much!

    Source: http://www.livejournal.com/community/webdesign/853225.html

  7. opacity filter

    Date: 04/14/05 (HTML Help)    Keywords: html

    slowly my layout is fading away. so far my subject/date/time bar has gone from being white, to being see through, along with my friends user pictures.
    I asked for help by posting a question on lj help, and i got a response saying there might be something wrong with my opacity filter, well i have no idea what that is, or how to fix my problem. I also believe i may have a bunch of extra html in the override, but i'm not to sure.
    My overrides
    I was wondering if anyone could help me.

    Source: http://www.livejournal.com/community/htmlhelp/1911180.html

  8. Window size?

    Date: 04/14/05 (WebDesign)    Keywords: html

    Hey everyone, I am having a crazy time trying to design a site using HTML and Flash. The one thing I can't figure out how to do is write a command into a button to open up a new window with a certain size (320x240). How do I specify size opening a new URL or is there some other way?

    -Mikey

    Source: http://www.livejournal.com/community/webdesign/854603.html

  9. An interesting quote.

    Date: 04/15/05 (WebDesign)    Keywords: browser, css, html, web, google

    I was just reading this explanation on google maps and thought this quote was interesting:

    "I also think it bears noting that Google is pulling out all the stops to build rich web apps, no matter how weirdly they have to hack the browser to make them go. And I strongly believe that this is a trend that is here to stay -- XHTML Strict/CSS/etc be damned. At the end of the day, what really matters to users is compelling apps that let them get their work done quickly."

    Source: http://www.livejournal.com/community/webdesign/854828.html

  10. Website critiques requested

    Date: 04/15/05 (HTML Help)    Keywords: html

    This has generally been given a tepid reception, but I'm willing to reward helpful individuals with some free stuff.
    Generally, this is pretty straightforward. I'm looking for the following:
    1. Broken links
    2. Broken images
    3. Characters that you kill off, but magically reappear in the next round.

    All I need is the .html address of the broken thing, so I can fix it, or, (only in the case of the dead character thing) what you clicked to get the character to come back.

    Also, if there's a way I can make the ads less annoying, or make the page load quicker, tell me how to do it.

    http://members.fortunecity.com/mogwaitoejam

    Source: http://www.livejournal.com/community/htmlhelp/1912518.html

  11. Getting remote script results in PHP

    Date: 04/15/05 (Web Development)    Keywords: php, html, xml

    Calling all PHP gurus: I'm trying to use fopen() to get the XML results of a remote script, using the URL with all the script parameters instead of a file name, but all I get back is the default HTML from the script, instead of the XML results, as if I hadn't passed it any parameters at all.  I'm assuming this has something to do with the HTTP headers fopen() uses to get at remote files, i.e. it bypasses script execution on the remote server and downloads the file directly.  Is there any way I can get around this with fopen() or do I really have to much with HTTP headers and use fsockopen() or something?

    Any help will be greatly appreciated.

    Source: http://www.livejournal.com/community/webdev/189477.html

  12. Calling all Cars...

    Date: 04/16/05 (WebDesign)    Keywords: css, html, web

    Someone tell me why my scrollbar color CSS code isn't working!! Please look at this, in IE of course, and see if you can see what I cant!

    http://www.cmwebdesign.org/blogger/newstxt.html

    Its being published by the blogger.com account I mentioned a few posts ago.

    I appreciate everyone's help by the way.

    See what you wizards can do with this problem :(

    Source: http://www.livejournal.com/community/webdesign/855404.html

  13. Last thing

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

    I'd like to apologize for clogging up this community with my problems. sheesh.

    Last thing, I promise.

    View this page: http://www.vincemeno.com/home.html

    In FireFox, the blogger-site publishing to the news window looks fine.

    In IE, you will notice the type is big and ugly.

    GOD &#^*!_(@#&

    Can this ever be right?

    Any help?

    Source: http://www.livejournal.com/community/webdesign/855847.html

  14. CMS

    Date: 04/18/05 (Web Development)    Keywords: cms, php, blogging, css, html, web

    I run a mixed content website with a couple of my friends.  One of those friends knows html and some basic php.  I know html and some basic php and some css.  The third friend knows nothing.

    I'm looking for a CMS that we can use to update our site.

    www.thisisjerkass.com

    That's our site, as you can see we have articles, videos, etc.  I'm just looking for a way to make posts on the front page a lot easier.  As of now, I have to edit four files just to put it up there and archive it.  I can't use just a regular blogging cms because the format of the site isn't exactly a blog.  Anyone have any suggestions?

    Source: http://www.livejournal.com/community/webdev/189709.html

  15. Adobe to Acquire Macromedia

    Date: 04/18/05 (WebDesign)    Keywords: html, web

    Okay, so those of you that haven't heard yet, the title is true. Adobe is to Acquire Macromedia - for 3.4 billion.

    This, I think, will bring about a change on the web - we remember that Macromedia didn't make flash themselves, they bought it... And now with the latest developments with Adobe.... *wipes forehead* Adobe has a lot of muscle. A hell of a lot.

    *grin* Adobe Flash. Adobe Flex. Doesn't really have the same ring to it, does it?

    http://www.adobe.com/.../041805AdobeAcquiresMacromedia.html

    -Shade

    Source: http://www.livejournal.com/community/webdesign/856666.html

  16. now this is a news item...

    Date: 04/18/05 (WebDesign)    Keywords: html

    Adobe to acquire Macromedia:

    http://www.adobe.com/aboutadobe/invrelations/adobeandmacromedia.html

    http://www.macromedia.com/macromedia/proom/pr/2005/adobe_macromedia.html

    (cross posted)

    Source: http://www.livejournal.com/community/webdesign/856465.html

  17. CGI

    Date: 04/20/05 (PHP Community)    Keywords: php, mysql, browser, html, database, sql

    Hi all,
    I have a program that gets its images from a mysql database. I pass a string to the program that gets the picture inside an HTML image tag like this:

    <*img src=\"show_image.php/thumbnails/$boxData[thum_id]/img.jpg\">

    This is what the string looks like when it has been passed:

    show_image.php/thumbnails/7678/img.jpg

    This is the program show_image.php

    $pic_id = get_pic_id($_SERVER['REQUEST_URI']);
    
    $table_name = get_table_name($_SERVER['REQUEST_URI']);
    
    $file_data = get_file_data($pic_id, $table_name);
    
    header("Content-type: " . $file_data['type']);
    
    echo $file_data['binary_data'];
    


    The functions get_pic_id() and get_table_name() run a regex on the string and return the correct portions of the string that I then pass to get_file_data() and get the binary data.

    I used to get the pic_id and the table_name from the $_GET string, but I wanted to force the browser to cache the images so a friend suggested using this. Thing is he wrote his version in Python which I dont know.

    My question to you all is do you know if this possible and if so where can I get the string from?

    Source: http://www.livejournal.com/community/php/288307.html

  18. website critique please

    Date: 04/21/05 (WebDesign)    Keywords: html

    finishing up this one - please give feedback! thanks lots!

    http://www.reversibleeye.com/bethphotos/site/index.html

    Source: http://www.livejournal.com/community/webdesign/860298.html

  19. Am I seriously this stupid?

    Date: 04/21/05 (HTML Help)    Keywords: html

    Ok here is my dilema...I am new here and yes I know how to use HTML, but where do I use it??? I need to change my main journal because it is ugly. Everyone else has these spiffy journals and they do have free accounts so I know it can be done.

    Source: http://www.livejournal.com/community/htmlhelp/1923437.html

  20. a little help

    Date: 04/22/05 (HTML Help)    Keywords: html

    could someone please look at my journal
    and HTML and tell me how in the bloody
    hell i get my text to move?

    it would be greatly apreciated seeing
    as how i've been working on it all day
    and now all the code is starting to
    run together. thanks O_o;;

    Source: http://www.livejournal.com/community/htmlhelp/1924090.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