<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title><![CDATA[Total WordPress Optimization • Search Engine Optimization • WordPress & SEO •  WordPress security • PPC • Psychology • WordPress Design • WordPress Installation - Programming]]></title>
		<link>https://totalwpoptimization.net/</link>
		<description><![CDATA[Total WordPress Optimization • Search Engine Optimization • WordPress & SEO •  WordPress security • PPC • Psychology • WordPress Design • WordPress Installation - https://totalwpoptimization.net]]></description>
		<pubDate>Sat, 11 Apr 2026 15:24:38 +0000</pubDate>
		<generator>MyBB</generator>
		<item>
			<title><![CDATA[Title Tag in HTML Code]]></title>
			<link>https://totalwpoptimization.net/showthread.php?tid=3242</link>
			<pubDate>Sat, 11 Jun 2016 10:51:30 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://totalwpoptimization.net/member.php?action=profile&uid=2035">qewrd56</a>]]></dc:creator>
			<guid isPermaLink="false">https://totalwpoptimization.net/showthread.php?tid=3242</guid>
			<description><![CDATA[Does it matter where I put my Title Tag &lt;Title&gt;MY Title&lt;/Title&gt; in the HTML code, as long as it is in between the &lt;head&gt; &lt;/head&gt; tags?<br />
<br />
More importantly does Google or Google's crawlers care?<br />
<br />
Thanks]]></description>
			<content:encoded><![CDATA[Does it matter where I put my Title Tag &lt;Title&gt;MY Title&lt;/Title&gt; in the HTML code, as long as it is in between the &lt;head&gt; &lt;/head&gt; tags?<br />
<br />
More importantly does Google or Google's crawlers care?<br />
<br />
Thanks]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Html form to run ssh command, any ideas?]]></title>
			<link>https://totalwpoptimization.net/showthread.php?tid=3240</link>
			<pubDate>Sat, 11 Jun 2016 10:37:02 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://totalwpoptimization.net/member.php?action=profile&uid=0">asdf896</a>]]></dc:creator>
			<guid isPermaLink="false">https://totalwpoptimization.net/showthread.php?tid=3240</guid>
			<description><![CDATA[Hello everyone,<br />
<br />
Today I'm on the side of people asking for help, I guess there must be a programer around that can set me on the right track, at least I hope.<br />
<br />
I'm looking for a way to generate the equivalent of an SSH command after a form submission.<br />
I have a component installed on my server that I can run using a certain number of SSH commands directly into my terminal. I'm Looking for a way to make this component work directly from a webpage, for personal ease of use. Does anyone know the way to go?]]></description>
			<content:encoded><![CDATA[Hello everyone,<br />
<br />
Today I'm on the side of people asking for help, I guess there must be a programer around that can set me on the right track, at least I hope.<br />
<br />
I'm looking for a way to generate the equivalent of an SSH command after a form submission.<br />
I have a component installed on my server that I can run using a certain number of SSH commands directly into my terminal. I'm Looking for a way to make this component work directly from a webpage, for personal ease of use. Does anyone know the way to go?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Build software Tools]]></title>
			<link>https://totalwpoptimization.net/showthread.php?tid=3218</link>
			<pubDate>Fri, 10 Jun 2016 08:42:01 +0200</pubDate>
			<dc:creator><![CDATA[<a href="https://totalwpoptimization.net/member.php?action=profile&uid=2029">Jkel563</a>]]></dc:creator>
			<guid isPermaLink="false">https://totalwpoptimization.net/showthread.php?tid=3218</guid>
			<description><![CDATA[Hi,<br />
<br />
I want to know if there tools ( for nun programin people) can I use to build software to record invoice and recording project details just for personal use ?]]></description>
			<content:encoded><![CDATA[Hi,<br />
<br />
I want to know if there tools ( for nun programin people) can I use to build software to record invoice and recording project details just for personal use ?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Bad font rendering in Chrome based browsers]]></title>
			<link>https://totalwpoptimization.net/showthread.php?tid=2347</link>
			<pubDate>Tue, 11 Mar 2014 00:28:27 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://totalwpoptimization.net/member.php?action=profile&uid=155">Scotty</a>]]></dc:creator>
			<guid isPermaLink="false">https://totalwpoptimization.net/showthread.php?tid=2347</guid>
			<description><![CDATA[Browsers based on Chrome (Torch, Opera 2.0 and a bunch of other less known) has an issue with fonts that makes them really ugly when rendering.<br />
<br />
The fonts looks like they get pixelated and some vertical lines get fat others slim.<br />
<br />
Because it is an error in Chrome we cant fix it for websites we dont control. I inserted this code in my custom.css (default is style.css but some themes has a custom css that overrides styles,css):<br />
<br />
@font-face {<br />
font-family: 'iconfont';<br />
src:url('../fonts/iconfont.eot');<br />
src:url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),<br />
url('../fonts/iconfont.woff') format('woff'),<br />
url('../fonts/iconfont.ttf') format('truetype'),<br />
url('../fonts/iconfont.svg#iconfont') format('svg');<br />
font-weight: normal;<br />
font-style: normal;<br />
}<br />
<br />
/*<br />
.svg for chrome<br />
===============<br />
<br />
<br />
<br />
<br />
If this doesnt work (close the browser and restart it), here are more solutions:<br />
<br />
<a href="http://www.dev-metal.com/fix-ugly-font-rendering-google-chrome/" target="_blank" rel="noopener" class="mycode_url">http://www.dev-metal.com/fix-ugly-font-r...le-chrome/</a>]]></description>
			<content:encoded><![CDATA[Browsers based on Chrome (Torch, Opera 2.0 and a bunch of other less known) has an issue with fonts that makes them really ugly when rendering.<br />
<br />
The fonts looks like they get pixelated and some vertical lines get fat others slim.<br />
<br />
Because it is an error in Chrome we cant fix it for websites we dont control. I inserted this code in my custom.css (default is style.css but some themes has a custom css that overrides styles,css):<br />
<br />
@font-face {<br />
font-family: 'iconfont';<br />
src:url('../fonts/iconfont.eot');<br />
src:url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'),<br />
url('../fonts/iconfont.woff') format('woff'),<br />
url('../fonts/iconfont.ttf') format('truetype'),<br />
url('../fonts/iconfont.svg#iconfont') format('svg');<br />
font-weight: normal;<br />
font-style: normal;<br />
}<br />
<br />
/*<br />
.svg for chrome<br />
===============<br />
<br />
<br />
<br />
<br />
If this doesnt work (close the browser and restart it), here are more solutions:<br />
<br />
<a href="http://www.dev-metal.com/fix-ugly-font-rendering-google-chrome/" target="_blank" rel="noopener" class="mycode_url">http://www.dev-metal.com/fix-ugly-font-r...le-chrome/</a>]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Coding software you use?]]></title>
			<link>https://totalwpoptimization.net/showthread.php?tid=479</link>
			<pubDate>Fri, 21 Feb 2014 22:00:17 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://totalwpoptimization.net/member.php?action=profile&uid=436">Christine</a>]]></dc:creator>
			<guid isPermaLink="false">https://totalwpoptimization.net/showthread.php?tid=479</guid>
			<description><![CDATA[What is the coding software you use when you develop your sites? I used Notepad++ as it's kind of the premiere coding program out there for site design. What do you think though? Is there another coding platform worth checking out?]]></description>
			<content:encoded><![CDATA[What is the coding software you use when you develop your sites? I used Notepad++ as it's kind of the premiere coding program out there for site design. What do you think though? Is there another coding platform worth checking out?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Simple site design, or really creative?]]></title>
			<link>https://totalwpoptimization.net/showthread.php?tid=397</link>
			<pubDate>Sun, 02 Feb 2014 01:46:17 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://totalwpoptimization.net/member.php?action=profile&uid=243">LeROY</a>]]></dc:creator>
			<guid isPermaLink="false">https://totalwpoptimization.net/showthread.php?tid=397</guid>
			<description><![CDATA[Coming up with a site design can be hard, but it comes down sometimes that creating a simple site is possible the best thing one can do. Getting creative with a new website isn't easy and I personally feel that it's best to start a simple designed site, and not go too overboard. Plus I think most people like simple over overly creative. <br />
<br />
What do you think?]]></description>
			<content:encoded><![CDATA[Coming up with a site design can be hard, but it comes down sometimes that creating a simple site is possible the best thing one can do. Getting creative with a new website isn't easy and I personally feel that it's best to start a simple designed site, and not go too overboard. Plus I think most people like simple over overly creative. <br />
<br />
What do you think?]]></content:encoded>
		</item>
		<item>
			<title><![CDATA[Coding your own site]]></title>
			<link>https://totalwpoptimization.net/showthread.php?tid=348</link>
			<pubDate>Wed, 22 Jan 2014 19:49:38 +0100</pubDate>
			<dc:creator><![CDATA[<a href="https://totalwpoptimization.net/member.php?action=profile&uid=237">Mack</a>]]></dc:creator>
			<guid isPermaLink="false">https://totalwpoptimization.net/showthread.php?tid=348</guid>
			<description><![CDATA[Hi guys! I'm considering designing my own sites from scratch, and I was wondering how you guys deal with it? I have considered taking an online course or a college class to learn it, but I want to know if it's just easier to use tutorials on the web?]]></description>
			<content:encoded><![CDATA[Hi guys! I'm considering designing my own sites from scratch, and I was wondering how you guys deal with it? I have considered taking an online course or a college class to learn it, but I want to know if it's just easier to use tutorials on the web?]]></content:encoded>
		</item>
	</channel>
</rss>