<?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>Think Pink Media</title>
	<atom:link href="http://www.thinkpinkmedia.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thinkpinkmedia.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Sun, 07 Jun 2009 00:01:10 +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>I&#8217;m Posh&#8230; Are You?</title>
		<link>http://www.thinkpinkmedia.com/im-posh-are-you/</link>
		<comments>http://www.thinkpinkmedia.com/im-posh-are-you/#comments</comments>
		<pubDate>Sat, 06 Jun 2009 18:11:01 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Featured]]></category>

		<category><![CDATA[Think Pink Media]]></category>

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

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

		<guid isPermaLink="false">http://www.thinkpinkmedia.com/?p=28</guid>
		<description><![CDATA[The amount of people who think they can open up frontpage and/or macromedia dreamweaver and create a website is un-countable. The web itself is a great place but when it comes to websites and web design there are two ways of making a website; a right way and a wrong way. Plain Old Semantic HTML [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://thinkpinkmedia.com/wp-content/uploads/posh-large.png"><img class="alignleft size-full wp-image-176" title="posh-large" src="http://thinkpinkmedia.com/wp-content/uploads/posh-large.png" alt="posh-large" width="350" height="113" /></a>The amount of people who think they can open up frontpage and/or macromedia dreamweaver and create a website is un-countable. The web itself is a great place but when it comes to websites and web design there are two ways of making a website; a right way and a wrong way. Plain Old Semantic HTML is the right way. If you want to know more you can read <a href="http://microformats.org/wiki/posh" target="_blank">here</a>, <a href="http://tantek.com/log/2007/04.html#d20t0823" target="_blank">here</a> and <a href="http://factoryjoe.com/blog/2007/04/21/getting-back-to-posh-plain-ol-semantic-html/]" target="_blank">here</a>.</p>
<p>Basically what I’m saying is I try to make my stuff properly, validate all of it and write my sites in a way which separates style from content. The way I design websites alows the design to be implimented - aka skinned - into many different programs easily and fast, optimize and load fast. Not to mean POSH helps me produce websites which allow more people on more devices on more platforms to access my sites more easily. You see it&#8217;s good all the way around for everyone. Did I mention POSH also makes your website easy to update, manipulate and makes it easier to get traffic and make your website work for you; instead of slaving over the html.</p>
<p>Unfortunately POSH - semantic markup - is also something most people building websites or creating content for the Web have yet to discover.</p>
<p>To start writing semantic markup, there are some simple tools to follow:</p>
<ul>
<li>Validate your HTML</li>
<li>Stop using tables for layout</li>
<li>Use semantic elements and attributes for their intended purpose</li>
<li>Use semantic class names and id values</li>
<li>Use as little HTML as will get the job done</li>
</ul>
<p>The more people use the semantics of HTML correctly, the more reason for various user agents to improve their support for it.</p>
<p>A few practical semantic HTML tips:</p>
<ul>
<li>Use heading elements (<code>h1</code> - <code>h6</code>) for headings, and make sure they create a logical outline of the document. This becomes a big deal for seo, so do it from page one and you will be doing yourself a huge favour.</li>
<li>Use tables to mark up tabular data, and use the full set of features (<code>caption</code>, <code>th</code>, <code>scope</code>, <code>headers</code> etc.) provided by HTML 4.01 to make sure that the tables are accessible.</li>
<li>When marking up a quote, use <code>q</code> or <code>blockquote</code>.</li>
<li>For images, make proper use of the alt and title attributes - heard of google image search? Sound stupid? Then you could be missing out on traffic.</li>
<li>Use HTML list elements (<code>ul</code>, <code>ol</code>, <code>dl</code>) to mark up lists. Also use those yummy lists for your menus and navigation.</li>
<li>Use the <code>em</code> and <code>strong</code> elements for emphasis, not to make text bold or italic (i.e. do not mindlessly replace <code>i</code> and <code>b</code> with <code>em</code> and <code>strong</code>).</li>
</ul>
<p>Still confused? What I’m generally trying to convey is that in my own little way I’m trying to heal the web. It’s bleeding badly from over-eating and fast-food. Not everyone is a chef and not everything that is cooked by someone should be ingested.</p>
<p>Either way: do your browser a favour - feed it the good stuff!</p>
<p>Curious if your current website is POSH? Well that is why I&#8217;m around; to make your site work hard for you. So, ask me how I can improve your online profit.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkpinkmedia.com/im-posh-are-you/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Quick Tips</title>
		<link>http://www.thinkpinkmedia.com/quick-tips/</link>
		<comments>http://www.thinkpinkmedia.com/quick-tips/#comments</comments>
		<pubDate>Thu, 04 Jun 2009 19:28:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Quick Tips]]></category>

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

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

		<category><![CDATA[My Design]]></category>

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

		<guid isPermaLink="false">http://www.thinkpinkmedia.com/?p=50</guid>
		<description><![CDATA[There are so many things to learn about design, programming and the world wide web. I am learning something new every day as well. I love sharing knowledge so here is a way to satisfy that teaching craving without feeling too full of myself for being a knowledge freak. I hope you enjoy my tips [...]]]></description>
			<content:encoded><![CDATA[<p>There are so many things to learn about design, programming and the world wide web. I am learning something new every day as well. I love sharing knowledge so here is a way to satisfy that teaching craving without feeling too full of myself for being a knowledge freak. I hope you enjoy my tips and tricks. I encourage you to send me some tips and tricks you&#8217;ve learned as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkpinkmedia.com/quick-tips/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Mortgage &amp; Real Estate Design</title>
		<link>http://www.thinkpinkmedia.com/mortgage-real-estate-design/</link>
		<comments>http://www.thinkpinkmedia.com/mortgage-real-estate-design/#comments</comments>
		<pubDate>Wed, 03 Jun 2009 19:15:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Program]]></category>

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

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

		<category><![CDATA[message board]]></category>

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

		<guid isPermaLink="false">http://www.thinkpinkmedia.com/?p=45</guid>
		<description><![CDATA[One website with 3 programs. I&#8217;m an open source designing guru. MortgageForum.ca is a new hub for everything and anything that has to do with houses: Mortgage, Real Estate, Home Inspection, Home Staging, Interior Design, Mortgage Law, Investments etc. I designed these sites so they flowed seamlessly from one program to another with still keeping [...]]]></description>
			<content:encoded><![CDATA[<p>One website with 3 programs. I&#8217;m an open source designing guru. MortgageForum.ca is a new hub for everything and anything that has to do with houses: Mortgage, Real Estate, Home Inspection, Home Staging, Interior Design, Mortgage Law, Investments etc. I designed these sites so they flowed seamlessly from one program to another with still keeping the same theme. This is extremely important for any site. You want to make sure the surfer knows they are still on your website so keeping colours, images and themes the same is a must!</p>
<p>I aided the owner in not only the design but also with turning his website into a money maker. I helping install google adsense and kontera which are both making his website work for him. It is now exactly what he had envisioned.</p>
<div id="attachment_137" class="wp-caption aligncenter" style="width: 310px"><a href="http://thinkpinkmedia.com/wp-content/uploads/mortgagesforum.jpg" target="_blank"><img class="size-medium wp-image-137" title="mortgagesforum" src="http://thinkpinkmedia.com/wp-content/uploads/mortgagesforum-300x240.jpg" alt="mortgagesforum" width="300" height="240" /></a><p class="wp-caption-text">Real Estate &amp; Mortgages Forum (wordpress site)</p></div>
<p style="text-align: center;">visit the website: <a href="http://www.mortgagesforum.ca/" target="_blank">Mortgages Forum</a></p>
<div id="attachment_139" class="wp-caption aligncenter" style="width: 310px"><a href="http://thinkpinkmedia.com/wp-content/uploads/realestatelistings.jpg" target="_blank"><img class="size-medium wp-image-139" title="realestatelistings" src="http://thinkpinkmedia.com/wp-content/uploads/realestatelistings-300x192.jpg" alt="realestatelistings" width="300" height="192" /></a><p class="wp-caption-text">Real Estate Listings</p></div>
<p style="text-align: center;">visit the website: <a href="http://www.mortgagesforum.ca/realtors/" target="_blank">Real Estate Listings</a></p>
<div id="attachment_136" class="wp-caption aligncenter" style="width: 310px"><a href="http://thinkpinkmedia.com/wp-content/uploads/messageboard.jpg" target="_blank"><img class="size-medium wp-image-136" title="messageboard" src="http://thinkpinkmedia.com/wp-content/uploads/messageboard-300x251.jpg" alt="messageboard" width="300" height="251" /></a><p class="wp-caption-text">Mortgage &amp; Real Estate Message Board</p></div>
<p style="text-align: center;">visit the website: <a href="http://www.mortgagesforum.ca/messageboard/" target="_blank">Mortgage &amp; Real Estate Message Board</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkpinkmedia.com/mortgage-real-estate-design/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Dog-e-Style-Clothes</title>
		<link>http://www.thinkpinkmedia.com/dog-e-style-clothes/</link>
		<comments>http://www.thinkpinkmedia.com/dog-e-style-clothes/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 19:08:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[html]]></category>

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

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

		<guid isPermaLink="false">http://www.thinkpinkmedia.com/?p=39</guid>
		<description><![CDATA[Dog-e-Style-Clothes is a website selling clothing for your pretty little puppy and miniture dog. The owner is very html knowledgeable so all that he required was an html website along with a web-based logo, cartoon yorkie and a few banners.
visit the website: Dog-e-Style-Clothes
]]></description>
			<content:encoded><![CDATA[<p>Dog-e-Style-Clothes is a website selling clothing for your pretty little puppy and miniture dog. The owner is very html knowledgeable so all that he required was an html website along with a web-based logo, cartoon yorkie and a few banners.</p>
<div id="attachment_157" class="wp-caption aligncenter" style="width: 310px"><a href="http://thinkpinkmedia.com/wp-content/uploads/dogestyleclothes.jpg"><img class="size-medium wp-image-157" title="dogestyleclothes" src="http://thinkpinkmedia.com/wp-content/uploads/dogestyleclothes-300x234.jpg" alt="Dog-e-Style-Clothes Website" width="300" height="234" /></a><p class="wp-caption-text">Dog-e-Style-Clothes Website</p></div>
<p style="text-align: center;">visit the website: <a href="http://www.dog-e-style-clothes.com" target="_blank">Dog-e-Style-Clothes</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkpinkmedia.com/dog-e-style-clothes/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Liquid-O</title>
		<link>http://www.thinkpinkmedia.com/liquid-o/</link>
		<comments>http://www.thinkpinkmedia.com/liquid-o/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 18:20:27 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[html]]></category>

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

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

		<guid isPermaLink="false">http://www.thinkpinkmedia.com/?p=31</guid>
		<description><![CDATA[This site contains mature content and is intended for an adult audience only please. Liquid-O is a female enhancement product. They were in need of a feminine and &#8216;pretty&#8217; site to sell their intimate product. The idea was that this is a real product for real women. It is something that can either enhance a [...]]]></description>
			<content:encoded><![CDATA[<p>This site contains mature content and is intended for an adult audience only please. Liquid-O is a female enhancement product. They were in need of a feminine and &#8216;pretty&#8217; site to sell their intimate product. The idea was that this is a real product for real women. It is something that can either enhance a woman&#8217;s feelings or even help those who have a dysfunction to experience pleasure. Of course pink was needed.</p>
<div id="attachment_163" class="wp-caption aligncenter" style="width: 310px"><a href="http://thinkpinkmedia.com/wp-content/uploads/liquido.jpg"><img class="size-medium wp-image-163" title="liquido" src="http://thinkpinkmedia.com/wp-content/uploads/liquido-300x251.jpg" alt="Liquid-O website" width="300" height="251" /></a><p class="wp-caption-text">Liquid-O website</p></div>
<p style="text-align: center;">visit the website: <a href="http://www.liquid-o.net" target="_blank">Liquid-O</a> (mature audience only)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkpinkmedia.com/liquid-o/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Personal Shavers</title>
		<link>http://www.thinkpinkmedia.com/personal-shavers/</link>
		<comments>http://www.thinkpinkmedia.com/personal-shavers/#comments</comments>
		<pubDate>Tue, 02 Jun 2009 10:14:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[html]]></category>

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

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

		<guid isPermaLink="false">http://www.thinkpinkmedia.com/?p=43</guid>
		<description><![CDATA[Personal Shavers is a company that specialize in razors that are of the highest quality and are extremely gental to your pubic areas. They were in need of a new website to promote their product. They did not have any plans to udate their website regularly and knew enough about html code to desire an [...]]]></description>
			<content:encoded><![CDATA[<p>Personal Shavers is a company that specialize in razors that are of the highest quality and are extremely gental to your pubic areas. They were in need of a new website to promote their product. They did not have any plans to udate their website regularly and knew enough about html code to desire an original html website. I did all the shopping cart additions for them as well as the design, initial coding and uploading to their hosting company. Full service design.</p>
<div id="attachment_167" class="wp-caption aligncenter" style="width: 310px"><a href="http://thinkpinkmedia.com/wp-content/uploads/personal-shavers.jpg"><img class="size-medium wp-image-167" title="personal-shavers" src="http://thinkpinkmedia.com/wp-content/uploads/personal-shavers-300x240.jpg" alt="Personal Shavers website" width="300" height="240" /></a><p class="wp-caption-text">Personal Shavers website</p></div>
<p style="text-align: center;">visit the website: <a href="http://www.personal-shavers.com" target="_blank">Personal Shavers</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkpinkmedia.com/personal-shavers/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Follow Me On Twitter</title>
		<link>http://www.thinkpinkmedia.com/follow-me-on-twitter/</link>
		<comments>http://www.thinkpinkmedia.com/follow-me-on-twitter/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 18:01:34 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.thinkpinkmedia.com/?p=25</guid>
		<description><![CDATA[Do you twitter? Well Think Pink Media does! Follow me on Twitter
]]></description>
			<content:encoded><![CDATA[<p>Do you twitter? Well Think Pink Media does! <a href="http://twitter.com/ThinkPinkMedia" target="_blank">Follow me on Twitter</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkpinkmedia.com/follow-me-on-twitter/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Think Pink Media - Where Art, Functionality &amp; The Web Meet</title>
		<link>http://www.thinkpinkmedia.com/think-pink-media/</link>
		<comments>http://www.thinkpinkmedia.com/think-pink-media/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 09:00:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Featured]]></category>

		<category><![CDATA[Think Pink Media]]></category>

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

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

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

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

		<guid isPermaLink="false">http://64.34.203.76/~thinkpin/?p=3</guid>
		<description><![CDATA[Welcome to my new site portfolio for my work. Think Pink Media has been revamped with a loving new article-style format. I have a lot gained a lot of knowledge in my many years working with design, programming and the internet. Since I promote dynamic websites and content management systems like wordpress I figured it [...]]]></description>
			<content:encoded><![CDATA[<p>Welcome to my new site portfolio for my work. Think Pink Media has been revamped with a loving new article-style format. I have a lot gained a lot of knowledge in my many years working with design, programming and the internet. Since I promote dynamic websites and content management systems like wordpress I figured it was about time that I took a moment to spend time on myself and create a whole new website. Now you can keep up-to-date with my projects. On top of being a great artistic I&#8217;m also quite a good writer and like teaching and sharing the things I&#8217;ve learnt along the way. I hope you enjoy reading and learning about the artistic side of life. Live a little and enjoy the finer things of life — artistically.</p>
<p>With the new revamp I decided to showcase Think Pink Media&#8217;s wide range of services. I promote Think Pink Media as a full-service design company; which means that I will take over this part of your company needs for you so you can focus on more important things. Realistically no one likes running after a designer, printer, programmer, hosting company, tech support etc. to get their work done. You have other things you would rather deal with; so this is where I step. With my ride range of talents I can take care of all your design and online needs.</p>
<p>I offer many services which seem to expand exponentially. Get your business, expand your current website or share your personal style with my <a href="http://thinkpinkmedia.com/website-design/">web design</a> skills. Leave a lasting impression on current and future clients with some beautiful <a href="http://thinkpinkmedia.com/graphic-design/">graphic design</a> work like a <a href="http://thinkpinkmedia.com/graphic-design/logo-design/">logo design</a>. Add a unique touch with a <a href="http://thinkpinkmedia.com/ flash/">flash</a> design or program. Sell any product easy with an <a href="http://thinkpinkmedia.com/e-commerce/">e-commerce</a> solution. Use prebuilt or customized <a href="http://thinkpinkmedia.com/databases/">databases</a> to manage your content; aka <a href="http://thinkpinkmedia.com/databases/">content managements systems</a>. I also offer <a href="http://thinkpinkmedia.com/hosting/">hosting</a> and monthly maintenance packages so you never have to worry about your website. I can do <a href="http://thinkpinkmedia.com/print-design/">print design</a> along with ability of getting the products printed and delivered right to your door for the most convienence. All my designs come with some basic <a href="http://thinkpinkmedia.com/seo-traffic/">seo &amp; traffic</a> but I also offer simple and more complex packages depending on your goals.</p>
<p>As I have worked on many sites and have perfected other talents outside of design which allows me to offer more dynamic services to help you succeed in this competitive online industry. Don&#8217;t forget to check out all of my <a href="http://thinkpinkmedia.com/other-services/">other services</a> I offer to improve your profit. This includes things like professional search engine optimization, marketing, website maintenance, consulting, photography, language translation, audio recordings, photo and video editing for those who desire that professional look to their content and much more.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkpinkmedia.com/think-pink-media/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Working on website for&#8230;</title>
		<link>http://www.thinkpinkmedia.com/working-on-website-for/</link>
		<comments>http://www.thinkpinkmedia.com/working-on-website-for/#comments</comments>
		<pubDate>Thu, 28 May 2009 19:25:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
		
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://www.thinkpinkmedia.com/?p=48</guid>
		<description><![CDATA[Working on the new website for http://www.thinkpinkmedia.com - launching mid June 2009
]]></description>
			<content:encoded><![CDATA[<p>Working on the new website for <a href="http://www.thinkpinkmedia.com" rel="nofollow">http://www.thinkpinkmedia.com</a> - launching mid June 2009</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thinkpinkmedia.com/working-on-website-for/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
