<?xml version="1.0" encoding="UTF-8"?><!-- generator="wordpress/2.0.4" -->
<rss version="0.92">
<channel>
	<title>Developer Blog</title>
	<link>http://www.zann-marketing.com/developer</link>
	<description>Tips and tricks for webmasters and developers</description>
	<lastBuildDate>Thu, 01 Dec 2011 06:01:50 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Edit any webpage with one line of code</title>
		<description><![CDATA[Copy and paste the following Javascript code into your browser&#8217;s address/location bar, then hit enter.
javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
Select portions of text you want to edit and start typing new things in.
This little tidbit works with IE7, Firefox and Safari browsers. It&#8217;s one of the methods scammers use to fake screenshots of Adsense earnings and Paypal [...]]]></description>
		<link>http://www.zann-marketing.com/developer/20080708/edit-any-webpage-with-one-line-of-code-2.html</link>
			</item>
	<item>
		<title>Browser compatibility</title>
		<description><![CDATA[A couple of browser compatibility issues. As almost every web designer knows, how a browser renders a page is very dependent on which browser is doing the rendering.
Here&#8217;s a couple of tips to use when trying to get a web page to render the same across most browsers (IE, Firefox and Opera).
Do NOT use &#60;br [...]]]></description>
		<link>http://www.zann-marketing.com/developer/20080121/browser-compatibility.html</link>
			</item>
	<item>
		<title>Javascript clear text area on mouse click</title>
		<description><![CDATA[To clear text from a pre-seeded textarea or input text on a mouse click, you have to use some javascript. Luckily, it&#8217;s very simple to implement this bit of javascript. This short tutorial will show you how and explain what the code used means.
Example (click on the textarea and the pre-seeded text &#8220;This text will [...]]]></description>
		<link>http://www.zann-marketing.com/developer/20061115/javascript-clear-text-area-on-mouse-click.html</link>
			</item>
	<item>
		<title>Word Count Tool has moved</title>
		<description><![CDATA[The Word Count Tool that was previously hosted on Zann Marketing has now moved to its own domain.
WordCountTool.com is the new web site for the word counter. It works in the same way, but has a new spiffy design in my favourite colours, orange and grey.
Word Count Tool does pretty much what the domain name [...]]]></description>
		<link>http://www.zann-marketing.com/developer/20061110/word-count-tool-has-moved.html</link>
			</item>
	<item>
		<title>Quick tutorial: php if and else</title>
		<description><![CDATA[The if construct is an important feature of many programming languages, allowing for particular code to be excuted depending on certain conditions.
The basic way of using the if construct is:

if (condition) {
&#160;&#160;&#160;do this if the condition is satisfied or is true;
}

You can include an else construct to execute different code if the condition is not [...]]]></description>
		<link>http://www.zann-marketing.com/developer/20061005/quick-tutorial-php-if-and-else.html</link>
			</item>
	<item>
		<title>CSS import</title>
		<description><![CDATA[Cascading style sheets, or CSS, has an import rule that allows you to import a css file into a HTML document or another external CSS stylesheet. It&#8217;s used as a method of referencing external CSS stylesheets or other files that may be needed on a HTML document or even an external CSS stylesheet.
The CSS import [...]]]></description>
		<link>http://www.zann-marketing.com/developer/20060920/css-import.html</link>
			</item>
	<item>
		<title>Link Exchange Information Site</title>
		<description><![CDATA[Comprehensive link exchange information is available through our new site dedicated to the education of link developers, webmasters and site owners about link exchanges, link exchange practices and ways to get links to your site.
Enhance your link exchange knowledge, visit Link Tutorial and start learning about links and linking.
Participate in the Link Tutorial Forums. You [...]]]></description>
		<link>http://www.zann-marketing.com/developer/20060914/link-exchange-information-site.html</link>
			</item>
	<item>
		<title>Step by Step Guide to Reverting Airport Firmware</title>
		<description><![CDATA[The new Apple Airport Update 4.2 caused problems with some Mac (and possibly Windows) users. The Airport Update caused the AirPort Admin Utility to prompt users to upgrade their Airport Extreme or Airport Express firmware. Upgrading the firmware caused the wireless network to become unstable and users were disconnected from the network.
Read more about the [...]]]></description>
		<link>http://www.zann-marketing.com/developer/20060707/step-by-step-guide-to-reverting-airport-firmware.html</link>
			</item>
	<item>
		<title>Airport Update 4.2 Problems with Airport Extreme</title>
		<description><![CDATA[The Problem
After installing Airport Update 4.2, I opened up Airport Admin Utility and it prompted me to upgrade the firmware on the Airport Extreme Base Station. Thinking that nothing could go wrong, I naively went ahead and installed the firmware upgrade to the Airport Extreme.
Almost immediately after the firmware installation was complete, the wireless network [...]]]></description>
		<link>http://www.zann-marketing.com/developer/20060707/airport-update-42-problems-with-airport-extreme.html</link>
			</item>
	<item>
		<title>External CSS stylesheets</title>
		<description><![CDATA[External stylesheets contain cascading stylesheet, or CSS, information used by a browser to display your web page with the styles you intended to use. These styles can be as simple as defining the font and font color, to as complex as layouts with three column without using tables.
There are four different ways CSS information can [...]]]></description>
		<link>http://www.zann-marketing.com/developer/20060509/external-css-stylesheets.html</link>
			</item>
</channel>
</rss>

