<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Jenn Mears Web Design</title>
	<atom:link href="http://www.jennmearswebdesign.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.jennmearswebdesign.com</link>
	<description>Web design, Graphics and Web 2.0 tutorials</description>
	<pubDate>Sat, 19 Jul 2008 01:52:17 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>A Case for the DT&#8217;s</title>
		<link>http://www.jennmearswebdesign.com/2008/07/18/a-case-for-the-dts/</link>
		<comments>http://www.jennmearswebdesign.com/2008/07/18/a-case-for-the-dts/#comments</comments>
		<pubDate>Sat, 19 Jul 2008 01:52:17 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[css]]></category>

		<category><![CDATA[lifehack]]></category>

		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.jennmearswebdesign.com/?p=236</guid>
		<description><![CDATA[My latest project has been one of those things where you say &#8220;Yeah, I&#8217;m pretty sure I can do that.&#8221; only to end up thrashing around on Google and in various forums, trying every keyword combination possible to make Wordpress do something that you thought would be fairly simple.  
It could be the particular [...]]]></description>
			<content:encoded><![CDATA[<p>My <a href="http://parentsunitedofsalem.org/new_site">latest project</a> has been one of those things where you say &#8220;Yeah, I&#8217;m pretty sure I can do that.&#8221; only to end up thrashing around on Google and in various forums, trying every keyword combination possible to make Wordpress do something that you thought would be fairly simple.  <span id="more-236"></span></p>
<p>It could be the particular theme that I chose as my foundation, but it seemed like no matter what I did, I couldn&#8217;t make a simple unordered list of images and links line up correctly.  They kept nesting in a big ugly diagonal line running down the page.  It&#8217;s my first time developing something according to a graphic designer&#8217;s mock-up and, while I love a challenge, I was starting to pop a sweat as I threw all sorts of html at the page, trying to make those damn images and blurbs line up obediently.</p>
<p>Finally, I stumbled upon one of those &#8220;eureka&#8221; moments when I found out that a Definition List, designated with a specific class, could be molded to my specifications.  After switching to the HTML mode of writing, I added a
<dl class="welcome"> tag then I put the img tags into dt wrappers like so:<br />
<a href='http://www.jennmearswebdesign.com/wp-content/uploads/2008/07/dtcode.gif'><img src="http://www.jennmearswebdesign.com/wp-content/uploads/2008/07/dtcode-300x101.gif" alt="Code View Hack!" title="dtcode" width="300" height="101" class="alignnone size-medium wp-image-237" /></a><br />
And then enclose the text link and description in
<dd></dd>
<p> tags.  Then, I added some appropriate CSS in the Design>Theme Editor>style.css section of the Dashboard:<br />
dl.welcome {<br />
width: 85%;<br />
margin: 15px 0;<br />
padding: 15px;<br />
}</p>
<p>dl.welcome dt {<br />
margin-top: 20px;<br />
margin-bottom: 0px;<br />
}</p>
<p>dl.welcome dt img {<br />
float: left;<br />
margin: 0px 5px 0 0;<br />
}</p>
<p>dl.welcome dd {<br />
margin-left: 5px;<br />
margin-bottom: 20px;<br />
font-size: 90%;<br />
line-height: 1.5em;<br />
} </p>
<p>and Voila!  a list that managed to maintain the same layout that the designer intended.
</dl>
<p><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jennmearswebdesign.com/2008/07/18/a-case-for-the-dts/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Fun with Subdomains</title>
		<link>http://www.jennmearswebdesign.com/2008/05/23/fun-with-subdomains/</link>
		<comments>http://www.jennmearswebdesign.com/2008/05/23/fun-with-subdomains/#comments</comments>
		<pubDate>Sat, 24 May 2008 00:39:43 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[lifehack]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.jennmearswebdesign.com/?p=233</guid>
		<description><![CDATA[So I had an interesting synchronization happen last month.  I met with a parenting group in Salem about possibly helping them put together a new web site and the site&#8217;s administrator asked me if I thought Wordpress MU would be a good solution for handling the group discussion feature.  I had to ask [...]]]></description>
			<content:encoded><![CDATA[<p>So I had an interesting synchronization happen last month.  I met with a parenting group in Salem about possibly helping them put together a new web site and the site&#8217;s administrator asked me if I thought <a href="http://wordpress.jdwebdev.com/blog/wp-vs-mu/">Wordpress MU</a> would be a good solution for handling the group discussion feature.  I had to ask him to explain what it was, and it sounded interesting, but kind of overkill for something that could probably be handled by <a href="http://codex.wordpress.org/Comment_Moderation">comment moderation</a> in Wordpress.  </p>
<p>But the idea of using multiple blogs on one site was interesting and I thought it might work for another client who wanted to build a web site around the idea of one umbrella corporation and three companies under that corporation.  <span id="more-233"></span>It seemed like the best way to avoid paying for hosting 4 separate web sites was to install Wordpress MU and use it to generate subdomains off the main site.  After checking into the hosting requirements, I emailed the client&#8217;s hosting company and asked about their policy regarding access to Wildcard DNS and the CHMOD rewrites.</p>
<p>After waiting a couple of days, I called the company and it turned into one of those conversations every web designer dreads.  It seemed like every question I had was answered with &#8220;That&#8217;s a question for &#8217;so and so&#8217; and they&#8217;re not here now.  Can they call you back?&#8221;  Granted Wordpress MU is a new idea for a lot of people, including me, but shouldn&#8217;t a hosting company know what its plans are about?<br />
And of course, the host company&#8217;s admin interface was in Plesk, so the <a href="http://www.blogopreneur.com/2006/11/06/installing-wordpress-mu-on-a-cpanelwhm-server/">instructions</a> I had found for installing WP MU with CPanel were bound to be extra tricky.</p>
<p>Long story short, I got all the way to the last step in the instructions, only to be told that the system admin at the hosting company was trying to decide if it OK to modify the httpd.conf file.  After being told by one employee that access to that file was up to me (for the record, I <em>was</em> able to find it in the Plesk panel and it clearly stated that I did <em>not</em> have access), I mentally threw up my hands and said &#8220;OK, just let me install Wordpress on each of the subdomains then.&#8221;  </p>
<p>After getting the ftp file path straightened out, Eureka!  Three separate WP installs on three subdomains!  So, for anyone else out there in the same predicament, here&#8217;s some advice to save you some blood, sweat and tears.</p>
<p>1) Wordpress MU is really designed to work for people who wish to offer their site&#8217;s users the option f setting up their own blog through their site.  </p>
<p>2) Really try to nail down the hosting company involved as to what they can and can&#8217;t do for you.  Make sure you talk to someone who can give you definite answers.</p>
<p>3) If you really want to set up a site with subdomains in Wordpress, try to determine if your client wants subdomains that look different than the main one or similar.  It was a happy accident when I realized that the theme I had already altered for the main site could be &#8220;recycled&#8221;, uploaded and activated for the three subdomains without having to tweak the template again.</p>
<p>4) One pitfall for subdomains in Wordpress installs is that the Permalinks feature actually generates Error 404&#8217;s when you try to go to a page.  <a href="http://wordpress.org/support/topic/156062">Others have had this issue</a>, and I have to confess that I was experiencing &#8220;Plesk Fatigue&#8221; when try to troubleshoot this, so I took the lazy girl route and simply went back to the default in permalinks (i.e. &#8220;http://trackcon.ictrfid.com/?page_id=3&#8243; instead of &#8220;http://trackcon.ictrfid.com/service-and-repair&#8221;)</p>
<p>Stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jennmearswebdesign.com/2008/05/23/fun-with-subdomains/feed/</wfw:commentRss>
		</item>
		<item>
		<title>How To Choose A Hosting Company</title>
		<link>http://www.jennmearswebdesign.com/2008/05/22/how-to-choose-a-hosting-company/</link>
		<comments>http://www.jennmearswebdesign.com/2008/05/22/how-to-choose-a-hosting-company/#comments</comments>
		<pubDate>Thu, 22 May 2008 20:03:00 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Glossary]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[hosting]]></category>

		<guid isPermaLink="false">http://www.jennmearswebdesign.com/?p=225</guid>
		<description><![CDATA[So, you want to set up a web site&#8230;
I have had a few clients whose initial contact with me is along the lines of, &#8220;I&#8217;ve reserved a name with a hosting company, and now I have no idea where to go from here.&#8221;  Since I&#8217;ve been there myself, and have spent a lot of [...]]]></description>
			<content:encoded><![CDATA[<p>So, you want to set up a web site&#8230;</p>
<p>I have had a few clients whose initial contact with me is along the lines of, &#8220;I&#8217;ve reserved a name with a hosting company, and now I have no idea where to go from here.&#8221;  Since I&#8217;ve been there myself, and have spent a lot of time on the phone with clients answering questions about C-Panels and bandwidth, I thought it would be a good idea to write something like a field guide to hosting companies.<span id="more-225"></span></p>
<p><strong>What does a hosting company actually do?</strong></p>
<p>At its core, a hosting company owns space on the physical server where your web site&#8217;s files will reside.  When you sign up for a hosting plan, you are renting that space.  The other basic service that hosting companies provide is reserving the domain name you have decided on for your site.  You are renting a stake on your claim to that name through the company.  These claims can be held for a designated amount of time, in most cases a year to 2 years, and after that if the claim is not renewed, your claim on the domain name is released.  Hosting companies also handle email accounts and a vast majority also offer some variety of shopping cart software and template options for your website.</p>
<p><strong>What will my costs be?</strong></p>
<p>That question can be a tricky one.  I have seen hosting companies charge anywhere from $0 to $24 per month to host sites.  This is one area where you really have to &#8220;kick the tires&#8221; to make sure you are getting the best deal.  If the hosting company says they can host your site for $0 per month, chances are you are going to get a very basic package with no real options.  If you want your site to be more than an online brochure with a simple email link, then expect to pay around $8 a month for hosting.  That&#8217;s a reasonable rate for hosting a large site with dynamic scripting.  (see below for more explanation)</p>
<p><strong>All these companies offer all sorts of &#8220;packages&#8221;.  Which one is right for me?</strong></p>
<p>I know, I know.  If there is one thing I wish I could change about the hosting industry, it would be to standardize all the different offerings out there into three categories; Basic, Dynamic and Unlimited.  Then again, that would put their marketing staff out of work because there would be no need to come up with plan names like &#8220;hatchling&#8221; and &#8220;ultimate gold&#8221;.  Take a close look at what is offered in the cheapest plan.  Don&#8217;t know what all those acronyms and weird names mean?  Neither did I when I first started out.  Here&#8217;s a guide to get you started: </p>
<p><em>Anonymous FTP</em>:  Your site&#8217;s users will have the ability to upload and download files without having to sign in with a user name and password.</p>
<p><em>Apache</em>: An open-source program developed to run web servers.  Its popularity with hosting companies is due to the fact that it is reliable, secure and free.</p>
<p><em>Auto Responder</em>:  A service offered by which users receive an automatic response when they email you via your site.  If you are planning to offer products on your site, or, you anticipate getting lots of emails that you won&#8217;t be answering right away, this is a good thing to have.</p>
<p><em>Bandwidth</em>:  The amount of traffic that your site will be able to handle.  Technically, it&#8217;s calculated as the range of kilobits your site&#8217;s server can process per second.  For example, a full page of text is about 16 kilobits.  Therefore, a 56k (kilobits per second) modem could process it in less than a second.  Most hosting companies offer you more than enough bandwidth so it&#8217;s not a real issue unless you are anticipating a large amount of users.  Just aim for getting the most bandwidth you can for your dollar.</p>
<p><em>Blog</em>: A blog is often defined as an online journal or diary.  Hosting companies often offer one-click installation of blog software on your site.  If your site is for your company and you plan to keep your customers up to date on new products and developments, then consider having a blog section on your site.  It&#8217;s a low-overhead way to keep users informed about your site.</p>
<p><em>CGI</em>: This stands for Common Gateway Interface. It&#8217;s a small script that can process the data users send to your site via forms.  They are stored in a file on your site called a CGI-bin and should be offered as a component for even a basic site set-up.</p>
<p><em>CHMOD</em>:  A UNIX command for changing permission settings on your site&#8217;s files.  You may encounter this when you try to install third party software on your site.  It&#8217;s a good thing to ask a potential hosting company how you will be able to make changes to the CHMOD if necessary.  Some hosting companies will simply do it for you and others may let you access it yourself.</p>
<p><em>CMS</em>: A Content Management System is a method of managing your sites files online without having to know HTML code.  A site is set up with a shell of template files and a database and you can access a GUI online to control everything and add and change your site&#8217;s content yourself.  Some hosting companies offer &#8220;one-button install&#8221; of popular CMS tools like Wordpress and Drupal.</p>
<p><em>C-Panel</em>: This is one option for how you will interact with your site.  Some hosting companies use C-Panel to allow their clients access to their account and others use Plesk.  Both offer a Graphical User Interface (GUI for short) that lets you check your site&#8217;s traffic, manage databases and access your email account.  If it&#8217;s at all possible (and it should be!) you should ask a potential hosting company if you can take the C-Panel for a &#8220;test-drive&#8221;.</p>
<p><em>Data Transfer</em>: Data Transfer is the total amount of outbound traffic from your site (not including email) that is usually measured in Gigabytes.  One Gigabyte equals a billion bytes.  How is this different than bandwidth?  Bandwidth is the  <em>rate</em> at which your site&#8217;s data is transferred and Data Transfer is the<em>total</em> amount of transferred data. </p>
<p><em>Dedicated Hosting</em>: If you are planning to have a large number of websites, then dedicated hosting may be a cost-effective option.  All your sites will be hosted on the same server, which makes maintaining them easier.</p>
<p><em>Dedicated IP</em>: An IP (Internet Protocol) address dedicated to a single website.  If your site will require a high level of security, then this is a good idea.</p>
<p><em>Dedicated Server</em>: Sites that have a high rate of traffic, such as Amazon.com, take up a lot of the server&#8217;s processing power and other resources.  Therefore, it&#8217;s beneficial for all involved to have a server that is configured to run just that site so nothing crashes.</p>
<p><em>DNS</em>: Short for Domain Name System, it&#8217;s a database system that translates a computer&#8217;s IP address into a domain name.  So, 123.45.678.90 becomes http://yourdomain.com.</p>
<p><em>DNS Server</em>: A server that matches up a fully qualified domain with the right IP address.</p>
<p><em>Domain Name Forwarding</em>: A service by which you can take a reserved domain name and ask the server to redirect a user&#8217;s request to another domain.  Usually done to prevent competitive, copycat sites, this is also a good tactic to employ when you think potential users will try to find your site with a wide variety of keywords.  So, if the site you want to fully develop has the domain name, http://awesomekitchengadgets.com, you could try to reserve domains like kitchengadget.com and mykitchengadget.com and greatkitchengadget.com and set them all to be forwarded to awesomekitchengadgets.com.</p>
<p><em>Domain Name Locking</em>: A feature that allows you to secure your domain name and keep it from being &#8220;hijacked&#8221;.  If a domain transfer is requested, it will automatically fail unless you unlock it via your site&#8217;s control panel.</p>
<p><em>Domain Parking</em>: When a hosting company temporarily places your domain name on their servers until you purchase a hosting plan or forward the name to another site. </p>
<p><em>Email Forwarding</em>: When incoming emails addressed to a POP email address on your hosting account are redirected to your own email address.  If you are planning to have just an info@yourdomain.com address, it&#8217;s probably a good idea to simply forward emails to your &#8220;regular&#8221; email address so you don&#8217;t need to log into your account just to check on one address.  Most people would rather keep their site&#8217;s email traffic separate though, and it&#8217;s simple to set your POP email account&#8217;s login page as your browser&#8217;s home page so you won&#8217;t forget to check.</p>
<p><em>Encryption</em>: A method of providing security for exchanging data over the web.</p>
<p><em>File Manager</em>: A tool many hosting companies provide on the control panel that lets you upload HTML or image files to your site.</p>
<p><em>Front Page Extensions</em>: A set of scripts on the server that allows users of <a href="http://blogs.pcworld.com/staffblog/archives/001460.html">Microsoft&#8217;s Front Page</a> program to utilize its special components.</p>
<p><em>FTP</em>: Short for File Transfer Protocol, FTP is a method of moving files onto a server so they can be accessed via the web.  Some programs, like Adobe&#8217;s Dreamweaver, have FTP built in.  There are also stand-alone applications such as Fetch and CuteFTP.  If you are considering a hosting company that doesn&#8217;t offer the File Manager feature, then do a little research in the Help section, or via phone, to see if they offer instructions for how to upload files to the server using your particular FTP application.  You should also be able to find out what your site&#8217;s FTP address is and/or your IP address.  You will need one or the other, or both, to upload files to the correct server.</p>
<p><em>GUI</em>: Stands for Graphical User Interface.  Whenever you are doing something on a computer and you are controlling things by clicking on various icons and buttons, you are using a GUI.</p>
<p><em><a href="http://www.icann.org/">ICANN</a></em>:  The Internet Corporation for Assigned Names and Numbers tracks and coordinates the usage of IP addresses and domain names across the web.</p>
<p><em>IP Address</em>: An Internet Protocol Address is the unique numerical identifier that is used for every device that is connected to the internet.  (example: 123.45.678.90)</p>
<p><em>ISP</em>: Internet Service Provider.  This is the company, such as AOL or Comcast, that provides your access to the internet.</p>
<p><em>Javascript</em>: A simple (more than most anyway) programming language that is used on a web page to perform tasks such as checking over a form you&#8217;ve filled out.  </p>
<p><em>LAN</em>: Stands for Local Area Network, meaning a network of devices occupying a small area such as a building.</p>
<p><em>Linux</em>: An operating system, similar to Unix, which is used by hosting companies.</p>
<p><em>Log File</em>: A file on your hosting server that contains information about who is accessing the various pages of your web site.</p>
<p><em>Managed Web Hosting</em>: When a dedicated server is accompanied by full technical support, maintenance and monitoring services.</p>
<p><em>Masking</em>: A technique where the URL in your browser&#8217;s address bar remains the same no matter where you go on the web site.</p>
<p><em>MySQL</em>: A popular open-source database application that is supported by many UNIX-based hosting companies.</p>
<p><em>Name Server</em>: A variety of server that translates domain names and IP addresses.</p>
<p><em>ODBC</em>: Open Database Connectivity, a Microsoft standard that allows database programs access to information regardless the file format.</p>
<p><em>Optimization</em>: The art of developing your web site with an awareness of how search engines will be able to index it easily.</p>
<p><em>Page Views</em>: The number of times users view specific pages on your site.</p>
<p><em>Parked Page</em>: Usually means an &#8220;under construction&#8221; page that your hosting company provides until you upload your own page.</p>
<p><em>PERL</em>: An open-source Common Gateway Interface (CGI) programming language.</p>
<p><em>PHP</em>: Shorthand for Hypertext PreProcessor, PHP is an open-souce server side scripting language.</p>
<p><em>PhpMyAdmin</em>: A free mySQL administration tool that lets you create a database-driven site without having to learn SQL programming.</p>
<p><em>PhpNeo and PhpNuke</em>: Two free content management tools that are written in the PHP language.</p>
<p><em>Ping</em>: 1) Stands for Packet Internet Groper.  Not as scary as it sounds, this is a utility that senses when your computer is connected to the Internet.  2) A blogging tool that notifies a server when a blog has been updated.</p>
<p><em>Platform</em>: In hosting terms, this means the operating system that your server runs on i.e. Linux or Windows.</p>
<p><em>Plesk</em>: A server admin tool, similar to CPanel that you use to manage your web site.</p>
<p><em>Plone</em>: A free CMS tool that was developed to run on Zope, an open-source server platform.</p>
<p><em>Plug-in</em>: A software add-on that extends the software&#8217;s features.</p>
<p><em>POP</em>: Post Office Protocol, how your e-mail program integrates with your hosted site&#8217;s webmail server.</p>
<p><em>PostgreSQL</em>: An object-oriented database management system that lets you interact with a database via queries.</p>
<p><em>Raw Logs</em>: Real time data about who is requesting what pages on your site.</p>
<p><em>Reseller</em>: A lot of smaller hosting companies that don&#8217;t own the actual servers a site is hosted on, provide the actual administration of the site.  This keeps their operating costs down and the company that actually owns the servers is freed up to concentrate on keeping the servers functioning.</p>
<p><em>Server</em>: A computer connected to a network that handles requests for web pages.</p>
<p><em>Shared Server</em>: A server that shares computer resources with other servers, which cuts the costs of hosting.</p>
<p><em>Shared Web Hosting</em>: The cheapest hosting option, where one server handles numerous sites.  The downside is that this type of hosting can&#8217;t handle large scale, high traffic sites.</p>
<p><em>SSH</em>: Stands for Secure Shell, a standard for encrypted Internet connections.</p>
<p><em>SSI</em>: This stands for Server Side Includes, which tell a web page to do something before it is sent to the browser requesting it.  One example would be for the page to deliver the results of an online poll.  Pages that include SSI should have the file extension .shtml to reduce the <a href="http://www.pcmag.com/encyclopedia_term/0,2542,t=parse&#038;i=48862,00.asp">parsing</a> load on the server.</p>
<p><em>SSL</em>: Secure Sockets Layer, a <a href="http://www.pcmag.com/encyclopedia_term/0%2C2542%2Ct%3Dprotocol&#038;i%3D49877%2C00.asp">protocol </a>developed to protect sensitive data travelling over the web.  Pages with SSL begin with &#8220;https&#8221;.</p>
<p><em>Static IP Address</em>: Used for hosting name servers, these types of addresses are used for shared resources such as <a href="http://www.pcmag.com/encyclopedia_term/0%2C2542%2Ct%3DWeb+server&#038;i%3D54342%2C00.asp">web servers</a> and webcams.</p>
<p><em>Subdomain</em>: A web address that is a part of a containing web site.</p>
<p><em>Support</em>: The range of assistance that a hosting company agrees to provide according to the plan you purchase.  This is one area that is worth comparing carefully to other plans to ensure that you are not being excessively charged for things like tech support over the phone.  </p>
<p><em>Tape Backup</em>: A way to back up a site&#8217;s content periodically on a cassette-like device.</p>
<p><em>TCP</em>: This stands for Transmission Control Protocol and it allows host servers and users to connect and exchange data.</p>
<p><em>Terabyte or TB</em>: One billion kilobytes.  The average text email is about 3 or 4 kilobytes.</p>
<p><em>Third Level Domain</em>: A url that contains three levels of a domain, for example, www.bbc.co.uk</p>
<p><em>Traffic</em>: The transmission of data packets over the web is called traffic.</p>
<p><em>Trouble Ticket</em>: A system your hosting company may use to track a troubleshooting request.</p>
<p><em>Unique Visitor</em>: A way to measure your site&#8217;s traffic via recording the IP address of a visitor.</p>
<p><em>UNIX</em>: A text-based operating system that your hosting company may use to run their servers.</p>
<p><em>UPS</em>: Stands for Uninterruptible Power Supply, which is a hosting company&#8217;s promise that the server will be kept running on battery backup until it can be safely shut down in the event of a power outage.  It also protects the server from voltage spikes and drops.</p>
<p><em>Uptime</em>: The percentage of time that a hosting company&#8217;s servers are able to handle requests for pages.  The gold industry standard is 99.9%.</p>
<p><em>URL</em>: Uniform Resource Locater or, a web page&#8217;s address.  (example: http://jennmearswebdesign.com)</p>
<p><em>VB Script</em>: Microsoft&#8217;s Visual Basic is a language developed perform similar functions to Javascript.</p>
<p><em>Virtual Server</em>: An inexpensive method for hosting a web site in which the site is hosted on a shared IP address. The two disadvantages are that response time for requested pages may be slower than that of a dedicated server and physical access to the machine will most likely not be allowed. </p>
<p><em>VPN</em>: Virtual Private Network, a way of securely accessing a private network over the web.</p>
<p><em>VPS</em>: Virtual Private Server, a way to have the features of a dedicated server on a machine shared by other sites, while maintaining the site&#8217;s privacy.</p>
<p><em>Web Site Builder</em>: A feature some hosting companies provide in which they provide a template for your web site in order to get it up and running quickly.</p>
<p><em>Web Space</em>: Not to be confused with bandwidth, which is the amount of data transferred, this is the amount of disk storage space you are allowe on your server.</p>
<p><em>Webalizer</em>: A tool used to display your site&#8217;s traffic statistics.</p>
<p><em>Webmail</em>: The interface you use to check email via the web.  Some hosts wil let you access your webmail via the control panel, others use a URL such as http://webmail.yoursite.com.</p>
<p><em>WHOIS</em>: A central domain name database that tracks all domain name/IP registrations in the world.</p>
<p><em>Zone Files</em>: The range of your files on a name server including all the subdomains, IP addresses and your mail server.</p>
<p><em>Zope</em>: An open-source web application server program.</p>
<p>If you don&#8217;t see a term you need to decipher, <a href="http://bluefishhosting.com/glossary.html">check here</a>.</p>
<p><strong>Some other things to consider</strong></p>
<p>Let&#8217;s say that you&#8217;ve managed to narrow down your search for the right hosting company to three contestants.  Contestant number 1 is that big name hosting company you come across on every web search.  Contestant number 2 is the company that your kind-of-geeky friend recommended.  Contestant number three is a company you&#8217;ve never heard of offering an amazingly low price for a year&#8217;s hosting.  Here&#8217;s what to do:</p>
<p>1) Compare the middle range hosting plans of all three and <em>read the fine print</em>.  That plan that boasts the amazingly cheap monthly rate may charge 9 dollars a minute for any phone assistance beyond a minimum amount of minutes.</p>
<p>2) Once you feel like you have a better idea of what your site&#8217;s hosting requirements are, cold call each place and ask about their services.  If you are kept waiting on hold more than two minutes, reconsider your options.  If the person your end up talking to keeps telling you that they&#8217;ll need to check with so and so when they get back from their lunch/meeting/trip to Jamaica and get back to you, then you probably will end up getting frustrated when an actual issue comes up and your are left hanging.</p>
<p>3) Check out their reviews on industry web sites. <a href="http://www.webhostingsitesreviews.com/?utm_source=yahoo&#038;utm_medium=cpc">Like this one</a>.</p>
<p>Once you have found a company you feel at ease with, then sign up for a year and see how it goes!</p>
<p><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jennmearswebdesign.com/2008/05/22/how-to-choose-a-hosting-company/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Anatomy of a Theme Sample</title>
		<link>http://www.jennmearswebdesign.com/2008/05/19/anatomy-of-a-theme-sample/</link>
		<comments>http://www.jennmearswebdesign.com/2008/05/19/anatomy-of-a-theme-sample/#comments</comments>
		<pubDate>Tue, 20 May 2008 03:14:09 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Glossary]]></category>

		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[wordpress]]></category>

		<guid isPermaLink="false">http://www.jennmearswebdesign.com/?p=231</guid>
		<description><![CDATA[
When you start to browse for a theme for your new Wordpress install, do you get curious about what exactly you are looking at and what it means for your site?  Here&#8217;s a guide to deciphering a sample theme page:
Word Press Test Site: Once you have set up your site, this is what your [...]]]></description>
			<content:encoded><![CDATA[<p><a href='http://www.jennmearswebdesign.com/wp-content/uploads/2008/05/naturalessence10.jpg'><img src="http://www.jennmearswebdesign.com/wp-content/uploads/2008/05/naturalessence10-300x212.jpg" alt="With 6 You Get Blogroll" title="naturalessence10" width="300" height="212" class="aligncenter size-medium wp-image-232" /></a></p>
<p>When you start to <a href="http://themes.wordpress.net/">browse for a theme</a> for your new Wordpress install, do you get curious about what exactly you are looking at and what it means for your site?  Here&#8217;s a guide to deciphering a sample theme page:</p>
<p><strong>Word Press Test Site</strong>: Once you have set up your site, this is what your site&#8217;s name will look like, i.e. Jenn Mears Web Design</p>
<p><strong>Just Another Wordpress Weblog</strong>: This will be your site summary.  For example, &#8220;A site to learn more about how web design actually works.&#8221;</p>
<p><strong>Page 1, Page 2</strong>: This is what Page links on your site will look like.  Pages are considered &#8220;permanent&#8221; content and are treated like the pages of a conventional web site.</p>
<p><strong>Page Child</strong>: A sub-page of a Page.  Example: Page-About Us, Page Child-Company History.</p>
<p><strong>Categories</strong>: A listing of the types of Posts that your site contains.  Posts are like magazine articles.  They are archived by the database you create in your WP installation and can be arranged for browsing according to either Category or date.</p>
<p><strong>Archives</strong>: A chronological listing of all your posts.</p>
<p><strong>Blogroll</strong>: A list of links related to your site that you can edit.  It&#8217;s called Blogroll as a standard, but can be changed to say something else, like, Our Partners or Other Great Design Sites.</p>
<p><strong>An Image In A Post</strong>: This is what the title of a Page or Post will look like.</p>
<p><strong>Meta</strong>: This can be a list of links to sites related to Wordpress and/or your link to log into the WP control panel.</p>
<p><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jennmearswebdesign.com/2008/05/19/anatomy-of-a-theme-sample/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Welcome to the new Jenn Mears Web Design!</title>
		<link>http://www.jennmearswebdesign.com/2008/04/10/welcome-to-the-new-jenn-mears-web-design/</link>
		<comments>http://www.jennmearswebdesign.com/2008/04/10/welcome-to-the-new-jenn-mears-web-design/#comments</comments>
		<pubDate>Fri, 11 Apr 2008 01:22:44 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[News]]></category>

		<category><![CDATA[jennsweb]]></category>

		<guid isPermaLink="false">http://www.jennmearswebdesign.com/?p=2</guid>
		<description><![CDATA[Feel free to click on the rss buttons below to stay up to date on web tutorials, fun links and general posts about web design.
I&#8217;m still &#8220;unpacking the boxes&#8221; and moving things around, but things should be in order soon.
Thanks for stopping by!
]]></description>
			<content:encoded><![CDATA[<p>Feel free to click on the <a href="http://jennsweb.blogspot.com/2008/02/rss-guide-to-weeding-web.html">rss</a> buttons below to stay up to date on web tutorials, fun links and general posts about web design.</p>
<p>I&#8217;m still &#8220;unpacking the boxes&#8221; and moving things around, but things should be in order soon.</p>
<p>Thanks for stopping by!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jennmearswebdesign.com/2008/04/10/welcome-to-the-new-jenn-mears-web-design/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Jennsweb&#8217;s Excellent SEO Glossary</title>
		<link>http://www.jennmearswebdesign.com/2008/03/10/jennswebs-excellent-seo-glossary/</link>
		<comments>http://www.jennmearswebdesign.com/2008/03/10/jennswebs-excellent-seo-glossary/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 18:06:00 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.jennmearswebdesign.com/2008/03/10/jennswebs-excellent-seo-glossary/</guid>
		<description><![CDATA[For anyone who&#8217;s ever wondered what phrases like &#8220;pinging Technorati&#8217;s rss feed for Diggs&#8221; mean.
Delicious:  Del.icio.us is at heart, an online service that lets you bookmark pages on the web under a user name.  Whenever you save a page&#8217;s URL, Del.icio.us&#8217;s user interface asks you to tag the page with keywords.  These [...]]]></description>
			<content:encoded><![CDATA[<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_01qLqkXNUc8/R9WnNp9YWdI/AAAAAAAAAJQ/1CgLIpg_SA4/s1600-h/seo_spider.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp1.blogger.com/_01qLqkXNUc8/R9WnNp9YWdI/AAAAAAAAAJQ/1CgLIpg_SA4/s320/seo_spider.jpg" alt="" id="BLOGGER_PHOTO_ID_5176227199775693266" border="0" /></a>For anyone who&#8217;s ever wondered what phrases like &#8220;pinging Technorati&#8217;s rss feed for Diggs&#8221; mean.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp0.blogger.com/_01qLqkXNUc8/R9WqWZ9YWfI/AAAAAAAAAJg/8qCV4aMxw-s/s1600-h/delicious.jpg"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp0.blogger.com/_01qLqkXNUc8/R9WqWZ9YWfI/AAAAAAAAAJg/8qCV4aMxw-s/s200/delicious.jpg" alt="" id="BLOGGER_PHOTO_ID_5176230648634431986" border="0" /></a><a href="http://del.icio.us/Jenn_Mears_Web_Design/">Delicious</a><a href="http://del.icio.us/Jenn_Mears_Web_Design/">:</a>  Del.icio.us is at heart, an online service that lets you bookmark pages on the web under a user name.  Whenever you save a page&#8217;s URL, Del.icio.us&#8217;s user interface asks you to tag the page with keywords.  These keyword tags are used to index the page in a searchable database.  Entering a keyword such as &#8220;design&#8221; in a search will reveal all pages tagged with that keyword.  The fun comes when <span id="more-220"></span>you start checking out who else has saved the same page as you have and you are able to browse their collection of links.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_01qLqkXNUc8/R9Wtvp9YWgI/AAAAAAAAAJo/Yg_lL8B061k/s1600-h/digg.jpg"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp1.blogger.com/_01qLqkXNUc8/R9Wtvp9YWgI/AAAAAAAAAJo/Yg_lL8B061k/s200/digg.jpg" alt="" id="BLOGGER_PHOTO_ID_5176234380961012226" border="0" /></a><a href="http://digg.com/design/Jennsweb_s_choice_for_a_great_stock_photo_site">Digg</a>: Responsible use of Digg&#8217;s services is like being your own publicist.  Whenever you publish new content on your web site, you should submit the URL of the new information to Digg.  There&#8217;s a few steps to go through, but once your submittal has been checked for its spam factor and approved, the URL you have posted goes into rotation on Digg&#8217;s site in the category you have chosen it to appear under.  Also, if you run a blog and the posts are Digg-enabled, the posts appear in order of most Diggs when someone searches your posts.</p>
<p><a href="http://codex.wordpress.org/Using_Permalinks">Permalinks</a>:  If you run a site with Wordpress, you have the option of using Permalinks to make your posts&#8217; and pages&#8217; titles more visible to search engines.  Log into your Wordpress site&#8217;s dashboard and under Options, choose Permalinks.  If they have not been enabled, you will simply need to choose the format option and click Update Permalink Structure.  Choosing the Date and Name based option will give transform the url of a Post or Page from http://jennmearswebdesign.com/p=23 into http://jennmearswebdesign.com/2008/03/jennswebs-excellent-SEO-glossary which is much more attractive title to a search engine that happens to be looking for SEO+glossary.</p>
<p><a href="http://www.optiniche.com/blog/117/wordpress-trackback-tutorial/">Pingbacks</a>: Pingbacks are a way of knowing when someone has linked to a post on your blog.  Imagine that everyone&#8217;s blog is a little submarine traveling through the vast ocean of the web.  The clever submarine operator would want to know when another vessel is in the neighborhood so they make sure that they have enabled their sub with Pingbacks. They can tell when another sub has &#8220;pinged&#8221; them vice versa.</p>
<p><a href="http://jennsweb.blogspot.com/2008/02/rss-guide-to-weeding-web.html">RSS</a>:Basically, RSS was developed to let websites syndicate their content using XML.  If you picture the world wide web as an actual spider web, then imagine that your site is an insect stuck in the web.  If it struggles/publishes new rss-enabled content a lot, then search engine &#8220;spiders&#8221; will notice it much more than an insect just sitting there.  Creating an RSS feed for your site makes it a lot more attractive to search engines and they will index you more frequently.  Also, if a visitor uses RSS feeds to keep up with sites, they will be much more likely to keep coming back if you make it easier to find out when you have new content.</p>
<p><a href="http://www.webconfs.com/search-engine-spider-simulator.php">Search Engine Spider</a>:  These are automated scripts developed by search engine companies like Google, Lycos and Yahoo that &#8220;crawl&#8221; over the web checking for new content.  Much like an actual spider, these programs don&#8217;t exactly have 20/20 vision. They react to things like page titles containing searched-for keywords and frequently updated content, &#8220;movement&#8221; on the web, if you will.</p>
<p><a href="http://technorati.com">Technorati</a>:  The top ranked content syndication site out there.  It&#8217;s like &#8220;Reader&#8217;s Digest&#8221; without the bad cartoons.  If you resister your site with them, they will index your content via your post&#8217;s tags.  The indexed tags become part of their database so that when a Technorati user searches for a term like &#8220;SEO&#8221; your post tagged with &#8220;SEO&#8221; will show up in the results along with other blogs&#8217; posts tagged SEO.</p>
<p><a href="http://en.wikipedia.org/wiki/Trackback">Trackback</a>:  A trackback is notification that another blog has linked back to yours.  Kind of like a &#8220;shout out&#8221;, it works when both sites have enabled trackbacks.  This way, when you publish a post and have enabled the trackback function, blogs that have sent you a trackback &#8220;ping&#8221; will be displayed in the comments section.  And as Oscar Wilde <a href="http://thinkexist.com/quotation/the_only_thing_worse_than_being_talked_about_is/11674.html">said</a>, &#8220;The only thing worse than being talked about, is not being talked about.&#8221;<br /><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jennmearswebdesign.com/2008/03/10/jennswebs-excellent-seo-glossary/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Free Stock Photo site of the day</title>
		<link>http://www.jennmearswebdesign.com/2008/03/08/free-stock-photo-site-of-the-day/</link>
		<comments>http://www.jennmearswebdesign.com/2008/03/08/free-stock-photo-site-of-the-day/#comments</comments>
		<pubDate>Sat, 08 Mar 2008 20:45:00 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[lifehack]]></category>

		<category><![CDATA[links]]></category>

		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://www.jennmearswebdesign.com/2008/03/08/free-stock-photo-site-of-the-day/</guid>
		<description><![CDATA[The Stockexpert site is one of that rarest of breeds, a free photo website that is actually free!  Well, some of their best photos are only available via their credit system, but it is clearly explained and they tell you right on the 1st pop-up window how much each photo is at each resolution. [...]]]></description>
			<content:encoded><![CDATA[<p>The <a href="http://sxc.hu/">Stockexpert site</a> is one of that rarest of breeds, a free photo website that is actually free!  Well, some of their best photos are only available via their credit system, but it is clearly explained and they tell you right on the 1st pop-up window how much each photo is at each resolution.  Having spent the good part of a rainy Saturday afternoon slogging through about 6 stock photo websites, this site was tops for selection, pricing (majority of pay-for-use images $1) and ease of use.<br /><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jennmearswebdesign.com/2008/03/08/free-stock-photo-site-of-the-day/feed/</wfw:commentRss>
		</item>
		<item>
		<title>RSS: a guide to weeding the web</title>
		<link>http://www.jennmearswebdesign.com/2008/02/28/rss-a-guide-to-weeding-the-web/</link>
		<comments>http://www.jennmearswebdesign.com/2008/02/28/rss-a-guide-to-weeding-the-web/#comments</comments>
		<pubDate>Thu, 28 Feb 2008 20:41:00 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[rss]]></category>

		<category><![CDATA[seo]]></category>

		<guid isPermaLink="false">http://www.jennmearswebdesign.com/2008/02/28/rss-a-guide-to-weeding-the-web/</guid>
		<description><![CDATA[What is RSS and why should I care?
RSS is an acronym for several variations of the same idea.  Some people take it to mean Rich Site Summary.  Others like the meaning RDF Site Summary, but for the majority of users out there, it stands for Really Simple Syndication.  What this all means [...]]]></description>
			<content:encoded><![CDATA[<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_01qLqkXNUc8/R9nPa59YWhI/AAAAAAAAAJw/zJvJZ8pf4p0/s1600-h/ping.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp2.blogger.com/_01qLqkXNUc8/R9nPa59YWhI/AAAAAAAAAJw/zJvJZ8pf4p0/s320/ping.jpg" alt="" id="BLOGGER_PHOTO_ID_5177397307780913682" border="0" /></a><br /><span style="font-weight: bold;">What is RSS and why should I care?</span></p>
<p>RSS is an acronym for several variations of the same idea.  Some people take it to mean Rich Site Summary.  Others like the meaning RDF Site Summary, but for the majority of users out there, it stands for Really Simple Syndication.  <span id="more-217"></span>What this all means is that sites that are RSS-enabled make it very easy for readers to check and see if a site has new content that they may want to read.  If you find yourself constantly checking particular sites to see if they have anything new, then you&#8217;ll realize that it saves you a lot of time to be able to track all your favorite sites in one central location rather than having to remember a bunch of URLs.</p>
<p><span style="font-weight: bold;">How do I start?</p>
<p></span>In order to get started in the world of RSS feeds, you will need to get what is called a news reader.  The three main types are down-loadable desktop applications, browser-based programs and web-based programs that you can set up an account with.</p>
<p>Here are some places to look to get started.</p>
<p><a href="http://www.download.com/RSS-Tools/3150-9227-0.html">down-loadable reader programs</a></p>
<p><a href="http://www.metacentric.net/feed/reader/browser/Contents.jsp">browser based readers</a></p>
<p><a href="http://allrss.com/rssreaderswebbased.html">web-based readers</a></p>
<p>Now, I&#8217;ll show you a quick and easy example of how I keep track of a few sites via RSS.</p>
<p>I have the Firefox browser, which is the browser of choice for a LOT of designers and developers for reasons that I won&#8217;t go into here because they are numerous enough to merit their own post.  For our purposes today, just take a look at the patch of pink fog in the top right corner.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_01qLqkXNUc8/R8cdS-7FO4I/AAAAAAAAAIY/dwKY1KeM6o8/s1600-h/rss1.jpg"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp1.blogger.com/_01qLqkXNUc8/R8cdS-7FO4I/AAAAAAAAAIY/dwKY1KeM6o8/s320/rss1.jpg" alt="" id="BLOGGER_PHOTO_ID_5172134909023959938" border="0" /></a></p>
<p>That little orange chicklet appears next to the URL of any site that Firefox senses is RSS feed-enabled.  And since ThirstyPony is a site that is all about SEO, the site&#8217;s <a href="http://www.davepye.com/">creator</a> has (very wisely) enabled a feed.</p>
<p>Since I am a big SEO geek, I want to keep checking in with TP to see if they have new stuff.  So I want to click on the little orange chicklet in order to start subscribing to the site.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_01qLqkXNUc8/R8ceRe7FO5I/AAAAAAAAAIg/exHEBwxunrw/s1600-h/rss2.jpg"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp3.blogger.com/_01qLqkXNUc8/R8ceRe7FO5I/AAAAAAAAAIg/exHEBwxunrw/s320/rss2.jpg" alt="" id="BLOGGER_PHOTO_ID_5172135982765783954" border="0" /></a></p>
<p>(As you can see from the dropdown list, there are several variations on the idea of syndicated feeds.  When feeds became widely available around the turn of the century, there was a rush to create the best version and this gave rise to various &#8220;forks&#8221; in the road to RSS development.)</p>
<p>for extra credit read more <a href="http://www.rss-specifications.com/history-rss.htm">here</a></p>
<p>Once you&#8217;ve chosen your RSS format, Firefox will ask where you would like to store your feed.  I chose my bookmarks toolbar.</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_01qLqkXNUc8/R8ceu-7FO6I/AAAAAAAAAIo/2bvdGMJO95M/s1600-h/rss3.jpg"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp1.blogger.com/_01qLqkXNUc8/R8ceu-7FO6I/AAAAAAAAAIo/2bvdGMJO95M/s320/rss3.jpg" alt="" id="BLOGGER_PHOTO_ID_5172136489571924898" border="0" /></a></p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_01qLqkXNUc8/R8cfKO7FO7I/AAAAAAAAAIw/vojNdM34iTw/s1600-h/rss4.jpg"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp2.blogger.com/_01qLqkXNUc8/R8cfKO7FO7I/AAAAAAAAAIw/vojNdM34iTw/s320/rss4.jpg" alt="" id="BLOGGER_PHOTO_ID_5172136957723360178" border="0" /></a></p>
<p>So from now on, whenever I want to keep track of what&#8217;s new on Thirsty Pony, I just go to my bookmarks toolbar in Firefox and hover over the link to bring up the newest items.  (now my secret&#8217;s out.  I&#8217;m an HP geek too)</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_01qLqkXNUc8/R8cfb-7FO8I/AAAAAAAAAI4/I_xLkn4enaI/s1600-h/rss5.jpg"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp1.blogger.com/_01qLqkXNUc8/R8cfb-7FO8I/AAAAAAAAAI4/I_xLkn4enaI/s320/rss5.jpg" alt="" id="BLOGGER_PHOTO_ID_5172137262666038210" border="0" /></a></p>
<p><span style="font-weight: bold;">Should my site be RSS enabled?</span></p>
<p>If you publish new content to your site with any frequency absolutely!  To a user that&#8217;s hip to RSS, it will make your site much more attractive since they will appreciate the fact that you have taken the effort to make your content RSS friendly.</p>
<p>If you want to give it a go, you can get started <a href="http://www.rss-specifications.com/create-rss-feed.htm">here</a></p>
<p>(psst! they also have <a href="http://www.rss-specifications.com/rss-graphics.htm">RSS graphics!</a>)</p>
<p><span style="font-weight: bold;">Is there anything else I should do after my site is RSS enabled?</span></p>
<p>I recommend using Feedburner to re-publish your feed to a wider audience and Marshall Kirkpatrick has written <a href="http://marshallk.com/how-and-why-to-use-feedburner">an excellent article about why</a>.</p>
<p>Can I display other sites&#8217; feeds on my site?<br />It&#8217;s not a bad idea, if you want to be a good resource for your loyal visitors.  (It&#8217;s considered polite to ask the other sites before you do it though.)<br /><script src="http://digg.com/tools/diggthis.js" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://www.jennmearswebdesign.com/2008/02/28/rss-a-guide-to-weeding-the-web/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Getting Photos into your Google Map</title>
		<link>http://www.jennmearswebdesign.com/2008/02/13/getting-photos-into-your-google-map/</link>
		<comments>http://www.jennmearswebdesign.com/2008/02/13/getting-photos-into-your-google-map/#comments</comments>
		<pubDate>Thu, 14 Feb 2008 00:33:00 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[lifehack]]></category>

		<category><![CDATA[google]]></category>

		<category><![CDATA[photo]]></category>

		<guid isPermaLink="false">http://www.jennmearswebdesign.com/2008/02/13/getting-photos-into-your-google-map/</guid>
		<description><![CDATA[Since I&#8217;m currently working on 3 different sites that require working with Google&#8217;s map feature, I&#8217;ve had a chance to find a few quirks in their map interface.  After trying to use their instructions to insert images into a map marker pop up, I found a few workarounds.This quick tutorial assumes three things: 1) [...]]]></description>
			<content:encoded><![CDATA[<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_01qLqkXNUc8/R7OM5e7FOtI/AAAAAAAAAGE/VlOAok3y8fA/s1600-h/googlemap_pix2.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp3.blogger.com/_01qLqkXNUc8/R7OM5e7FOtI/AAAAAAAAAGE/VlOAok3y8fA/s320/googlemap_pix2.jpg" alt="" id="BLOGGER_PHOTO_ID_5166628116705393362" border="0" /></a>Since I&#8217;m currently working on 3 different sites that require working with Google&#8217;s map feature, I&#8217;ve had a chance to find a few quirks in their map interface.  <span id="more-212"></span>After trying to use their instructions to insert images into a map marker pop up, I found a few workarounds.<br />This quick tutorial assumes three things: 1) That you have a Google account. 2) That you have a map already created and saved into your &#8220;My Maps&#8221; on Google. 3) That you have set up a Google Picasa account.</p>
<p>I also recommend using a browsing program that allows you to open up multiple tabs since you will need to click back and forth between tabs.</p>
<p><span style="font-weight: bold;">The Google Picasa/Map method:</span></p>
<p><span style="font-weight: bold;">Step 1</span>:  In your image editing program, create an image that is at least 144 pixels wide.<br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_01qLqkXNUc8/R7OQne7FOuI/AAAAAAAAAGM/jaezX2baAh4/s1600-h/google_beacon.jpg"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp3.blogger.com/_01qLqkXNUc8/R7OQne7FOuI/AAAAAAAAAGM/jaezX2baAh4/s320/google_beacon.jpg" alt="" id="BLOGGER_PHOTO_ID_5166632205514259170" border="0" /></a></p>
<p>Save on your computer as a jpg image.  Make a note of its measurements in pixels for Step 8.</p>
<p><span style="font-weight: bold;">Step 2</span>:  On the web, go to your Google account and on the home page, go to More>Photos.  On your Picasa page, select New Album on the right.</p>
<p><span style="font-weight: bold;">Step 3</span>:  Upload your jpg image.  Then go back to your album and click on the image.  After the image loads into its own page, you will see a link entitled &#8220;link to this image&#8221; in the 4th box down on the right.  Click on it.</p>
<p><span style="font-weight: bold;">Step 4</span>:  Choose the &#8220;HTML to embed in website&#8221; option by clicking in the text box.  This will highlight the code.  Go to the top toolbar in your browser and under Edit click Copy.</p>
<p><span style="font-weight: bold;">Step 5</span>:  Now open a new tab in your browser (File>New Tab), and go to your Google homepage again.  Click on Maps in the upper left corner of the page.  Once that page opens, go to My Maps and select the map that you have created and saved.</p>
<p><span style="font-weight: bold;">Step 6</span>:  Once the map you want to work on is loaded into the window on the right, Click on the Edit button.  This will enable you to make changes to your map.  With your map in Edit mode, click on an area or marker to edit its contents.(see image below for example)</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_01qLqkXNUc8/R7O0_e7FOyI/AAAAAAAAAGs/AwPm-Gbvqxw/s1600-h/googlemap_pix1.jpg"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp3.blogger.com/_01qLqkXNUc8/R7O0_e7FOyI/AAAAAAAAAGs/AwPm-Gbvqxw/s320/googlemap_pix1.jpg" alt="" id="BLOGGER_PHOTO_ID_5166672200249719586" border="0" /></a></p>
<p><span style="font-weight: bold;">Step 7</span>:  Here&#8217;s the fun part!  Switch to edit HTML and click at the top of the window to place the cursor there.  Then, go to the top toolbar again and hit Edit > Paste.  This will paste the URL that you copied from your Picasa page.  You actually only need part of the pasted code.  You will need to find the part that says img src= and delete the code that comes before it.(see the example code below for this and the next step)</p>
<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp3.blogger.com/_01qLqkXNUc8/R7O5-e7FOzI/AAAAAAAAAG0/pi0lmBF56-I/s1600-h/googlemap_pix5.jpg"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp3.blogger.com/_01qLqkXNUc8/R7O5-e7FOzI/AAAAAAAAAG0/pi0lmBF56-I/s320/googlemap_pix5.jpg" alt="" id="BLOGGER_PHOTO_ID_5166677680627989298" border="0" /></a></p>
<p><span style="font-weight: bold;"></p>
<p>Step 8</span>:  After you have deleted the a href tag, go to the end of the pasted code and delete the closing tag. ().  Then, directly after the URL of the image in the remaining code, but before the closing bracket (>), type: width=(width in pixels)px height=(height in pixels)px. (see image below)<br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_01qLqkXNUc8/R7Onu-7FOvI/AAAAAAAAAGU/05I4cxlOqM8/s1600-h/googlemap_pix4.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp1.blogger.com/_01qLqkXNUc8/R7Onu-7FOvI/AAAAAAAAAGU/05I4cxlOqM8/s320/googlemap_pix4.jpg" alt="" id="BLOGGER_PHOTO_ID_5166657623130716914" border="0" /></a></p>
<p><span style="font-weight: bold;">Step 9</span>: Click Save on the left, and then click on the marker or area again.  Check to make sure everything is OK by switching to the Rich Text choice in the pop-up window.<br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_01qLqkXNUc8/R7OyVO7FOwI/AAAAAAAAAGc/AKfEJo3p46A/s1600-h/googlemap_pix3.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp2.blogger.com/_01qLqkXNUc8/R7OyVO7FOwI/AAAAAAAAAGc/AKfEJo3p46A/s320/googlemap_pix3.jpg" alt="" id="BLOGGER_PHOTO_ID_5166669275376990978" border="0" /></a><br />If everything looks OK, click Done.<br />Note: if it doesn&#8217;t look right at first, make sure the code for the image reads img src=&#8221;url for image&#8221; and then the width and height.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jennmearswebdesign.com/2008/02/13/getting-photos-into-your-google-map/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Wordpress Advertising-The easy way</title>
		<link>http://www.jennmearswebdesign.com/2008/02/03/wordpress-advertising-the-easy-way/</link>
		<comments>http://www.jennmearswebdesign.com/2008/02/03/wordpress-advertising-the-easy-way/#comments</comments>
		<pubDate>Sun, 03 Feb 2008 16:24:00 +0000</pubDate>
		<dc:creator>Administrator</dc:creator>
		
		<category><![CDATA[Tutorials]]></category>

		<category><![CDATA[lifehack]]></category>

		<category><![CDATA[ads]]></category>

		<guid isPermaLink="false">http://www.jennmearswebdesign.com/2008/02/03/wordpress-advertising-the-easy-way/</guid>
		<description><![CDATA[
It seems like it should be easy enough.  Your client wants to put a few ads for local businesses into the sidebar of their site.  So you upload an image for the ad into your &#8220;images&#8221; folder, open up your &#8220;sidebar.php&#8221; file, find out where you want the ad to show up, write [...]]]></description>
			<content:encoded><![CDATA[<p><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp1.blogger.com/_01qLqkXNUc8/R6YnEPS1_GI/AAAAAAAAAEA/ML5Zlrf44us/s1600-h/pam_ad.jpg"><img style="margin: 0px auto 10px; display: block; text-align: center; cursor: pointer;" src="http://bp1.blogger.com/_01qLqkXNUc8/R6YnEPS1_GI/AAAAAAAAAEA/ML5Zlrf44us/s320/pam_ad.jpg" alt="" id="BLOGGER_PHOTO_ID_5162856976605379682" border="0" /></a></p>
<p>It seems like it should be easy enough.  Your client wants to put a few ads for local businesses into the sidebar of their site.  So you upload an image for the ad into your &#8220;images&#8221; folder, open up your &#8220;sidebar.php&#8221; file, find out where you want the ad to show up, write some html and Voila!  Hey, wait a minute, there&#8217;s no image, just the &#8220;alt&#8221; tag showing through.  What up?<br /><span id="more-210"></span><br />After spending some time wading through the <a href="http://en.forums.wordpress.com/topic.php?id=9819&amp;page">Wordpress forums</a>, I found out that I should put a text widget into my sidebar.  Okay, simple enough, wait!  Now my entire sidebar disappeared!<br />I took the text1 widget out and tried looking for another solution.<br /><span style="display: block;" id="formatbar_Buttons"><span class="on" style="display: block;" id="formatbar_CreateLink" title="Link" onmouseover="ButtonHoverOn(this);" onmouseout="ButtonHoverOff(this);" onmouseup="" onmousedown="CheckFormatting(event);FormatbarButton('richeditorframe', this, 8);ButtonMouseDown(this);"></span></span><br />If Wordpress has a weak link, it&#8217;s the fact that its administrators tend to shunt most of the technical support into the forums arena.  Its a nice gesture to let the community solve its own problems and it frees up their time to keep developing, but, as we all know, these online forums run the risk of being rife with misinformation and posters who forget to play nice.  Long story short, after much Googling, I found a very simple solution that doesn&#8217;t involve messy <a href="http://lorelle.wordpress.com/2006/03/10/playing-with-wordpresscom-new-sidebar-widgets/">widgets</a> or <a href="http://www.emomsathome.com/blog/2007/07/12/a-wordpress-quickstart-guide-what-plugins-should-i-use/">plugins</a>.  (Muchos gracias Lorelle and Wendy!)</p>
<p>Jennsweb recipe for easy Wordpress Ads<br />(author&#8217;s note: these are simply advertising text, image and link.  Therefore, they don&#8217;t count clicks, or generate themselves dynamically via keywords.  That <span style="font-style: italic;">is</span> a <a href="http://codex.wordpress.org/User:Tomhanna/Adding_Ads_to_Wordpress">plugin</a> thing.)</p>
<p><span style="font-weight: bold;">Step 1</span>: Create a small rectangular image to use for your ad.  Save it at dimensions that will fit into your theme&#8217;s sidebar.  I created the image at the top of this article to be 100 pixels wide by 124 high.  For consistency&#8217;s sake, I save the optimized image in the &#8220;images&#8221; folder of the theme.</p>
<p><span style="font-weight: bold;">Step 2</span>: Go to your site&#8217;s Admin panel (dashboard) and choose Write>Post.  Just write a quick title in the Title area so you will be able to find it later.</p>
<p><span style="font-weight: bold;">Step 3</span>: Go down to the Upload area and browse to where you saved the image and upload it.  Make sure it uploads at the full size.</p>
<p><span style="font-weight: bold;">Step 4</span>: Save the post, but don&#8217;t publish it.</p>
<p><span style="font-weight: bold;">Step 5</span>: Go to Manage>Uploads to find the image you just uploaded.  Click on the image to load its URL into the address bar.</p>
<p><span style="font-weight: bold;">Step 6</span>: Highlight the image&#8217;s URL and then copy it.</p>
<p><span style="font-weight: bold;">Step 7</span>: Go to Presentation>Theme Editor, and select your sidebar file for editing.  Find the place in the code where you would like the ad to appear.  For example, I chose a place down at the end, just in front of the closing  tag.</p>
<p><span style="font-weight: bold;">Step 8</span>:  Type in the HTML for your ad&#8217;s copy and hyperlink.  For the image, type in something like this:<br /><a onblur="try {parent.deselectBloggerImageGracefully();} catch(e) {}" href="http://bp2.blogger.com/_01qLqkXNUc8/R6YpafS1_HI/AAAAAAAAAEI/n0fOmJ8VaO8/s1600-h/imgsrc_tag.jpg"><img style="margin: 0pt 10px 10px 0pt; float: left; cursor: pointer;" src="http://bp2.blogger.com/_01qLqkXNUc8/R6YpafS1_HI/AAAAAAAAAEI/n0fOmJ8VaO8/s320/imgsrc_tag.jpg" alt="" id="BLOGGER_PHOTO_ID_5162859557880724594" border="0" /></a></p>
<p><span style="font-weight: bold;"><br />Step 9</span>: Now place your cursor in between the two quotation marks and paste the image&#8217;s URL there.</p>
<p><span style="font-weight: bold;">Step 10</span>: Click &#8220;update file&#8221; and then view your site to test the result.  You may want to tweak the copy or placement a little, and that should be possible with the theme&#8217;s stylesheet file.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.jennmearswebdesign.com/2008/02/03/wordpress-advertising-the-easy-way/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
