<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Veda Designs &#187; Website Tips</title>
	<atom:link href="http://www.vedadesigns.net/vedablog/archives/category/website-tips/feed" rel="self" type="application/rss+xml" />
	<link>http://www.vedadesigns.net/vedablog</link>
	<description>News and development blog for Veda Designs</description>
	<lastBuildDate>Sat, 03 Sep 2011 01:31:42 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Website Statistics and Usability</title>
		<link>http://www.vedadesigns.net/vedablog/archives/29</link>
		<comments>http://www.vedadesigns.net/vedablog/archives/29#comments</comments>
		<pubDate>Fri, 23 Feb 2007 21:33:29 +0000</pubDate>
		<dc:creator>Tara</dc:creator>
				<category><![CDATA[Website Tips]]></category>

		<guid isPermaLink="false">http://www.vedadesigns.net/vedablog/archives/29</guid>
		<description><![CDATA[  Several times a  month I analyze my website visitor statistics through Awstats (a stats tool within cPanel) and my Google Analytics account. Doing so allows me to stay abreast of how people are using my site and with what kind of software/hardware.  Not only does this help me as a web designer [...] ]]></description>
			<content:encoded><![CDATA[<p> Several times a  month I analyze my website visitor statistics through <a href="http://awstats.sourceforge.net/" target="_blank" title="A visitor statistics tool included with cPanel">Awstats</a> (a stats tool within cPanel) and my <a href="http://www.google.com/analytics/" title="Track visitor statistics with Google Analytics" target="_blank">Google Analytics</a> account. Doing so allows me to stay abreast of how people are using my site and with what kind of software/hardware.  Not only does this help me as a web designer and developer for my clients, but it shows me how to make my own site more efficient.</p>
<p><span id="more-29"></span></p>
<p>To illustrate certain trends and how I interpret and apply this information as a designer, I&#8217;ve provided some of my visitor statistics below.</p>
<p><strong>Note: </strong>I highly encourage all companions to consider using one or both of these tools.Â  Awstats is included within cPanel if you host with me and Google Analytics is a freely available if you set up an account (it requires adding a block of code to the bottom of your pages).Â Â  Doing so will not only show you overall site traffic, but you can view which pages are most popular and how long visitors are spending on each page. Â  These tools also provide visitor IP information, which can be a very powerful resource for security.Â  I will write more on that in a future post.</p>
<p>Although most of this information came from my Google Analytics account, the Awstats tool in cPanel provides the same kind of data (with exception to screen resolution or connection speed info).</p>
<p><strong>Visitor Operating Systems:</strong></p>
<ul>
<li>Using Windows: 94%</li>
<li>Using Macintosh: 5%</li>
<li>Using Linux: 1%</li>
</ul>
<p><strong>How I use this information:</strong><br />
This is mainly just a point of reference.  The visitor&#8217;s operating system isn&#8217;t nearly as important as what type of browser they are using.</p>
<p><strong>Visitor Browsers:</strong></p>
<ul>
<li>Internet Explorer: 47%</li>
<li>Firefox: 45%</li>
<li>Safari: 5%</li>
<li>Opera: 1%</li>
<li>Netscape: 1%</li>
<li>Mozilla: 1%</li>
</ul>
<p><strong>How I use this information:</strong><br />
Although Internet Explorer currently dominates the browser market, it is actually somewhat of a &#8216;problem child&#8217; for designers and developers due to <a href="http://en.wikipedia.org/wiki/Criticism_of_Internet_Explorer#Criticisms_regarding_support_of_open_standards" target="_blank" title="Opinions on IE shortcomings">lack of web standards</a> support.  A simple definition of &#8216;webs standards&#8217; in this context is a set of coding guidelines or universal rules outlined by the <a href="http://en.wikipedia.org/wiki/W3c" target="_blank" title="World Wide Web Consortium">w3c</a> so websites display/work properly in all browsers.</p>
<p>IE is notorious for interpreting some things differently in your website source code.  This often requires a developer to apply certain <a href="http://en.wikipedia.org/wiki/Criticism_of_Internet_Explorer#Workarounds" target="_blank" title="IE web standards hacks">workarounds or hacks</a> to make things display or work as they should.  A perfect example is IE version 6, which doesn&#8217;t support png-24 transparencies (a .png graphic is sort of similar to a .gif), which just happens to be a very useful type of image format.  The &#8216;Veda Designs&#8217; title graphic at the top of all my pages should be semi-transparent in most browsers &#8211; though isn&#8217;t in IE6. Microsoft fixed this in version 7 (among other things) &#8211; so now it just a matter of waiting for people to upgrade their browsers (have you <a href="http://www.microsoft.com/windows/downloads/ie/getitnow.mspx" target="_blank" title="Upgrade to IE7">upgraded</a> yet?).</p>
<p><a href="http://www.mozilla.com/en-US/" target="_blank" title="Download Firefox">Firefox </a>is currently the fastest growing browser and I was pleasantly surprised to see how closely matched it was to IE in my site statistics.  This is generally the browser of choice for designers and developers because of it&#8217;s loyalty to web standards.</p>
<p>As you can see, I don&#8217;t have many <a href="http://www.apple.com/macosx/features/safari/" target="_blank">Safari</a> (mac), <a href="http://www.opera.com/" target="_blank">Opera</a> or <a href="http://browser.netscape.com/ns8/" target="_blank">Netscape</a> visitors.  My general policy on cross-browser compatibility is that I make sure things work 100% in the top two browsers.  For everyone else (5% or below), the website should be accessible and working, but may have quirky display/layout issues.  My <a href="http://www.vedadesigns.net/cms_demo.php">VedaCMS</a> tool doesn&#8217;t work correctly in Safari &#8211; but this is due to limitations with the browser itself.</p>
<p><strong>Specific Browser Versions (only including info from the top two browsers):</strong></p>
<p><em>Internet Explorer:</em></p>
<ul>
<li>Version 6.0 &#8211; 56%</li>
<li>Version 7.0 &#8211; 41% (<a href="http://www.microsoft.com/windows/downloads/ie/getitnow.mspx" target="_blank" title="Make my job easier and upgrade to IE7">get it</a>)</li>
</ul>
<p><em>Firefox:</em></p>
<ul>
<li>Version 2 and up &#8211; 80% (<a href="http://www.mozilla.com/en-US/" target="_blank" title="Make my job much easier and use Firefox">get it</a>)</li>
<li>Version 1.5 and below &#8211; 20%</li>
</ul>
<p><strong>How I use this information:</strong><br />
Again, this is mostly just for reference.  Most everything works correctly in all Firefox versions, so my primary concern is how many people are still using older versions of IE.  The new IE7, although not perfect, complies much more with web standards and requires less hacks/workarounds. Version 6, on the other hand, still requires additional tweaking to make everything look right.</p>
<p><strong>Visitor Screen Resolutions:</strong></p>
<ul>
<li>1024 x  768: roughly 50%</li>
<li>1280 x 1024: roughly 20%</li>
<li>1280 x  800: roughly 10%</li>
<li>1280 x  960: roughly 10%</li>
<li>800 x  600: roughly  5%</li>
<li>1600 and up: roughly  5%</li>
</ul>
<p><strong>How I use this information:</strong><br />
Screen resolution is extremely important in terms of website usability.  A website looks completely different on a 800&#215;600 screen than it does on a 1280&#215;800 setting.  As you can see, 1024 x 768 is the most popular setting (this is usually the default on new computers).  The biggest problem for designers are those few folks who insist on keeping their resolution at 800&#215;600 (to their credit, this is usually due to their &#8216;just not knowing any better&#8217;).</p>
<p>It is challenging to design a website that will look great on all resolutions.  If you make a fixed-layout too narrow (which will accommodate the 800&#215;600 folks) &#8211; there will be too much empty space for those people on higher resolutions.  On the other hand, if you try to keep things comfortably wide for higher resolutions, there is a chance you will force horizontal scrollbars on anyone browsing on a 800&#215;600 or even a 1024&#215;768 if they have their window resized too small.</p>
<p>My preferred style of design for companion websites is to use more compact, fixed-width layouts.  I feel these are more modern and attractive in terms of design &#8211; but generally don&#8217;t work well for incredibly verbose text.  Although there are exceptions, most companions keep their site text short and sweet (a handful of paragraphs or less) &#8211; which works perfectly for compact designs.</p>
<p><strong>Screen Resolution Tools: </strong></p>
<ul>
<li>Check to see what screen resolution <a href="http://www.whatismyscreenresolution.com/" title="Check your screen resolution" target="_blank">you are using</a></li>
<li>Instructions on changing screen resolution:  <a href="http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/display_change_screen_resolution.mspx?mfr=true">Windows XP</a> | <a href="http://windowshelp.microsoft.com/Windows/en-US/help/0386b009-5f30-45c7-80c8-ff0395cc24091033.mspx" target="_blank">Windows Vista</a> | <a href="http://www.apple.com/support/mac101/customize/4/" target="_blank">OSX</a> |</li>
</ul>
<p><strong>Visitor Connection Speeds:</strong></p>
<ul>
<li>Cable/DSL: 87%</li>
<li>Corporate/T1:  9%</li>
<li>Dial-Up: 4%</li>
</ul>
<p><strong>How I use this information:</strong><br />
Connection speed determines how fast website pages will load for a given visitor.  These statistics tell me that most of my visitors are on a high-speed connection and should not have to wait very long for my pages to load.  Companion websites often use a lot of photos in the design &amp; gallery, so it is important to consider how convenient (or not) your website is to browse.  Regardless of connection speed, I always make an effort to keep page sizes well within the average by optimizing photos and graphics for the web and coding to web standards. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.vedadesigns.net/vedablog/archives/29/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Online Photo Editors</title>
		<link>http://www.vedadesigns.net/vedablog/archives/19</link>
		<comments>http://www.vedadesigns.net/vedablog/archives/19#comments</comments>
		<pubDate>Wed, 07 Feb 2007 21:51:35 +0000</pubDate>
		<dc:creator>Tara</dc:creator>
				<category><![CDATA[Website Tips]]></category>

		<guid isPermaLink="false">http://www.vedadesigns.net/vedablog/archives/19</guid>
		<description><![CDATA[  Most ladies maintain an online photo gallery and need access to tools that can crop, resize or optimize their photos for the web.  The most efficient way would probably be for you to use a desktop editor such as Gimp (free) or Photoshop (not free and probably overkill).  However, for on-the-fly edits [...] ]]></description>
			<content:encoded><![CDATA[<p> Most ladies maintain an online photo gallery and need access to tools that can crop, resize or optimize their photos for the web.  The most efficient way would probably be for you to use a desktop editor such as <a href="http://www.gimp.org/" target="_blank" title="Free image editing">Gimp </a>(free) or <a href="http://www.adobe.com/products/photoshop/family.html" target="_blank">Photoshop </a>(not free and probably overkill).  However, for on-the-fly edits or if you just don&#8217;t want to mess with downloading, installing or learning how to use a desktop editor &#8211; there are a couple of online tools that are incredibly feature-rich and easy to use.</p>
<p><span id="more-19"></span></p>
<p><strong>Online Image Editor Round-up</strong></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><a href="http://www.vedadesigns.net/vedablog/wp-content/uploads/2007/04/wiredness.gif" title="wiredness.gif"><img src="http://www.vedadesigns.net/vedablog/wp-content/uploads/2007/04/wiredness.gif" alt="wiredness.gif" border="0" /></a></p>
<p><strong><a href="http://www.wiredness.com/" target="_blank">http://www.wiredness.com/</a></strong></p>
<p><strong><strong>Description:</strong></strong></p>
<p>Wiredness is an image manipulation application. Upload a photo or grab from any URL, to resize, change exposure, fix red-eye, rotate, colorize, change brightness and contrast, and much more.</p>
<p><em>Veda Rating: Excellent</em></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><strong><img src="http://www.vedadesigns.net/vedablog/wp-content/uploads/2007/02/picnik_logo.jpg" alt="picnik" id="image20" /></strong></p>
<p><strong><a href="http://www.picnik.com/" target="_blank">http://www.picnik.com/</a></strong></p>
<p><strong><strong>Description (from their site):</strong></strong></p>
<p>With Picnik you can quickly edit all your online photos from one place. It&#8217;s the easiest way on the Web to fix underexposed photos, remove red-eye, or apply effects to your photos.</p>
<ul>
<li>One-click photo fixing or in-depth tweaking</li>
<li>Crop, rotate, and resize in real-time</li>
<li>Tons of special effects, from artsy to fun</li>
<li>Amazingly fast</li>
<li>Works directly with many photo sharing sites</li>
<li>No download required, nothing to install!</li>
<li>Works on Mac, Windows, even Linux</li>
<li>Free and premium versions</li>
</ul>
<p><em>Veda Rating: Excellent</em></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><img src="http://www.vedadesigns.net/vedablog/wp-content/uploads/2007/02/snipshot.thumbnail.png" alt="SnipShot" id="image27" /></p>
<p><strong>http://www.snipshot.com</strong></p>
<p><strong>Description (from their site) :</strong></p>
<ul>
<li>Our free <a href="http://snipshot.com/services/">API</a> lets you use Snipshot for your own website</li>
<li>No download necessaryâ€”100% browser based, no plug-ins required</li>
<li>One-click import from any web site (including <a href="http://flickr.com/">Flickr</a>) with <a href="http://snipshot.com/bookmarklet/">our bookmarklet</a></li>
<li>Save to a free permanent URL at <a href="http://allyoucanupload.com/">WebShots</a> or to your <a href="http://flickr.com/">Flickr</a> account</li>
<li>Save as GIF, JPG, PDF, PNG or TIF</li>
<li>One-click enhance improves most images</li>
<li>Basic editing tools like crop, rotate, resize</li>
<li>Basic image adjustments like contrast, brightness, saturation, sharpness and hue</li>
<li>Unlimited undo and redo (Ctrl+Z and Ctrl+Y, or âŒ˜Z and âŒ˜Y on your Mac)</li>
<li>Nondestructive editingâ€”we always work from the original</li>
<li>Edit big picturesâ€”up to 10 MB, or 25 megapixels (5000&#215;5000 pixels)</li>
<li>Import PDF (first page only), EPS or SVG</li>
</ul>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><strong><img src="http://www.vedadesigns.net/vedablog/wp-content/uploads/2007/02/pikipimp.gif" id="image21" alt="pikipimp" /></strong></p>
<p><strong><a href="http://www.pikipimp.com/" target="_blank">http://www.pikipimp.com/</a></strong></p>
<p><strong>Description (from their site):</strong></p>
<p>pikipimp is a web based service that allows you you to edit your image online. No registration required.  Crop and add special effects.</p>
<p>Veda Rating: Good</p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><strong><img src="http://www.vedadesigns.net/vedablog/wp-content/uploads/2007/02/pixer-us.thumbnail.gif" id="image22" alt="Pixer.us" /> <a href="http://www.pixer.us" target="_blank"></a></strong></p>
<p><strong><a href="http://www.pixer.us" target="_blank">http://www.pixer.us</a></strong></p>
<p><strong>Description (from their website):</strong></p>
<p>With pixer.us you can edit your photos online  using only your browser.  Upload your photo using the &#8220;load image&#8221; form. In a few seconds, the image will be displayed on screen and you can start to play with it.  After you&#8217;re done fixing your photo click on the &#8220;Save&#8221; button to download it using your preferred file format.  All modifications are done in a non-destructive way. Your image will always keep it&#8217;s original quality!</p>
<p><em>Veda Rating: Good</em></p>
<p>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</p>
<p><strong>pic resize 2.0:  <a href="http://www.picresize.com/">http://www.picresize.com/</a></strong></p>
<p><strong><strong>Description (from their site):</strong></strong></p>
<p>Resize, shrink, and crop your pictures online for free at PicResize.com. Resize photos before posting them on your MySpace, Xanga, Facebook, and blog!</p>
<p><em>Veda Rating: Good</em></p>
<p><strong>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</strong></p>
<p><strong>pixenate:  <a href="http://pixenate.com/" target="_blank">http://pixenate.com</a></strong></p>
<p><strong>Description (from their website):</strong></p>
<p>A quick and easy way to design and edit your image online.</p>
<p><em>Veda Rating: Good</em></p>
<p><strong>&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;&#8212;</strong> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.vedadesigns.net/vedablog/archives/19/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Encrypted Web Forms</title>
		<link>http://www.vedadesigns.net/vedablog/archives/16</link>
		<comments>http://www.vedadesigns.net/vedablog/archives/16#comments</comments>
		<pubDate>Mon, 22 Jan 2007 06:11:48 +0000</pubDate>
		<dc:creator>Tara</dc:creator>
				<category><![CDATA[Website Tips]]></category>

		<guid isPermaLink="false">http://www.vedadesigns.net/vedablog/archives/16</guid>
		<description><![CDATA[  An encrypted web form allows your visitors to connect to your contact page securely using a URL that starts with https:// (which designates a secure connection),  versus a URL that starts with http:// (which designates an insecure  connection) and transmit data securely to the server. Using a secure contact form gives you [...] ]]></description>
			<content:encoded><![CDATA[<p> An encrypted web form allows your visitors to connect to your contact page <em>securely</em> using a URL that starts with <tt>https://</tt> (which designates a secure connection),  versus a URL that starts with <tt>http://</tt> (which designates an insecure  connection) and transmit data securely to the server. Using a secure contact form gives you the following security  enhancement&#8230;.</p>
<p><span id="more-16"></span></p>
<ul>
<li>All data sent through your contact form is  encrypted between your visitors computer and your web server so that it cannot be eavesdropped upon, intercepted, or modified during transmission.  This is like a &#8220;secure pipe&#8221; between your visitor and web server that no one can penetrate.</li>
</ul>
<p>There are essentially two ways I recommend setting up a secure web form.  The one you should use depends on the type of email address you want:</p>
<ol>
<li><strong>Purchase an SSL certificate and dedicated IP address for your website </strong>($60/year):  This works best if you set up a domain email address (you@yourdomain.com) and check your mail directly on the server via the webmail integrated with your hosting account.</li>
<li><strong>Purchase Hushmail&#8217;s Secure Form Premium Service ($90/year with their <a target="_blank" href="https://www.hushmail.com/services-upgrade">webmaster bundle</a>):</strong>  This is ideal for people who want to use a Hushmail address.  Hushmail also allows you to check external POP3 email accounts &#8211; which means you could still receive email from your domain address through your Hushmail account.</li>
</ol>
<p><strong>Important details to consider when using your own SSL Certificate&#8230;..</strong><br />
What most people don&#8217;t realize is that information sent from a secure web form is only secure between your visitors computer and the web server that the security certificate is installed on.  This means that if you have an SSL certificate installed on your website, the connection is only secure between your visitors PC and the web server.</p>
<p>If you download your emails off of the server with a desktop email client (Outlook, Thunderbird, etc) or have your web form send the contact data to an email address not on the web server (yahoo, hotmail, aol)&#8230;.the transmission will no longer be secure once it leaves the server.<br />
For this reason, I recommend people only purchase their own SSL certificate and dedicated IP if they plan on using a domain email address &#038;  checking it directly on the server.  Any other delivery method will compromise the security you had set up.</p>
<p>In general, I think Hushmail is better suited for what most adult entertainers need in terms of web form security.  The only draw back is that you have to sign up for a premium account in order to access the secure forms tool, which requires that you give them your real name &#038; billing information.  This may be an issue for ladies who are trying to keep their professional and personal identities completely separate. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.vedadesigns.net/vedablog/archives/16/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Understanding Husmail Encryption</title>
		<link>http://www.vedadesigns.net/vedablog/archives/15</link>
		<comments>http://www.vedadesigns.net/vedablog/archives/15#comments</comments>
		<pubDate>Tue, 12 Dec 2006 18:36:57 +0000</pubDate>
		<dc:creator>Tara</dc:creator>
				<category><![CDATA[Website Tips]]></category>

		<guid isPermaLink="false">http://www.vedadesigns.net/vedablog/archives/15</guid>
		<description><![CDATA[  
Many ladies use Husmail to communicate with clients because they believe their correspondences are secure and encrypted.  In actuality, these email exchanges are only secure &#038; encrypted if sending and receiving mail from another Hushmail address.  Emails to and from non-hushmail accounts are just as insecure as if you were writing from [...] ]]></description>
			<content:encoded><![CDATA[<p> <img alt="Hushmail" id="image26" src="http://www.vedadesigns.net/vedablog/wp-content/uploads/2007/02/hush_logo.thumbnail.jpg" /></p>
<p>Many ladies use <a target="_blank" href="http://www.hushmail.com">Husmail </a>to communicate with clients because they believe their correspondences are secure and encrypted.  In actuality, these email exchanges are only secure &#038; encrypted if sending and receiving mail from another Hushmail address.  Emails to and from non-hushmail accounts are just as insecure as if you were writing from any other type of email address.</p>
<p><span id="more-15"></span></p>
<p>Of course, because many people don&#8217;t even realize this &#8211; you could keep using Hushmail  for appearance sake.  Just keep in mind that nothing is actually encrypted to or from non-hushmail addresses (in case that was your primary goal in using Hushmail).</p>
<p><strong>Note:</strong>  They do, however,  provide a service called Hushmail Express&#8230;.which allows you to send an encrypted message to anyone within or outside the Hushmail network.  It is basically an email message you send out from an encrypted web form on their website. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.vedadesigns.net/vedablog/archives/15/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cater to the masses</title>
		<link>http://www.vedadesigns.net/vedablog/archives/12</link>
		<comments>http://www.vedadesigns.net/vedablog/archives/12#comments</comments>
		<pubDate>Fri, 10 Nov 2006 18:33:26 +0000</pubDate>
		<dc:creator>Tara</dc:creator>
				<category><![CDATA[Website Tips]]></category>

		<guid isPermaLink="false">http://www.vedadesigns.net/vedablog/archives/12</guid>
		<description><![CDATA[  One of the most important aspects of launching your business on the web is taking into consideration how your website will look to your visitors.  It can be easy to forget that your clients may not be looking at your website at the same resolution, monitor size, browser and speed that you are.

Although [...] ]]></description>
			<content:encoded><![CDATA[<p> One of the most important aspects of launching your business on the web is taking into consideration how your website will look to your visitors.  It can be easy to forget that your clients may not be looking at your website at the same resolution, monitor size, browser and speed that you are.</p>
<p><span id="more-12"></span></p>
<p>Although it may be tempting to have your site look the best on a 20&#8243; Widescreen LCD monitor at a 1280&#215;720 screen resolution,  it is crucial to remember that only a small percentage of your visitors will be seeing what you&#8217;re seeing.</p>
<p><a href="http://www.onestat.com/html/aboutus_pressbox38.html">Statistics show</a> that roughly 57% of Internet users are browsing at a 1024&#215;768 screen resolution.  What can be frustrating about this is that there are still almost 20% of users still browsing at 800&#215;600, so it can be difficult accommodating both user groups while maintaining the most attractive layout for your site.</p>
<p>If a fixed-width layout (which, IMHO usually make the most attractive/modern looking designs) is set too wide, an  800&#215;600 user will get horizontal scrollbars.  However, trying to accommodate those 800&#215;600 folks can leave a lot of empty whitespace on higher resolutions.</p>
<p>Then there are differences in browsers.  Internet Explorer commands a bit over 50% of the market, with Firefox coming in 2nd with almost 28% right now.  Although the new IE7 is much more web standards compliant &#8211; the fact still remains that different browsers will render your site differently.  The better the site is coded, the less drastic those differences will be.  Even so, if you compare your site in IE, Firefox, Opera, Safari and any other browser, you&#8217;re almost sure to notice slight-to-major differences in spacing, layout, fonts or more.</p>
<p>And finally, there is speed.</p>
<p>With the availability of broadband these days, it can seem amazing that over 20% of users are still on a dial-up connection (heheh&#8230;maybe they&#8217;re also the ones with their monitors set to 800&#215;600).  Because appearances are very important with the adult entertainment websites, it usually isn&#8217;t an option for you to skimp on photos or graphics.  You need your site to look great&#8230;so unless your specifically going for a utilitarian look&#8230;.it is perfect acceptable to be liberal with your design &#038; photos.</p>
<p>Even so, you need to be conscientious of not doing things like loading a 3 MB music file in the background while people are trying to use your site (background music is always a bad idea in general anyways).  And you should *always* optimize or compress your photos for the web before uploading them to your site.  Fresh off a digital camera&#8230;a single photo can be anywhere from 1-10 MB (megabytes) in size.  You can easily get the size down to a fraction of that by optimizing with a photo editing program.</p>
<p>Ultimately, there are limitations to how much you can do about making your site look universally similar on every computer.  But understanding and taking into consideration that these differences exist will help you be  more realistic about what you should or shouldn&#8217;t do with a website.  A good rule of thumb is to make your site look the very best for the majority of users but understand that you also need to make sure it is still attractive and usable for those in the minority. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.vedadesigns.net/vedablog/archives/12/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Back online &amp; the struggle with spam</title>
		<link>http://www.vedadesigns.net/vedablog/archives/10</link>
		<comments>http://www.vedadesigns.net/vedablog/archives/10#comments</comments>
		<pubDate>Tue, 08 Aug 2006 15:09:31 +0000</pubDate>
		<dc:creator>Tara</dc:creator>
				<category><![CDATA[Announcements]]></category>
		<category><![CDATA[Website Tips]]></category>

		<guid isPermaLink="false">http://www.vedadesigns.net/vedablog/archives/10</guid>
		<description><![CDATA[  Just wanted to let everyone know I&#8217;m back from vacation and am available once again for support and new project inquiries.
After taking the last five days off from work, I was welcomed this morning with about 2,500 spam emails in Outlook.  Keep in mind I check about 8 other domain email accounts aside [...] ]]></description>
			<content:encoded><![CDATA[<p> Just wanted to let everyone know I&#8217;m back from vacation and am available once again for support and new project inquiries.</p>
<p>After taking the last five days off from work, I was welcomed this morning with about 2,500 spam emails in Outlook.  Keep in mind I check about 8 other domain email accounts aside from the Veda Designs mail &#8211; so this is a pretty normal build-up for five days of being offline.</p>
<p><span id="more-10"></span></p>
<p>Spam, my darlings, is an unfortunate but mostly unavoidable consequence of posting your email address on the web.  There are methods to help prevent it (such as <a title="Mask your email address" target="_blank" href="http://www.addressmunger.com/">encrypting your email address</a> on your website or using a <a target="_blank" title="Email icon generator" href="http://services.nexodyne.com/email/index.php">graphic</a> in lieu of an email link), but even if you guard your email by savvy publishing on your website, spam bots can harvest it from any other website you&#8217;ve posted your email to.</p>
<p>The good news is that there are some pretty nifty tools out there which will at least allow you to filter the good from bad mail if you use an email client like Outlook to download your mail.  I personally use <a target="_blank" href="http://spambayes.sourceforge.net/">SpamBayes</a>, which&#8230;IMHO&#8230;is one of the very best open source (free) spam filter tools for Outlook.  It does require a bit of initial training which allows you to teach it good mail from bad, but once you&#8217;ve done this &#8211; I&#8217;d say it catches about 95% or more of the bad mail.</p>
<p>Unfortunately, it occasionally flags good mail as bad (false-positives).  Usually this is from addresses that have numbers or dashes in the email address and come from free webmail accounts.  It doesn&#8217;t happen often enough to offset the benefits of the program and even when it does happen&#8230;you can easily let the program know that this is a safe address (thus avoiding future spam filtering).</p>
<p>There are also commercial (you pay for it) spam filtering tools.  <a target="_blank" href="http://www.pcmag.com/category2/0,1874,4795,00.asp">Here</a> is a very comprehensive list  from PCMag.com with ratings.</p>
<p>In summary, if you are being plagued by spam and you use a windows email client (sorry, don&#8217;t know what is available for mac users) &#8211; there are definitely options available that would make checking email less of a headache. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.vedadesigns.net/vedablog/archives/10/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Premium Webmail Clients</title>
		<link>http://www.vedadesigns.net/vedablog/archives/8</link>
		<comments>http://www.vedadesigns.net/vedablog/archives/8#comments</comments>
		<pubDate>Fri, 21 Jul 2006 16:38:54 +0000</pubDate>
		<dc:creator>Tara</dc:creator>
				<category><![CDATA[Website Tips]]></category>

		<guid isPermaLink="false">http://www.vedadesigns.net/vedablog/archives/8</guid>
		<description><![CDATA[  For ladies who are reluctant to set up their domain email account in Outlook or similar (understandably so, given the security risks) but still want the ability to send email from their domain address &#8211; you may want to consider paying for a premium webmail service.

Recently I&#8217;ve had the opportunity to explore the Yahoo [...] ]]></description>
			<content:encoded><![CDATA[<p> For ladies who are reluctant to set up their domain email account in Outlook or similar (understandably so, given the security risks) but still want the ability to send email from their domain address &#8211; you may want to consider paying for a premium webmail service.</p>
<p><span id="more-8"></span></p>
<p>Recently I&#8217;ve had the opportunity to explore the <a target="_blank" title="Yahoo Mail Plus" href="http://mailplus.mail.yahoo.com/">Yahoo Mail Plus</a> service after working with a client that subscribes to it.   For $19.99/year, the Plus Mail will allow you to receive and send from multiple POP3 accounts (like your domain email address).  The new Beta UI looks somewhat like Outlook 2003, with the folder tree vertical on the left and the email list w/message preview on the right.  Overall I was rather impressed with the value and features.</p>
<p><a target="_blank" title="Hushmail" href="http://www.hushmail.com/">Hushmail </a>also has premium services and can be better suited for providers given their standards of security.  They have <a target="_blank" title="Hushmail Business Account" href="https://www.hushmail.com/business">business accounts</a> starting at $2/month which allows you to send/receive email from your own domain address.  There are additional tools available such as an encryption <a target="_blank" title="Hushmail IMAP" href="https://www.hushmail.com/info-imap">plugin for Outlook</a> (IMAP access) and <a target="_blank" title="Hushmail Secure Forms" href="https://www.hushmail.com/info-secureforms">secure forms</a> (to encrypt data sent through your web form).  The price goes up for additional services, but for less than a $100 a year for everything, it is really an incredible deal given the alleviated risks.</p>
<p>And if you absolutely refuse to pay for email&#8230;.Google offers the free <a target="_blank" title="Google Gmail" href="http://gmail.google.com">GMAIL </a>service which also allows you receive POP3 email and set up multiple &#8216;From&#8217; addresses so you can send email which appears to come from your own domain.  It doesn&#8217;t have the pretty UI like Yahoo or the security of Hushmail, but it is fast, easy to use and they give you 2GB of storage.  I&#8217;m not sure if they still require invitations to sign up&#8230;but I have a ton of them if anyone wants one.</p>
<p>Hotmail also has a <a target="_blank" title="Hotmail Plus" href="http://join.msn.com/hotmailplus/overview-std">premium service</a>, though truthfully &#8211; I was never all that impressed with it.  The UI is ok I guess &#8211; but the new Live version seems clunky and buggy to me.</p>
<p>Then of course there are the free webmail clients included with your cpanel hosting account (<a target="_blank" title="Horde Webmail" href="http://www.horde.org/">Horde</a>, <a target="_blank" title="SquirrelMail Screenshots" href="http://www.squirrelmail.org/screenshots.php">SquirrelMail</a>, <a target="_blank" title="NeoMail" href="http://neocodesolutions.com/software/neomail/">NeoMail</a>) &#8211; though unfortunately they are quite ugly and clunky to navigate through. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.vedadesigns.net/vedablog/archives/8/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

