<?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>webspices.net</title>
	<atom:link href="http://webspices.net/feed" rel="self" type="application/rss+xml" />
	<link>http://webspices.net</link>
	<description>Spices for web cooking</description>
	<lastBuildDate>Thu, 11 Mar 2010 23:54:39 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.4.1</generator>
		<item>
		<title>jQuery alert</title>
		<link>http://webspices.net/jquery-alert</link>
		<comments>http://webspices.net/jquery-alert#comments</comments>
		<pubDate>Thu, 11 Mar 2010 13:34:24 +0000</pubDate>
		<dc:creator>peterw</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[jQuery alert]]></category>
		<category><![CDATA[jQuery alert dialogs]]></category>
		<category><![CDATA[jQuery dialogs]]></category>

		<guid isPermaLink="false">http://webspices.net/?p=452</guid>
		<description><![CDATA[Today i was looking how to do jQuery alert, like i do it on every javascript. Well, its the same, you can simply use: $("li").click(function(){           var current_id=$(this).attr('id');           alert(current_id);           // these alert two times one is empty another one is content_1 [...]]]></description>
			<content:encoded><![CDATA[<p>Today i was looking how to do <strong>jQuery alert, </strong>like i do it on every javascript. Well, its the same, you can simply use:</p>
<pre style="margin-top: 0px; margin-right: 0px; margin-bottom: 10px; margin-left: 0px; font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #eeeeee; font-family: Consolas, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New'; overflow-x: auto; overflow-y: auto; width: auto; max-height: 600px; background-position: initial initial; background-repeat: initial initial; padding: 5px; border: 0px initial initial;"><code style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: #eeeeee; font-family: Consolas, Monaco, 'Lucida Console', 'Liberation Mono', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Courier New'; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;"><span style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: black; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">$</span><span style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: black; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">(</span><span style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: maroon; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">"li"</span><span style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: black; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">).</span><span style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: black; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">click</span><span style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: black; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">(</span><span style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: #00008b; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">function</span><span style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: black; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">(){</span><span style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: black; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">
          </span><span style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: #00008b; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">var</span><span style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: black; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;"> current_id</span><span style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: black; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">=</span><span style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: black; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">$</span><span style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: black; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">(</span><span style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: #00008b; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">this</span><span style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: black; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">).</span><span style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: black; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">attr</span><span style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: black; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">(</span><span style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: maroon; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">'id'</span><span style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: black; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">);</span><span style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: black; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">
          alert</span><span style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: black; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">(</span><span style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: black; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">current_id</span><span style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: black; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">);</span><span style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: black; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">
          </span><span style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: gray; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">// these alert two times one is empty another one is content_1</span><span style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: black; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">

   </span><span style="font-size: 14px; vertical-align: baseline; background-image: initial; background-attachment: initial; background-origin: initial; background-clip: initial; background-color: transparent; color: black; background-position: initial initial; background-repeat: initial initial; padding: 0px; margin: 0px; border: 0px initial initial;">});</span></code></pre>
<p>But then again, this is only usefull when programing. I went for a search for best jQuery plugins to do some proper jQuery alert dialogs. This is the first one i found:</p>
<p><a style="text-decoration: underline; color: #00a0e3; border: 0px initial initial;" href="http://dev.iceburg.net/jquery/jqModal/" target="_blank">jqModal</a> is a lightweight window plugin written for jQuery which improves &amp; makes easier the use of windows. jqModal is a plugin for jQuery to help you display notices, dialogs, and modal windows in a web browser. It is flexible and tiny, akin to a &#8220;Swiss Army Knife&#8221;, and makes a great base as a general purpose windowing framework.</p>
<p>But then i found excactly what i was looking for:  <a href="http://abeautifulsite.net/2008/12/jquery-alert-dialogs/" target="_blank">jquery alert dialogs</a></p>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">This plugin utilizes the $.alerts namespace, but there are three built-in shortcut functions that make implementation easier:</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">jAlert(message, [title, callback])</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">jConfirm(message, [title, callback])</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">jPrompt(message, [value, title, callback])</div>
<div id="_mcePaste" style="position: absolute; left: -10000px; top: 0px; width: 1px; height: 1px; overflow-x: hidden; overflow-y: hidden;">Unlike their native JavaScript counterparts, you can use HTML in the message parameter. To specify a newline, you can use either \n or &lt;br /&gt;</div>
<p>This plugin utilizes the $.alerts namespace, but there are three built-in shortcut functions that make implementation easier:</p>
<ul>
<li>jAlert(message, [title, callback])</li>
<li>jConfirm(message, [title, callback])</li>
<li>jPrompt(message, [value, title, callback])</li>
</ul>
<p>Unlike their native JavaScript counterparts, you can use HTML in the message parameter. To specify a newline, you can use either \n or &lt;br /&gt;</p>
<p>Check out the <a href="http://labs.abeautifulsite.net/projects/js/jquery/alerts/demo/" target="_blank">demo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://webspices.net/jquery-alert/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free blog directories</title>
		<link>http://webspices.net/free-blog-directories</link>
		<comments>http://webspices.net/free-blog-directories#comments</comments>
		<pubDate>Wed, 03 Mar 2010 15:32:41 +0000</pubDate>
		<dc:creator>peterw</dc:creator>
				<category><![CDATA[Blog directories]]></category>
		<category><![CDATA[free blog directories]]></category>
		<category><![CDATA[free blog directory]]></category>

		<guid isPermaLink="false">http://webspices.net/?p=421</guid>
		<description><![CDATA[In prevoius post, i was writing about paid blog directory list. But why pay for something if you can get it for free? Here is the list of top free blog directories. This listing includes google&#8217;s page rank, alexa ranking, registration requirement and reciprocal links. Read more on free blog directories. No. Blog Directory PR [...]]]></description>
			<content:encoded><![CDATA[<p>In prevoius post, i was writing about paid blog directory list. But why pay for something if you can get it for free?<br />
Here is the list of top <strong>free blog directories</strong>. This listing includes google&#8217;s page rank, alexa ranking, registration requirement and reciprocal links.<br />
Read more on <a title="free blog directories" href="http://webspices.net/free-blog-directories">free blog directories</a>.<br />
<span id="more-421"></span></p>
<table class="article_table" border="0" cellspacing="1" cellpadding="7" width="100%">
<tbody>
<tr class="tdnoborder" bgcolor="#f2f2f2">
<td class="redtitle" width="7%">
<div><strong>No. </strong></div>
</td>
<td class="redtitle" width="45%">
<div><strong>Blog Directory</strong></div>
</td>
<td class="redtitle" width="5%">
<div><strong>PR</strong></div>
</td>
<td class="redtitle" width="19%">
<div><strong>Alexa Rankings</strong></div>
</td>
<td class="redtitle" width="8%">
<div><strong>Registration Required</strong></div>
</td>
<td class="redtitle" width="8%">
<div><strong>Category Required</strong></div>
</td>
<td class="redtitle" width="8%">
<div><strong>Reciprocal Link</strong></div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>1</div>
</td>
<td><a rel="nofollow" href="http://www.bloglines.com/" target="_blank">www.bloglines.com</a></td>
<td>
<div>9</div>
</td>
<td>
<div>1,964</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>2</div>
</td>
<td><a rel="nofollow" href="http://www.boingboing.net/suggest.html" target="_blank">www.boingboing.net</a></td>
<td>
<div>8</div>
</td>
<td>
<div>1,827</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>3</div>
</td>
<td><a rel="nofollow" href="http://www.technorati.com/" target="_blank">www.technorati.com</a></td>
<td class="xl26">
<div>8</div>
</td>
<td class="xl26">
<div>365</div>
</td>
<td class="xl26">
<div>Yes</div>
</td>
<td class="xl26">
<div>Yes</div>
</td>
<td class="xl26">
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>4</div>
</td>
<td><a rel="nofollow" href="http://www.answers.com/main/new_blogger.jsp" target="_blank">www.answers.com</a> &#8211; At the moment not working&#8230;</td>
<td>
<div>7</div>
</td>
<td>
<div>195</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>5</div>
</td>
<td><a rel="nofollow" href="http://www.blogcatalog.com/blogs/submit_blog.html" target="_blank">www.blogcatalog.com</a></td>
<td>
<div>7</div>
</td>
<td>
<div>876</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>6</div>
</td>
<td><a rel="nofollow" href="http://www.blogpulse.com" target="_blank">www.blogpulse.com</a></td>
<td>
<div>7</div>
</td>
<td>
<div>80037</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>7</div>
</td>
<td><a rel="nofollow" href="http://www.globeofblogs.com" target="_blank">www.globeofblogs.com</a></td>
<td>
<div>7</div>
</td>
<td>
<div>77246</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>8</div>
</td>
<td><a rel="nofollow" href="http://www.blogdigger.com/addFeedForm.jsp" target="_blank">www.blogdigger.com</a></td>
<td>
<div>7</div>
</td>
<td>
<div>37647</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>9</div>
</td>
<td><a rel="nofollow" href="http://www.blogflux.com" target="_blank">www.blogflux.com</a></td>
<td>
<div>6</div>
</td>
<td>
<div>15563</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>10</div>
</td>
<td><a rel="nofollow" href="http://www.portal.eatonweb.com" target="_blank">www.portal.eatonweb.com</a></td>
<td>
<div>6</div>
</td>
<td>
<div>75123</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>11</div>
</td>
<td><a rel="nofollow" href="http://www.bloghop.com" target="_blank">www.bloghop.com</a></td>
<td>
<div>6</div>
</td>
<td>
<div>35070</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>12</div>
</td>
<td><a rel="nofollow" href="http://www.lsblogs.com" target="_blank">www.lsblogs.com</a></td>
<td>
<div>6</div>
</td>
<td>
<div>109631</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>13</div>
</td>
<td><a rel="nofollow" href="http://www.weblogalot.com" target="_blank">www.weblogalot.com</a>- At the moment not working&#8230;</td>
<td>
<div>6</div>
</td>
<td>
<div>86766</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>14</div>
</td>
<td><a rel="nofollow" href="http://www.blogdir.com" target="_blank">www.blogdir.com</a>- At the moment not working&#8230;</td>
<td>
<div>6</div>
</td>
<td>
<div>451458</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>15</div>
</td>
<td><a rel="nofollow" href="http://www.bloggapedia.com" target="_blank">www.bloggapedia.com</a></td>
<td>
<div>6</div>
</td>
<td>
<div>83235</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>16</div>
</td>
<td><a rel="nofollow" href="http://www.blog-directory.org" target="_blank">www.blog-directory.org</a></td>
<td>
<div>6</div>
</td>
<td>
<div>188441</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>17</div>
</td>
<td><a rel="nofollow" href="http://anse.de/rdfticker/addchannel.php" target="_blank">www.anse.de</a></td>
<td>
<div>6</div>
</td>
<td>
<div>399082</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>18</div>
</td>
<td><a rel="nofollow" href="http://www.2rss.com/index.php" target="_blank">www.2rss.com</a></td>
<td>
<div>6</div>
</td>
<td>
<div>59036</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>19</div>
</td>
<td><a rel="nofollow" href="http://www.plazoo.com" target="_blank">www.plazoo.com</a></td>
<td>
<div>6</div>
</td>
<td>
<div>49188</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>20</div>
</td>
<td><a rel="nofollow" href="http://www.blogtoplist.com/" target="_blank">www.blogtoplist.com</a></td>
<td>
<div>6</div>
</td>
<td>
<div>2409</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>21</div>
</td>
<td><a rel="nofollow" href="http://www.bloginspace.com/" target="_blank">www.bloginspace.com/</a></td>
<td>
<div>6</div>
</td>
<td>
<div>1066890</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>Yes</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>22</div>
</td>
<td><a rel="nofollow" href="http://www.bloggernow.com" target="_blank">www.bloggernow.com</a></td>
<td>
<div>5</div>
</td>
<td>
<div>197771</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>23</div>
</td>
<td><a rel="nofollow" href="http://sarthak.net/blogz/add.php" target="_blank">www.sarthak.net</a></td>
<td>
<div>5</div>
</td>
<td>
<div>232692</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>24</div>
</td>
<td><a rel="nofollow" href="http://blogbib.com/add.php" target="_blank">www.blogbib.com</a></td>
<td>
<div>5</div>
</td>
<td>
<div>353180</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>Yes</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>25</div>
</td>
<td><a rel="nofollow" href="http://www.blogadr.com" target="_blank">www.blogadr.com</a></td>
<td>
<div>5</div>
</td>
<td>
<div>150016</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>26</div>
</td>
<td><a rel="nofollow" href="http://www.feedboy.com" target="_blank">www.feedboy.com</a></td>
<td>
<div>5</div>
</td>
<td>
<div>265640</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>27</div>
</td>
<td><a rel="nofollow" href="http://www.blogarama.com/" target="_blank">www.blogarama.com</a></td>
<td>
<div>4</div>
</td>
<td>
<div>55613</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>28</div>
</td>
<td><a rel="nofollow" href="http://www.topblogarea.com" target="_blank">www.topblogarea.com</a></td>
<td>
<div>4</div>
</td>
<td>
<div>5601</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>29</div>
</td>
<td><a rel="nofollow" href="http://www.blogrankings.com" target="_blank">www.blogrankings.com</a></td>
<td>
<div>4</div>
</td>
<td>
<div>78063</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>30</div>
</td>
<td><a rel="nofollow" href="http://www.bloggernity.com" target="_blank">www.bloggernity.com</a></td>
<td>
<div>4</div>
</td>
<td>
<div>64050</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>31</div>
</td>
<td><a rel="nofollow" href="http://www.ham-blogs.net" target="_blank">www.ham-blogs.net</a></td>
<td>
<div>4</div>
</td>
<td>
<div>2076518</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>32</div>
</td>
<td><a rel="nofollow" href="http://www.blogbunch.com " target="_blank">www.blogbunch.com<br />
</a></td>
<td>
<div>4</div>
</td>
<td>
<div>216851</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>33</div>
</td>
<td><a rel="nofollow" href="http://www.addyourblog.com" target="_blank">www.addyourblog.com</a></td>
<td>
<div>4</div>
</td>
<td>
<div>248480</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>34</div>
</td>
<td><a href="http://www.redtram.com/pages/addsource/">www.redtram.com</a></td>
<td>
<div>4</div>
</td>
<td>
<div>1445</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>35</div>
</td>
<td><a rel="nofollow" href="http://www.blogs.com/submit" target="_blank">www.blogs.com</a></td>
<td>
<div>4</div>
</td>
<td>
<div>1027</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>36</div>
</td>
<td><a rel="nofollow" href="http://www.blog-collector.com" target="_blank">www.blog-collector.com</a></td>
<td>
<div>4</div>
</td>
<td>
<div>269216</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>37</div>
</td>
<td><a rel="nofollow" href="http://www.blogoriffic.com/send_addblog.php" target="_blank">www.blogoriffic.com</a></td>
<td>
<div>4</div>
</td>
<td>
<div>283311</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>38</div>
</td>
<td><a rel="nofollow" href="http://www.search4blogs.com/blog/" target="_blank">www.search4blogs.com</a></td>
<td>
<div>4</div>
</td>
<td>
<div>284744</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>Yes</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>39</div>
</td>
<td><a rel="nofollow" href="http://theblogresource.com/submit.php" target="_blank">www.theblogresource.com</a></td>
<td>
<div>4</div>
</td>
<td>
<div>349470</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>40</div>
</td>
<td><a rel="nofollow" href="http://www.blogsrating.com/submit.html" target="_blank">www.blogsrating.com</a></td>
<td>
<div>4</div>
</td>
<td>
<div>555651</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>41</div>
</td>
<td><a rel="nofollow" href="http://www.blog-search.com/blog-submission.html" target="_blank">www.blog-search.com</a></td>
<td>
<div>3</div>
</td>
<td>
<div>83662</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>42</div>
</td>
<td><a rel="nofollow" href="http://www.blogintro.com" target="_blank">www.blogintro.com<br />
</a></td>
<td>
<div>3</div>
</td>
<td>
<div>266515</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>43</div>
</td>
<td><a rel="nofollow" href="http://www.bloglisting.com" target="_blank">www.bloglisting.com</a></td>
<td>
<div>3</div>
</td>
<td>
<div>515787</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>44</div>
</td>
<td><a rel="nofollow" href="http://www.hirank.com/semantic-indexing-project/census/" target="_blank">www.hirank.com</a></td>
<td>
<div>3</div>
</td>
<td>
<div>541792</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>45</div>
</td>
<td><a rel="nofollow" href="http://www.blloggs.com" target="_blank">www.blloggs.com</a></td>
<td>
<div>3</div>
</td>
<td>
<div>340765</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>46</div>
</td>
<td><a rel="nofollow" href="http://www.blogion.com/" target="_blank">www.blogion.com/</a></td>
<td>
<div>2</div>
</td>
<td>
<div>526858</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>47</div>
</td>
<td><a rel="nofollow" href="http://www.today.com/submit-blog" target="_blank">www.today.com</a></td>
<td>
<div>2</div>
</td>
<td>
<div>1485</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>48</div>
</td>
<td><a rel="nofollow" href="http://blogville.us" target="_blank">www.blogville.us</a></td>
<td>
<div>2</div>
</td>
<td>
<div>352136</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>49</div>
</td>
<td><a rel="nofollow" href="http://www.readablog.com/AddFeed.aspx" target="_blank">www.readablog.com</a></td>
<td>
<div>1</div>
</td>
<td>
<div>69710</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>No</div>
</td>
</tr>
<tr class="tdnoborder">
<td>
<div>50</div>
</td>
<td><a rel="nofollow" href="http://blogfinds.com/directory/" target="_blank">www.blogfinds.com</a></td>
<td>
<div>0</div>
</td>
<td>
<div>1074582</div>
</td>
<td>
<div>No</div>
</td>
<td>
<div>Yes</div>
</td>
<td>
<div>No</div>
</td>
</tr>
</tbody>
</table>
<p><a href="http://topofblogs.com/computers"><img style="border: 0px initial initial;" src="http://stats.topofblogs.com/send/41672" border="0" alt="TopOfBlogs" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://webspices.net/free-blog-directories/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog directory list</title>
		<link>http://webspices.net/blog-directory-list</link>
		<comments>http://webspices.net/blog-directory-list#comments</comments>
		<pubDate>Wed, 03 Mar 2010 15:20:50 +0000</pubDate>
		<dc:creator>peterw</dc:creator>
				<category><![CDATA[Blog directories]]></category>
		<category><![CDATA[blog directory]]></category>
		<category><![CDATA[Blog directory list]]></category>
		<category><![CDATA[free blog directory list]]></category>
		<category><![CDATA[wordpress blog directory list]]></category>

		<guid isPermaLink="false">http://webspices.net/?p=335</guid>
		<description><![CDATA[If you write a blog, you probably want to get some traffic. One of the things you can do now is to submit blog to blog directory list. Like always, its important to submit to good blog directory list &#8211; you dont want to be in the ones where is all crap. The best blog [...]]]></description>
			<content:encoded><![CDATA[<p>If you write a blog, you probably want to get some <strong>traffic</strong>. One of the things you can do now is to submit blog to <strong>blog directory list</strong>. Like always, its important to submit to good blog directory list &#8211; you dont want to be in the ones where is all crap. The best blog directory list are human edited blog directory.</p>
<p>Submitting your blog to an established human edited blog directory has many benefits besides additional exposure. Proper link building is a critical component of launching a new blog or helping grow an established blog and submitting to a respected blog directory helps give credibility to your blog from the perspective of search engines.</p>
<p>Its hard to find good blog directory list. The best ones are paid service, but in this post i also list some of the best <strong>free blog directory</strong> list</p>
<h3>Paid blog direcory list</h3>
<ul>
<li><a title="best of the web blogs" href="http://blogs.botw.org/" target="_blank">Best of the web blogs</a>: BOTW is one of the most recognizable names in the directory business. Getting your blog listed in their blog directory is of value and will cost you a fraction of what they are charging for websites.</li>
<li><a title="bloggeries" href="http://www.bloggeries.com/" target="_blank">Bloggeries</a>: Bloggeries is a growing and respected human edited blog directory that lists only blogs. nice additional feature is seperate links on the listing page to inner pages of the blog submitted.</li>
<li><a href="http://www.delightfulblogs.com/" target="_blank">Delightful Blogs</a>: Delight Blogs is a quality blog directory that manually reviews all submissions before they go live.</li>
<li><a href="http://blogannounce.info/" target="_blank">http://blogannounce.info</a></li>
<li><a href="http://portal.eatonweb.com/">http://portal.eatonweb.com/</a></li>
</ul>
<p>But why pay if you can get something for free? Check <a title="free blog directories" href="http://webspices.net/free-blog-directories">free blog directories</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://webspices.net/blog-directory-list/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Search Engine Optimization Software: Market Samurai</title>
		<link>http://webspices.net/search-engine-optimization-software-market-samurai</link>
		<comments>http://webspices.net/search-engine-optimization-software-market-samurai#comments</comments>
		<pubDate>Mon, 08 Feb 2010 09:46:33 +0000</pubDate>
		<dc:creator>peterw</dc:creator>
				<category><![CDATA[search engine optimization software]]></category>
		<category><![CDATA[market samurai]]></category>

		<guid isPermaLink="false">http://webspices.net/?p=383</guid>
		<description><![CDATA[I was using a lot of different search engine optimization software for different purposes, before i found Market Samurai. Since then, i only use the one and only search engine optimization software: Market Samurai. I will try to give you some general ideas why I&#8217;m so impressed, but you should definitely try it for yourself&#8230; [...]]]></description>
			<content:encoded><![CDATA[<p>I was using a lot of different <strong>search engine optimization software</strong> for different purposes, before i found Market Samurai. Since then, i only use the one and only search engine optimization software: <a href="http://www.marketsamurai.com/c/Peter1" target="_blank"> </a><strong><a href="http://www.marketsamurai.com/c/Peter1" target="_blank">Market Samurai</a></strong>. I will try to give you some general ideas why I&#8217;m so impressed, but you should definitely try it for yourself&#8230; Read more about <a href="http://webspices.net/search-engine-optimization-software-market-samurai" target="_self">search engine optimization software</a></p>
<p><span id="more-383"></span></p>
<h3>What is Market Samurai?</h3>
<p>Market samurai is a search engine optimization software. Well&#8230; its fully equipped search engine optimization software, becouse it has all the tools you need when you do your seo research in your campaign.</p>
<p>With Market Samurai you can find and explore any chosen keyword but you can learn about any chosen <strong>keywords competition</strong>. When I say learn about your competition I mean find out all things about them they probably don’t even know about. Imagine not only knowing about your <strong>competition’s back links</strong> but also the <strong>anchor text</strong> for those back links!. Market Samurai is definitely the <strong>best search engine optimization software.</strong></p>
<p style="text-align: center;"><strong><a href="http://www.marketsamurai.com/c/Peter1" target="_blank"><img class="size-full wp-image-402 aligncenter" title="Search Engine Optimization Software" src="http://webspices.net/wp-content/uploads/2010/02/SearchEngineOptimizationSoftware.jpg" alt="Search Engine Optimization Software" width="700" height="326" /></a><br />
</strong></p>
<h3>Why is Market Samurai best search engine optimization software?</h3>
<p>Its very simple: because it gives you all the tools you need to do your seo research fast and good. Its is not just a keyword research tool, it has all other tools you will need:</p>
<ul>
<li><strong>Rank tracker</strong>: Rank Tracker allows you to get up-to-date data on where all your web-pages rank in Google, Yahoo! and Bing. It also allows you to track these rankings over time and see any changes at a glance.</li>
<li><strong>Keyword research</strong>: Its the tool I need the most. I use it every time I write a post, when I do any business online for me or my customers &#8211; it has become so easy to analyse a keywords and pick the righ ones. For this article, i use a keyword search engine optimization software just because i found it doest have a lot of competition, but has a lot of traffic. To get this bit of information, i needed exactly 5 minutes&#8230; This tool has to many options and is really so good, i could write a book about it ;)</li>
<li><strong>Seo competition:</strong> SEO Competition analysis will allow you to find out precisely why the top ranked competitors are ranking well in your market, and exactly what you need to do to beat them at their own game! A must-use tool!</li>
<li><strong>Monetization:</strong> Discover exactly how you can profit from the keywords in your market, and turn your newfound visitor traffic into a cascading stream of income!</li>
<li><strong>Find content:</strong> Now that you know your keywords, Market Samurai will save you time, effort and frustration involved in creating content for your web-site.</li>
<li><strong>Publish content:</strong> Take the headaches out of publishing articles and blog posts online, and make managing your web-site a breeze!</li>
<li><strong>Promote content:</strong> Boost your search engine rankings, pump-up your site traffic, and build high quality back links right now.</li>
<li><strong>Adwords</strong>, which is coming soon (so they say&#8230;)</li>
</ul>
<h3>How to use Market Samurai?</h3>
<p>A quick presentation video for this search engine optimization software below. But really, <strong><a href="http://www.marketsamurai.com/c/Peter1" target="_blank">try it</a></strong>, you can use <strong><a href="http://www.marketsamurai.com/c/Peter1" target="_blank">free trial</a></strong>, and then you will buy it, I&#8217;m shure!</p>
<p><object style="width: 600px; height: 494px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="600" height="494" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/cR05tDZLe88&amp;feature" /><embed style="width: 600px; height: 494px;" type="application/x-shockwave-flash" width="600" height="494" src="http://www.youtube.com/v/cR05tDZLe88&amp;feature"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://webspices.net/search-engine-optimization-software-market-samurai/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Extend wordpress get_the_category function</title>
		<link>http://webspices.net/extend-wordpress-get_the_category-function</link>
		<comments>http://webspices.net/extend-wordpress-get_the_category-function#comments</comments>
		<pubDate>Sun, 24 Jan 2010 19:49:38 +0000</pubDate>
		<dc:creator>peterw</dc:creator>
				<category><![CDATA[Scripts]]></category>
		<category><![CDATA[child_of get_the_category]]></category>
		<category><![CDATA[extend get_the_category]]></category>
		<category><![CDATA[get_the_category]]></category>

		<guid isPermaLink="false">http://webspices.net/?p=380</guid>
		<description><![CDATA[This weekend i needed to extend wordpress basic functionality. I was using the get_the_category function, wich returns an array of objects, one object for each category assigned to the post. What i needed was to display only categories, belonging to exactly one parent. I search the internet, but surprisingly i didn&#8217;t find what i was [...]]]></description>
			<content:encoded><![CDATA[<p>This weekend i needed to extend wordpress basic functionality. I was using the <a href="http://codex.wordpress.org/Function_Reference/get_the_category" target="_blank">get_the_category</a> function, wich returns an array of objects, one object for each category assigned to the post. What i needed was to display only categories, belonging to exactly one parent.</p>
<p>I search the internet, but surprisingly i didn&#8217;t find what i was looking for. So i had to extend wordpress get_the_category function:</p>
<blockquote><p>function get_the_category_extend($postID, $parent_of=-1){<br />
$out = array();<br />
foreach((get_the_category($postID)) as $category) {<br />
if($parent_of!=-1){<br />
if($category-&gt;category_parent == $parent_of){<br />
$out[] = $category;<br />
}<br />
}<br />
}<br />
return $out;<br />
}</p></blockquote>
<p>It gets post ID and a ID of a parent. It returns only child categories. Yes, its very simple :)</p>
<p>You copy this function into functions.php, located in your theme directory. You can upgrade this function with whatever you need, if your nice you can even post it here&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://webspices.net/extend-wordpress-get_the_category-function/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Test web page performance with webpagetest.org</title>
		<link>http://webspices.net/test-web-page-performance</link>
		<comments>http://webspices.net/test-web-page-performance#comments</comments>
		<pubDate>Fri, 08 Jan 2010 12:08:54 +0000</pubDate>
		<dc:creator>peterw</dc:creator>
				<category><![CDATA[Web page performance]]></category>
		<category><![CDATA[improve web page performance]]></category>
		<category><![CDATA[test web page performance]]></category>
		<category><![CDATA[web page performance tool]]></category>

		<guid isPermaLink="false">http://webspices.net/?p=302</guid>
		<description><![CDATA[In December i was writing about Google&#8217;s speed tracker. Today, i had to test some web page performance, so, i tried googles speed tracker &#8211; and the results was not so informative as i wished to be. I had to get more data on what is slowing down the page. So I went on a [...]]]></description>
			<content:encoded><![CDATA[<p>In December i was writing about <a href="http://webspices.net/google-speed-tracer">Google&#8217;s speed tracker</a>. Today, i had to test some web page performance, so, i tried googles speed tracker &#8211; and the results was not so informative as i wished to be. I had to get more data on what is slowing down the page.</p>
<p>So I went on a hunt for the <strong>best web page performance tool, </strong>wich would give me the information i needed to improve <strong>speed of web page</strong>.</p>
<p>After some hours of searching, i found the tool i was looking for &#8211; <strong>http://www.webpagetest.org, </strong>and ofcourse i share it with you. With this tool i could easily spot problems wich were slowing down the web page. Thats all i need :)</p>
<p>Here are some images, just to see what are the results&#8230;</p>

<div class="ngg-imagebrowser" id="ngg-imagebrowser-1-302">

	<h3>Content breakdown</h3>

	<div class="pic">
<a href="http://webspices.net/wp-content/gallery/web-page-test/content-breakdown.jpg" title="" class="shutterset_web-page-test">
	<img alt="Content breakdown" src="http://webspices.net/wp-content/gallery/web-page-test/content-breakdown.jpg"/>
</a>
</div>
	<div class="ngg-imagebrowser-nav"> 
		<div class="back">
			<a class="ngg-browser-prev" id="ngg-prev-6" href="http://webspices.net/test-web-page-performance?pid=6">&#9668; Back</a>
		</div>
		<div class="next">
			<a class="ngg-browser-next" id="ngg-next-2" href="http://webspices.net/test-web-page-performance?pid=2">Next &#9658;</a>
		</div>
		<div class="counter">Picture 1 of 6</div>
		<div class="ngg-imagebrowser-desc"><p></p></div>
	</div>	

</div>	


<p><strong><span id="more-302"></span><span style="font-weight: normal;">What do you think? Is this tool really </span>the best web page performance tool<span style="font-weight: normal;">, do you know any better?</span></strong></p>
]]></content:encoded>
			<wfw:commentRss>http://webspices.net/test-web-page-performance/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Submit your posts with Socialmarker</title>
		<link>http://webspices.net/submit-your-posts-socialmarker</link>
		<comments>http://webspices.net/submit-your-posts-socialmarker#comments</comments>
		<pubDate>Sat, 12 Dec 2009 11:29:50 +0000</pubDate>
		<dc:creator>peterw</dc:creator>
				<category><![CDATA[Social bookmarks]]></category>
		<category><![CDATA[document form submit]]></category>
		<category><![CDATA[onclick form submit]]></category>
		<category><![CDATA[social bookmark]]></category>
		<category><![CDATA[submit contant]]></category>
		<category><![CDATA[Submit google]]></category>
		<category><![CDATA[submit post]]></category>

		<guid isPermaLink="false">http://webspices.net/?p=251</guid>
		<description><![CDATA[Are you a content publisher? Do you have a website, and trying to promote your content across various social websites, like Digg, Propeller, StumbleUpon&#8230;? If you answered Yes, then you are on the fight spot! With Socialmarker, you can easily submit your content across multiple social sites. Going through all of those social bookmarking sites [...]]]></description>
			<content:encoded><![CDATA[<p>Are you a content publisher? Do you have a website, and trying to promote your content across various social websites, like Digg, Propeller, StumbleUpon&#8230;?</p>
<p>If you answered <strong>Yes</strong>, then you are on the fight spot!</p>
<p>With <a href="http://www.socialmarker.com/" target="_blank">Socialmarker</a>, you can easily <strong>submit your content</strong> across multiple social sites. Going through all of those social bookmarking sites is very time-consuming and downloading all toolbars is madness. That&#8217;s where SocialMarker.com comes in, the <strong>free service</strong> designed to reduce the time and effort needed to <strong>socially bookmark a website or content</strong>.</p>
<p style="text-align: center;"><a href="http://www.socialmarker.com/" target="_blank"><img class="size-full wp-image-253 aligncenter" title="socialMarker" src="http://webspices.net/wp-content/uploads/2009/12/socialMarker.jpg" alt="socialMarker" width="336" height="61" /></a><span id="more-251"></span></p>
<p style="padding-top: 0px; padding-right: 0px; padding-bottom: 15px; padding-left: 0px; margin: 0px;">Socialmarker can help you spread a link on 48 of the best social bookmarking sites in under 15 minutes!</p>
<ul style="list-style-type: disc; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 20px; margin: 0px;">
<li>It helps you get a lot of backlinks.</li>
<li>It helps you increase your traffic.</li>
<li>Your link gets indexed by Google in a matter of minutes.</li>
<li>Best of all, it&#8217;s <strong>free</strong>!</li>
</ul>
<p>For a shugar at the and, there is also <a href="http://blog.socialmarker.com/wordpress-plugin/" target="_blank">wordpress plugin</a> and <a href="http://www.socialmarker.com/" target="_blank">javascript code</a> to automaticly submit content from your blog or page.</p>
<p><img class="aligncenter size-full wp-image-259" title="submit your site" src="http://webspices.net/wp-content/uploads/2009/12/Untitled-1.jpg" alt="submit your site" width="367" height="588" /></p>
]]></content:encoded>
			<wfw:commentRss>http://webspices.net/submit-your-posts-socialmarker/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Speed Tracer by Google</title>
		<link>http://webspices.net/google-speed-tracer</link>
		<comments>http://webspices.net/google-speed-tracer#comments</comments>
		<pubDate>Wed, 09 Dec 2009 10:46:37 +0000</pubDate>
		<dc:creator>peterw</dc:creator>
				<category><![CDATA[Web page performance]]></category>
		<category><![CDATA[improve web page performance]]></category>
		<category><![CDATA[test web page performance]]></category>
		<category><![CDATA[web page performance tool]]></category>

		<guid isPermaLink="false">http://webspices.net/?p=239</guid>
		<description><![CDATA[Google launched new extension for Google chrome called Speed Tracer. Speed Tracer is a tool to help you identify and fix performance problems in your web applications. It visualizes metrics that are taken from low level instrumentation points inside of the browser and analyzes them as your application runs. Speed Tracer is available as a [...]]]></description>
			<content:encoded><![CDATA[<p>Google launched new extension for Google chrome called <a href="http://code.google.com/intl/sl/webtoolkit/speedtracer/" target="_blank">Speed Tracer</a>.</p>
<p><strong>Speed Tracer</strong> is a tool to help you identify and fix performance problems   in your web applications. It visualizes metrics that are taken from   low level instrumentation points inside of the browser and analyzes   them as your application runs. Speed Tracer is available as a Chrome   extension and works on all platforms where extensions are currently   supported (Windows and Linux).</p>
<p>Using Speed Tracer you are able to get a better picture of where time   is being spent in your application. This includes problems caused   by JavaScript parsing and execution, layout, CSS style recalculation   and selector matching, DOM event handling, network resource loading,   timer fires, XMLHttpRequest callbacks, painting, and more.</p>
<p><object style="width: 650px; height: 494px;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="650" height="494" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/Sn_3rJaexKc" /><embed style="width: 650px; height: 494px;" type="application/x-shockwave-flash" width="650" height="494" src="http://www.youtube.com/v/Sn_3rJaexKc"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://webspices.net/google-speed-tracer/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Simple, Free Project Management and Invoicing Tool &#8211; Project Bubble</title>
		<link>http://webspices.net/simple-free-project-management-and-invoicing-tool</link>
		<comments>http://webspices.net/simple-free-project-management-and-invoicing-tool#comments</comments>
		<pubDate>Tue, 08 Dec 2009 15:06:42 +0000</pubDate>
		<dc:creator>peterw</dc:creator>
				<category><![CDATA[Invoice Tool]]></category>
		<category><![CDATA[Project Managament]]></category>
		<category><![CDATA[Web Tools]]></category>
		<category><![CDATA[example invoices]]></category>
		<category><![CDATA[free invoice service]]></category>
		<category><![CDATA[free online project management]]></category>
		<category><![CDATA[free project management]]></category>
		<category><![CDATA[free project management software]]></category>
		<category><![CDATA[free project management tools]]></category>
		<category><![CDATA[invoice software for small business]]></category>
		<category><![CDATA[make a invoice]]></category>
		<category><![CDATA[make an invoice]]></category>
		<category><![CDATA[online invoice creator]]></category>
		<category><![CDATA[online project management software]]></category>
		<category><![CDATA[online project management tools]]></category>
		<category><![CDATA[open source invoicing software]]></category>
		<category><![CDATA[printable invoices]]></category>
		<category><![CDATA[sample consulting invoice]]></category>
		<category><![CDATA[simple invoice template]]></category>
		<category><![CDATA[simple project management software]]></category>
		<category><![CDATA[small business invoice software]]></category>
		<category><![CDATA[small business invoicing software]]></category>
		<category><![CDATA[software project management tools]]></category>
		<category><![CDATA[web based project management software]]></category>
		<category><![CDATA[works template invoice]]></category>

		<guid isPermaLink="false">http://webspices.net/?p=208</guid>
		<description><![CDATA[In October i was writing about some open source and free online invoicing systems. Today i found new online project management and invoicing tool called Project Bubble. Project Bubble is a free, simple and fun project management web app for freelance or personal projects. Project Bubble works great for freelancers who work on their own, [...]]]></description>
			<content:encoded><![CDATA[<p>In October i was writing about some <a href="http://webspices.net/open-source-invoicing-system" target="_self">open source</a> and <a href="http://webspices.net/free-online-invoicing-tools">free online invoicing systems</a>. Today i found new online project <strong>management and invoicing tool</strong> called <a href="http://www.projectbubble.com" target="_blank">Project Bubble</a>. Project Bubble is a <strong>free, simple and fun</strong> project management web app for <strong>freelance or personal projects</strong>.</p>
<p>Project Bubble works great for freelancers who work on their own, becouse it was made from such a freelancer &#8211; things are usually best if you do it for yourself&#8230;</p>
<p>Becouse the first bubble&#8217;s thing is simplicity, id doesnt have a lot of features, it just covers on what you really need:</p>
<ul>
<li>Make some projects</li>
<li>Insert some tasks, keep track on billable time</li>
<li>Have some companies and contacts</li>
<li>Connect all together with invoices</li>
</ul>
<p style="text-align: left;"><a href="http://www.projectbubble.com"><img class="size-full wp-image-232 aligncenter" title="management and invoicing - Project Bubble" src="http://webspices.net/wp-content/uploads/2009/12/Untitled-11.gif" alt="management and invoicing - Project Bubble" width="600" height="218" /></a><span id="more-208"></span></p>
<p style="text-align: left;">There are also two important things &#8211; the service is <strong>free</strong> and intends to stay that way, and the site is <strong>live and evolving</strong> &#8211; it has a lot of feedbacks, and there are plans to add some more functionalities, such as:</p>
<ul>
<li>Multiple user login &#8211; share and delegate projects</li>
<li>Client login &#8211; let clients comment on projects/tasks</li>
<li>File tagging &#8211; 1 GB file storage, and tagging to projects</li>
<li>Custom invoice templates &#8211; branded to your company</li>
<li>Custom project page templates &#8211; branded to your company</li>
<li>Project RSS feeds &#8211; have clients subscribe to projects/tasks</li>
<li>Recurring invoice &#8211; Automatic billing</li>
<li>Data import/export &#8211; import and export all the data</li>
</ul>
<p>You can also vote for what you need most on <a href="http://projectbubble.uservoice.com/pages/33088-general?lang=en&amp;utm_campaign=Widgets&amp;utm_content=tab-widget&amp;utm_medium=widget&amp;utm_source=projectbubble.uservoice.com" target="_blank">uservote</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://webspices.net/simple-free-project-management-and-invoicing-tool/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Another LightBox-like Library &#8211; TopUp</title>
		<link>http://webspices.net/lightbox-library-topup</link>
		<comments>http://webspices.net/lightbox-library-topup#comments</comments>
		<pubDate>Tue, 01 Dec 2009 11:39:37 +0000</pubDate>
		<dc:creator>peterw</dc:creator>
				<category><![CDATA[Gallery]]></category>

		<guid isPermaLink="false">http://webspices.net/?p=201</guid>
		<description><![CDATA[LightBox-like libraries are mature piece of code &#8211; they were introduced some four years ago (original lightbox plugin in 2005),  are used a lot around the world and has become a standard in showing pictures on a web page. But today i found new lightBox-like library named topUp, wich could easily become number one choice. [...]]]></description>
			<content:encoded><![CDATA[<p><strong>LightBox-like</strong> libraries are mature piece of code &#8211; they were introduced some four years ago (original lightbox plugin in 2005),  are used a lot around the world and has become a standard in showing pictures on a web page.</p>
<p>But today i found new lightBox-like library named <a href="http://gettopup.com/" target="_blank">topUp</a>, wich could easily become <strong>number one choice</strong>.</p>
<h3>Why is TopUp number one choice for LightBox-like libraries?</h3>
<p>The installation of TopUp consists of including <strong>only one file</strong> (no images or stylesheets!), the look-and-feel is <strong>Apple-like</strong>, the animations and transitions look fancy, you can still use Prototype, it is so easy to specify options and last but not least: you can stay updated with the latest version without changing any code. Great for expansions and bugfixes!</p>
<p style="text-align: center;"><a href="http://gettopup.com/" target="_blank"><img class="size-full wp-image-217 aligncenter" title="lightbox - TopUp" src="http://webspices.net/wp-content/uploads/2009/12/Untitled-1.gif" alt="lightbox - TopUp" width="572" height="361" /></a><span id="more-201"></span></p>
<h3>TopUp offers the following advantages:</h3>
<ul>
<li> TopUp is absolutely free, also for commercial use</li>
<li>A very easy setup process (only one include and nothing more)</li>
<li>Using TopUp presets keeps your HTML code 100% clean, no extra code needed whatsoever</li>
<li>The ability of displaying images, flash (from sites like Youtube, SWF and FLV files), movies (QuickTime, Windows Media and Realplayer), iframes, DOM elements and raw HTML</li>
<li>TopUp can be used along with Prototype (just include TopUp before Prototype)</li>
<li>TopUp is compressed with Yahoo! YUI Compressor to 33.4 KB (includes JS, HTML and CSS)</li>
<li>Usage of CSS sprites to reduce the amount of image requests to two per layout for faster loading</li>
<li>Cross-browser compatibility</li>
<li>Fancy layouts, animations and transitions</li>
<li>Auto-correction of size and position when required</li>
<li>The possibility to create groups</li>
<li>Support for AJAX requests</li>
<li>And many more&#8230;</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://webspices.net/lightbox-library-topup/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
