<?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>DatingB2B.com &#187; Code Tips</title>
	<atom:link href="http://datingb2b.com/blog/archives/category/code-tips/feed" rel="self" type="application/rss+xml" />
	<link>http://datingb2b.com/blog</link>
	<description>Bringing love and money together</description>
	<lastBuildDate>Sat, 03 Sep 2011 00:00:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>SEO Scams</title>
		<link>http://datingb2b.com/blog/archives/125</link>
		<comments>http://datingb2b.com/blog/archives/125#comments</comments>
		<pubDate>Mon, 14 Jun 2010 14:50:18 +0000</pubDate>
		<dc:creator>Robert Lee</dc:creator>
				<category><![CDATA[Code Tips]]></category>
		<category><![CDATA[Content Creation]]></category>
		<category><![CDATA[Website Creation]]></category>
		<category><![CDATA[long tail keyword]]></category>
		<category><![CDATA[search engine optomization]]></category>
		<category><![CDATA[seo expert]]></category>

		<guid isPermaLink="false">http://datingb2b.com/blog/?p=125</guid>
		<description><![CDATA[Be very careful who you hire as your SEO Expert.]]></description>
			<content:encoded><![CDATA[<p>Before I get a lot of hate email, I will start this off by saying I do believe that there are Search Engine Optomizer) SEO experts that are honest and ethical.</p>
<p>However, so-called SEO Experts that use &#8220;long tail keywords&#8221; as their main selling feature are generally thieves.</p>
<p>They steal your money by &#8220;improving&#8221; your &#8220;long tail keyword&#8221; search results, when what they really do is change a few pages and meta tags on your site, then after a month or two of payments they send you a bill, complete with &#8220;logs&#8221; that show visitor traffic from search engines with these &#8220;long tail keywords&#8221; as the driving force behind their cooked results.</p>
<p>But, if you go back before this SEO Expert started working on your site I bet you&#8217;ll see the same type of long tail keywords results in your visitor traffic logs.</p>
<p>So, if you are hiring an SEO Expert to help you increase your search engine positions, make sure you already know which keywords are bringing in your traffic already and have a list of &#8220;long tail keywords&#8221; that you prepared in advance that you&#8217;d like to see gain in search engine rank.</p>
<p>Preparation is the only way to know if you&#8217;re getting results or ripped off, when hiring a SEO Expert.</p>
]]></content:encoded>
			<wfw:commentRss>http://datingb2b.com/blog/archives/125/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Code Tips: HTML, CSS, RSS, Java, PHP, Scripts</title>
		<link>http://datingb2b.com/blog/archives/16</link>
		<comments>http://datingb2b.com/blog/archives/16#comments</comments>
		<pubDate>Thu, 19 Mar 2009 18:40:09 +0000</pubDate>
		<dc:creator>Robert Lee</dc:creator>
				<category><![CDATA[Code Tips]]></category>

		<guid isPermaLink="false">http://datingb2b.com/blog/?p=16</guid>
		<description><![CDATA[Code tips that I've found useful building web sites.]]></description>
			<content:encoded><![CDATA[<p>Don&#8217;t get fooled. HTML can be easy, and it can be hard. You can write  		code from scratch in notepad or you can use Adobe&#8217;s Dreamweaver,  		Microsoft&#8217;s Web Expression, 		<a href="http://www.anrdoezrs.net/click-1322806-5438749">Coffeecup HTML</a><img style="border-color: #ffffff;" src="http://www.tqlkg.com/image-1322806-5438749" border="0" alt="" width="1" />or any of dozens of other web page creation software to create and  		maintain your website but no matter what, if you don&#8217;t understand some  		basic code, and have a grasp on how to read a little advanced code,  		you&#8217;re going to ruin more website versions than you make stable.</p>
<p>Understandably then need for information never ends for webmasters.  		Are your websites to standard? Are they viewable equally on a 32&#8243; LCD  		monitor as a 2&#8243; mobile phone screen? Should you be designing for men or  		women? Do colors and font type matter? I could try to answer all these  		(and more) questions for you but the goal of DatingB2B.com is to get you  		working, and profitable, right now. So get yourself a beer or a coffee,  		and start clicking and reading. I&#8217;ve tried my best to sort these links  		and resources into their proper categories but with so much overlap and  		duplication you have to give me some latitude.</p>
<p>Anyways, let&#8217;s read some basics and start surfing for deeper  		information to create memorable and visitor friendly websites that are  		profitable.</p>
<p class="style1"><strong>Link and Resource Categories</strong></p>
<p><strong><span class="style1">HTML Basics:</span> </strong>If you&#8217;re  		unsure where to start, these web sites have what you need to get over  		your HTML fears.</p>
<p><strong>Mouseover code for status bar message</strong></p>
<p>Code to show a message in the status bar during a mouseover, when  		someone hovers their mouse over a link and a message displays in the  		status bar of the browser instead of the link url.</p>
<p><a onmouseover="window.status='Dating B2B Home Page'; return true" onmouseout="window.status=''; return true" href="http://www.datingdating.com/b2b/index.htm" target="_blank">Click Here for My Domain</a><textarea style="width: 635px; height: 61px;" name="TextArea1">&lt;a href=&#8221;http://www.datingdating.com/b2b/index.htm&#8221; target=&#8221;_blank&#8221; ONMOUSEOVER=&#8221;window.status=&#8217;Dating B2B Home Page&#8217;; return true&#8221; ONMOUSEOUT=&#8221;window.status=&#8221;; return true&#8221;&gt;Click Here&lt;/a&gt; for My Domain&lt;/p&gt;</textarea></p>
<p>Copy and paste the code above to show a message instead of the link  		code when your mouse hovers over the link. Works well in hiding  		affiliate links to other sites. Replace the text &#8220;<span class="style1">Dating B2B Home Page</span>&#8221;  		with your message or modified URL.</p>
<p><strong>Go back one (or more) page form code</strong></p>
<p>Go back where you came from code.<br />
Quite simply, this is a button that allows your visitor to go back  		according to their browser history. makes a great navigational aid.</p>
<form method="post"> <textarea style="width: 552px; height: 76px;" name="TextArea2">&lt;FORM&gt; &lt;INPUT TYPE=&#8221;button&#8221; VALUE=&#8221;GO BACK FROM WHERE YOU CAME&#8221; onClick=&#8221;history.go(-1)&#8221;&gt; &lt;/FORM&gt;</textarea></form>
<p>Change the <span class="style1">VALUE</span> text to be the wording on the button. Change the  		history value, <em>example: history.go(-2) would take someone that  		clicks on the button twp pages back, </em>for how many pages your visitors can go back. Place the  		code anywhere on your page that you want this link to be available.</p>
<form>
<input onclick="history.go(-1)" type="button" value="GO BACK FROM WHERE YOU CAME" /> </form>
<p><strong>Bookmark Your Site With Your Web Site Icon</strong></p>
<p><strong></strong>This is a favorite for everyone once it is set up on your site.  		Quite simply, you&#8217;ll create an icon, 16&#215;16 pixels exactly, and name it  		favicon.ico, again exactly. Now when someone bookmarks your page it will  		display the web site icon that you created in their bookmark list and  		address bar. Provided that the following steps are taken:<br />
1. Use a proper icon creation graphics program, just renaming a .gif  		image to .ico will not work.<br />
2. Save the favicon.ico file to the same place as your home page (or  		known as the &#8216;root&#8217; of your website) this way it can be found by any  		browsers that are capable of displaying it.<br />
3. Use the following code between the &lt;head&gt; and &lt;/head&gt; on the page:</p>
<form method="post"> <textarea style="width: 617px;" rows="2" name="TextArea3">&lt;LINK REL=&#8221;SHORTCUT ICON&#8221; HREF=&#8221;http://www.mysite.com/favicon.ico&#8221;&gt;</textarea></form>
<p>The code isn&#8217;t completely necessary, but it will help! Sometimes there  		is some unusual behaviour by the browser and the icon will not show up.  		Be sure that you have no other bookmarks to your website and that may  		help the icon appear. If all else fails, close and restart your browser.</p>
<p>I like <a href="http://www.html-kit.com/favicon" target="_blank">FavIcon  		From Pics creator here</a>. It&#8217;s a free generator, easy to use with your  		regular site logo image and a little bit fun too.</p>
<p><strong>JAVA TIPS</strong></p>
<p><strong></strong>Create a Pop-Up window on your page as it loads.</p>
<p>Great for advertising a special feature or event at your service that is  		sure to be seen. Be sure that the page it loads is small in size so it  		loads fast, or it will just be closed by your visitor before being seen!<strong><br />
</strong></p>
<form method="post"><strong> <textarea style="width: 629px; height: 205px;" name="TextArea4">&lt;script language=&#8221;JavaScript&#8221;&gt;&lt;!&#8211; NewWindow=window.open(&#8220;popuppage.htm&#8221;,&#8221;_NewWindow_&#8221;,&#8221;toolbar=0,location=0,status=1,menubar=0,scrollbars=1,resizable=1,width=250,height=150&#8243;) /* 	This script was written by 	Jeff Hoelker &#8211; webmaster@cafejava.com &lt;mailto:webmaster@cafejava.com&gt; 	&lt;http://www.cafejava.com/&gt; 	You may use this script as you see fit 	Just please leave this commit in here */ // &#8211;&gt; &lt;/script&gt;</textarea></strong></form>
<p><strong></strong> <strong> </strong>Copy and paste the above complete code into the &lt;HEAD&gt; &lt;/HEAD&gt;  		portion of your web site. The 0 means that the function is off, the 1  		means that the function is on. Play with these settings for different  		page types. You can also change the size of page it loads by changing  		the width and height numbers.</p>
<p>Open a Pop-Up window when your visitor arrives or leaves your page.</p>
<p>Here is an easier to work with version of the above code. And you can  		have the window pop-up when someone enters your page or decides to leave  		it and surf on. This type of window has exceeded most banner clicks as  		the best way to advertise and direct traffic to where you want them to  		be. Expected conversion rates should be in the high 20 percentile, where  		the regular banner ads may get you a 1 or 2% click-through rate.<strong></strong></p>
<form method="post"><strong> <textarea style="width: 612px; height: 85px;" name="TextArea5">&lt;script language=&#8221;JavaScript&#8221; for=&#8221;window&#8221;  event=&#8221;onload()&#8221;&gt;window.open (&#8220;http://www.website.com/adpage.htm&#8221;, &#8220;announcer&#8221;,  &#8220;scrollbars=yes,resizable=yes,height=230,width=380&#8243;)  &lt;/script&gt;</textarea></strong></form>
<p><strong></strong> <strong> </strong>Copy and paste the code into your &lt;BODY&gt; insert code  		here&lt;/BODY&gt; tags. Replace the http:// with the complete url of the page  		you want to open. The page can be one that you create yourself or  		another url that you want to generate traffic to and make some money. Be  		sure that this page ONLY has the content that you want to be acted upon,  		this is very important to see high click rates! Feel free to change the  		height and width sizes to match the size that you want the page to open.  		Change the event=&#8221;onload&#8221; to event=&#8221;unload&#8221; if you want the page to open  		as the person clicks away from your page, instead of it opening when  		they arrive. As an exit traffic generator, this works much better. You  		may want to consider creating a graphic and sizing your pop-up page to  		the size of window that you want to open.<strong></strong></p>
<p><strong><a href="http://www.htmlgoodies.com/primers/html/article.php/3478131" target="_blank"> HTML Goodies</a></strong> &#8211; We&#8217;ve followed this website and newsletters  		since 1998. Still a great starting point when you&#8217;re stuck on some code  		and excellent tutorials to get you ready for the next stage of your HTML  		creation abilities.</p>
<p><a href="http://www.w3schools.com/html/html_primary.asp" target="_blank"> W3 Schools</a> &#8211; Basic understanding of HTML functions are here is an  		easy to follow tutorial. When you&#8217;re not sure where to start, start at  		the beginning, right?</p>
<p><span class="style1"><strong>Cascading Style Sheets (CSS):</strong></span> This is web evolution at it&#8217;s best. You need to understand CSS or at  		least get a big bite on the basics to make your page format easily  		readable by a multitude of browsers and platforms.</p>
<p><strong><a href="http://www.cssbasics.com/" target="_blank">CSS Basics</a></strong> &#8211; CSS isn&#8217;t that hard, it&#8217;s just a matter of looking at the web page  		creation as a different animal. But you&#8217;ve got to get started and fats.  		Here&#8217;s the best tutorial we&#8217;ve found online yet.</p>
<p><a href="http://www.w3schools.com/Css/default.asp" target="_blank"> <strong>CSS W3 Tutorial</strong></a> &#8211; Get to the root of CSS and  		reference materials complete with a test and graduate certificate at the  		end.</p>
<p><a href="http://tools.devshed.com/webmaster-tools/css-navigation/" target="_blank"> <strong>CSS Navigation Builder</strong></a> &#8211; Online tools for CSS menus  		(among a host of other great free online tools!)</p>
<p><span class="style1"><strong>RSS Feeds:</strong></span> Really Simple Syndication is a way to push your website  		information out to visitors that have an interest in your website  		updates. And you can even use RSS feeds (or XML feeds, Atom Feeds) to  		display other website RSS feeds on your own website as new content. It&#8217;s  		really not that confusing, but get ready, this is simple but involved.  		We will explore the basics but don&#8217;t blame us if you end up way off  		track and reading about totally different things as you click.</p>
<p><a href="http://wsabstract.com/dhtmltutors/googleajaxfeed.shtml" target="_blank"> <strong>Display RSS feeds on your site from other sites using Google  		APIs.</strong></a> Again, not that hard to follow, this is a well-laid  		out article and should be the gateway to providing new content to your  		website with a minimum of effort.</p>
<p><strong><a href="http://feedvalidator.org/" target="_blank">Feed  		Validator</a></strong> &#8211; Does your RSS feed load properly? Is it to  		standard? Are the problems/issues with your feed? This is where you find  		out.</p>
<p><a href="http://www.masternewmedia.org/content_delivery_and_distibution/RSS-to-HTML/RSS-to-HTML-conversion-tools/2007-03-30.htm" target="_blank"> <strong>RSS To HTML Tools Info</strong></a> &#8211; One of the more  		comprehensive (and ad-loaded) pages of RSS information  you need to  		know.</p>
<p><strong><a href="http://www.newsisfree.com/" target="_blank">News Is  		Free</a></strong> &#8211; This is a RSS newsreader. You need to see how  		newsreaders display your RSS content feeds and this is just one  		feed-reader of the 		<a href="http://www.download.com/3120-9227_4-0.html?qt=news+readers" target="_blank"> hundreds that are available</a>. Start with News Is Free and work your  		way around from there.</p>
<p><span class="style1"><strong>Java Scripts:</strong></span> Generally a  		scripting language to handle simple mouseovers and page functions,  		object related actions with text and images, a general understanding of  		javascript is required for even simple webmasters.</p>
<p><strong> <a href="http://www.cgiscript.net/site_javascripts.htm" target="_blank"> CGIScript.net</a></strong> &#8211; Free javascripts allow you to jump in and  		get started with javascripts. easy to follow code and plenty of scripts  		to get your &#8220;coders hands&#8221; wet.</p>
<p><strong> <a href="http://www.hotscripts.com/JavaScript/Scripts_and_Programs/index.html" target="_blank"> Hotscripts Javascripts</a></strong> &#8211; Not a website hosting free  		javascripts but a directory of submitted javascripts. Some links are  		outdated and non-functioning. Don&#8217;t download anything you are unsure of.  		But enjoy surfing this site and the scrip possibilities that you don&#8217;t  		have to write and develop yourself.</p>
<p><span class="style1"><strong>PHP Scripts:</strong></span> Without a  		question at some point you will use PHP in your website. Whether a form  		submitter, a tracking unit or a completely manageable website product,  		PHP is your sure platform language.</p>
<p><strong><a href="http://www.phpmaniacs.com/scripts/" target="_blank">PHP  		Maniacs</a></strong> &#8211; A worthwhile visit to this website will reward  		you with plenty of scripts to wet your imagination of all the website  		possibilities you have available.</p>
<p><strong><a href="http://www.recycledtalent.com/">Recycled Talent</a></strong> &#8211; I am familiar with the script products of this website and recommend  		them fully. These are not free scripts, but they are worth the price  		you&#8217;ll pay, and there may be some free scripts in the future.</p>
<p><strong><a href="http://www.phparcadescript.com/" target="_blank">PHP  		Arcade</a></strong> &#8211; Need a simple to install and almost complete game  		arcade area for your website? This is a great place to start. Some  		advanced PHP programming needed to customize the script to your website,  		but as a stand-alone section of your site this is 		<a href="http://www.lackofinterest.com/" target="_blank">great</a>.</p>
<p><strong> <a href="http://formtoemail.com/formtoemail_pro_version.php" target="_blank"> PHP Form to Email</a></strong>: I use this script on many of my websites  		and it&#8217;s worth the price every time. Go Pro!</p>
<p><strong> <a href="http://www.cellbiol.com/scripts/free_php_guestbook/free_php_guestbook.html" target="_blank"> PHP Guestbook</a></strong> &#8211; Works great, both the free version and the  		paid versions. I did have some problem because the &#8220;GD Image&#8221; was not  		properly installed on my server, but beyond that the script was easy to  		install and easily functional and protects my email address from  		spammers. Support for a problem that was not the scriptwriters fault was  		top-notch, A-one.</p>
]]></content:encoded>
			<wfw:commentRss>http://datingb2b.com/blog/archives/16/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

