<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
    xmlns:dc="http://purl.org/dc/elements/1.1/"
     xmlns:admin="http://webns.net/mvcb/"
     xmlns:content="http://purl.org/rss/1.0/modules/content/"
     xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#">
	<channel>
	  <title>Ask MetaFilter questions tagged with web and www</title>
      <link>http://ask.metafilter.com/tags/web+www</link>
      <description>Questions tagged with 'web' and 'www' at Ask MetaFilter.</description>
	  <pubDate>Wed, 15 Apr 2009 16:10:33 -0800</pubDate> <lastBuildDate>Wed, 15 Apr 2009 16:10:33 -0800</lastBuildDate>

      <language>en-us</language>
	  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
	  <ttl>60</ttl>	  
	<item>
	<title>Under Construction</title>
	<link>http://ask.metafilter.com/119630/Under%2DConstruction</link>	
	<description>Where are some repositories of Web 1.0 style graphics and icons? I can only recall &lt;a href=&quot;http://www.graphic-station.com/&quot;&gt;Graphic Station&lt;/a&gt; from its old Geocities days but was wondering if there are anymore like it?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2009:site.119630</guid>
	<pubDate>Wed, 15 Apr 2009 16:10:33 -0800</pubDate>
	<category>balls</category>
	<category>blink</category>
	<category>gfx</category>
	<category>graphics</category>
	<category>icons</category>
	<category>midi</category>
	<category>web</category>
	<category>web10</category>
	<category>www</category>
	<dc:creator>wcfields</dc:creator>
	</item>
	<item>
	<title>Why my design sucks? I can has better design skills please?</title>
	<link>http://ask.metafilter.com/105663/Why%2Dmy%2Ddesign%2Dsucks%2DI%2Dcan%2Dhas%2Dbetter%2Ddesign%2Dskills%2Dplease</link>	
	<description>Three part question about &quot;professional-looking&quot; websites. 1. What makes a website look &quot;professional&quot;?  It&apos;s hard for me - I know it when I see it, but at this point it is something ineffable and I need people more technically competent and with more refined knowledge of aesthetics / layout / design to spell this out.&lt;br&gt;
&lt;br&gt;
2. Why does my business website look unprofessional or amateur? I won&apos;t link, but it is the &quot;Modern Institute&quot; site recently posted into projects.  I want it to say &quot;these people are online professionals&quot;, and right now it doesn&apos;t.&lt;br&gt;
&lt;br&gt;
3. Why does my own judgment seem to change so radically over time?  When I first create a new design / layout / color scheme / whatever, I&apos;m all &quot;ooh! it looks so PROFESSIONAL!!! I am design KING!!!&quot;.  Now when I look at it, weeks or months later I am embarrassed that this is the image my organisation is providing to the Internet, and I feel that it looks like it was made by a 6th grader just learning HTML.&lt;br&gt;
&lt;br&gt;
I can&apos;t afford professional services, I need to just rely on my own work here... please, help me make this look better?  And tips that will help me in the future?&lt;br&gt;
&lt;br&gt;
I sincerely thank you in advance for your time in this regard.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.105663</guid>
	<pubDate>Fri, 31 Oct 2008 04:15:14 -0800</pubDate>
	<category>design</category>
	<category>html</category>
	<category>resolved</category>
	<category>web</category>
	<category>www</category>
	<dc:creator>Meatbomb</dc:creator>
	</item>
	<item>
	<title>Best Free File Sharing Script?</title>
	<link>http://ask.metafilter.com/93846/Best%2DFree%2DFile%2DSharing%2DScript</link>	
	<description>Four years ago, &lt;strong&gt;Aaorn&lt;/strong&gt; &lt;a href=&quot;http://ask.metafilter.com/7562/&quot;&gt;asked&lt;/a&gt; after &quot;free software that will let me set up a &lt;em&gt;document dropbox&lt;/em&gt; on my web server. Basically I want to upload files and then have them be available -- through a nice-looking interface -- to users of my choosing.&quot; &lt;strong&gt;TooManyGadgets&lt;/strong&gt; recently posted a &lt;a href=&quot;http://ask.metafilter.com/91720/Alternatives-to-Dropbox&quot;&gt;question&lt;/a&gt; that brought DropBox to my attention, and after &lt;strong&gt;littleme&lt;/strong&gt; was kind enough to share a DropBox beta invite, I wanted to revisit the original question. Obviously, there are lots of free scripts that offer the ability to do server-based file-sharing, but which is the best (security + ease of use, with free preferred but not necessary)? I remove the estimable DropBox from consideration because of the reliance on an desktop app and the fact that some of the data I need to share is proprietary - I&apos;d like something I can install and exclusively administer. But a web interface of that quality would be a lovely thing.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.93846</guid>
	<pubDate>Wed, 11 Jun 2008 17:52:06 -0800</pubDate>
	<category>dropbox</category>
	<category>scripts</category>
	<category>upload</category>
	<category>web</category>
	<category>www</category>
	<dc:creator>boombot</dc:creator>
	</item>
	<item>
	<title>Apache2, mod_php, suexec security confusion.</title>
	<link>http://ask.metafilter.com/93680/Apache2%2Dmodphp%2Dsuexec%2Dsecurity%2Dconfusion</link>	
	<description>Apache2 security theory; mod_php versus CGI php and the use of suExec: What is the non-theoretical problem with running Apache2 with mod_php and thus without using suexec on a dedicated system? I&apos;m setting up a typical LAMP environment. I&apos;ve used &lt;a href=&quot;http://phpsec.org/projects/phpsecinfo/index.html&quot;&gt;phpsecinfo&lt;/a&gt; to evaluate my current environment and implemented all of the recommended changes except for two, &lt;a href=&quot;http://phpsec.org/projects/phpsecinfo/tests/group_id.html&quot;&gt;Group ID&lt;/a&gt; and &lt;a href=&quot;http://phpsec.org/projects/phpsecinfo/tests/user_id.html&quot;&gt;User ID&lt;/a&gt;.&lt;br&gt;
&lt;br&gt;
The distribution is the most recent Ubuntu Server with the mostly-default Apache2 configuration, and the mostly-default PHP installation, with the exception of the changes recommended by &lt;strong&gt;phpsecinfo&lt;/strong&gt;.&lt;br&gt;
&lt;br&gt;
These warnings indicate that my group and user ID numbers are below 100 (33 to be specific), and therefore may be a problem. I am not sure how to interpret this.&lt;br&gt;
&lt;br&gt;
I followed the documentation links and was about to implement SuExec when I realized that this meant doing a lot of other reconfiguration, like not using mod_php, and that meant changing a lot of &lt;em&gt;other&lt;/em&gt; things, etc.&lt;br&gt;
&lt;br&gt;
This is not a shared system. It will only be used to host one company&apos;s applications through several virtual hosts. The applications will be PHP-based, and most frequently will use the &lt;a href=&quot;http://www.symfony-project.com&quot;&gt;Symfony&lt;/a&gt; framework. Apache currently runs as www-data, whose shell is /bin/false. SSH access to the system is by public-key authentication only and is further restricted at the daemon level to only specific real users.&lt;br&gt;
&lt;br&gt;
What do I need to do to run this securely? Resources, guides and real-world examples would be greatly appreciated.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.93680</guid>
	<pubDate>Tue, 10 Jun 2008 06:58:46 -0800</pubDate>
	<category>apache</category>
	<category>apache2</category>
	<category>http</category>
	<category>httpd</category>
	<category>php</category>
	<category>phpsecinfo</category>
	<category>security</category>
	<category>server</category>
	<category>web</category>
	<category>webserver</category>
	<category>www</category>
	<dc:creator>odinsdream</dc:creator>
	</item>
	<item>
	<title>Make Apache recognize Perl!</title>
	<link>http://ask.metafilter.com/92575/Make%2DApache%2Drecognize%2DPerl</link>	
	<description>How can I get my web server to interpret perl I am playing around with perl for the first time in my life. I am using a fedora core 8 machine. It seems to ave all the essentials installed already (apache, php, mySQL, and perl). However, I make a file called perl.pl and it does not seem to translate correctly. Here is what is in the file:&lt;br&gt;
&lt;br&gt;
#!/usr/bin/perl&lt;br&gt;
&lt;br&gt;
print &quot;Content-type: text/html \n\n&quot;; #HTTP HEADER&lt;br&gt;
&lt;br&gt;
# DEFINE SOME SCALAR VARIABLES&lt;br&gt;
$number = &quot;5&quot;;&lt;br&gt;
$exponent = &quot;2 ** 8&quot;;&lt;br&gt;
$string = &quot;Hello, PERL!&quot;;&lt;br&gt;
$stringpart_1 = &quot;Hello, &quot;;&lt;br&gt;
$stringpart_2 = &quot;PERL!&quot;;&lt;br&gt;
$linebreak = &quot;&lt;br&gt;&quot;; #HTML LINEBREAK TAG&lt;br&gt;
&lt;br&gt;
# PRINT THEM TO THE BROWSER&lt;br&gt;
print $number;&lt;br&gt;
print $linebreak;&lt;br&gt;
print $exponent;&lt;br&gt;
print $linebreak;&lt;br&gt;
print $string.$linebreak;&lt;br&gt;
print $stringpart_1.$stringpart_2;&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
&lt;br&gt;
When you go the the browser, you see the following&lt;br&gt;
http://[ip address]/perl/perl.pl&lt;br&gt;
&lt;br&gt;
As you can see, you prints out exactly what I type. Am I doing anything wrong? Am I suppose to enable a perl service or change a configuration file?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.92575</guid>
	<pubDate>Wed, 28 May 2008 05:49:15 -0800</pubDate>
	<category>computer</category>
	<category>internet</category>
	<category>perl</category>
	<category>programming</category>
	<category>web</category>
	<category>www</category>
	<dc:creator>kaozity</dc:creator>
	</item>
	<item>
	<title>How do I figure out which pages on a web site are wider than X amount of pixels?</title>
	<link>http://ask.metafilter.com/86490/How%2Ddo%2DI%2Dfigure%2Dout%2Dwhich%2Dpages%2Don%2Da%2Dweb%2Dsite%2Dare%2Dwider%2Dthan%2DX%2Damount%2Dof%2Dpixels</link>	
	<description>How can I analyze the width of specific site&apos;s web pages? I&apos;m envisioning either a list of links for pages exceeding a certain amount of pixels or a table that lists every page title, along with the link and the page&apos;s width. </description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.86490</guid>
	<pubDate>Tue, 18 Mar 2008 14:26:10 -0800</pubDate>
	<category>web</category>
	<category>www</category>
	<dc:creator>boombot</dc:creator>
	</item>
	<item>
	<title>Help me AJAXify a portion of my project without overwhelming me.</title>
	<link>http://ask.metafilter.com/80476/Help%2Dme%2DAJAXify%2Da%2Dportion%2Dof%2Dmy%2Dproject%2Dwithout%2Doverwhelming%2Dme</link>	
	<description>Help me AJAX-ify a very simple web process in PHP. Links to very simple AJAX tutorials much appreciated. I&apos;ve been reading up on AJAX technologies for a couple weeks. I&apos;ve tried out a few, but I am still stuck with taking existing tutorials and modifying them slightly without really understanding behind-the-scenes. That is, I understand &lt;em&gt;conceptually&lt;/em&gt; what the tutorials are showing me, but not very much programmatically. I&apos;m fairly capable with PHP and HTML. I can read and write basic Javascript, but it seems like the AJAX technologies require a deeper level of understanding.&lt;br&gt;
&lt;br&gt;
Having said that, all I&apos;m really looking to do is rewrite a very simple portion of my project. Hopefully taking this small step will help me better understand what AJAX can really help me do long-term.&lt;br&gt;
&lt;br&gt;
I have one PHP script, delete.php, which does an UPDATE SQL statement setting Deleted = True for a given ID, passed via HTML GET from other pages.&lt;br&gt;
&lt;br&gt;
This seems like the perfect thing to AJAXify, but all of the tutorials I can find jump straight into Google Mashups, SOAP, JSON, XML, etc. I don&apos;t need these yet. What are some very basic tutorials that would help me replace my delete.php script with something more efficient?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2008:site.80476</guid>
	<pubDate>Tue, 08 Jan 2008 08:41:58 -0800</pubDate>
	<category>ajax</category>
	<category>dom</category>
	<category>html</category>
	<category>javascript</category>
	<category>php</category>
	<category>scripting</category>
	<category>tutorial</category>
	<category>tutorials</category>
	<category>web</category>
	<category>www</category>
	<category>xml</category>
	<dc:creator>odinsdream</dc:creator>
	</item>
	<item>
	<title>Semantic markup and the world wide web: non-noob needs an explanation.</title>
	<link>http://ask.metafilter.com/79296/Semantic%2Dmarkup%2Dand%2Dthe%2Dworld%2Dwide%2Dweb%2Dnonnoob%2Dneeds%2Dan%2Dexplanation</link>	
	<description>Semantic markup and the world wide web: non-noob needs an explanation. What is all this semantic markup talk about, and where can I learn more? I&apos;ve been creating web tools/apps/etc. for years with well-written (as far as I can tell) and valid XHTML &amp;amp; CSS code. But over the last few years I&apos;ve heard lots of people talk about &quot;Semantic Markup.&quot; &lt;br&gt;
&lt;br&gt;
What is this, and how can I tell if I&apos;m already doing it? Why is it so good, and are there any problems with it? Finally, what are your favorite web and non-web resources for learning more?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.79296</guid>
	<pubDate>Sat, 22 Dec 2007 08:29:04 -0800</pubDate>
	<category>css</category>
	<category>html</category>
	<category>semanticmarkup</category>
	<category>semanticweb</category>
	<category>web</category>
	<category>webdesign</category>
	<category>www</category>
	<category>xhtml</category>
	<dc:creator>josh.ev9</dc:creator>
	</item>
	<item>
	<title>Buying a .org but not the .com</title>
	<link>http://ask.metafilter.com/72779/Buying%2Da%2Dorg%2Dbut%2Dnot%2Dthe%2Dcom</link>	
	<description>It is a commonly held belief that enough Internet users foolishly expect every Internet domain to end in &quot;.com&quot;, it would be a mistake to purchase and promote a domain ending in &quot;.org&quot; unless one can also purchase the corresponding domain in the &quot;.com&quot; TLD to redirect these foolish Internet users to the proper URL. Is there any statistical evidence that there are so many foolish Internet users out that that this is a necessary practice? Or is this merely unsubstantiated myth?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.72779</guid>
	<pubDate>Mon, 01 Oct 2007 12:50:01 -0800</pubDate>
	<category>com</category>
	<category>domain</category>
	<category>domainname</category>
	<category>internet</category>
	<category>org</category>
	<category>tld</category>
	<category>web</category>
	<category>www</category>
	<dc:creator>Plutor</dc:creator>
	</item>
	<item>
	<title>Looking for an OSX app(or other solution) that will allow us to edit/update a front page produced site.</title>
	<link>http://ask.metafilter.com/71733/Looking%2Dfor%2Dan%2DOSX%2Dappor%2Dother%2Dsolution%2Dthat%2Dwill%2Dallow%2Dus%2Dto%2Deditupdate%2Da%2Dfront%2Dpage%2Dproduced%2Dsite</link>	
	<description>Looking for an OSX app(or other solution) that will allow us to edit/update a Front Page produced site. My wife is a marketing manager at a local hotel.  She was tasked with keeping the hotel&apos;s site up-to-date.  The outdated site was created with front page.  We would like to import certain parts of the site, if at all possible.  The current site isn&apos;t exactly horrible, but the content is years out of date.&lt;br&gt;
&lt;br&gt;
As far as I can tell, the site is just static pages - no real functionality.  I dont think she&apos;s planning on adding any real functionality-this is pretty much display-only.&lt;br&gt;
&lt;br&gt;
One of her requirements is to be able to easily update the site-add blurbs for new promotions, partner companies, etc.  I&apos;m not sure if she should use an html editor, or a CMS, or any other options.  I&apos;m very far removed from the web-development world so what I do know may be out of date.  Inexpensive would be good, free is even better.&lt;br&gt;
&lt;br&gt;
The hotel is also in the market for a new site host - if any solution requires certain server-side technology, please list it in the reply.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.71733</guid>
	<pubDate>Mon, 17 Sep 2007 09:25:02 -0800</pubDate>
	<category>cms</category>
	<category>html</category>
	<category>web</category>
	<category>www</category>
	<dc:creator>neilkod</dc:creator>
	</item>
	<item>
	<title>Mac or Firefox solution to download local copies of web sites?</title>
	<link>http://ask.metafilter.com/69959/Mac%2Dor%2DFirefox%2Dsolution%2Dto%2Ddownload%2Dlocal%2Dcopies%2Dof%2Dweb%2Dsites</link>	
	<description>I&apos;m looking for Mac OSX software or a Firefox plug-in that will allow me to create local copies of web sites to be viewed later. I will be without web access for about a week and I want to do some work on few php and css projects.  To do so, I will need to have tutorials handy.  I&apos;d like something for the Mac that will allow me to download a page including all graphics and download all the pages it links to (1 to 2 links deep).</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2007:site.69959</guid>
	<pubDate>Thu, 23 Aug 2007 12:12:10 -0800</pubDate>
	<category>firefox</category>
	<category>mac</category>
	<category>osx</category>
	<category>software</category>
	<category>web</category>
	<category>www</category>
	<dc:creator>dripdripdrop</dc:creator>
	</item>
	<item>
	<title>Paging Herbert Kornfeld - ecommerce with purchase orders</title>
	<link>http://ask.metafilter.com/35258/Paging%2DHerbert%2DKornfeld%2Decommerce%2Dwith%2Dpurchase%2Dorders</link>	
	<description>Is there an open-source ecommerce store system that has built-in support for &lt;i&gt;purchase orders&lt;/i&gt;? You see, I was all set to just use ZenCart, when the client informed me that the first 3 interested customers he has all want to pay with a PO.&lt;br&gt;
&lt;br&gt;
Personally, I&apos;d rather just tell the potential customers to go find a credit card, as writing/testing/debugging/shipping/maintaining a bolted-on PO system seems like a lot of effort. Then there&apos;s the additional &apos;back-office&apos; administration of dealing with the purchase orders, collections, etc.  Seems like a hassle that could grow unwieldy.&lt;br&gt;
&lt;br&gt;
So, is there a LAMP-compatible e-commerce system that supports customers paying with a purchase order instead of a credit card?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.35258</guid>
	<pubDate>Tue, 28 Mar 2006 14:27:28 -0800</pubDate>
	<category>ecommerce</category>
	<category>lamp</category>
	<category>oscommerce</category>
	<category>purchaseorder</category>
	<category>sales</category>
	<category>shoppingcart</category>
	<category>store</category>
	<category>web</category>
	<category>www</category>
	<category>zencart</category>
	<dc:creator>Wild_Eep</dc:creator>
	</item>
	<item>
	<title>Looking for ad-serving software.</title>
	<link>http://ask.metafilter.com/33642/Looking%2Dfor%2Dadserving%2Dsoftware</link>	
	<description>Anyone have any ad-serving software they recommend? I&apos;m managing a site that is quickly rising in popularity (2+ million hits a month). I&apos;d like to know what options there are for software to manage ad campaigns.&lt;br&gt;
&lt;br&gt;
I know eventually I will need a robust solution, but until we get sales folks in place and figure out those options, I&apos;m looking for a lightweight, possibly open-source solution to manage the campaigns we have sold so far.&lt;br&gt;
&lt;br&gt;
All I need is some sort of interface to create the campaigns, track views and clickthroughs, standard stuff.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.33642</guid>
	<pubDate>Thu, 02 Mar 2006 13:46:20 -0800</pubDate>
	<category>ads</category>
	<category>development</category>
	<category>software</category>
	<category>web</category>
	<category>www</category>
	<dc:creator>crickets</dc:creator>
	</item>
	<item>
	<title>Web Hosting 101</title>
	<link>http://ask.metafilter.com/31746/Web%2DHosting%2D101</link>	
	<description>For those who pay for web hosting: I&apos;m about to look for my first web host. What information, be it about privacy, or questions to ask, or really anything, should I have/look for as I shop around? I&apos;ll gladly take anything, I&apos;m quite green.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2006:site.31746</guid>
	<pubDate>Mon, 30 Jan 2006 10:34:13 -0800</pubDate>
	<category>web</category>
	<category>webhosting</category>
	<category>www</category>
	<dc:creator>boombot</dc:creator>
	</item>
	<item>
	<title>Windows XP crashing</title>
	<link>http://ask.metafilter.com/13224/Windows%2DXP%2Dcrashing</link>	
	<description>Win XP Problem: Windows Explorer (and My Computer) keep crashing. If I bring either up, it crashes immediately (the computer doesn&apos;t crash). Around the same time, I noticed I&apos;d acquired some spyware. So I ran Ad-aware, and it seemed to get rid of the bad stuff. But Explorer still crashes. I ran Norton Anti-Virus, which claimed it found viruses but couldn&apos;t fix them because I needed to adjust the properties of some of the Norton files. But I can&apos;t adjust these properties, because I can&apos;t get to the files (because Explorer crashes). Help.</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.13224</guid>
	<pubDate>Tue, 21 Dec 2004 06:31:35 -0800</pubDate>
	<category>ie</category>
	<category>internetexplorer</category>
	<category>web</category>
	<category>windows</category>
	<category>windowsxp</category>
	<category>www</category>
	<dc:creator>grumblebee</dc:creator>
	</item>
	<item>
	<title>Simple Site Setupt</title>
	<link>http://ask.metafilter.com/9664/Simple%2DSite%2DSetupt</link>	
	<description>A family member of mine wants to set up a simple site for his home business - schedules of classes, some photographs, contact information, links, etc., and I have suggested that he use Typepad, which I use for a number of projects. However I think he&apos;d prefer a non-weblog format, which leads me to my question: are there combined hosting/construction tools out there, like some of these weblog services, that have a good and very easy-to-use back-end, lots of design/format choices, but are more focused around a more heirarchically structured, top-down site structure?</description>
	<guid isPermaLink="false">tag:ask.metafilter.com,2004:site.9664</guid>
	<pubDate>Wed, 25 Aug 2004 13:38:24 -0800</pubDate>
	<category>design</category>
	<category>host</category>
	<category>hosting</category>
	<category>http</category>
	<category>server</category>
	<category>service</category>
	<category>web</category>
	<category>webhosting</category>
	<category>www</category>
	<dc:creator>luriete</dc:creator>
	</item>
	
	</channel>
</rss>

