<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xml:base="http://www.maximumpc.com" xmlns:dc="http://purl.org/dc/elements/1.1/">
<channel>
 <title>Maximum PC html RSS Feed</title>
 <link>http://www.maximumpc.com/tags/html</link>
 <description>used for category lists, takes arguments</description>
 <language>en</language>
<item>
 <title>Mozilla Launches Jetpack Gallery for Firefox, Offers No-Restart Add-ons</title>
 <link>http://www.maximumpc.com/article/news/mozilla_launches_jetpack_gallery_firefox_offers_norestart_addons</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;Mozilla today unveiled the Jetpack Gallery, &lt;a href=&quot;http://mozillalabs.com/jetpack/2009/11/11/launching-the-jetpack-gallery/&quot;&gt;a place for developers to showcase their Jetpack add-ons&lt;/a&gt;.  Jetpack is a Mozilla Labs project that lets developers build Firefox add-ons using HTML, CSS, and JavaScript. While the newly launched gallery – still in beta - gives developers the opportunity to host and promote their Jetpacks, it lets Firefox users browse, install and rate Jetpacks. Installing Jetpacks is quite easy and doesn’t even require a browser restart, save for the very first Jetpack that a user installs. The &lt;a href=&quot;http://jetpackgallery.mozillalabs.com/&quot;&gt;Jetpack Gallery&lt;/a&gt; currently features over 30 add-ons. &lt;br /&gt; &lt;br /&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u46168/jetpack_gallery.jpg&quot; width=&quot;405&quot; height=&quot;323&quot; /&gt;&lt;/div&gt;
</description>
 <comments>http://www.maximumpc.com/article/news/mozilla_launches_jetpack_gallery_firefox_offers_norestart_addons#comments</comments>
 <category domain="http://www.maximumpc.com/article_type/news_amp_views">News</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/6266">add-ons</category>
 <category domain="http://www.maximumpc.com/geek_tested/beta">beta</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/6217">css</category>
 <category domain="http://www.maximumpc.com/geek_tested/developers">developers</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/3139">downloads</category>
 <category domain="http://www.maximumpc.com/geek_tested/firefox">firefox</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/6218">html</category>
 <category domain="http://www.maximumpc.com/geek_tested/javascript">JavaScript</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/8054">jetpack</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/10357">jetpack gallery</category>
 <category domain="http://www.maximumpc.com/geek_tested/mozilla">Mozilla</category>
 <pubDate>Thu, 12 Nov 2009 18:44:14 -0600</pubDate>
 <dc:creator>Pulkit Chandna</dc:creator>
 <guid isPermaLink="false">9093 at http://www.maximumpc.com</guid>
</item>
<item>
 <title>7 HTML Tags You Should NEVER Use Again</title>
 <link>http://www.maximumpc.com/article/features/the_7_most_misused_html_tags_and_how_fix_them</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u53951/html.jpg&quot; width=&quot;273&quot; height=&quot;165&quot; /&gt;&lt;/div&gt;
&lt;p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Over the first seventeen years of the web’s existence, HTML has undergone beaucoup changes. What was once the predominant language of the web now shares the spotlight with a variety of scripting languages, stylesheets, and other types of markup, ranging from Javascript to Cascading Style Sheets. The flexibility of modern scripting languages, separation of content and style have combined to become more like applications than the static web pages we all remember from the early days of the web. &lt;/p&gt;
&lt;p&gt;Back in 1995, when HTML first took off with the general public, there were a number of offenders that made the Internet look aesthetically awful. Designers employed atrocious HTML elements, such as the&lt;strong&gt; &amp;lt;blink&amp;gt;&lt;/strong&gt; and&lt;strong&gt; &amp;lt;marquee&amp;gt;&lt;/strong&gt; tags, which only made a show of serious web coders. It’s doubtful that anyone at that time considered blinking and scrolling text fluid web design.  &lt;/p&gt;
&lt;p&gt;In the last few years, CSS has taken off with the rise of Web 2.0 and has certainly transformed web design into a much simpler endeavor—gone are the days of having to repeat the same mundane code or navigating a sea of jumbled up HTML in search of that one inconsistency. Things have gotten better since the Nineties and early-2000s, but some web designers are still foolishly living in the past. We’ve decided to update the criteria of HTML elements that are simply outdated and have been replaced by a batch of shinier, better CSS elements. If 1997 was the last time you’ve had a crash course in web design, than read on to learn a few new things about this versatile web world.&lt;/p&gt;
&lt;h2&gt;Design Fumbles&lt;/h2&gt;
&lt;h2&gt;&amp;lt;frame&amp;gt;&lt;/h2&gt;
&lt;p&gt;Back in the day, the main appeal of frames was that you could insert repeated chunks of HTML, such as a navigation bar, in multiple pages without having to reload a side menu bar for each page view.  Regardless of their good intentions, frames were never user friendly and really did a number by confusing search engines—if a search query matched a site as a whole, the search engine would return the frame set, though sometimes it would link to the wrong frame, confusing the user. Having a search engine recognize the correct page link was especially crucial if you wanted to increase your chances of receiving even average traffic numbers. Add that to the fact that this element embodies the epitome of tacky web design and there was never a right way to beautify this particular design faux-paux.&lt;/p&gt;
&lt;div align=&quot;center&quot;&gt;
&lt;p align=&quot;center&quot;&gt;&amp;nbsp;&lt;/p&gt;
&lt;blockquote&gt;&lt;p&gt;&lt;em&gt;&lt;strong&gt;&amp;lt;FRAMESET cols=&amp;quot;20%, 80%&amp;quot;&amp;gt;&lt;br /&gt;  &amp;lt;FRAMESET rows=&amp;quot;100, 200&amp;quot;&amp;gt;&lt;br /&gt;      &amp;lt;FRAME src=&amp;quot;contents_of_frame1.html&amp;quot;&amp;gt;&lt;br /&gt;      &amp;lt;FRAME src=&amp;quot;contents_of_frame2.gif&amp;quot;&amp;gt;&lt;br /&gt;  &amp;lt;/FRAMESET&amp;gt;&lt;/strong&gt;&lt;/em&gt; &lt;/p&gt;&lt;/blockquote&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;There is only one reason for using frames and that’s so search engines like Google can differentiate their site from others. Frames will never fit the conceptual design of the web.  &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Modern Alternative: &lt;/strong&gt;Opt for a simplified CSS template with a minimal navigation bar.  Place the navigation at the top of the page for easy access and make sure that it reoccurs on every page. If you keep the layout consistent throughout your website sections, users should have no problem even loading the pages, since CSS is a much lighter way to lay out a website.&lt;/p&gt;
&lt;h2&gt;&amp;lt;table&amp;gt; &lt;/h2&gt;
&lt;p&gt;Tables are the most misused HTML element of all time. They are constantly used for laying out web sites, though their original intention was to provide structured data. Take our benchmarks tables, for example.&lt;/p&gt;
&lt;p&gt;Back in the day, not all browsers supported CSS. So, tables became the standard for formatting webpage layouts and designers put parts of their content into specific arrangements within the columns. Even Adobe ImageReady’s image slicing plug-in exported the final product into tables and web design software perpetuated this erroneous trend.  &lt;/p&gt;
&lt;div align=&quot;center&quot;&gt;
&lt;p&gt;&lt;em&gt;&lt;strong&gt;&amp;lt;table border=&amp;quot;1&amp;quot;&amp;gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;row 1, cell 1&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;row 1, cell 2&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;tr&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;row 2, cell 1&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;td&amp;gt;row 2, cell 2&amp;lt;/td&amp;gt;&lt;br /&gt;&amp;lt;/tr&amp;gt;&lt;br /&gt;&amp;lt;/table&amp;gt;&lt;/strong&gt;&lt;/em&gt;&lt;/p&gt;
&lt;/div&gt;
&lt;p&gt;The table element was never really meant to layout an entire site. Using it clutters up your web code and unnecessarily bogs down the page’s file size, which could affect the bandwidth of your server and your visitors. &lt;/p&gt;
&lt;p&gt;Tables are also incredibly labor intensive. For each cell, you’d have to write out the element and make sure to close the tag.  In between closing the &lt;strong&gt;&amp;lt;tr&amp;gt; &lt;/strong&gt;tag and making sure you didn’t leave a &lt;strong&gt;&amp;lt;td&amp;gt;&lt;/strong&gt; tag open, the final product could turn out pretty disastrous. It’s also difficult to get each cell to do exactly what it’s specified it to do, and that’s primarily because, as reiterated, tables were never meant for designing web pages.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Modern Alternative: &lt;/strong&gt;Now that CSS has been refined and is compatible with all browsers, it’s become the standard for all web design. CSS not only radically reduces the weight of your website, it allows it to load at a faster rate and makes it available on a variety of platforms, including mobile web. CSS also make redesigns easier, since all you have to do is change the properties of your stylesheet instead of editing each page at a time.&lt;/p&gt;
&lt;p&gt;A great way to get started and familiarize yourself with CSS is to find a site with free templates and practice laying out your own design. For those who learn better by doing, this is an incredibly effective way to learn how to manipulate stylesheets.&lt;/p&gt;
&lt;h2&gt;&amp;lt;imagemaps&amp;gt;&lt;/h2&gt;
&lt;p&gt;The image map is a list of coordinates on a specific image that are clickable and link to another page. Adobe ImageReady, Dreamweaver, and GIMP all contain plug-ins to map out image map coordinates and export them to HTML.  &lt;/p&gt;
&lt;div align=&quot;center&quot;&gt;&lt;em&gt;&lt;strong&gt;&amp;lt;img src=&amp;quot;awesomecomputer.gif&amp;quot;       width=&amp;quot;145&amp;quot; height=&amp;quot;126&amp;quot;       alt=&amp;quot;This computer is awesome&amp;quot;       usemap=&amp;quot;#awesomecomputer&amp;quot; /&amp;gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;       &amp;lt;map        name=&amp;quot;awesomecomputer&amp;quot;&amp;gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;               &amp;lt;area shape=&amp;quot;rect&amp;quot; coords=&amp;quot;0,0,82,126&amp;quot; href=&amp;quot;sun.htm&amp;quot; alt=&amp;quot;CPU&amp;quot; /&amp;gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;               &amp;lt;area shape=&amp;quot;circle&amp;quot; coords=&amp;quot;90,58,3&amp;quot; href=&amp;quot;mercur.htm&amp;quot; alt=&amp;quot;GPU&amp;quot; /&amp;gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;               &amp;lt;area shape=&amp;quot;circle&amp;quot; coords=&amp;quot;124,58,8&amp;quot; href=&amp;quot;venus.htm&amp;quot; alt=&amp;quot;PSU&amp;quot; /&amp;gt;&lt;/strong&gt;&lt;br /&gt;&lt;strong&gt;       &amp;lt;/map&amp;gt;&lt;/strong&gt;&lt;/em&gt;&lt;/div&gt;
&lt;p&gt;Many sites use this element for their navigation bar, but it is one that should be avoided unless the situation requires otherwise. Generally, image maps are not very accessible and can be confusing to the average web user, especially if there’s no obvious indication. And, should there be a server timeout and your user is left with no image, rendering navigation around your site impossible. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Modern Alternative: &lt;/strong&gt;If the information you’re presenting is best exemplified visually than in text, use the image map. For example, in an educational setting, you could use a map of the United States, with each state linking to a page full of important factoids and information about that state. &lt;/p&gt;
&lt;p&gt;Otherwise, a nicely designed navigation bar at the top of a page is easily noticeable and not at all confusing. You can use a CSS template to navigation bar. Make sure to use simple terms like “make your own buttons&amp;quot;, or get creative using Photoshop to fully customize your own &amp;quot;home” and “about”. &lt;/p&gt;
&lt;h2&gt;Text Offenders&lt;/h2&gt;
&lt;h2&gt;&amp;lt;font&amp;gt;&lt;/h2&gt;
&lt;p&gt;The font element specifies the font face, size, and color of your text. However, the &lt;strong&gt;&amp;lt;font&amp;gt;&lt;/strong&gt; tag is limited in style options—only font face, size, and color can be formatted— and you’d have to write additional code to add any sort of text decoration, such as bolded text. &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;em&gt;&lt;strong&gt;&amp;lt;font face=&amp;quot;comic sans&amp;quot; size=&amp;quot;3&amp;quot; color=&amp;quot;red&amp;quot;&amp;gt;Maximum PC&amp;lt;/font&amp;gt;&lt;/strong&gt;&lt;/em&gt; &lt;/p&gt;
&lt;p&gt;Font elements also need to be applied at the instance of every new element. For example, if you’re using the paragraph element and are closing that tag, your font element is, by default, closed with it. So, you have to reestablish that element at the start of your next &lt;strong&gt;&amp;lt;p&amp;gt;&lt;/strong&gt; tag, and repeat this process throughout your layout code. There is certainly too much code clutter when using this element. &lt;/p&gt;
&lt;p&gt;Additionally, the &lt;strong&gt;&amp;lt;font&amp;gt;&lt;/strong&gt; tag is a major hindrance because it means that the coder made a basic assumption about the web user’s browser and configuration. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Modern Alternative:&lt;/strong&gt; With the integration of easy-to-use style sheets in today’s web design, the font element is almost considered ancient history. Using CSS, you can apply properties to various forms of the font element with just one single batch of code.  You can establish your heading and link elements at the start of the document without having to repeat any sort of code each time you want to use that specific element. &lt;/p&gt;
&lt;p&gt;In addition, not only does the CSS lighten the load of code in the page source, but should the site requires a color theme redesign, all it takes is tweaking the appropriate hex values in the stylesheet.&lt;/p&gt;
&lt;h2&gt;&amp;lt;b&amp;gt; and &amp;lt;i&amp;gt;&lt;/h2&gt;
&lt;p&gt;The Web Hypertext Technology Working Group (WHATWG) specifies that both the &lt;strong&gt;&amp;lt;b&amp;gt;&lt;/strong&gt; and &lt;strong&gt;&amp;lt;i&amp;gt; &lt;/strong&gt;tags are to be used as a last resort when no other element is more appropriate.&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;em&gt;&lt;strong&gt;&amp;lt;b&amp;gt;Maximum&amp;lt;/b&amp;gt;&amp;lt;i&amp;gt;PC&amp;lt;/i&amp;gt;&lt;/strong&gt;&lt;/em&gt; &lt;/p&gt;
&lt;p&gt;The truth is: it’s all semantics. The &lt;strong&gt;&amp;lt;b&amp;gt;&lt;/strong&gt; tag does not specifically imply a strong emphasis on a particular word, nor does the &lt;strong&gt;&amp;lt;i&amp;gt; &lt;/strong&gt;tag indicate that there is light emphasis. You could argue that you want the elements to convey either meaning. &lt;/p&gt;
&lt;p&gt;The bold and italic font elements do not have to be considered illegal. Rather, it’s that they’re hardly used in the proper context. The &lt;strong&gt;&amp;lt;b&amp;gt;&lt;/strong&gt; and &lt;strong&gt;&amp;lt;i&amp;gt; &lt;/strong&gt;tags should never be used solely for the purpose of stylizing text and especially not for headers. After all, that’s what CSS is for. &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Modern Alternative:&lt;/strong&gt; Use the&lt;strong&gt; &amp;lt;strong&amp;gt;&lt;/strong&gt; and &lt;strong&gt;&amp;lt;em&amp;gt;&lt;/strong&gt; tag to bold and italicize, respectively.&lt;/p&gt;
&lt;p&gt;And what about underlining? &lt;a href=&quot;http://www.w3schools.com/&quot; target=&quot;_blank&quot;&gt;W3schools.org&lt;/a&gt;, the leading opinion on fads in web coding, deprecate the &lt;strong&gt;&amp;lt;u&amp;gt; &lt;/strong&gt;tag and strongly advise against it, especially since a user could confuse underlining text for an active hyperlink. &lt;/p&gt;
&lt;h2&gt;&amp;lt;small&amp;gt; and &amp;lt;big&amp;gt;&lt;/h2&gt;
&lt;p&gt;The point of small and big is to indicate text as either very important or not important at all.  However, web designers and bloggers alike have made the mistake of using this particular element to actually set the font size of their body text. &lt;/p&gt;
&lt;p&gt;The problem is that some browsers actually ignore these elements all together.  In particular, &lt;strong&gt;&amp;lt;small&amp;gt;&lt;/strong&gt; was supposed to simulate small caps, but the result is that the text is actually just a size smaller than the default. &lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;em&gt;&lt;strong&gt;&amp;lt;big&amp;gt;Maximum&amp;lt;/big&amp;gt;&amp;lt;small&amp;gt;PC&amp;lt;/small&amp;gt;&lt;/strong&gt;&lt;/em&gt; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Modern Alternative:&lt;/strong&gt; Specifying your body text and headers at the beginning of your code is the most organized way to manage fluidity in your body text. &lt;/p&gt;
&lt;p&gt;If you’re writing something that requires citation, there is actually a citation tag, which is &lt;strong&gt;&amp;lt;cite&amp;gt;&lt;/strong&gt;. Use this for attributions where applicable. &lt;/p&gt;
&lt;h2&gt;&amp;lt;bdo&amp;gt;&lt;/h2&gt;
&lt;p&gt;This tag allows you to set the text decoration of your text. When applied, the &lt;strong&gt;&amp;lt;bdo&amp;gt;&lt;/strong&gt; will make your text display backward, with letters flipped horizontally.&lt;/p&gt;
&lt;p align=&quot;center&quot;&gt;&lt;em&gt;&lt;strong&gt;&amp;lt;bdo&amp;gt;Maximum PC&amp;lt;/bdo&amp;gt;&lt;/strong&gt;&lt;/em&gt; &lt;/p&gt;
&lt;p&gt;&lt;strong&gt;The Modern Alternative:&lt;/strong&gt; If your goal is to specify the alignment of text, use paragraph elements, such as the &lt;strong&gt;&amp;lt;div&amp;gt;&lt;/strong&gt; tag. You can add whether you want your text to align to the left, right, center, or justified.&lt;/p&gt;
</description>
 <comments>http://www.maximumpc.com/article/features/the_7_most_misused_html_tags_and_how_fix_them#comments</comments>
 <category domain="http://www.maximumpc.com/taxonomy/term/31">Features</category>
 <category domain="http://www.maximumpc.com/geek_tested/design">design</category>
 <category domain="http://www.maximumpc.com/geek_tested/features">features</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/6218">html</category>
 <category domain="http://www.maximumpc.com/geek_tested/internet">Internet</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/3675">web</category>
 <pubDate>Tue, 07 Apr 2009 15:30:00 -0500</pubDate>
 <dc:creator>Florence Ion</dc:creator>
 <guid isPermaLink="false">5900 at http://www.maximumpc.com</guid>
</item>
<item>
 <title>Five Essential Freeware Apps for Making a Web Site!</title>
 <link>http://www.maximumpc.com/article/features/five_essential_freeware_apps_making_a_web_site</link>
 <description>&lt;!--paging_filter--&gt;&lt;p&gt;We&#039;re taking a look at Web page creation tools in this week&#039;s freeware/open-source roundup.  And let&#039;s face it, the task sounds daunting: making a Web page, that is.  Finding the programs is the easy part.  There are a ton of authoring tools out on the Interwebs, but therein lies the problem.  You don&#039;t want to have to burrow through 30 different applications to find the one that matches your experience level.  And if you&#039;re completely new to HTML/CSS, you&#039;re going to want the most bare-bones, easy-to-use application you can find for making your first big online &amp;quot;Hello World!&amp;quot;&lt;/p&gt;
&lt;p&gt;We&#039;ve scoured through a number of programs to find the best applications for helping you make that picture-perfect Web page.  From HTML creation, to file uploading, to validating, our choices represent a batch of must-have programs.  Depending on your experience level, you might not need all five before you have your own variant of Maximumpc.com up and running.  But everyone should be able to find something they need in our treasure trove of Web tools.&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;http://www.kompozer.net/&quot;&gt;KompoZer&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u16580/daveblog_web1.jpg&quot; width=&quot;415&quot; height=&quot;267&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What it does:&lt;/strong&gt; If you can&#039;t afford Macromedia&#039;s Dreamweaver, then KompoZer is the next best thing.  It lacks the supreme functionality of the paid-for application, but this WYSIWYG (what-you-see-is-what-you-get) editor still does an excellent job with the basics.  If you know nothing about Web creation, you can enter in the text and pictures you want and create a basic, default page quickly.  If you want to get a little fancier, KompoZer&#039;s built-in site management tools, barebones HTML editor, and CSS management system are excellent features for an advanced Web page designer. &lt;/p&gt;
&lt;p&gt;Download it &lt;a href=&quot;http://www.kompozer.net/&quot;&gt;here&lt;/a&gt;!&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;http://www.datadosen.se/&quot;&gt;JAlbum&lt;/a&gt; &lt;/h2&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u16580/daveblog_web2.jpg&quot; width=&quot;415&quot; height=&quot;331&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What it does:&lt;/strong&gt; If you&#039;ve ever tried to create a photo gallery by hand, you&#039;ll know just how much of a time-consuming process it can be.  You have to pick your photos, resize your photos to thumbnail and full dimensions, create a template for your gallery pages, insert each picture into your pages, link each thumbnail picture to the larger image, et cetera.  It&#039;s a nightmare.  JAlbum takes this process, which can last for days, and shrinks it down into a five-minute affair.  Select your photos, customize your output page, and click a button. That&#039;s all you have to do to have a fully working photo gallery -- just upload it to your Web host and you&#039;re all done! &lt;/p&gt;
&lt;p&gt;Download it &lt;a href=&quot;http://www.datadosen.se/&quot;&gt;here&lt;/a&gt;! &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;http://filezilla-project.org/&quot;&gt;FileZilla&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u16580/daveblog_web3.jpg&quot; width=&quot;415&quot; height=&quot;331&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What it does:&lt;/strong&gt; How are you going to get your KompoZer pages or JAlbum galleries up to your Web host?  FTP, that&#039;s how.  FileZilla remains one of the tried-and-tested FTP programs that offers unlimited, nag-free transfers between your computer and a host. It supports resuming for when your connection craps out in the middle of transferring a huge file, keep-alive functionality for staying attached to your FTP site even when you aren&#039;t actually uploading anything, and drag-and-drop file management that&#039;s as easy to use as Windows Explorer. &lt;/p&gt;
&lt;p&gt;Download it &lt;a href=&quot;http://filezilla-project.org/&quot;&gt;here&lt;/a&gt;! &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;http://www.htmlvalidator.com/lite/&quot;&gt;CSS HTML Validator Lite&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;a href=&quot;/files/u16580/daveblog_web4b.jpg&quot; class=&quot;thickbox&quot;&gt;&lt;img src=&quot;/files/u16580/daveblog_web4.jpg&quot; width=&quot;415&quot; height=&quot;356&quot; /&gt;&lt;/a&gt;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What it does:&lt;/strong&gt; Whoops!  If you&#039;re a hand-coder, then this tool is a great way to check the pages you create before the typos and errors you&#039;ve accidentally put into the code affect your live content!  This application runs through common errors like misspellings and open tags, but it can also automatically place quotations around attribute values and assist you in common page design.  While we&#039;d stick to a more robust notepad editor for our actual page creation, there&#039;s no reason why we wouldn&#039;t run our finished product through CSS HTML Validator Lite before uploading it to the Web. &lt;/p&gt;
&lt;p&gt;Download it &lt;a href=&quot;http://www.htmlvalidator.com/lite/&quot;&gt;here&lt;/a&gt;! &lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;h2&gt;&lt;a href=&quot;http://lifehacker.com/software/texter/lifehacker-code-texter-windows-238306.php&quot;&gt;Texter&lt;/a&gt;&lt;/h2&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;div style=&quot;text-align: center&quot;&gt;&lt;img src=&quot;/files/u16580/daveblog_web5.jpg&quot; width=&quot;415&quot; height=&quot;321&quot; /&gt;&lt;/div&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;What it does:&lt;/strong&gt; If you&#039;re human, then you hate having to open and close your tags each time you go to write a new piece of HTML.  Just imagine all the time you could save if you had an easy shortcut for, say, opening up an &amp;lt;img&amp;gt; and &amp;lt;/img&amp;gt; tag and placing your cursor right in the middle of the two. Lifehacker itself has come to the rescue on this one.  Texter transforms text commands into text elements.  This means that you can type &amp;quot;p&amp;quot; and hit Tab to open up a set of HTML paragraph tags. Or you could make the word &amp;quot;Himg&amp;quot; your shortcut for opening up a full &amp;lt;img src=&amp;quot;...&amp;quot;&amp;gt; line.  This awesome application makes hand-coding just that much quicker--in many ways, faster and cleaner than what you could ever do in a WYSIWYG editor!&lt;/p&gt;
&lt;p&gt;Download it &lt;a href=&quot;http://lifehacker.com/software/texter/lifehacker-code-texter-windows-238306.php&quot;&gt;here&lt;/a&gt;! &lt;/p&gt;
</description>
 <comments>http://www.maximumpc.com/article/features/five_essential_freeware_apps_making_a_web_site#comments</comments>
 <category domain="http://www.maximumpc.com/taxonomy/term/31">Features</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/6217">css</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/6216">filezilla</category>
 <category domain="http://www.maximumpc.com/geek_tested/freeware">freeware</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/6218">html</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/6215">jalbum</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/6214">kompozer</category>
 <category domain="http://www.maximumpc.com/geek_tested/open_source">open source</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/6213">publishing</category>
 <category domain="http://www.maximumpc.com/geek_tested/software">Software</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/6220">texter</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/6219">validate</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/6212">web design</category>
 <category domain="http://www.maximumpc.com/taxonomy/term/147">Web Exclusive</category>
 <pubDate>Wed, 31 Dec 2008 11:45:21 -0600</pubDate>
 <dc:creator>David Murphy</dc:creator>
 <guid isPermaLink="false">4670 at http://www.maximumpc.com</guid>
</item>
</channel>
</rss>
