<?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>Ace on Tech &#187; development</title>
	<atom:link href="http://aceontech.com/tag/development/feed/" rel="self" type="application/rss+xml" />
	<link>http://aceontech.com</link>
	<description>Design Intentionally Left Out</description>
	<lastBuildDate>Mon, 30 Aug 2010 05:14:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>iPhone 2.0</title>
		<link>http://aceontech.com/2008/03/10/iphone-20/</link>
		<comments>http://aceontech.com/2008/03/10/iphone-20/#comments</comments>
		<pubDate>Mon, 10 Mar 2008 14:40:50 +0000</pubDate>
		<dc:creator>Ace</dc:creator>
				<category><![CDATA[Tech Articles]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[iPhone]]></category>
		<category><![CDATA[ipod]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[touch]]></category>

		<guid isPermaLink="false">http://www.ace-on-tech.com/1999/11/30/iphone-20/</guid>
		<description><![CDATA[Over the weekend popular tech sites got themselves engulfed in iPhone 2.0-related stores. Numerous live reporters/bloggers were present, yet they all had a different take on Apple&#8217;s presentation related to the soon-to-come 2.0 Software Update and SDK. In search of &#8230; <a href="http://aceontech.com/2008/03/10/iphone-20/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Over the weekend popular tech sites got themselves engulfed in iPhone 2.0-related stores. Numerous live reporters/bloggers were present, yet they all had a different take on Apple&#8217;s presentation related to the soon-to-come 2.0 Software Update and SDK. In search of a neutral stance on things, I found Paul <a title="iPhone 2.0 Preview" href="http://www.winsupersite.com/showcase/iphone_2_preview.asp">Thurrott&#8217;s rather lengthy write-up</a> on the matter.</p>
<p>In case you&#8217;ve got an hour and a half to spare and are in for some Apple-bragging, the whole event is up <a title="iPhone Roadmap Presentation" href="http://www.apple.com/quicktime/qtv/iphoneroadmap/">on Apple&#8217;s website</a> in both Standard and High Def (QuickTime) video. I wonder why anyone would like to see Jobs&#8217; face up close in HD, though.</p>
<h3>A <strong>concise version</strong> of the event</h3>
<p>As always, Jobs starts his presentation with the regular bragging about how fantastic things are going. The iPhone is now n°2 (right after RIM&gt;BlackBerry) in the US smartphone market with a 28% share and accounts for 71 percent of mobile browsing.</p>
<h3>Enterprise support</h3>
<p>The iPhone is finally going to natively accomodate corporate functionality, in hopes of winning over businesses to acknowledge the iPhone as a <em>true</em> <em>smartphone</em>. When Apple ships the 2.0 software update, the iPhone <strong>and iPod Touch </strong>will support the following enterprise technologies.</p>
<ul>
<li>Full support for Microsoft Exchange</li>
<li>Push e-mail/calendaring/contacts</li>
<li>Global address list support</li>
<li>Cisco IPSec VPN</li>
<li>Two-factor authentication by means of certificates and identities</li>
<li>WPA 2 Enterprise, 802.1x</li>
<li>Remote wipe (over the air)</li>
<li>Mandatory usage of a PIN</li>
</ul>
<p>To make this all happen, Apple licensed the ActiveSync protocol from Microsoft.</p>
<p>The software update will be offered to iPhone users for free. iPod Touch users will need to pay a <em>nominal fee</em>, probably (hopefully) similar to the $20 fee for the 1.1.3 update.</p>
<h3>Software Development Kit</h3>
<p>The SDK is out already and can be downloaded for free*. Apps will be distributed through iTunes via a developer program. Developers can join this program for $99 a year. Companies will pay more ($299, also yearly). Though this looks like a great deal, you must note that the SDK will <strong>only work on Macs</strong>. Developing for the iPhone/Touch will require more funds than you thought, since you&#8217;ll need to purchase a whole new computer, too.</p>
<p>As an introductory to the SDK, Scott Forstall (vice president of iPhone software) outlined the iPhone&#8217;s architecture, which borrows heavily from Mac OS X. In fact, it&#8217;s comprised of 4 main layers:</p>
<ul>
<li>Core OS</li>
<li>Core Services</li>
<li>Media</li>
<li>Cocoa Touch</li>
</ul>
<p>The most impressive thing about this all is that Apple ported the first three layers from OS X without a lot of modification. The media layer provides several interesting API&#8217;s including an <strong>embedded version</strong> <strong>of OpenGL</strong>. Electronic Arts has developed a demo version of <strong>Spore</strong>, which uses the accelerometer for navigation.</p>
<p>Developing for the iPhone will give you all the tools Apple uses for OS X and the native iPhone apps:</p>
<ul>
<li>XCode + iPhone emulator: Apple&#8217;s Mac OS X-based development environment</li>
<li>Remote debugger: hook up an iPhone/Touch and debug live</li>
<li>Interface Builder: toolset for creating the GUI for the app (by dragging around controls, like Visual .NET)</li>
<li>Instruments: statistics on the debugging app (CPU, File System, Memory Usage)</li>
</ul>
<p>All APIs are written in Objective-C, a language that resembles C++, C# and Java to a certain degree, but is substantially different from what most programmers are used to.</p>
<h3>App Store &amp; iTunes</h3>
<p>Every iPhone and iPod Touch that applies the 2.0 update will get a new icon on the home screen. This will initiate the App Store, the portable version of the iTunes Application Store. A user would be able to view the inventory and download/install the desired application without ado. It looks and acts much like the iTunes WiFi Store, but will also work over EDGE. Every application you install will also be automatically updated, too.</p>
<p style="text-align: center"><a rel="lightbox[iphone2]" href="http://www.ace-on-tech.com/wp-content/uploads/2008/03/image5.png"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" src="http://www.ace-on-tech.com/wp-content/uploads/2008/03/image-thumb5.png" border="0" alt="App Store" width="422" height="239" /></a></p>
<h3>Rev Split</h3>
<p>Developers get 70 percent of the revenues. The other 30 for Apple will render the hosting and distribution. If a developer decides to provide its application for free, there won&#8217;t be any hosting costs either. Credit card fees and marketing costs will also be taken care of by Apple.</p>
<p>The iPhone 2.0 update will become available in late June this year.</p>
<p><em>*: The SDK has indeed already been finalized. I initially stated that it was still in beta, like the 2.0 software update. Thanks for the feedback, Clak.</em></p>
<p><a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F03%2F10%2Fiphone-20%2F&amp;linkname=iPhone%202.0" title="Twitter" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F03%2F10%2Fiphone-20%2F&amp;linkname=iPhone%202.0" title="Slashdot" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a> <a href="http://www.addtoany.com/add_to/instapaper?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F03%2F10%2Fiphone-20%2F&amp;linkname=iPhone%202.0" title="Instapaper" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/instapaper.png" width="16" height="16" alt="Instapaper"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F03%2F10%2Fiphone-20%2F&amp;linkname=iPhone%202.0" title="Digg" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F03%2F10%2Fiphone-20%2F&amp;linkname=iPhone%202.0" title="Facebook" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/mixx?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F03%2F10%2Fiphone-20%2F&amp;linkname=iPhone%202.0" title="Mixx" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/mixx.png" width="16" height="16" alt="Mixx"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F03%2F10%2Fiphone-20%2F&amp;linkname=iPhone%202.0" title="Delicious" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F03%2F10%2Fiphone-20%2F&amp;linkname=iPhone%202.0" title="Reddit" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/friendfeed?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F03%2F10%2Fiphone-20%2F&amp;linkname=iPhone%202.0" title="FriendFeed" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/friendfeed.png" width="16" height="16" alt="FriendFeed"/></a> <a href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F03%2F10%2Fiphone-20%2F&amp;linkname=iPhone%202.0" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F03%2F10%2Fiphone-20%2F&amp;linkname=iPhone%202.0" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F03%2F10%2Fiphone-20%2F&amp;linkname=iPhone%202.0" title="Evernote" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://aceontech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://aceontech.com/2008/03/10/iphone-20/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Acid3 test kills all</title>
		<link>http://aceontech.com/2008/03/07/acid3-test-kills-all/</link>
		<comments>http://aceontech.com/2008/03/07/acid3-test-kills-all/#comments</comments>
		<pubDate>Fri, 07 Mar 2008 22:16:35 +0000</pubDate>
		<dc:creator>Ace</dc:creator>
				<category><![CDATA[Tech Articles]]></category>
		<category><![CDATA[Web Development & Design]]></category>
		<category><![CDATA[design]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[Firefox]]></category>
		<category><![CDATA[IE]]></category>
		<category><![CDATA[standards]]></category>
		<category><![CDATA[test]]></category>
		<category><![CDATA[W3C]]></category>
		<category><![CDATA[web]]></category>

		<guid isPermaLink="false">http://www.ace-on-tech.com/2008/03/07/acid3-test-kills-all/</guid>
		<description><![CDATA[The [recently released] Acid3 test, like its predecessor, allows for subjecting modern browsers to advanced testing of its standards compliance. Acid2, which most current browsers pass (including IE8 Beta 1), was mainly focused on CSS rendering. WaSP Press Release Take &#8230; <a href="http://aceontech.com/2008/03/07/acid3-test-kills-all/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The [recently released] Acid3 test, like its predecessor, allows for subjecting modern browsers to advanced testing of its standards compliance. Acid2, which most current browsers pass (including IE8 Beta 1), was mainly focused on CSS rendering. </p>
<ul>
<li><a href="http://www.webstandards.org/press/releases/20080303/">WaSP Press Release</a></li>
<li><a href="http://acid3.acidtests.org/">Take the Acid3 Browser Test</a></li>
<li><a href="http://www.webstandards.org/action/acid3 ">Acid3 Overview</a></li>
</ul>
<p>Acid3 &#8211; on the other hand &#8211; doesn&#8217;t evaluate a single technology. It was designed to test the whole Web 2.0 experience (ECMAScript, W3C Document Model 2, etc.). It basically determines the level of interactivity a browser can deliver. </p>
<p style="text-align: center"><a href="http://www.ace-on-tech.com/wp-content/uploads/2008/03/image3.png" rel="lightbox[acid3]"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="174" alt="image" src="http://www.ace-on-tech.com/wp-content/uploads/2008/03/image-thumb3.png" width="244" border="0" /></a>     <br />Firefox 3 B3     <br />vs.     <br />IE7     <br /><a href="http://www.ace-on-tech.com/wp-content/uploads/2008/03/image4.png" rel="lightbox[acid3]"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="124" alt="Acid3 IE7" src="http://www.ace-on-tech.com/wp-content/uploads/2008/03/image-thumb4.png" width="244" border="0" /></a> </p>
<p>This extremely hard test evaluates a series of 100 criteria and exposes a number of flaws in all leading browsing suites, including IE, Opera, Safari and Firefox. Upcoming versions of <strong>Safari and Firefox</strong> are to score in the <strong>80-90 range</strong>, whereas IE8 scores in the disappointing sub-50 range. </p>
<p><strong>IE7 </strong>has been reported to flunk completely with results <strong>not even peaking above the 20% mark.</strong></p>
<p><a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F03%2F07%2Facid3-test-kills-all%2F&amp;linkname=Acid3%20test%20kills%20all" title="Twitter" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F03%2F07%2Facid3-test-kills-all%2F&amp;linkname=Acid3%20test%20kills%20all" title="Slashdot" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a> <a href="http://www.addtoany.com/add_to/instapaper?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F03%2F07%2Facid3-test-kills-all%2F&amp;linkname=Acid3%20test%20kills%20all" title="Instapaper" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/instapaper.png" width="16" height="16" alt="Instapaper"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F03%2F07%2Facid3-test-kills-all%2F&amp;linkname=Acid3%20test%20kills%20all" title="Digg" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F03%2F07%2Facid3-test-kills-all%2F&amp;linkname=Acid3%20test%20kills%20all" title="Facebook" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/mixx?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F03%2F07%2Facid3-test-kills-all%2F&amp;linkname=Acid3%20test%20kills%20all" title="Mixx" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/mixx.png" width="16" height="16" alt="Mixx"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F03%2F07%2Facid3-test-kills-all%2F&amp;linkname=Acid3%20test%20kills%20all" title="Delicious" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F03%2F07%2Facid3-test-kills-all%2F&amp;linkname=Acid3%20test%20kills%20all" title="Reddit" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/friendfeed?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F03%2F07%2Facid3-test-kills-all%2F&amp;linkname=Acid3%20test%20kills%20all" title="FriendFeed" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/friendfeed.png" width="16" height="16" alt="FriendFeed"/></a> <a href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F03%2F07%2Facid3-test-kills-all%2F&amp;linkname=Acid3%20test%20kills%20all" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F03%2F07%2Facid3-test-kills-all%2F&amp;linkname=Acid3%20test%20kills%20all" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F03%2F07%2Facid3-test-kills-all%2F&amp;linkname=Acid3%20test%20kills%20all" title="Evernote" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://aceontech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://aceontech.com/2008/03/07/acid3-test-kills-all/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Weekly Software Pick: Notepad++ [Windows Only]</title>
		<link>http://aceontech.com/2008/01/24/weekly-software-pick-notepad-windows-only/</link>
		<comments>http://aceontech.com/2008/01/24/weekly-software-pick-notepad-windows-only/#comments</comments>
		<pubDate>Thu, 24 Jan 2008 07:15:38 +0000</pubDate>
		<dc:creator>Ace</dc:creator>
				<category><![CDATA[Freebies]]></category>
		<category><![CDATA[Tech Articles]]></category>
		<category><![CDATA[development]]></category>
		<category><![CDATA[free]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[notepad++]]></category>
		<category><![CDATA[Programming]]></category>
		<category><![CDATA[sourceforge]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://www.ace-on-tech.com/2008/01/24/weekly-software-pick-notepad-windows-only/</guid>
		<description><![CDATA[I&#8217;ve come to appreciate Notepad++ as a full-blown source code editor, whereas in the past it used to be a second-class citizen, somewhat. I kept it around because it operates and loads blazingly fast, especially handy when you don&#8217;t have &#8230; <a href="http://aceontech.com/2008/01/24/weekly-software-pick-notepad-windows-only/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve come to appreciate Notepad++ as a full-blown source code editor, whereas in the past it used to be a second-class citizen, somewhat. I kept it around because it operates and <em>loads</em> blazingly fast, especially handy when you don&#8217;t have the time to start Dreamweaver. Though Notepad++ is a lot more than a quick app&#8230;</p>
<p style="text-align: center"><a href="http://www.ace-on-tech.com/wp-content/uploads/2008/01/image6.png" rel="lightbox"><img style="border-top-width: 0px; border-left-width: 0px; border-bottom-width: 0px; border-right-width: 0px" height="349" alt="Notepad++" src="http://www.ace-on-tech.com/wp-content/uploads/2008/01/image-thumb6.png" width="424" border="0" /></a> </p>
<p>It supports everything you&#8217;d expect from a well-seasoned code editor, amongst other features:</p>
<ul>
<li>Syntax Highlighting &amp; Syntax Folding </li>
<li>User Defined Syntax Highlighting </li>
<li>Code Auto-completion </li>
<li>Regular Expression Search/Replace </li>
<li>Zooming </li>
<li>Brace &amp; Indent Highlighting </li>
<li>Macros </li>
<li>Integration into the shell </li>
</ul>
<p>You should see Notepad++ as an all-round replacement for Windows&#8217; built-in Notepad and a lot more. It supports a vast array of programming languages, yet is specialized enough to be used for web authoring, too: it&#8217;ll recognize nested languages effortlessly, e.g. XHTML, CSS, PHP and Javascript in one page. </p>
<p>Notepad++ is completely free of charge and subject to the <a href="http://www.gnu.org/copyleft/gpl.html">GPL license</a>. </p>
<ul>
<li><strong>Hop over to Sourceforge and <a href="http://sourceforge.net/project/showfiles.php?group_id=95717&amp;package_id=102072">download Notepad++ for free</a>.</strong> </li>
<li><strong>Visit this <a href="http://notepad-plus.sourceforge.net/uk/site.htm">project&#8217;s homepage</a>.</strong> </li>
</ul>
<p><a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F01%2F24%2Fweekly-software-pick-notepad-windows-only%2F&amp;linkname=Weekly%20Software%20Pick%3A%20Notepad%2B%2B%20%5BWindows%20Only%5D" title="Twitter" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F01%2F24%2Fweekly-software-pick-notepad-windows-only%2F&amp;linkname=Weekly%20Software%20Pick%3A%20Notepad%2B%2B%20%5BWindows%20Only%5D" title="Slashdot" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a> <a href="http://www.addtoany.com/add_to/instapaper?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F01%2F24%2Fweekly-software-pick-notepad-windows-only%2F&amp;linkname=Weekly%20Software%20Pick%3A%20Notepad%2B%2B%20%5BWindows%20Only%5D" title="Instapaper" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/instapaper.png" width="16" height="16" alt="Instapaper"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F01%2F24%2Fweekly-software-pick-notepad-windows-only%2F&amp;linkname=Weekly%20Software%20Pick%3A%20Notepad%2B%2B%20%5BWindows%20Only%5D" title="Digg" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F01%2F24%2Fweekly-software-pick-notepad-windows-only%2F&amp;linkname=Weekly%20Software%20Pick%3A%20Notepad%2B%2B%20%5BWindows%20Only%5D" title="Facebook" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/mixx?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F01%2F24%2Fweekly-software-pick-notepad-windows-only%2F&amp;linkname=Weekly%20Software%20Pick%3A%20Notepad%2B%2B%20%5BWindows%20Only%5D" title="Mixx" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/mixx.png" width="16" height="16" alt="Mixx"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F01%2F24%2Fweekly-software-pick-notepad-windows-only%2F&amp;linkname=Weekly%20Software%20Pick%3A%20Notepad%2B%2B%20%5BWindows%20Only%5D" title="Delicious" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F01%2F24%2Fweekly-software-pick-notepad-windows-only%2F&amp;linkname=Weekly%20Software%20Pick%3A%20Notepad%2B%2B%20%5BWindows%20Only%5D" title="Reddit" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/friendfeed?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F01%2F24%2Fweekly-software-pick-notepad-windows-only%2F&amp;linkname=Weekly%20Software%20Pick%3A%20Notepad%2B%2B%20%5BWindows%20Only%5D" title="FriendFeed" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/friendfeed.png" width="16" height="16" alt="FriendFeed"/></a> <a href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F01%2F24%2Fweekly-software-pick-notepad-windows-only%2F&amp;linkname=Weekly%20Software%20Pick%3A%20Notepad%2B%2B%20%5BWindows%20Only%5D" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F01%2F24%2Fweekly-software-pick-notepad-windows-only%2F&amp;linkname=Weekly%20Software%20Pick%3A%20Notepad%2B%2B%20%5BWindows%20Only%5D" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Faceontech.com%2F2008%2F01%2F24%2Fweekly-software-pick-notepad-windows-only%2F&amp;linkname=Weekly%20Software%20Pick%3A%20Notepad%2B%2B%20%5BWindows%20Only%5D" title="Evernote" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://aceontech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://aceontech.com/2008/01/24/weekly-software-pick-notepad-windows-only/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Flash in XHTML 1.0 Strict</title>
		<link>http://aceontech.com/2007/01/22/flash-in-xhtml-10-strict/</link>
		<comments>http://aceontech.com/2007/01/22/flash-in-xhtml-10-strict/#comments</comments>
		<pubDate>Mon, 22 Jan 2007 08:25:51 +0000</pubDate>
		<dc:creator>Ace</dc:creator>
				<category><![CDATA[development]]></category>
		<category><![CDATA[web]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.ace-on-tech.com/2007/01/22/flash-in-xhtml-10-strict/</guid>
		<description><![CDATA[Ever tried to insert a flash animation into a valid XHTML webpage? I certainly have, and it always breaks your markup. The standard markup flash uses to render its animations stems from an ancient era of semantically misused tags and &#8230; <a href="http://aceontech.com/2007/01/22/flash-in-xhtml-10-strict/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Ever tried to insert a flash animation into a valid <span class="caps">XHTML</span> webpage? I certainly have, and it always breaks your markup. The standard markup flash uses to render its animations stems from an ancient era of semantically misused tags and properties. There must be a better way, I hope…</p>
<p>Several methods have independently been developed, each with their own benefits. There are two major techniques to choose from: the first being the “Flash Satay” method, the other <em>kinda</em> remains nameless. Let’s start with the Satay method.</p>
<h4>Flash Satay</h4>
<p>The full directives are listed at the notorious <a href="http://www.alistapart.com/articles/flashsatay/">A List Apart</a>  website.</p>
<p>In short, this method basically incorporates a container movie, into which you load the actual animation, preserving your content, with a friendly wrapper. This produces fairly nice markup, but it’s kind of a hassling experience — nonetheless effective.</p>
<h4>The other method</h4>
<p>The other technique uses the omni-valid tag called “object”, which is recognized by [nearly] all major browsers. No container file is used: you provide the user with an image containing a friendly error message. This is the way I do things. It’s a clean thing to do, but leaves a white backdrop on transparent framed flash movies (like those from YouTube). I’m certain there’s a way to cure this, but I haven’t had the (uhm) chance to look into it yet.</p>
<p><code>&lt;object type="application/x-shockwave-flash" data="yourflash.swf" width="288" height="128"&gt; &lt;param name="movie" value="images/banner.swf" /&gt; &lt;img src="error.gif" width="288" height="128" alt="banner" /&gt; &lt;/object&gt;</code></p>
<p>Either path you choose, there are always drawbacks. For instance, when a visitor doesn’t already have Flash installed, he/she <strong>will not</strong> get a direct link to Adobe’s website (unless you make the effort of defining it yourself). Nevertheless, standards compliance is the way to go, although I know we’d all appreciate an out-of-the box solution — someday soon.</p>
<p><a href="http://www.addtoany.com/add_to/twitter?linkurl=http%3A%2F%2Faceontech.com%2F2007%2F01%2F22%2Fflash-in-xhtml-10-strict%2F&amp;linkname=Flash%20in%20XHTML%201.0%20Strict" title="Twitter" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/twitter.png" width="16" height="16" alt="Twitter"/></a> <a href="http://www.addtoany.com/add_to/slashdot?linkurl=http%3A%2F%2Faceontech.com%2F2007%2F01%2F22%2Fflash-in-xhtml-10-strict%2F&amp;linkname=Flash%20in%20XHTML%201.0%20Strict" title="Slashdot" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/slashdot.png" width="16" height="16" alt="Slashdot"/></a> <a href="http://www.addtoany.com/add_to/instapaper?linkurl=http%3A%2F%2Faceontech.com%2F2007%2F01%2F22%2Fflash-in-xhtml-10-strict%2F&amp;linkname=Flash%20in%20XHTML%201.0%20Strict" title="Instapaper" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/instapaper.png" width="16" height="16" alt="Instapaper"/></a> <a href="http://www.addtoany.com/add_to/digg?linkurl=http%3A%2F%2Faceontech.com%2F2007%2F01%2F22%2Fflash-in-xhtml-10-strict%2F&amp;linkname=Flash%20in%20XHTML%201.0%20Strict" title="Digg" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/digg.png" width="16" height="16" alt="Digg"/></a> <a href="http://www.addtoany.com/add_to/facebook?linkurl=http%3A%2F%2Faceontech.com%2F2007%2F01%2F22%2Fflash-in-xhtml-10-strict%2F&amp;linkname=Flash%20in%20XHTML%201.0%20Strict" title="Facebook" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/facebook.png" width="16" height="16" alt="Facebook"/></a> <a href="http://www.addtoany.com/add_to/mixx?linkurl=http%3A%2F%2Faceontech.com%2F2007%2F01%2F22%2Fflash-in-xhtml-10-strict%2F&amp;linkname=Flash%20in%20XHTML%201.0%20Strict" title="Mixx" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/mixx.png" width="16" height="16" alt="Mixx"/></a> <a href="http://www.addtoany.com/add_to/delicious?linkurl=http%3A%2F%2Faceontech.com%2F2007%2F01%2F22%2Fflash-in-xhtml-10-strict%2F&amp;linkname=Flash%20in%20XHTML%201.0%20Strict" title="Delicious" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/delicious.png" width="16" height="16" alt="Delicious"/></a> <a href="http://www.addtoany.com/add_to/reddit?linkurl=http%3A%2F%2Faceontech.com%2F2007%2F01%2F22%2Fflash-in-xhtml-10-strict%2F&amp;linkname=Flash%20in%20XHTML%201.0%20Strict" title="Reddit" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/reddit.png" width="16" height="16" alt="Reddit"/></a> <a href="http://www.addtoany.com/add_to/friendfeed?linkurl=http%3A%2F%2Faceontech.com%2F2007%2F01%2F22%2Fflash-in-xhtml-10-strict%2F&amp;linkname=Flash%20in%20XHTML%201.0%20Strict" title="FriendFeed" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/friendfeed.png" width="16" height="16" alt="FriendFeed"/></a> <a href="http://www.addtoany.com/add_to/google_buzz?linkurl=http%3A%2F%2Faceontech.com%2F2007%2F01%2F22%2Fflash-in-xhtml-10-strict%2F&amp;linkname=Flash%20in%20XHTML%201.0%20Strict" title="Google Buzz" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/google_buzz.png" width="16" height="16" alt="Google Buzz"/></a> <a href="http://www.addtoany.com/add_to/stumbleupon?linkurl=http%3A%2F%2Faceontech.com%2F2007%2F01%2F22%2Fflash-in-xhtml-10-strict%2F&amp;linkname=Flash%20in%20XHTML%201.0%20Strict" title="StumbleUpon" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/stumbleupon.png" width="16" height="16" alt="StumbleUpon"/></a> <a href="http://www.addtoany.com/add_to/evernote?linkurl=http%3A%2F%2Faceontech.com%2F2007%2F01%2F22%2Fflash-in-xhtml-10-strict%2F&amp;linkname=Flash%20in%20XHTML%201.0%20Strict" title="Evernote" rel="nofollow" target="_blank"><img src="http://aceontech.com/wp-content/plugins/add-to-any/icons/evernote.png" width="16" height="16" alt="Evernote"/></a> <a class="a2a_dd addtoany_share_save" href="http://www.addtoany.com/share_save"><img src="http://aceontech.com/wp-content/plugins/add-to-any/share_save_171_16.png" width="171" height="16" alt="Share/Bookmark"/></a> </p>]]></content:encoded>
			<wfw:commentRss>http://aceontech.com/2007/01/22/flash-in-xhtml-10-strict/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
