<?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>bookmarklet | Nerdpress.org</title>
	<atom:link href="https://nerdpress.org/tag/bookmarklet/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdpress.org</link>
	<description>...dev, tech problems and solutions.</description>
	<lastBuildDate>Fri, 31 May 2013 10:58:21 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>more Silverstripe bookmarklets</title>
		<link>https://nerdpress.org/2013/05/31/more-silverstripe-bookmarklets/</link>
					<comments>https://nerdpress.org/2013/05/31/more-silverstripe-bookmarklets/#comments</comments>
		
		<dc:creator><![CDATA[Max Girkens]]></dc:creator>
		<pubDate>Fri, 31 May 2013 10:56:50 +0000</pubDate>
				<category><![CDATA[Silverstripe]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[Development]]></category>
		<guid isPermaLink="false">https://nerdpress.org/?p=2443</guid>

					<description><![CDATA[<p>Since the Silverstripe-Developer Bookmarklets on ssbits.com are great, i thought it would be even better to have them as a editable/extendable collection: So here are some more as a JSFiddle: http://jsfiddle.net/HMkad/2/embedded/result/ If you&#8217;d like to extend the collection just edit the markup in the fiddle. And add something like this: &#8230;or this: Have fun!</p>
The post <a href="https://nerdpress.org/2013/05/31/more-silverstripe-bookmarklets/">more Silverstripe bookmarklets</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></description>
										<content:encoded><![CDATA[<p>Since the Silverstripe-Developer Bookmarklets <a href="http://www.ssbits.com/snippets/2012/silverstripe-developer-bookmarklets/">on ssbits.com</a> are great,<br />
i thought it would be even better to have them as a editable/extendable collection:</p>
<p>So here are some more as a JSFiddle:</p>
<p><a href="http://jsfiddle.net/HMkad/2/embedded/result/">http://jsfiddle.net/HMkad/2/embedded/result/<span id="more-2443"></span></a></p>
<p>If you&#8217;d like to extend the collection just edit the markup <a href="http://jsfiddle.net/HMkad/2/light/">in the fiddle</a>.<br />
And add something like this:</p>
<pre class="brush: xml; title: ; notranslate">
&lt;li&gt;
  &lt;p&gt;
    &lt;strong&gt;?showqueries=1&lt;/strong&gt; - List all SQL queries executed
  &lt;/p&gt;
  &lt;a data-param=&quot;showqueries=1&quot; href=&quot;#&quot;&gt;
    SS:showqueries=1
  &lt;/a&gt;
&lt;/li&gt;
</pre>
<p>&#8230;or this:</p>
<pre class="brush: xml; title: ; notranslate">
 &lt;li&gt;
   &lt;p&gt;
    &lt;strong&gt;dev/build&lt;/strong&gt; - Rebuild the entire database and manifest
   &lt;/p&gt;
   &lt;a data-param=&quot;dev/build&quot; href=&quot;#&quot;&gt;
     SS:dev/build
   &lt;/a&gt;
&lt;/li&gt;
</pre>
<p>Have fun!</p>The post <a href="https://nerdpress.org/2013/05/31/more-silverstripe-bookmarklets/">more Silverstripe bookmarklets</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></content:encoded>
					
					<wfw:commentRss>https://nerdpress.org/2013/05/31/more-silverstripe-bookmarklets/feed/</wfw:commentRss>
			<slash:comments>3</slash:comments>
		
		
			</item>
		<item>
		<title>JSfiddle Bookmarklet Generator with jQuery &#038; Codemirror</title>
		<link>https://nerdpress.org/2013/03/08/jsfiddle-bookmarklet-generator-with-jquery-codemirror/</link>
					<comments>https://nerdpress.org/2013/03/08/jsfiddle-bookmarklet-generator-with-jquery-codemirror/#comments</comments>
		
		<dc:creator><![CDATA[Max Girkens]]></dc:creator>
		<pubDate>Fri, 08 Mar 2013 11:41:59 +0000</pubDate>
				<category><![CDATA[jQuery]]></category>
		<category><![CDATA[JS]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[CodeMirror]]></category>
		<category><![CDATA[Javascript]]></category>
		<category><![CDATA[jsfiddle]]></category>
		<guid isPermaLink="false">https://nerdpress.org/?p=2410</guid>

					<description><![CDATA[<p>This is a little bookmarklet generator i put together this morning: http://jsfiddle.net/QMeuV/1/embedded/result/ Its hosted on jsfiddle.net and enables you to create Bookmarklets which use jQuery based on the code i found here: http://coding.smashingmagazine.com/2010/05/23/make-your-own-bookmarklets-with-jquery/ It also features Javascript Syntax Highlighting using http://codemirror.net/. *UPDATE* this tool now (also) lives on https://github.com/gherkins/bookmarklet-generator</p>
The post <a href="https://nerdpress.org/2013/03/08/jsfiddle-bookmarklet-generator-with-jquery-codemirror/">JSfiddle Bookmarklet Generator with jQuery & Codemirror</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></description>
										<content:encoded><![CDATA[<p>This is a little bookmarklet generator i put together this morning:</p>
<p><a href="http://jsfiddle.net/QMeuV/1/embedded/result/">http://jsfiddle.net/QMeuV/1/embedded/result/<span id="more-2410"></span></a></p>
<p><a href="https://nerdpress.org/wp-content/uploads/2013/03/Bildschirmfoto-2013-03-08-um-12.24.55.png"><img fetchpriority="high" decoding="async" class="alignnone size-medium wp-image-2411" alt="Bildschirmfoto 2013-03-08 um 12.24.55" src="https://nerdpress.org/wp-content/uploads/2013/03/Bildschirmfoto-2013-03-08-um-12.24.55-300x224.png" width="300" height="224" srcset="https://nerdpress.org/wp-content/uploads/2013/03/Bildschirmfoto-2013-03-08-um-12.24.55-300x224.png 300w, https://nerdpress.org/wp-content/uploads/2013/03/Bildschirmfoto-2013-03-08-um-12.24.55-1024x767.png 1024w, https://nerdpress.org/wp-content/uploads/2013/03/Bildschirmfoto-2013-03-08-um-12.24.55.png 1559w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p>Its hosted on <a href="http://jsfiddle.net/">jsfiddle.net</a> and enables you to create Bookmarklets which use jQuery based on the code i found here:<br />
<a href="http://coding.smashingmagazine.com/2010/05/23/make-your-own-bookmarklets-with-jquery/">http://coding.smashingmagazine.com/2010/05/23/make-your-own-bookmarklets-with-jquery/</a></p>
<p>It also features Javascript Syntax Highlighting using <a href="http://codemirror.net/">http://codemirror.net/</a>.</p>
<p>*UPDATE*<br />
this tool now (also) lives on <a href="https://github.com/gherkins/bookmarklet-generator">https://github.com/gherkins/bookmarklet-generator</a></p>The post <a href="https://nerdpress.org/2013/03/08/jsfiddle-bookmarklet-generator-with-jquery-codemirror/">JSfiddle Bookmarklet Generator with jQuery & Codemirror</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></content:encoded>
					
					<wfw:commentRss>https://nerdpress.org/2013/03/08/jsfiddle-bookmarklet-generator-with-jquery-codemirror/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>reload CSS in Firefox 4.0</title>
		<link>https://nerdpress.org/2011/03/23/reload-css-in-firefox-4-0/</link>
		
		<dc:creator><![CDATA[Max Girkens]]></dc:creator>
		<pubDate>Wed, 23 Mar 2011 10:09:14 +0000</pubDate>
				<category><![CDATA[JS]]></category>
		<category><![CDATA[bookmarklet]]></category>
		<category><![CDATA[firefox4]]></category>
		<category><![CDATA[reload css]]></category>
		<guid isPermaLink="false">https://nerdpress.org/?p=1432</guid>

					<description><![CDATA[<p>Firefox 4 ist ja nun draussen: http://www.mozilla-europe.org/de/ Die Addons Firebug und der JSON Viewer sind ja zum Glück auch schon kompatibel. Mein anderes Lieblingsaddon, der CSS reloader leider noch nicht. Coolerweise gibt es aber dieses Bookmarklet: http://david.dojotoolkit.org/recss.html dass genau das tut. Supersache!</p>
The post <a href="https://nerdpress.org/2011/03/23/reload-css-in-firefox-4-0/">reload CSS in Firefox 4.0</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></description>
										<content:encoded><![CDATA[<p>Firefox 4 ist ja nun draussen:<br />
<a href="http://www.mozilla-europe.org/de/">http://www.mozilla-europe.org/de/</a></p>
<p>Die Addons Firebug und der JSON Viewer sind ja zum Glück auch schon kompatibel.<br />
Mein anderes Lieblingsaddon, der <a href="https://nerdpress.org/2009/11/21/kleines-addon-grose-wirkung/">CSS reloader</a> leider noch nicht.</p>
<p>Coolerweise gibt es aber dieses <a href="http://de.wikipedia.org/wiki/Bookmarklet">Bookmarklet</a>:<br />
<a href="http://david.dojotoolkit.org/recss.html">http://david.dojotoolkit.org/recss.html</a><br />
dass genau das tut.<br />
Supersache!</p>The post <a href="https://nerdpress.org/2011/03/23/reload-css-in-firefox-4-0/">reload CSS in Firefox 4.0</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
