1. Pope's last will and testament hits Web

    Date: 04/07/05 (Web Technology)    Keywords: web

    Official document dating from 1979 has been translated into English and posted on the Vatican Web site.

    Source: http://news.zdnet.com/Pope%27s+last+will+and+testament+hits+Web/2100-9588_22-5658807.html?part=rss&tag=feed&subj=zdnn

  2. WTO slams U.S. Net-gambling ban

    Date: 04/07/05 (Web Technology)    Keywords: offshore, web

    Efforts by the United States to outlaw gambling on offshore Web sites aren't quite legal, according to the World Trade Organization.

    Source: http://news.zdnet.com/WTO+slams+U.S.+Net-gambling+ban/2100-9588_22-5658636.html?part=rss&tag=feed&subj=zdnn

  3. Firefox inconsistencies

    Date: 04/08/05 (Computer Geeks)    Keywords: web

    Maybe someone can help me understand this, because it's making no sense to me. Earlier today Comcast decided to be a wh0re and as such, I was unable to connect off and on for a period of maybe 3 hours. Eventually Trillian was able to connect to AIM, MSN, etc and my bittorrent transfers were fine again - but I simply could not access the web through Firefox. So I waited a while and wrote it off as my computer just being stupid. Well, later Firefox still would not connect even while it was clear that my internet had reconnected (I was talking on AIM as well as recieving e-mail notifications). So I decided to try to access a few random sites through IE - which was able to connect successfully. So I decided to use Go Back and reverted my drive to 12am this morning. That went through, everything started up, and I loaded Firefox - still nothing. From here I tried IE it loaded the start page fine. I figured I would try to reinstall Firefox and install Mozilla as an extra back-up measure. Firefox installs fully, and nothing happens - still nothing on the start page and the test page I threw at it. From here I installed Mozilla, and the start page loaded. Now after this, the start page on Firefox finally decided to comply! My main question is: W T F....? I can understand that things magically happen and screw up random programs, but even after I reinstalled - it didn't work untill 4 minutes later. Could anyone make some logical sense of this?

    Source: http://www.livejournal.com/community/computergeeks/656954.html

  4. Spam Email

    Date: 04/08/05 (WebDesign)    Keywords: web, spam

    Not sure if this is the right place to ask but anyway:

    I'm sure some of you familiar with spam email. Does any of you know reliable spam reporting site that works?

    Thank ya :)
    xposted in webdev

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

  5. Spam email

    Date: 04/08/05 (Web Development)    Keywords: web, spam

    Not sure if this is the right place to ask but anyway:

    I'm sure some of you familiar with spam email. Does any of you know reliable spam reporting site that works?
    I'm currently using spamcop.net

    xposted in '[info]'web_design

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

  6. PHP, mod_rewrite and header() - This is a good one.

    Date: 04/08/05 (PHP Community)    Keywords: php, browser, css, html, web, apache

    I'm trying to use mod_rewrite to intercept all requests made to my web server and route them to a php file (index.php) which then parses the request and does what it can to serve the appropriate page. I'm doing this in an effort to use meaningful URLS as opposed to query strings.

    I have everything about half-working but I can't send headers from index.php, which is important because not only do I need to be able to generate 404 errors, but the files that will be included by index.php need to set their own headers (content-type, content-language).


    These are the lines I'm using in .htaccess for mod_rewrite:

    RewriteEngine on
    RewriteRule index.php$ - [L]
    RewriteRule !\.(jpg|gif|css)$ /index.php [L]

    And this is the code I'm using in index.php that's causing a problem:
    if ($url_array[0] == 'poems') { // POEMS SUBDIRECTORY
    	require('lists.php'); // GET LISTS
    	$get = 'poems';
    	if (array_search($url_array[1], $poem_list)) {
    		$which = $url_array[1];
    		include('get.php');
    	}
    	else {
    		if (!headers_sent()) {
    			header('HTTP/1.1 404 Not Found');
    		}
    	}
    }
    else {
    	if (!headers_sent()) {
    		header('HTTP/1.1 404 Not Found');
    	}
    }

    As you can see, I'm checking to see if headers have been sent before trying to set them, but they don't seem to have been. Whenever I try to set a status header with the syntax HTTP/1.1 XXX (description) an internal server error occurs. I have been able to set status using the header Status: 404, but rather than the standard 404 error page appearing a blank HTML document is served to the browser.

    Apache version is 1.3.19 running on Windows 98. PHP version is 4.2.3 running as a cgi.


    Any help would be much appreciated, I'm pretty far out of my depth with changing the way Apache works.

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

  7. Fake Microsoft security updates circulate

    Date: 04/08/05 (Security)    Keywords: web, microsoft

    E-mail campaign designed to lure people to a bogus Microsoft Web site is making rounds as part of attempt to install Trojan horse.

    Source: http://news.zdnet.com/Fake+Microsoft+security+updates+circulate/2100-1009_22-5660042.html?part=rss&tag=feed&subj=zdnn

  8. ftp

    Date: 04/09/05 (Web Development)    Keywords: web

    i am putting together a website and need an ftp server. i have the educational version of dreamweaver and am running it on a mac. i read in abook that i have that dreamweaver does have this feature built in. does it have it built in for the educational version and for when being run on a mac computer??

    thanks!

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

  9. I'm so dumb..

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

    So, about a year ago I got really into HTML and all that, I could make websites.. now.. I forget.. everything.

    I'm making a blog (for knitting purposes) here.

    Now, because I got a new template, all the regular blogger stuff is gone ;___;

    I don't know how to get the archivey deal back the regular way, or where I can list my WIPs, or FOs (knitting jargon - they're on EVERY knitting blog.. it's quite important).

    Help?

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

  10. View Source of Flash

    Date: 01/01/70 (Webmaster View)    Keywords: html, web

    If you use Flash, and want to share your work, you can now easily add a view source menu item to allow downloading the source code.

    Usage :

    Place the viewFlashSource.as file in the same directory as your Flash source file (FLA), and add the following line to the main timeline of your source file:

    #include viewFlashSource.as

    You can then specify the source URL through the flashParams HTML tag / attribute.

    There are two values you can specify:

    flashSource : Points to a URL to download the source for the contnet.
    contentLicense : Points to the distribution / re-use license for the content.

    Adding a View Source Menu item to Macromedia Flash Content

    (Via Creative Commons Weblog)

    Comments

    Source: http://www.webmasterview.com/design/view_source_of_flash

  11. :hover broken in IE

    Date: 04/09/05 (WebDesign)    Keywords: css, java, web, seo

    i tried to redesign my website today and started to use a lot of :hover elements in my css to make my TDs borders highlight when you hover over them
    of course, i designed it all in mozilla firefox, so as soon as i tried it in IE it broke :(

    i spent about an hour googling for helpful websites, and all i've come up with is javascript code to put in the td mouseOver tag

    is there a better or easier way to make IE work with :hover in CSS?
    if not, what is the best way of getting round this lack of :hover support in IE?

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

  12. BLOG

    Date: 04/10/05 (WebDesign)    Keywords: web

    I want to put a blog on my website. Can anyone direct me to some quick, easy code so that I can do this myself?

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

  13. Site-blocking worm carries phishing risk

    Date: 04/11/05 (Security)    Keywords: virus, antivirus, web

    Worm alters system files to block some antivirus company Web sites--a ploy that could be used in phishing scams, Trend Micro warns.

    Source: http://news.zdnet.com/Site-blocking+worm+carries+phishing+risk/2100-1009_22-5662922.html?part=rss&tag=feed&subj=zdnn

  14. Forms that email - help?

    Date: 04/12/05 (PHP Community)    Keywords: php, web

    Hey there.

    I was trying to figure out how to make a specific type of form for my website. With this kind of form, when you click on 'submit', the data gets sent to me via email, and the page you filled in the form on, changes to another page (something like 'thank you for filling out the form!', etc).

    So far, the only forms I've managed to figure out that send data to me via email doesn't do so as smoothly as the one I want. Instead, a prompt comes up to okay sending the data via email, and then the default email program loads, and then it gets sent that way (that was a rather convoluted description, wasn't it? sorry about that, hope it makes sense...).

    Anyway, here's an example of the kind of form I'd like to be able to make (scroll to the bottom):
    http://www.wolverineandrogue.com/fic/dbfiction.php?fiction_id=241

    If you want to test it out, it's configured to send to me, so I don't mind. I just can't figure out how to make something that functions in a similar way, so I'd really appreciate any help anyone can offer me.

    Also, does anyone know if Geocities allows PHP? Thank you!

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

  15. what do you think of this site??

    Date: 04/13/05 (Web Development)    Keywords: web



    check out these crazy plush toys




    some friends of mine are starting this company. we were at APE
    this weekend for the first time. it was pretty awesome.

    please stop by and let me know what you think of the creatures and the site!!! i'm new at web developing and hope that this site is successful in its appearance and functionality.

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

  16. what do you think of this site??

    Date: 04/13/05 (WebDesign)    Keywords: web

    (cross posted)



    check out these crazy plush toys




    some friends of mine are starting this company. we were at APE
    this weekend for the first time. it was pretty awesome. please stop by
    and let me know what you think of the creatures and the site!!!

    i'm new at web developing and hope that this site is successful in its design as well as its functionality.

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

  17. How to prevent robots (Google Bot, MSNBot, Yahoo Slurp! etc.) from displaying cached pages of your site

    Date: 04/12/05 (Java Web)    Keywords: web, yahoo, google

    Site Owners often detest the fact that google caches an old copy of their site and displays it on searches which brings up the site pages. A simple way to prevent robots (including Google, Yahoo etc.) from caching your site contents is to include the following within the head section of your web page.

    Source: http://blog.taragana.com/index.php/archive/how-to-prevent-robots-google-bot-msnbot-yahoo-slurp-etc-from-displaying-cached-pages-of-your-site/

  18. sooo much frustration....

    Date: 04/13/05 (Computer Help)    Keywords: web

    (You've probably heard that title before).

    I'm not a computer whiz. So I'm hoping someone can help me.

    I have a Dell with a Windows XP Home Edition. Lately my computer's been behaivng badly, but my main problem is my beef with AIM. Every time I go to the AIM website and try to download it, it takes an hour or so (well, I have dial-up.) Then it begins to install. Then...it freezes. Just freezes. Every time I try to download AIM, it does this.
    I know AIM works on my computer, because it did work before. I had to do a complete reinstall of my entire system recently, so that's why AIM is gone. I am desperate! Plz and thank you.

    Source: http://www.livejournal.com/community/computer_help/375003.html

  19. Generating HTTP Errors in IIS

    Date: 04/13/05 (Asp Dot Net)    Keywords: asp, web

    I'm working on developing custom error pages for a client of ours, and I'm working on trying to have the various errors point to different ASP pages that have scripts that email out to tech support that an error occurred on the website. Obviously the only way (that I know of) to test these error pages is to regenerate the errors. Producing a 404 error is easy, but how would I go about reproducing a 503 (Server Unavailable) error or a 500 (Internal Server Error) error? Also, the way I currently have it set up is that the error pages are all in my /Scripts folder and I was wondering if there was a way to be able to grab the site that the person was trying to go to. So for example someone tries to go to www.fake.com/as9daijoi which doesn't exist. The custom error page comes up, and sends out an email to tech support saying that they were TRYING to navigate to www.fake.com/as9daijoi but couldn't. I have it grabbing their IP address, the time, and any referring pages that there were. Any help would greatly be appreciated.

    This is on IIS 5.1 with WinXP SP2, developing in InterDev and using AspMail 4.0 for email.

    Source: http://www.livejournal.com/community/aspdotnet/32005.html

  20. Help with setting up EZ Pay section of website.

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

    Hi! I think this might be my first time posting to these communities, but hopefully something good will come out of it.

    I am the online editor/webmaster for a newspaper that just recently decided they want to set up an EZ Pay option on the website for customers to subscribe with.

    I have set up a shopping cart with Mal's E-Commerse and am now trying to build the correct forms/secure pages to gather the information from in order to store it in the shopping carts...and then later process the orders by hand.

    So basically my question is this: What is the easiest and most reliable way to go about getting the information page up and running? Is there somewhere on the web that can kind of guide my doing this by hand though a program like Dreamweaver MX?

    Thanks for any input.

    X-posted to a few communities.

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