<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.8.4" -->
<rss version="0.92">
<channel>
	<title>The How to site</title>
	<link>http://www.bloggpro.com</link>
	<description>Office tips, CSS, PHP, MySQL scripting and web publishing</description>
	<lastBuildDate>Sat, 09 Jan 2010 10:41:10 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Finding links to specific adress using xpath</title>
		<description>Xpath is apowerful method available in php to select specific elemts in the DOM structure of any xml document, and also html document. The code below can be used for example to check for back links, in a robust way. The code below allows for back links to any page ...</description>
		<link>http://www.bloggpro.com/finding-links-to-specific-adress-using-xpath/</link>
			</item>
	<item>
		<title>Map and sparklines combo</title>
		<description>[caption id="attachment_288" align="alignnone" width="212" caption="Swine flue cases in Sweden 2009 (click for larger image)"][/caption] </description>
		<link>http://www.bloggpro.com/map-and-sparklines-combo/</link>
			</item>
	<item>
		<title>Is AdSense relying on URL for determining content?</title>
		<description>Just a quick note on an interesting test I have done on AdSense content targeting. Simply put, I uploaded a number of copies of a html document with some text about DVD-players (in Swedish), altering only the &#60;title&#62;&#60;/title&#62; and the file name of the documents. A 250 x 250 AdSense ...</description>
		<link>http://www.bloggpro.com/is-adsense-relying-on-url-for-determining-content/</link>
			</item>
	<item>
		<title>Method to securely introduce unmasked passwords</title>
		<description>Masked passwords pose a significant useability issue which can be avoided. Masked passwords often lead to user frustration and possibly encourage users to chose simple passwords that are easy to enter without making mistakes.

Further, the security benefits from masked passwords are likely minimal for most users and applications. However, there ...</description>
		<link>http://www.bloggpro.com/method-to-securely-introduce-unmasked-passwords/</link>
			</item>
	<item>
		<title>Geolocation API in Firefox 3.5</title>
		<description>With the relatively new 3.5+ release  comes a new Geolocation API that enables geographical positioning of the browser client. Positioning is done through an array of means:
“Common sources of location information include Global Positioning System (GPS) and location inferred from network signals such as IP address, RFID, WiFi and Bluetooth ...</description>
		<link>http://www.bloggpro.com/geolocation-api-in-firefox-35/</link>
			</item>
	<item>
		<title>Google maps &#8211; highlight sidebar text on marker mouseover</title>
		<description>Sometimes when integrating a Google map on a site it is useful to give feedback to the user when hovering the mouse over a map marker. While not very difficult to achieve, it may not be completely straight forward to beginners, so I just wanted to post my solution here.

The ...</description>
		<link>http://www.bloggpro.com/google-maps-highlight-sidebar-text-on-marker-mouseover/</link>
			</item>
	<item>
		<title>Smart CSS trick to add icon to all outgoing links</title>
		<description>Use this piece of CSS to add an icon to all links that is not to mydomain
a:not([href*="mydomain"]) {

 padding-right: 10px;

 background: transparent url("images/aoutside.gif") center right no-repeat;



}
Alternatively, you can use this one to mark all links that start with 'http://'
a[href^="http"] {

padding-right: 10px;

background-image: url(external.gif);

background-position: right !important;

background-repeat: no-repeat;

} </description>
		<link>http://www.bloggpro.com/smart-css-trick-to-add-icon-to-all-outgoing-links/</link>
			</item>
	<item>
		<title>Component could not be upgraded &#8211; error with Media Player 11 and Vista</title>
		<description>When trying to view some digital rights managed content I was instructed to upgrade Media Player, but the upgrade halted and I got the "Component could not be upgraded" message. No matter what I tried I could not get around this.

After some hours of searching on Google however, I came ...</description>
		<link>http://www.bloggpro.com/component-could-not-be-upgraded-error-with-media-player-11-and-vista/</link>
			</item>
	<item>
		<title>Simple Google Maps plugin for wordpress</title>
		<description>What is it?
This is a demo post for a little plugin I wrote that uses custom fields in Wordpress together with Google's HTTP geo coding API and Google Maps to produce a map with a marker in the post. The current version (0.5) of the plugin takes the following custom ...</description>
		<link>http://www.bloggpro.com/simple-google-maps-plugin-for-wordpress/</link>
			</item>
	<item>
		<title>MySQL fulltext searches</title>
		<description>MySQL have a very nifty search function built in, which in many ways are more sophisticated than the WHERE LIKE ('%'). Using full text search with MATCH (...) AGAINST (...) AS relevancy it is also possible to get results ranked by relevancy. Here's the quick, dirty way to do it:

1.  ...</description>
		<link>http://www.bloggpro.com/mysql-fulltext-searches/</link>
			</item>
</channel>
</rss>
