<?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/"
	>

<channel>
	<title>Tallahassee Web Design Service</title>
	<atom:link href="http://webservices.onequickmemory.com/tallahassee_web_design/?feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://webservices.onequickmemory.com/tallahassee_web_design</link>
	<description>Local ...but Remote</description>
	<pubDate>Mon, 23 Mar 2009 19:15:46 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>APIs services are here!</title>
		<link>http://webservices.onequickmemory.com/tallahassee_web_design/?p=17</link>
		<comments>http://webservices.onequickmemory.com/tallahassee_web_design/?p=17#comments</comments>
		<pubDate>Sat, 21 Mar 2009 02:50:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web Programming]]></category>

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

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

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

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

		<category><![CDATA[Google Maps]]></category>

		<category><![CDATA[web services]]></category>

		<guid isPermaLink="false">http://webservices.onequickmemory.com/tallahassee_web_design/?p=17</guid>
		<description><![CDATA[The use of API services has dramatically changed the look of the web 2.0 era]]></description>
			<content:encoded><![CDATA[<p>The use of API (application program interface) services have actually been here for years, but they have been here in very obscure usage.  When AJAX applications or old-school DHTML type client side mark ups are in place, the DOM (document object model) API is accessed.  In this case, web pages get manipulated and it often goes unseen.  The web buzz over the last couple years has been the integration of APIs services from major web platforms such as Google Maps, YouTube, Amazon, Ebay, PayPal, and many more.  These major web brands are effectivly opening up their vast arrays of content for website owners to utilize on their own sites.  This means all kinds of great things for developers and website owners.  Many of these API protocols can be effectively &#8220;mashed up&#8221; to offer deep content and functionality.  Payment gateways are other API usages that are becoming very common and a great way for ecommerce sites to handle the checkout end of things.  PayPal and Google Checkout have pioneered this trend allowing their credit card and payment services to be embedded within your website.  This approach of using APIs services for checkout, provides far less technical barrier to entry than does the complete setup of an SSL layer.  As we read this text new and exciting API services are being created and offered up for <em>your</em> website.</p>
]]></content:encoded>
			<wfw:commentRss>http://webservices.onequickmemory.com/tallahassee_web_design/?feed=rss2&amp;p=17</wfw:commentRss>
		</item>
		<item>
		<title>Style does matter</title>
		<link>http://webservices.onequickmemory.com/tallahassee_web_design/?p=15</link>
		<comments>http://webservices.onequickmemory.com/tallahassee_web_design/?p=15#comments</comments>
		<pubDate>Sat, 21 Mar 2009 00:05:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web Standards]]></category>

		<category><![CDATA[cascading style sheet]]></category>

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

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

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

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

		<category><![CDATA[web design]]></category>

		<guid isPermaLink="false">http://webservices.onequickmemory.com/tallahassee_web_design/?p=15</guid>
		<description><![CDATA[Style consists of many elements that are best handled using CSS]]></description>
			<content:encoded><![CDATA[<p>When it comes to the design of the website style does matter.  There are many elements when it comes to style in website terms.  There are the elements of style such as color, which work together to create the larger elements of style such as flow.  There are very subltle elements of uniformity when matching color and also typography.  A uniform design is best achieved using CSS (cascading style sheet) to set the design standards from the top down.  Attention to detail and persistance at creating uniform style leads to the best presentation and overall flow.  This simple design fundamentals will help users reach the most amount of content and spend the time necessary to effectively receive your presentation.</p>
]]></content:encoded>
			<wfw:commentRss>http://webservices.onequickmemory.com/tallahassee_web_design/?feed=rss2&amp;p=15</wfw:commentRss>
		</item>
		<item>
		<title>User Login area of the website</title>
		<link>http://webservices.onequickmemory.com/tallahassee_web_design/?p=11</link>
		<comments>http://webservices.onequickmemory.com/tallahassee_web_design/?p=11#comments</comments>
		<pubDate>Fri, 20 Mar 2009 23:51:50 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web Programming]]></category>

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

		<category><![CDATA[custom programming]]></category>

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

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

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

		<category><![CDATA[user login]]></category>

		<category><![CDATA[website development]]></category>

		<guid isPermaLink="false">http://webservices.onequickmemory.com/tallahassee_web_design/?p=11</guid>
		<description><![CDATA[Creating a relatively secure users area with login can be achieved using PHP and MySQL]]></description>
			<content:encoded><![CDATA[<p>Creating an area for website users to login and conduct website related activities is one of the most common requests we hear from website owners.  This is best achieved by using PHP and MySQL database.  PHP (Pre Prosser Hypertext) is able to create secure sessions in the browser making for an area that requires authentication.  PHP works with MySQL to match user data with corresponding authentication requirements to log users in with the use of Cookies and Sessions.  Once users are logged in, they can then, within a relatively secure environment access information provided to their users area via MySQL.  There are many applications for a user login, but all require a scripting language and a web based database.</p>
]]></content:encoded>
			<wfw:commentRss>http://webservices.onequickmemory.com/tallahassee_web_design/?feed=rss2&amp;p=11</wfw:commentRss>
		</item>
		<item>
		<title>Only valid W3C markup will do</title>
		<link>http://webservices.onequickmemory.com/tallahassee_web_design/?p=8</link>
		<comments>http://webservices.onequickmemory.com/tallahassee_web_design/?p=8#comments</comments>
		<pubDate>Fri, 20 Mar 2009 23:25:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Web Standards]]></category>

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

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

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

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

		<category><![CDATA[web design]]></category>

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

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

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

		<guid isPermaLink="false">http://webservices.onequickmemory.com/tallahassee_web_design/?p=8</guid>
		<description><![CDATA[All pages of the client side website need to meet W3C code validtion]]></description>
			<content:encoded><![CDATA[<p>Thank goodness for the W3C.  The W3C has set the standard for what proper coding is, and all layouts need to conform to this web standard to achieve maximum usability.  The W3c validation service is of fundamental importance to website owners both in terms of accessibility and useability.  Websites need to be accessible not only to users, but to friendly web spiders used by search engines such as Google and Yahoo.  A page that has been validated by the W3C ensures your website structure is to the current web standards.  The W3C is the source that markup such as HTML, XHTML, XML, CSS, DOM standards and more derive from.</p>
<p><img class="alignnone size-medium wp-image-9" title="w3c-logo-slanted" src="http://webservices.onequickmemory.com/tallahassee_web_design/wp-content/uploads/2009/03/w3c-logo-slanted-300x145.jpg" alt="w3c-logo-slanted" width="300" height="145" /></p>
]]></content:encoded>
			<wfw:commentRss>http://webservices.onequickmemory.com/tallahassee_web_design/?feed=rss2&amp;p=8</wfw:commentRss>
		</item>
	</channel>
</rss>
