<?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>Free &#38; Open Source Web Resources &#187; WebAdmin</title>
	<atom:link href="http://inwebdeveloper.com/author/WebAdmin/feed/" rel="self" type="application/rss+xml" />
	<link>http://inwebdeveloper.com</link>
	<description>Free &#38; Open Source Web Resources</description>
	<lastBuildDate>Mon, 06 Sep 2010 22:49:07 +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>THE HTML5 TEST:HOW WELL DOES YOUR BROWSER SUPPORT HTML5?</title>
		<link>http://inwebdeveloper.com/2010/09/07/the-html5-testhow-well-does-your-browser-support-html5/</link>
		<comments>http://inwebdeveloper.com/2010/09/07/the-html5-testhow-well-does-your-browser-support-html5/#comments</comments>
		<pubDate>Mon, 06 Sep 2010 22:49:07 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=255</guid>
		<description><![CDATA[The HTML5 test score is an indication of how well your browser supports the upcoming HTML5 standard and related specifications. Despite these shortcomings they hope that by quantifying the level of support users and web developers will get an idea of how hard the browser manufacturers work on improving their browsers and the web as [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://inwebdeveloper.com/wp-content/uploads/2010/09/html5-test.jpg"><img src="http://inwebdeveloper.com/wp-content/uploads/2010/09/html5-test.jpg" alt="THE HTML5 TEST – HOW WELL DOES YOUR BROWSER SUPPORT HTML5?" title="html5-test" width="480" height="200" class="aligncenter size-full wp-image-256" /></a></p>
<p><a href="http://www.html5test.com/" target="_blank">The HTML5</a> test score is an indication of how well your browser supports the upcoming <strong>HTML5</strong> standard and related specifications. Despite these shortcomings they hope that by quantifying the level of support users and web developers will get an idea of how hard the browser manufacturers work on improving their browsers and the web as a development platform.</p>
<p>The score is calculated by testing for the many new features of <strong>HTML5</strong>. Each feature is worth one or more points. Apart from the main <strong>HTML5</strong> specification and other specifications created the W3C HTML Working Group, this test also awards points for supporting related drafts and specifications. Some of these specifications were initially part of HTML5, but are now further developed by other W3C working groups. WebGL is also part of this test despite not being developed by the W3C, because it extends the HTML5 canvas element with a 3d context.</p>
<p>The test also awards bonus points for supporting audio and video codecs and supporting SVG or MathML embedding in a plain HTML document. These test do not count towards the total score because <strong>HTML5</strong> does not specify any required audio or video codec. Also SVG and MathML are not required by <strong>HTML5</strong>, the specification only specifies rules for how such content should be embedded inside a plain HTML file.</p>
<div style="padding: 5px; border: 1px solid #ddd; background: #eee;">
Demo: <a href="http://www.html5test.com/" target="_blank">www.html5test.com</a><br />
License: License Free
</div>
]]></content:encoded>
			<wfw:commentRss>http://inwebdeveloper.com/2010/09/07/the-html5-testhow-well-does-your-browser-support-html5/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Jasmine: Simple DOM-less JavaScript Testing Framework</title>
		<link>http://inwebdeveloper.com/2010/09/05/jasmine-simple-dom-less-javascript-testing-framework/</link>
		<comments>http://inwebdeveloper.com/2010/09/05/jasmine-simple-dom-less-javascript-testing-framework/#comments</comments>
		<pubDate>Sun, 05 Sep 2010 08:35:09 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[License MIT]]></category>
		<category><![CDATA[Framework]]></category>
		<category><![CDATA[MIT License]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=252</guid>
		<description><![CDATA[There are some great JavaScript testing frameworks out there. Many only work from within a browser. Most don’t support testing asynchronous code like event callbacks. Some have syntax that’s hard for JS developers or IDEs to understand. Jasmine is a JavaScript testing framework. It’s heavily influenced by, and borrows the best parts of, ScrewUnit, JSSpec, [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_253" class="wp-caption aligncenter" style="width: 490px"><a href="http://inwebdeveloper.com/wp-content/uploads/2010/09/testing-framework.jpg"><img src="http://inwebdeveloper.com/wp-content/uploads/2010/09/testing-framework.jpg" alt="" title="testing-framework" width="480" height="164" class="size-full wp-image-253" /></a>
<p class="wp-caption-text">Jasmine is a JavaScript testing framework</p>
</div>
<p>There are some great JavaScript testing frameworks out there. Many only work from within a browser. Most don’t support testing asynchronous code like event callbacks. Some have syntax that’s hard for JS developers or IDEs to understand.</p>
<p>Jasmine is a JavaScript testing framework. It’s heavily influenced by, and borrows the best parts of, ScrewUnit, JSSpec, JSpec, and of course RSpec. Jasmine is not tied to any browser, framework, platform, or host language. It work anywhere JavaScript can run, including browsers, servers, phones, etc.</p>
<div style="padding: 5px; border: 1px solid #ddd; background: #eee;">
Demo: <a href="http://pivotal.github.com/jasmine/" target="_blank">http://pivotal.github.com/jasmine/</a><br />
License: MIT License
</div>
]]></content:encoded>
			<wfw:commentRss>http://inwebdeveloper.com/2010/09/05/jasmine-simple-dom-less-javascript-testing-framework/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MonoQL :Open Source and Ajaxed web application for managing MySQL databases</title>
		<link>http://inwebdeveloper.com/2010/08/27/monoql-open-source-and-ajaxed-web-application-for-managing-mysql-databases/</link>
		<comments>http://inwebdeveloper.com/2010/08/27/monoql-open-source-and-ajaxed-web-application-for-managing-mysql-databases/#comments</comments>
		<pubDate>Thu, 26 Aug 2010 19:40:17 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Ajax]]></category>
		<category><![CDATA[Ext JS]]></category>
		<category><![CDATA[MonoQL]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=248</guid>
		<description><![CDATA[MonoQL is a PHP-powered, open source and Ajaxed web application for managing MySQL databases. It has a desktop-like interface -thanks to Ext JS- and can accomplish almost every task you can ask for like database/table design, data browsing/editing, advanced querying &#38; more. he application has support for controlling advanced MySQL features like triggers, stored procedures [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_249" class="wp-caption aligncenter" style="width: 490px"><a href="http://inwebdeveloper.com/wp-content/uploads/2010/08/monoql-mysql-manager.gif"><img class="size-full wp-image-249 " title="monoql-mysql-manager" src="http://inwebdeveloper.com/wp-content/uploads/2010/08/monoql-mysql-manager.gif" alt="MonoQL is a PHP-powered, open source and Ajaxed web application for managing MySQL databases" width="480" height="258" /></a>
<p class="wp-caption-text">MonoQL is a PHP-powered, open source and Ajaxed web application for managing MySQL databases</p>
</div>
<p><a href="http://sourceforge.net/projects/monoql/" target="_blank">MonoQL</a> is a PHP-powered, open source and Ajaxed web application for managing MySQL databases.</p>
<p>It has a desktop-like interface -thanks to Ext JS- and can accomplish almost every task you can ask for like database/table design, data browsing/editing, advanced querying &amp; more.</p>
<p>he application has support for controlling advanced MySQL features like triggers, stored procedures and views.</p>
<p>MonoQL can connect to any number of databases, both local or remote. Also, with the help of a context menu, it display options on every level like running queries, importing data from a CSV file or truncating/deleting a table.</p>
<div style="padding: 5px; border: 1px solid #ddd; background: #eee;">Website: <a href="http://sourceforge.net/projects/monoql/" target="_blank">http://sourceforge.net/projects/monoql/</a></p>
<p>Demo: <a href="http://demo.monoql.com/" target="_blank&quot;">http://demo.monoql.com/</a></p>
<p>Download: <a href="http://sourceforge.net/projects/monoql/files/" target="_blank">http://sourceforge.net/projects/monoql/files/</a></p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://inwebdeveloper.com/2010/08/27/monoql-open-source-and-ajaxed-web-application-for-managing-mysql-databases/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Toucan CSS Reset: Another Reset Stylesheet</title>
		<link>http://inwebdeveloper.com/2010/08/23/toucan-css-reset-another-reset-stylesheet/</link>
		<comments>http://inwebdeveloper.com/2010/08/23/toucan-css-reset-another-reset-stylesheet/#comments</comments>
		<pubDate>Sun, 22 Aug 2010 18:43:32 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[Freeware]]></category>
		<category><![CDATA[CSS Reset]]></category>
		<category><![CDATA[reset stylesheet]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=243</guid>
		<description><![CDATA[The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on. I think the most popular reset stylesheet is write by Meyer’s. But, now you can use another reset stylesheet: toucan-css-reset Website: http://borderleft.com/labs/]]></description>
			<content:encoded><![CDATA[<p>The goal of a reset stylesheet is to reduce browser inconsistencies in things like default line heights, margins and font sizes of headings, and so on.</p>
<p>I think the most popular reset stylesheet is write by <a href="http://meyerweb.com/eric/tools/css/reset/index.html" target="_blank">Meyer’s</a>.</p>
<div id="attachment_244" class="wp-caption aligncenter" style="width: 673px"><a href="http://inwebdeveloper.com/wp-content/uploads/2010/08/2010-08-23_013145.png"><img src="http://inwebdeveloper.com/wp-content/uploads/2010/08/2010-08-23_013145.png" alt="" title="2010-08-23_013145" width="663" height="308" class="size-full wp-image-244" /></a>
<p class="wp-caption-text">.toucan-css-reset: a yet another CSS Reset </p>
</div>
<p>But, now you can use another reset stylesheet: <a href="http://borderleft.com/labs/" target="_blank">toucan-css-reset</a></p>
<div style="padding: 5px; border: 1px solid #ddd; background: #eee;">
Website: <a href="http://borderleft.com/labs/" target="_blank">http://borderleft.com/labs/</a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://inwebdeveloper.com/2010/08/23/toucan-css-reset-another-reset-stylesheet/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MooGeo: MooTools plugin for Geolocation Tasks</title>
		<link>http://inwebdeveloper.com/2010/08/17/moogeo-mootools-plugin-for-geolocation-tasks/</link>
		<comments>http://inwebdeveloper.com/2010/08/17/moogeo-mootools-plugin-for-geolocation-tasks/#comments</comments>
		<pubDate>Tue, 17 Aug 2010 00:50:20 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[MooTools]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[MooGeo]]></category>
		<category><![CDATA[Mootools]]></category>
		<category><![CDATA[W3C Geo location]]></category>
		<category><![CDATA[Yahoo GeoPlanet]]></category>
		<category><![CDATA[Yahoo PlaceMaker]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=238</guid>
		<description><![CDATA[MooGeo is a MooTools plugin that makes accomplishing common geolocation tasks easy. These tasks include getting detailed info about an IP (country, city, longitude, latitude, etc.), parsing geographical data from text and even finding Flickr photos about a given place. This is a simple plugin MooTools that answers most of your geo questions. It wraps [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_239" class="wp-caption aligncenter" style="width: 650px"><a href="http://inwebdeveloper.com/wp-content/uploads/2010/08/2010-08-17_073535.png"><img src="http://inwebdeveloper.com/wp-content/uploads/2010/08/2010-08-17_073535.png" alt="MooGeo is a MooTools plugin that makes accomplishing common geolocation tasks easy." title="2010-08-17_073535" width="640" height="262" class="size-full wp-image-239" /></a>
<p class="wp-caption-text">MooGeo : MooTools Plugin For Geolocation Tasks</p>
</div>
<p><a href="http://thinkphp.ro/apps/js-hacks/MooGeo/" target="_blank">MooGeo</a> is a <a href="http://mootools.net/" target="_blank">MooTools</a> plugin that makes accomplishing common geolocation tasks easy.</p>
<p>These tasks include getting detailed info about an IP (country, city, longitude, latitude, etc.), parsing geographical data from text and even finding <a href="http://www.flickr.com/" target="_blank">Flickr photos</a> about a given place.</p>
<p>This is a simple plugin MooTools that answers most of your geo questions. It wraps the following services in a simple interface:<br />
- Yahoo PlaceMaker<br />
- Yahoo GeoPlanet<br />
- jsonip.appspot.com<br />
- W3C Geo location<br />
- Flickr.places.findLatLon<br />
and wraps them into a single package.</p>
<p><strong>Usage:</strong><br />
<strong>Find the user (using the W3C geolocation API)</strong></p>
<div class="wp_syntax">
<div class="code">
<pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">new</span> MooGeo<span style="color: #009900;">&#40;</span><span style="color: #0000ff;">'visitor'</span><span style="color: #339933;">,</span><span style="color: #009900;">&#123;</span>
     onComplete<span style="color: #339933;">:</span> <span style="color: #000000; font-weight: bold;">function</span><span style="color: #009900;">&#40;</span>o<span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
        console<span style="color: #339933;">.</span><span style="color: #990000;">log</span><span style="color: #009900;">&#40;</span>o<span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
     <span style="color: #009900;">&#125;</span>
 <span style="color: #009900;">&#125;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span></pre>
</div>
</div>
<div style="padding: 5px; border: 1px solid #ddd; background: #eee;">
Website: <a href="http://thinkphp.ro/apps/js-hacks/MooGeo/" target="_blank">http://thinkphp.ro/apps/js-hacks/MooGeo/</a><br />
Download: <a href="http://github.com/thinkphp/MooGeo/downloads" target="_blank">http://github.com/thinkphp/MooGeo/downloads</a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://inwebdeveloper.com/2010/08/17/moogeo-mootools-plugin-for-geolocation-tasks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MyWebSql :Open Source Web based Mysql client</title>
		<link>http://inwebdeveloper.com/2010/08/14/mywebsql-open-source-web-based-mysql-client/</link>
		<comments>http://inwebdeveloper.com/2010/08/14/mywebsql-open-source-web-based-mysql-client/#comments</comments>
		<pubDate>Sat, 14 Aug 2010 13:28:45 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[MyWebSql]]></category>
		<category><![CDATA[SQL editor]]></category>
		<category><![CDATA[WYSIWYG]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=231</guid>
		<description><![CDATA[MyWebSql is an open source, web based, WYSIWYG mysql client written in PHP. It utilizes modern day technologies and browsers to provide a fast, intuitive querying and editing interface to the mysql databases. It has an Ajaxed interface and besides the rows of tables, it can control views, stored procedures, triggers and functions. MyWebSql comes [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_232" class="wp-caption aligncenter" style="width: 410px"><a href="http://inwebdeveloper.com/wp-content/uploads/2010/08/menus.png"><img src="http://inwebdeveloper.com/wp-content/uploads/2010/08/menus.png" alt="" title="menus" width="400" height="300" class="size-full wp-image-232" /></a>
<p class="wp-caption-text">MyWebSql</p>
</div>
<p><a href="http://mywebsql.sourceforge.net/" target="_blank">MyWebSql</a> is an <a href="http://inwebdeveloper.com" target="_blank">open source</a>, web based, WYSIWYG mysql client written in PHP. It utilizes modern day technologies and browsers to provide a fast, intuitive querying and editing interface to the mysql databases.</p>
<p>It has an Ajaxed interface and besides the rows of tables, it can control views, stored procedures, triggers and functions.</p>
<p>MyWebSql comes with a syntax highlighting rich-text SQL editor to run queries (the last-ran query is shown automatically which is a nice reminder).</p>
<p>The application is improved frequently and, within time, can become a good alternative to mature solutions.</p>
<div style="padding: 5px; border: 1px solid #ddd; background: #eee;">
Website: <a href="http://mywebsql.sourceforge.net/" target="_blank">http://mywebsql.sourceforge.net/</a><br />
Demo: <a href="http://mywebsql.sourceforge.net/demo/" target="_blank">http://mywebsql.sourceforge.net/demo/</a><br />
Download: <a href="http://sourceforge.net/projects/mywebsql/files/" target="_blank">http://sourceforge.net/projects/mywebsql/files/</a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://inwebdeveloper.com/2010/08/14/mywebsql-open-source-web-based-mysql-client/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to add the official Tweet Button</title>
		<link>http://inwebdeveloper.com/2010/08/13/how-to-add-the-official-tweet-button/</link>
		<comments>http://inwebdeveloper.com/2010/08/13/how-to-add-the-official-tweet-button/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 19:45:23 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Tweet Button]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=221</guid>
		<description><![CDATA[Twitter has just launched the “Tweet Button” an official option for web publishers to count retweets and let their readers easily share content. It very easy to use, just copy and paste code is available for others to start implementing immediately. Verical: Tweet &#60;a href=&#34;http://twitter.com/share&#34; class=&#34;twitter-share-button&#34; data-count=&#34;vertical&#34; data-via=&#34;aguspuryanto&#34;&#62;Tweet&#60;/a&#62;&#60;script type=&#34;text/javascript&#34; src=&#34;http://platform.twitter.com/widgets.js&#34;&#62;&#60;/script&#62; Horizontal: Tweet &#60;a href=&#34;http://twitter.com/share&#34; class=&#34;twitter-share-button&#34; [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_223" class="wp-caption center" style="width: 428px"><a href="http://inwebdeveloper.com/wp-content/uploads/2010/08/2010-08-13_021905.png"><img src="http://inwebdeveloper.com/wp-content/uploads/2010/08/2010-08-13_021905.png" alt="How to add the official Tweet Button" title="2010-08-13_021905" width="418" height="105" class="size-full wp-image-223" /></a>
<p class="wp-caption-text">Tweet Button</p>
</div>
<p>Twitter has just launched the <a href="http://twitter.com/goodies/tweetbutton">“Tweet Button”</a> an official option for web publishers to count retweets and let their readers easily share content.</p>
<p>It very easy to use, just copy and paste code is available for others to start implementing immediately.</p>
<p>Verical:<br />
<a href="http://twitter.com/share" class="twitter-share-button" data-count="vertical" data-via="aguspuryanto">Tweet</a></p>
<div class="wp_syntax">
<div class="code">
<pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>a href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;http://twitter.com/share&quot;</span> <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;twitter-share-button&quot;</span> data<span style="color: #339933;">-</span><span style="color: #990000;">count</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;vertical&quot;</span> data<span style="color: #339933;">-</span>via<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;aguspuryanto&quot;</span><span style="color: #339933;">&gt;</span>Tweet<span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;text/javascript&quot;</span> src<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;http://platform.twitter.com/widgets.js&quot;</span><span style="color: #339933;">&gt;&lt;/</span>script<span style="color: #339933;">&gt;</span></pre>
</div>
</div>
<p>Horizontal:<br />
<a href="http://twitter.com/share" class="twitter-share-button" data-count="horizontal" data-via="aguspuryanto">Tweet</a></p>
<div class="wp_syntax">
<div class="code">
<pre class="php" style="font-family:monospace;"><span style="color: #339933;">&lt;</span>a href<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;http://twitter.com/share&quot;</span> <span style="color: #000000; font-weight: bold;">class</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;twitter-share-button&quot;</span> data<span style="color: #339933;">-</span><span style="color: #990000;">count</span><span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;horizontal&quot;</span> data<span style="color: #339933;">-</span>via<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;aguspuryanto&quot;</span><span style="color: #339933;">&gt;</span>Tweet<span style="color: #339933;">&lt;/</span>a<span style="color: #339933;">&gt;&lt;</span>script type<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;text/javascript&quot;</span> src<span style="color: #339933;">=</span><span style="color: #0000ff;">&quot;http://platform.twitter.com/widgets.js&quot;</span><span style="color: #339933;">&gt;&lt;/</span>script<span style="color: #339933;">&gt;</span></pre>
</div>
</div>
<p>For WordPress users, just follow this instruction:</p>
<div class="wp_syntax">
<div class="code">
<pre class="php" style="font-family:monospace;">&lt;!-- Inside the loop, for each post --&gt;
&lt;a href=&quot;http://twitter.com/share?url=<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">print</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">urlencode</span><span style="color: #009900;">&#40;</span>get_permalink<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&amp;amp;text=<span style="color: #000000; font-weight: bold;">&lt;?php</span> <span style="color: #b1b100;">print</span><span style="color: #009900;">&#40;</span><span style="color: #990000;">urlencode</span><span style="color: #009900;">&#40;</span>get_the_title<span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span><span style="color: #009900;">&#41;</span> <span style="color: #000000; font-weight: bold;">?&gt;</span>&quot; class=&quot;twitter-share-button&quot; data-count=&quot;horizontal&quot; data-via=&quot;aguspuryanto&quot;&gt;Tweet&lt;/a&gt;
&lt;!-- in your footer --&gt;
&lt;script type=&quot;text/javascript&quot; src=&quot;http://platform.twitter.com/widgets.js&quot;&gt;&lt;/script&gt;</pre>
</div>
</div>
<p>Resources:<br />
- <a href="http://mashable.com/2010/08/12/tweet-button-official/" target="_blank">http://mashable.com/2010/08/12/tweet-button-official/</a><br />
- <a href="http://mir.aculo.us/2010/08/12/how-to-add-the-official-tweet-button-to-wordpress/" target="_blank">http://mir.aculo.us/2010/08/12/how-to-add-the-official-tweet-button-to-wordpress/</a><br />
- <a href="http://dev.twitter.com/pages/tweet_button" target="_blank">http://dev.twitter.com/pages/tweet_button</a><br />
- <a href="http://twitter.com/goodies/tweetbutton" target="_blank">http://twitter.com/goodies/tweetbutton</a></p>
]]></content:encoded>
			<wfw:commentRss>http://inwebdeveloper.com/2010/08/13/how-to-add-the-official-tweet-button/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PhoneGap: open source development framework for building cross-platform mobile apps</title>
		<link>http://inwebdeveloper.com/2010/08/13/phonegap-open-source-development-framework-for-building-cross-platform-mobile-apps/</link>
		<comments>http://inwebdeveloper.com/2010/08/13/phonegap-open-source-development-framework-for-building-cross-platform-mobile-apps/#comments</comments>
		<pubDate>Thu, 12 Aug 2010 19:37:51 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[HTML5]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Mobile Apps]]></category>
		<category><![CDATA[PhoneGap]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=218</guid>
		<description><![CDATA[PhoneGap is an open source development framework for building cross-platform mobile apps. Build apps in HTML and JavaScript and still take advantage of core features in iPhone/iTouch, iPad, Google Android, Palm, Symbian and Blackberry SDKs. Website: http://www.phonegap.com/ Download: http://www.phonegap.com/download]]></description>
			<content:encoded><![CDATA[<p><a href="http://inwebdeveloper.com/wp-content/uploads/2010/08/2010-08-13_0133111.png"><img class="alignleft size-medium wp-image-220" title="2010-08-13_013311" src="http://inwebdeveloper.com/wp-content/uploads/2010/08/2010-08-13_0133111-300x79.png" alt="" width="300" height="79" /></a></p>
<p><a href="http://www.phonegap.com/" target="_blank">PhoneGap</a> is an open source development framework for building cross-platform mobile apps. Build apps in HTML and JavaScript and still take advantage of core features in iPhone/iTouch, iPad, Google Android, Palm, Symbian and Blackberry SDKs.</p>
<div style="padding: 5px; border: 1px solid #ddd; background: #eee;">Website: <a href="http://www.phonegap.com/" target="_blank">http://www.phonegap.com/</a><br />
Download: <a href="http://www.phonegap.com/download" target="_blank">http://www.phonegap.com/download</a></div>
]]></content:encoded>
			<wfw:commentRss>http://inwebdeveloper.com/2010/08/13/phonegap-open-source-development-framework-for-building-cross-platform-mobile-apps/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>The HTML5 Reset Template</title>
		<link>http://inwebdeveloper.com/2010/08/11/the-html5-reset-template/</link>
		<comments>http://inwebdeveloper.com/2010/08/11/the-html5-reset-template/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 05:22:41 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[HTML5]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=215</guid>
		<description><![CDATA[We usually use a set of resources like CSS-reset, various JS hacks for IE, etc. to overcome browser incompability issues. Now that modern browsers are starting to support some of the really useful parts of HTML5 and CSS3, it&#8217;s time for an update. HTML5 Reset is a project which aims to offer a base for [...]]]></description>
			<content:encoded><![CDATA[<p>We usually use a set of resources like CSS-reset, various JS hacks for IE, etc. to overcome browser incompability issues.</p>
<div id="attachment_216" class="wp-caption alignleft" style="width: 310px"><a href="http://inwebdeveloper.com/wp-content/uploads/2010/08/2010-08-11_121338.png"><img class="size-medium wp-image-216" title="2010-08-11_121338" src="http://inwebdeveloper.com/wp-content/uploads/2010/08/2010-08-11_121338-300x138.png" alt="" width="300" height="138" /></a>
<p class="wp-caption-text">HTML5 Reset</p>
</div>
<p>Now that modern browsers are starting to support some of the really useful parts of HTML5 and CSS3, it&#8217;s time for an update.</p>
<p>HTML5 Reset is a project which aims to offer a base for the HTML5-CSS3 projects which covers these issues by default.</p>
<p>Besides the standard HTML tags, it has rules to reset the new tags like title, header, footer and JavaScript-powered fixes for IE.</p>
<div style="padding: 5px; border: 1px solid #ddd; background: #eee;">Website: <a href="http://html5reset.org/" target="_blank">http://html5reset.org/</a><br />
Download:<a href="http://html5reset.org/#download" target="_blank">http://html5reset.org/#download</a></div>
]]></content:encoded>
			<wfw:commentRss>http://inwebdeveloper.com/2010/08/11/the-html5-reset-template/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP Snippets : Firebird/Interbase Last Inserted ID</title>
		<link>http://inwebdeveloper.com/2010/08/05/php-snippets-firebirdinterbase-last-inserted-id/</link>
		<comments>http://inwebdeveloper.com/2010/08/05/php-snippets-firebirdinterbase-last-inserted-id/#comments</comments>
		<pubDate>Thu, 05 Aug 2010 09:38:08 +0000</pubDate>
		<dc:creator>WebAdmin</dc:creator>
				<category><![CDATA[PHP Snippets]]></category>

		<guid isPermaLink="false">http://inwebdeveloper.com/?p=206</guid>
		<description><![CDATA[My article this time to discuss my experience using database Firebird / Interbase with PHP. How to get the Last Number ID from a table. Because I think a lot of trouble when using a database Firebird / InterBase is not AutoIncrement, this is very easy with MySQL. function lastInsertID&#40;$tablename,$fieldname&#41; &#123; global $conn; &#160; $fbsql [...]]]></description>
			<content:encoded><![CDATA[<p>My article this time to discuss my experience using database Firebird / Interbase with PHP. How to get the Last Number ID from a table. Because I think a lot of trouble when using a database Firebird / InterBase is not AutoIncrement, this is very easy with MySQL.</p>
<div class="wp_syntax">
<div class="code">
<pre class="php" style="font-family:monospace;"><span style="color: #000000; font-weight: bold;">function</span> lastInsertID<span style="color: #009900;">&#40;</span><span style="color: #000088;">$tablename</span><span style="color: #339933;">,</span><span style="color: #000088;">$fieldname</span><span style="color: #009900;">&#41;</span> <span style="color: #009900;">&#123;</span>
	<span style="color: #000000; font-weight: bold;">global</span> <span style="color: #000088;">$conn</span><span style="color: #339933;">;</span>
&nbsp;
	<span style="color: #000088;">$fbsql</span> <span style="color: #339933;">=</span> <span style="color: #0000ff;">&quot;SELECT companyno AS nomer FROM company order by companyno desc rows 1&quot;</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$result</span> <span style="color: #339933;">=</span> <span style="color: #990000;">ibase_query</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$conn</span><span style="color: #339933;">,</span><span style="color: #000088;">$fbsql</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #000088;">$row</span> <span style="color: #339933;">=</span> <span style="color: #990000;">ibase_fetch_object</span> <span style="color: #009900;">&#40;</span><span style="color: #000088;">$result</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
	<span style="color: #b1b100;">return</span> <span style="color: #000088;">$row</span><span style="color: #339933;">-&gt;</span><span style="color: #004000;">NOMER</span> <span style="color: #339933;">+</span> <span style="color: #cc66cc;">1</span><span style="color: #339933;">;</span>
&nbsp;
<span style="color: #009900;">&#125;</span></pre>
</div>
</div>
<p>I hope this code usefull</p>
<div style="padding: 5px; border: 1px solid #ddd; background: #eee;">
Download: <a href="http://inwebdeveloper.com/wp-content/uploads/2010/08/lastinsertid_firebird.txt" TARGET="_BLANK">lastinsertid_firebird.php</a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://inwebdeveloper.com/2010/08/05/php-snippets-firebirdinterbase-last-inserted-id/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
