<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Onfly&#039;s Blog</title>
	<atom:link href="http://onfly.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://onfly.wordpress.com</link>
	<description>Just another WordPress.com weblog</description>
	<lastBuildDate>Fri, 14 Aug 2009 22:14:30 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='onfly.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Onfly&#039;s Blog</title>
		<link>http://onfly.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://onfly.wordpress.com/osd.xml" title="Onfly&#039;s Blog" />
	<atom:link rel='hub' href='http://onfly.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How To Create An HTML Newsletter</title>
		<link>http://onfly.wordpress.com/2009/08/14/how-to-create-an-html-newsletter/</link>
		<comments>http://onfly.wordpress.com/2009/08/14/how-to-create-an-html-newsletter/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 22:13:35 +0000</pubDate>
		<dc:creator>onfly</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Branding Website]]></category>
		<category><![CDATA[Effective branding]]></category>
		<category><![CDATA[HTML Newsletter]]></category>
		<category><![CDATA[Studioapp Branding]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[Website Redesign]]></category>

		<guid isPermaLink="false">http://onfly.wordpress.com/?p=20</guid>
		<description><![CDATA[Learn how to creat an HTML Newsletter<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onfly.wordpress.com&amp;blog=8806517&amp;post=20&amp;subd=onfly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>OK So you&#8217;ve decided it&#8217;s time to send an HTML newsletter to your email list but you&#8217;re not quite sure where to start? No Problem, we&#8217;ve all been there. I tried and tested many times before I created my first successful html newsletter. Creating an HTML Newsletter is very similar to creating a webpage, with some minor twists on the old rules. Now if you already know how to create a webpage then you won&#8217;t have any problems. But if you&#8217;re not sure, then you can always use a WYSIWYG &#8211; What You See Is What You Get HTML editors such as Microsoft Frontpage or Adobe Dreamweaver. Or you can skip all those steps and just download a newsletter template, and add your text. The only real difference between a newsletter and a regular webpage is how it&#8217;s designed and how its sent. Let&#8217;s Get Started. 1) Remove everything before the open (body) tag, and everything after the close (/body) tag. Then get rid of the body tags themselves. There should be (html) tag, (head) tag, (title) tag, (metatags), and no css stylesheets.</p>
<p> The only remaining html code will be what you originally found BETWEEN your open (body) (/body) and close body tags &#8211; Tables, images, text, links etx. 2) No more javascripts &#8211; Email providers don&#8217;t allow javascript in their email and they will disable it. So if you have any javascript within your newsletter then get rid of it. 3) No Flash, No DHTML, No Web Forms &#8211; Most if not all of time they will not work so your newsletter will be better off if you don&#8217;t include them. 4) No more ads &#8211; Actually you can have ads, but just not the popular Google Adsense Ads. Google&#8217;s Adsense uses javascript and javascript won&#8217;t work in the newsletter. You can however find link exchanges, or other advertisers that use plain links for their ads, and include those in your newsletter. These ads, banners, and text links will work just fine. 5) No More CSS &#8211; Often designers will use CSS for a webpage&#8217;s layout, but in the case of an html newsletter it would be better to use tables, instead of writing lines and lines of inline css code. You can set padding, background color, and lots of other table properties, just as you can with CSS. Remember keep it simple. 6) If you must use CSS then get inline &#8211; Since you can&#8217;t import style sheets to style and format your html content you will need to use inline CSS which includes all of the css properties in line. EX: style=&#8221;background: white; color: black;&#8221; 7) Images &#8211; When adding images on a webpage we would normally use urls such as image1.jpg, but with a newsletter you&#8217;ll have to enter the complete or the absolute url. Tip: Make sure to set your images&#8217; border to 0 so that it will show up seamlessly inside your newsletter. <img src='http://s2.wp.com/wp-includes/images/smilies/icon_cool.gif' alt='8)' class='wp-smiley' /> The first link in the email should be a link to the online version of your html newsletter. Even if you have option for html or text newsletter, it&#8217;s a good idea to include a link to your online version at the top of the newsletter. 9) Include an unsubscribe / remove me link at the end of your email, and text for compliance with canspam laws. If you don&#8217;t have an unsubscribe button then your newsletter could be seen as spam and you don&#8217;t want your subscribers thinking they have no way to unsubscribe. If you have more then one newsletter then include a link such as Manage my subscription or a link that takes them directly to their online account. Placing this link will allow your users access to their account and allow them to manage their subscriptions. Who knows maybe they&#8217;ll subscribe to more newsletters. 10) Test, test, and retest on major email providers (Hotmail, Yahoo, Gmail). You may notice that with that the new MSN Windows Live Mail Beta the text in your newsletters will be centered. Don&#8217;t rely on defaults to left align your text, use the left align button on your editor to align them when needed. During my previous newsletter tests some of the special characters in my newsletter rendered oddly in Yahoo, so make sure to find the character codes for those special characters, and then paste them directly into your html. For ex: this &#8216; apostrophe will turn into &amp;amp;#39; This will allow the text to display properly. For more character codes scroll all the way down or google &#8220;Special Character Codes&#8221; 11) Before you send your email make sure to set the email&#8217;s content-type as HTML, so that it can display as an Html newsletter, or it will just show up as plain HTML code. 12) Get Online – Before you get started make sure to upload those pictures and your original HTML newsletter to your hosting account so that your subscribers can visit your newsletter online.</p>
<p>That&#8217;s it. Happy HTML emailing!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onfly.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onfly.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onfly.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onfly.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onfly.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onfly.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onfly.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onfly.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onfly.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onfly.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onfly.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onfly.wordpress.com/20/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onfly.wordpress.com/20/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onfly.wordpress.com/20/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onfly.wordpress.com&amp;blog=8806517&amp;post=20&amp;subd=onfly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onfly.wordpress.com/2009/08/14/how-to-create-an-html-newsletter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e7d59b54c225c5843fb2b6c7731063b8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">onfly</media:title>
		</media:content>
	</item>
		<item>
		<title>The Basic Skills Needed To Become A Web Designer</title>
		<link>http://onfly.wordpress.com/2009/08/14/the-basic-skills-needed-to-become-a-web-designer/</link>
		<comments>http://onfly.wordpress.com/2009/08/14/the-basic-skills-needed-to-become-a-web-designer/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 14:16:41 +0000</pubDate>
		<dc:creator>onfly</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Branding Website]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[Effective branding]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[JAVASCRIPT]]></category>
		<category><![CDATA[Studioapp Branding]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[Website Redesign]]></category>

		<guid isPermaLink="false">http://onfly.wordpress.com/?p=18</guid>
		<description><![CDATA[Skills to become a web designer<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onfly.wordpress.com&amp;blog=8806517&amp;post=18&amp;subd=onfly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>There is no handbook on the skills needed to become a web designer. Nor is there a fixed aptitude or personality test required to qualify as one. All you need to have is the knowledge of a few basic programming languages, a good design sense and the drive to experiment. Signing up for a web design course might be partially useful, but in the end most of what you implement will be self-taught. And since the Internet gives you access to a large number of design portals as well as the latest programs, it does prove to be an added boon. By surfing the Web, checking out design blogs and downloading software you can develop a signature style that is in sync with your personality and creativity.</p>
<p>The first three programming languages that you need to learn are:</p>
<p><strong>HTML<br />
</strong><br />
Hyper Text Markup Language is a programming language that is used to present pages and text on the Web. You can start writing these either on NotePad or Windows. It is one of the first languages you will need to start out with on your journey to become a web designer. Various mark up tags are used for each stage of text from the title (), to the start and end of a new paragraph (</p>
<p>), and even for an image (). These are the tags that give the text you see on a website, its format and font. Now this program is essentially a beginner&#8217;s tool and also meant for designers who are focusing more on text. If you want to learn more about graphic design then Adobe Photoshop and Flash should be on the top of your list.</p>
<p><strong>CSS<br />
</strong><br />
Cascading Style Sheets are what you use to convert the HTML code you have written into a web page as you see it on the Internet. CSS can either be downloaded as ready templates or you can create your own template using Macromedia Dreamweaver or BB edit. Once you have created your style sheet, you can implement it either externally, by imbedding it, or by using inline CSS. The method you select depends on how large your website is and how you decide to maintain it.</p>
<p><strong>JavaScript</strong></p>
<p>This is a scripting language which is connected to HTML. It allows the web designer to make his web page dynamic and interactive. By using this coding, you can determine what happens when a user clicks on a link; whether he is shown more text or whether he is taken to a new website.</p>
<p>By learning these three languages, you can acquire the basics needed to become a web designer. Once you have mastered these, you can move on to other programs that help make your website more user-friendly, appealing and more likely to be picked up by search engines.</p>
<p>After mastering the skills needed to become a web designer you should also determine whether you want to work with a design studio or independently. Both are equally good options though the latter gives you more scope to experiment. It&#8217;s not too hard getting yourself a domain name and finding a reliable hosting company which will enable you to get more freelance work. These along with a stable internet connection, a computer with a good resolution and the ability to withstand hours in front of the computer screen should stand you in good stead. It is only through constant practice and by working on a variety of projects that you will be able to hone your design sensibilities, which is what will make your work distinct and much sought after.</p>
<p><!-- google_ad_section_end --></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onfly.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onfly.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onfly.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onfly.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onfly.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onfly.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onfly.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onfly.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onfly.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onfly.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onfly.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onfly.wordpress.com/18/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onfly.wordpress.com/18/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onfly.wordpress.com/18/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onfly.wordpress.com&amp;blog=8806517&amp;post=18&amp;subd=onfly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onfly.wordpress.com/2009/08/14/the-basic-skills-needed-to-become-a-web-designer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e7d59b54c225c5843fb2b6c7731063b8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">onfly</media:title>
		</media:content>
	</item>
		<item>
		<title>Website Design in Poole &#8211; Going Local for Your Local Business</title>
		<link>http://onfly.wordpress.com/2009/08/14/website-design-in-poole-going-local-for-your-local-business/</link>
		<comments>http://onfly.wordpress.com/2009/08/14/website-design-in-poole-going-local-for-your-local-business/#comments</comments>
		<pubDate>Fri, 14 Aug 2009 13:54:53 +0000</pubDate>
		<dc:creator>onfly</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Branding Website]]></category>
		<category><![CDATA[Effective branding]]></category>
		<category><![CDATA[Studioapp Branding]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[Website Redesign]]></category>

		<guid isPermaLink="false">http://onfly.wordpress.com/?p=14</guid>
		<description><![CDATA[Website Design <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onfly.wordpress.com&amp;blog=8806517&amp;post=14&amp;subd=onfly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Website Design &#8211; Going Local for Your Local Business</strong></p>
<p>When many people first think about taking their business on to the Internet, the first thing that they begin looking for is affordable website design. Although this certainly is something that you should keep in mind whenever you are doing anything as far as your business is concerned, you also need to be careful that your online presence does not display the fact that you paid less for it. The simple fact of the matter is, there is some affordable web design that is available which is also going to be quality as well. A good example of this is the On Top Web Design service, especially if you are interested in website design in the Poole area. The reason why this is the case is because it is always a good idea for you to go with a local design company instead of going with an outsourced company that may be thousands of miles away from you. Not only are you going to be putting back into the local economy but you&#8217;re also going to get somebody that has an interest in your specific business. In this way, you will be able to get affordability and quality, both in the same package and to do so with somebody that understands the area in which you do business. This tends to be something that many individuals overlook in their search for a webmaster but it is something very important for you to keep in mind. It is also important that you choose somebody such as On Top Web Design if you&#8217;re going to be putting up an e-commerce website. Some people are simply looking for a landing page on the Internet in order to introduce themselves to their future customers but others are looking for a way to take their business onto the internet full time. If this is the case with you, you also want to make sure that you&#8217;re going with a local company that is familiar with e-commerce website design services. This will keep your business from stumbling from the start and get it up and running in the shortest amount of time possible. Finally, you should be looking for in a website design service is the ability for them to get you listed in the search engines and to stay listed towards the top. After all, this is where many people are starting to look for services in their local area and unless you come out on top of the heap, you are going to be losing business to your competition. This entire process is known as search engine optimization and it is an ongoing process, but one that pays off very well in the way of customers. Make sure that your web design company is going to offer you these services and make sure that your business is running well for the long-term.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onfly.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onfly.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onfly.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onfly.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onfly.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onfly.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onfly.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onfly.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onfly.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onfly.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onfly.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onfly.wordpress.com/14/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onfly.wordpress.com/14/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onfly.wordpress.com/14/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onfly.wordpress.com&amp;blog=8806517&amp;post=14&amp;subd=onfly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onfly.wordpress.com/2009/08/14/website-design-in-poole-going-local-for-your-local-business/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e7d59b54c225c5843fb2b6c7731063b8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">onfly</media:title>
		</media:content>
	</item>
		<item>
		<title>Ecommerce Website for Online Stores</title>
		<link>http://onfly.wordpress.com/2009/08/13/ecommerce-website-for-online-stores/</link>
		<comments>http://onfly.wordpress.com/2009/08/13/ecommerce-website-for-online-stores/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 22:20:40 +0000</pubDate>
		<dc:creator>onfly</dc:creator>
				<category><![CDATA[E-commerce Website]]></category>
		<category><![CDATA[Branding Website]]></category>
		<category><![CDATA[Effective branding]]></category>
		<category><![CDATA[Studioapp Branding]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[Website Redesign]]></category>

		<guid isPermaLink="false">http://onfly.wordpress.com/?p=12</guid>
		<description><![CDATA[Online Stores<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onfly.wordpress.com&amp;blog=8806517&amp;post=12&amp;subd=onfly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Today, people have grown busier, much more busier than we could have imagined of. They don&#8217;t have enough time for themselves and they certainly won&#8217;t have time for you. But, if you are into a business, you will have to make them come to you to avail your services/products. And Internet can facilitate the same. The potential of Internet marketing is amazing. You can buy/sell just through your fingertips. All it takes is a single Click.</p>
<p>Hence, for a successful business, be it small or large , you need eCommerce web design solution, which can be extremely helpful in the long run.</p>
<p>Before starting with Online Business, it is essential to know who your target audience are and what you customers would generally look for. Then comes the need for a good website. In Web design market, customers generally look for 3 key product features for their websites:</p>
<p>They are:</p>
<p>    * Custom Made Web Design<br />
    * Cost Effectiveness<br />
    * Easy and Reliable to Use</p>
<p>Today creating an ecommerce website has become so very easy, that, a web designer choose from pre-existing design templates that are already available on the Internet. Pick the template and theme of desired store and make changes in them according to your needs. Apart from basic design elements, this theme consists of elements like font faces, sizes and colors.</p>
<p>After choosing theme, you can have different web pages on your site. Configure all the pages individually and continue with a unified web design. After finalizing basic web design requirements for an online store, you might need a professional web designer. He can help you to with your site maintenance and structure it in accordance with prevailing norms and trends.</p>
<p>The success of ecommerce web site design depends on the ability to attract search engine spiders so that the site&#8217;s pages are crawled and indexed. Being a businessman, one should be innovative and open to new ideas and have the guts to expand his online business. Add and optimize your web site pages individually. Being a business owner, you should adapt your ecommerce website business according to fast changing online business trends.</p>
<p><a title="StudioApp" href="http://www.studioapp.com" target="_blank">StudioApp&#8217;s</a> eCcommerce website design solutions allow you to set up your own eCommerce website to suit your business needs and personal preferences, supported by our vast feature set and wide assortment of themes. Lets you sell your products online with the help of advanced shopping cart software.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onfly.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onfly.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onfly.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onfly.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onfly.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onfly.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onfly.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onfly.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onfly.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onfly.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onfly.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onfly.wordpress.com/12/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onfly.wordpress.com/12/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onfly.wordpress.com/12/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onfly.wordpress.com&amp;blog=8806517&amp;post=12&amp;subd=onfly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onfly.wordpress.com/2009/08/13/ecommerce-website-for-online-stores/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e7d59b54c225c5843fb2b6c7731063b8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">onfly</media:title>
		</media:content>
	</item>
		<item>
		<title>How to learn dreamweaver</title>
		<link>http://onfly.wordpress.com/2009/08/13/how-to-learn-dreamweaver/</link>
		<comments>http://onfly.wordpress.com/2009/08/13/how-to-learn-dreamweaver/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 21:59:07 +0000</pubDate>
		<dc:creator>onfly</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Branding]]></category>
		<category><![CDATA[Branding Website]]></category>
		<category><![CDATA[Effective branding]]></category>
		<category><![CDATA[Studioapp Branding]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[Website Redesign]]></category>

		<guid isPermaLink="false">http://onfly.wordpress.com/?p=10</guid>
		<description><![CDATA[learn dreamweaver to create websites<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onfly.wordpress.com&amp;blog=8806517&amp;post=10&amp;subd=onfly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Have you seen a really well designed website and thought that you would like to do the same? Well, now you can with the use of the ever-popular Dreamweaver. Learning how to use Dreamweaver can really help to save a lot of time when writing lots of codes in an html editor.</p>
<p>So what exactly is Dreamweaver? Basically, it is a powerful website development piece of software that is easy to use and it can really help you to build impressive websites. With its extensive libraries and templates, even a complete beginner can easily make a website. However, if you are one of the more advanced web designers and coders, Dreamweaver can also be used to develop database driven websites and to develop server side websites that give a lot more functionality to the user.</p>
<p>Dreamweaver&#8217;s interface has been designed to make it easier to build both simple and complex websites by using a point and click method that helps to simplify most tasks.</p>
<p><strong>The Benefits of Using Dreamweaver</strong></p>
<p>The benefits of using Dreamweaver over plain html coding from scratch are endless. Dreamweaver creates a lot of the code for the user already, which makes it incredibly useful for those who have no idea what they are doing and, for the people who do know how to code html, they can always add it to the written code a lot easier.</p>
<p>You can switch between code view and the design view and you can even have both in the same window to keep tabs on any changes that you have made. Also, when you save your site, you can view your page in a web browser just to see what it would look like on the internet. For this you do not have to be on the internet to view it, as you can view it without your computer being online.</p>
<p>If you do edit any code, there are tools on Dreamweaver that help to correct any mistakes in the syntax. There are so many great features in Dreamweaver that you would not get in ordinary html editors.</p>
<p>Another great feature in Dreamweaver is the layout tool. You can use this to get an idea of where you put your navigation, menus, pictures, etc.</p>
<p><strong>Where to Go In Order To Learn Dreamweaver</strong></p>
<p>If you are interested in learning Dreamweaver, a great place to start is in google. Do a search for Dreamweaver Tutorial or Dreamweaver Video Tutorial you&#8217;ll find a whole range of top quality Dreamweaver Tutorials. This will help people who are starting from scratch to feel confident in making great looking websites and it can also help more advanced users to pick up new skills or refresh existing skills.</p>
<p>Overall, Dreamweaver is worth learning if you are serious about web design, so why not start today and show the world just how good your website can be.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onfly.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onfly.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onfly.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onfly.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onfly.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onfly.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onfly.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onfly.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onfly.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onfly.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onfly.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onfly.wordpress.com/10/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onfly.wordpress.com/10/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onfly.wordpress.com/10/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onfly.wordpress.com&amp;blog=8806517&amp;post=10&amp;subd=onfly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onfly.wordpress.com/2009/08/13/how-to-learn-dreamweaver/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e7d59b54c225c5843fb2b6c7731063b8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">onfly</media:title>
		</media:content>
	</item>
		<item>
		<title>How To Decide Whether to Hire a Web Designer or a Web Developer</title>
		<link>http://onfly.wordpress.com/2009/08/13/how-to-decide-whether-to-hire-a-web-designer-or-a-web-developer/</link>
		<comments>http://onfly.wordpress.com/2009/08/13/how-to-decide-whether-to-hire-a-web-designer-or-a-web-developer/#comments</comments>
		<pubDate>Thu, 13 Aug 2009 21:45:55 +0000</pubDate>
		<dc:creator>onfly</dc:creator>
				<category><![CDATA[Design]]></category>
		<category><![CDATA[Branding]]></category>
		<category><![CDATA[Branding Website]]></category>
		<category><![CDATA[Effective branding]]></category>
		<category><![CDATA[Onfly branding]]></category>
		<category><![CDATA[Studioapp Branding]]></category>
		<category><![CDATA[Website Design]]></category>
		<category><![CDATA[Website Development]]></category>
		<category><![CDATA[Website Redesign]]></category>

		<guid isPermaLink="false">http://onfly.wordpress.com/?p=8</guid>
		<description><![CDATA[Ways to find out the right choice for you<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onfly.wordpress.com&amp;blog=8806517&amp;post=8&amp;subd=onfly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>How To Decide Whether to Hire a Web Designer or a Web Developer</strong></p>
<p>Most people begin their website project with a search for a professional web designer or web developer and don&#8217;t even realize that there is a difference between the two. However, they are very different types of people and they both come to your project with their own points of view. Deciding what type of site you need will be the first step in determining what type of person you need for the project.</p>
<p> <strong>The Type of Website you Need: Static or Dynamic </strong></p>
<p>The first place to begin when choosing who to build your site, is to decide whether you are going to need a static or a dynamic website. A static website is sometimes called a &#8220;brochure website&#8221;. On a static site, once all the information has been uploaded to the server, it stays the same. It only changes when a webmaster goes out to the site and makes updates. Therefore, all users see the same thing. It&#8217;s much like handing out a traditional business brochure. All of your customers see the same thing until you have your brochure redone. With a dynamic website, what the user sees will change, based on their input and thus is a more complicated and costly type of website. A dynamic website requires advanced programming to operate correctly. The programs must execute different results, based on what the user requests. A &#8220;search&#8221; feature is one dynamic element contained on most websites. Any ecommerce site is an example of a dynamic website.</p>
<p><strong>Form &#8211; The Web Designer </strong></p>
<p>The web designer&#8217;s job is to focus on the layout and look of a website. They choose the color scheme and make decisions on how the text and graphics are displayed. They are concerned with the impression the site gives the visitor and how the visitor will navigate around the site. They are usually skilled in Photoshop and other graphic software. Many web designers begin their careers as graphic artists and are skilled at getting the site to have the &#8220;look and feel&#8221; that you want. They create your image on the Internet. Web designers usually have the skills needed to create static websites on their own.</p>
<p><strong>Function – The Web Developer </strong></p>
<p>Web developers, on the other hand are programmers. They usually handle more complicated sites and know various scripting languages. Their focus is on the interactive features of a site such as the shopping cart for an ecommerce site or a survey form or an order form. You will need the services of a web developer for a dynamic website. Which to Choose Knowing what kind of site you need in the beginning is important because if you hire a web designer to build your website and you did not factor into the requirements that you were going to need, for example, an advanced multiage form, you will end up with a very nice looking website that does nothing for you. If you go the other way and have a web developer build your site, you could wind up with a very functional site that looks terrible. Design is always going to be secondary to a developer. If you need a dynamic website and the person you&#8217;re considering is more of a designer, the project can still be successful. Just be sure to have them show you some websites with some dynamic functionality that they have built to make sure that can handle your job. If the person you are considering is more of a developer, check their portfolio and make sure that they have the resources to partner with designers to produce a high quality website. If you&#8217;re still not sure which way to go, web designer or web developer, you would be better off leaning towards the web designer because the designer deals with that all-important first impression. Most Internet users decide within the first 3 seconds, whether or not they are going to stay on a site. Your project will be successful with a web designer as long as they have good web development resources as their disposal.</p>
<p><strong>Usability &#8211; Where Form and Function Meet</strong></p>
<p>Usability refers to how quickly and easily users can accomplish what they want to do, on your site. If your site is difficult or frustrating, they will quickly leave. You need your website to achieve your business objectives and if it&#8217;s not, then it is not a design problem, it is not a development problem, it is a usability problem. Usability is the common thread that binds form and function together. . When considering who to hire to build your website, a web designer or a web developer, be aware that they both have their strengths and limitations. A web designer will give you the right colors and the right look for your site and they understand what people respond to. The developer will give you the interactive elements for your site such as a shopping cart, a sign-up form or other dynamic functionality. However, design and development must work together to get your customer to buy your product or to contact you about your services. If your site is visually appealing, allows the user to quickly and easily do business with you, then you have hit on the perfect marriage of form and function to produce a site that excels in usability, which translates into success!</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onfly.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onfly.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onfly.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onfly.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onfly.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onfly.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onfly.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onfly.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onfly.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onfly.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onfly.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onfly.wordpress.com/8/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onfly.wordpress.com/8/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onfly.wordpress.com/8/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onfly.wordpress.com&amp;blog=8806517&amp;post=8&amp;subd=onfly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onfly.wordpress.com/2009/08/13/how-to-decide-whether-to-hire-a-web-designer-or-a-web-developer/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e7d59b54c225c5843fb2b6c7731063b8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">onfly</media:title>
		</media:content>
	</item>
		<item>
		<title>Online Branding &#8211; the Basics</title>
		<link>http://onfly.wordpress.com/2009/07/30/branding/</link>
		<comments>http://onfly.wordpress.com/2009/07/30/branding/#comments</comments>
		<pubDate>Thu, 30 Jul 2009 22:38:37 +0000</pubDate>
		<dc:creator>onfly</dc:creator>
				<category><![CDATA[Branding]]></category>
		<category><![CDATA[Branding Website]]></category>
		<category><![CDATA[Effective branding]]></category>
		<category><![CDATA[Onfly branding]]></category>
		<category><![CDATA[Studioapp Branding]]></category>
		<category><![CDATA[Website Design]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[Basics for Online Branding for websites<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onfly.wordpress.com&amp;blog=8806517&amp;post=1&amp;subd=onfly&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p><strong>Online Branding &#8211; the Basics</strong></p>
<p>The term &#8220;brand&#8221; has been around for many years and can be used to refer to a company name, a product name, an advertising campaign or a logo. Branding is used to create an emotional attachment to a product or company. It can also create a sense of perceived higher quality or value. In Internet marketing, branding is more than logos and theme songs. Branding lets customers know who you are, what you do and how you do it. It&#8217;s your promise of value. Effective branding will increase your potential customer base and more potential customers will always equal more sales opportunities. In recent years, consumers have been spending more time and money on the Internet. In addition to communicating with friends, they&#8217;re comparison shopping and making more and more purchases online. It&#8217;s imperative for a business to use the Internet to make an impact. Here are a few ways to define your online identity.</p>
<p> <strong>Describe Your Brand First &#8211; Start With What You Do </strong></p>
<p> When they land on your website, your visitors should know immediately what your company does and how it can help them. Don&#8217;t be ambiguous and don&#8217;t try to be too cute. Build a unique shopping experience that a visitor will remember. With regard to graphics on your website, remember that images can convey more than words, and good ones can play a major part in online branding. <strong>Find </strong></p>
<p><strong> </strong><strong>Your Target Market</strong></p>
<p><strong> </strong><strong> </strong>The focus of a marketing campaign is people. Your goal is to reach a subset of the population who might be interested in your particular product &#8211; your target market. The more you know about your target market, the more precisely you can develop a marketing strategy. Your branding efforts should focus on that target market. Your message should be clear and should appeal to your visitor and make them realize the benefits of visiting your website, your store and ultimately buying your products or services.</p>
<p><strong> </strong><strong>Humanize Your Website </strong></p>
<p>What is your company&#8217;s personality? The online world can be a cold and daunting place. Your branding efforts can be much more effective when you add a human element to your website. Brands are like people in that a strong one has personality, expresses opinions and elicits feelings. Your website and brand could and should do the same thing. If you are the sole owner, put your name and photo on your site to take away the mystery and distrust of a cold, impersonal website. Take a good look at your site. Does your design scheme complement your identity? You should be working toward your site having its own identity, unique language and clear personality. Take a look at some of the sites you enjoy visiting and see what makes them special and satisfying to you. Branding is not about making your site more corporate &#8211; it&#8217;s about making it personal so that visitors want to come back.</p>
<p> <strong>Be Consistent </strong></p>
<p><strong> </strong>For effective branding on the web, you should be consistent in terms of your approach, your message and your language throughout your visitors&#8217; experience. Any gateway to your customers &#8211; website, blog, newsletter, emails &#8211; should have your consistent, unique personality. <strong></strong></p>
<p><strong>Content, Content, Content </strong></p>
<p>Just as location, location, location is crucial in real estate, having great content on your site is a major factor in getting customers to return. Useful, brand-related information coupled with your unique voice will help you gain fans and ultimately loyal customers. With good content, your website becomes &#8220;sticky&#8221;, that is, it&#8217;s able to keep visitors on the site browsing and reading longer. When the content is what people are looking for, they are not only more likely to stay longer, they&#8217;ll bookmark your site and maybe recommend it to others. They will learn that you are a reputable source of information and eventually go to your site for purchases. Your branding goal should be to provide rich information on your site to build an expert reputation that will be recognized by both customers and search engines.</p>
<p><strong>Have an Online Presence Outside of Your Site</strong></p>
<p><strong> </strong>Post regularly to online forums where people who might be interested in your brand are gathering. Use your expertise in your field to offer intelligent and useful information and include a link to your website in your signature. With good online content, you can satisfy people&#8217;s craving for suitable information and increase your linking strategy at the same time. For example, if you have a site that sells art and painting supplies, you could write a history article on Rembrandt to be published online. This page for history or art buffs will now link potential customers from your target market to your site, and will become part of your linking strategy. On your website, offer a free newsletter or rss feed. This will allow you to build a database of potential customers who have gone out of their way to express interest in your brand. Your newsletter will then allow you to deliver your message to an interested audience with a controlled frequency that will further build your brand. Customers are becoming savvy and more discriminating when it comes to online interactions, and retailers need to provide a consistent, positive marketing experience. Great websites put substance before flash and that&#8217;s what branding is all about &#8211; your promise of value.</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/onfly.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/onfly.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/onfly.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/onfly.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/onfly.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/onfly.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/onfly.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/onfly.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/onfly.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/onfly.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/onfly.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/onfly.wordpress.com/1/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/onfly.wordpress.com/1/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/onfly.wordpress.com/1/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=onfly.wordpress.com&amp;blog=8806517&amp;post=1&amp;subd=onfly&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://onfly.wordpress.com/2009/07/30/branding/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://0.gravatar.com/avatar/e7d59b54c225c5843fb2b6c7731063b8?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">onfly</media:title>
		</media:content>
	</item>
	</channel>
</rss>
